@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

/*
 * Resource URLs live beside the stylesheet so CDN-hosted CSS resolves its own
 * assets independently from the page origin. JavaScript only switches these
 * semantic classes and never constructs a resource URL.
 */
.resource-product-1 { content: url("../images/context/e63dd3b3-506f-462e-8176-74e552ca7ca8.png"); }
.resource-product-2 { content: url("../images/context/4651624f-fcd2-41e3-9d96-18765f4e15c9.png"); }
.resource-product-3 { content: url("../images/context/27029555-a518-41bb-b5b1-8ee1d6149142.png"); }
.resource-product-4 { content: url("../images/context/7adbccdf-2e0e-4de7-9617-60feb7de1066.png"); }
.resource-product-5 { content: url("../images/context/1c81d183-7f49-42f4-8bb4-a9a900abecd4.png"); }
.resource-product-6 { content: url("../images/context/a473306e-03f3-43aa-aa56-f7153954ea8b.png"); }
.resource-product-7 { content: url("../images/context/15f1757c-8866-45aa-a7fb-0f017e4318a8.png"); }
.resource-product-8 { content: url("../images/context/f51ff358-0bfc-406c-b8f5-8f29b2de9457.png"); }
.resource-featured-port { content: url("../images/layers/197-445-image-22.png"); }
.resource-featured-overhead { content: url("../images/layers/197-768-image-29.png"); }
.resource-case-1 { content: url("../images/layers/197-438-image-32.png"); }
.resource-case-2 { content: url("../images/layers/197-490-image-32.png"); }
.resource-case-4 { content: url("../images/layers/197-493-image-32.png"); }
.resource-news-1 { content: url("../images/context/77d66c6f-ccd8-4930-a016-cbab09a09bda.png"); }
.resource-news-2 { content: url("../images/context/b77ab371-1f49-4e52-868f-c560e625d125.png"); }

.resource-nav-railway { --resource-image: url("../images/context/c9b793b2-a7d9-4d7e-9d37-36dbb0337124.svg"); }
.resource-nav-wind { --resource-image: url("../images/context/eac58fd2-bc34-481c-a58a-9fe12ce2f55b.svg"); }
.resource-nav-steel { --resource-image: url("../images/context/d54575b2-a81c-4bd9-8a1e-577a9d32a368.svg"); }
.resource-nav-manufacturing { --resource-image: url("../images/context/60643fab-1e29-4f34-9f9a-3be60e351041.svg"); }
.resource-nav-concrete { --resource-image: url("../images/context/8dcf9c64-bba1-45af-9658-0fcca4cbb79a.svg"); }

@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("../font/Barlow-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --red: #dc241d;
  --red-dark: #bd1713;
  --ink: #202429;
  --ink-2: #2d3238;
  --muted: #6c7177;
  --soft: #f4f5f6;
  --line: #e5e7e9;
  --white: #fff;
  --content: 1440px;
  --shadow: 0 12px 32px rgba(21, 28, 35, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: #fff;
  background: var(--red);
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.container {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.wide-container {
  width: min(calc(100% - 48px), 1680px);
  margin-inline: auto;
}

.site-header-wrap {
  position: fixed;
  z-index: 50;
  top: 30px;
  left: 50%;
  width: min(calc(100% - 120px), 1800px);
  transform: translateX(-50%);
}

/* Detail-page navigation is full-width and scrolls away with the document. */
body[data-template$="-detail"] .site-header-wrap {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  border-bottom: 1px solid var(--line);
}

body[data-template$="-detail"] .site-header {
  width: min(100%, 1920px);
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

.site-header-wrap.is-solid {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  margin: 0;
  transform: none;
  border-bottom: 1px solid var(--line);
}

.site-header-wrap.is-solid ~ main {
  padding-top: 110px;
}

.site-header {
  display: grid;
  grid-template-columns: 260px 1fr 180px;
  align-items: center;
  min-height: 80px;
  padding: 0 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 6px rgba(18, 28, 36, 0.08);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.is-solid .site-header {
  width: min(100%, 1920px);
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand .brand-logo {
  width: 197px;
  height: 36px;
  object-fit: contain;
}

.brand-logo-header,
.footer-logo {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand-logo-header {
  background-image: url("../images/context/1940c6cb-dedb-449c-8ec0-3d38676c913f.svg");
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.main-nav-item {
  position: relative;
}

.submenu-toggle {
  display: none;
}

.main-nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: background 180ms ease, color 180ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 5px 18px rgba(22, 29, 36, 0.08);
}

.main-nav > a > .iconfont {
  color: inherit;
  font-size: 13px;
}

.main-nav-item > a > .iconfont {
  color: inherit;
  font-size: 13px;
}

.products-dropdown {
  position: absolute;
  z-index: 20;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  width: 320px;
  padding: 10px 0;
  visibility: hidden;
  border-bottom: 3px solid var(--red);
  background: #fff;
  box-shadow: 0 16px 36px rgba(21, 28, 35, 0.16);
  transform: translate(-50%, 10px);
  opacity: 0;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.products-dropdown::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
  content: "";
}

.main-nav-item:hover .products-dropdown,
.main-nav-item:focus-within .products-dropdown {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.products-dropdown a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  font-size: 17px;
  font-weight: 600;
}

.products-dropdown a:last-child {
  border-bottom-color: transparent;
}

.products-dropdown a:hover,
.products-dropdown a:focus-visible {
  color: #fff;
  border-bottom-color: transparent;
  background: var(--red);
  box-shadow: none;
}

.products-dropdown a > .iconfont {
  width: 40px;
  font-size: 30px;
  text-align: center;
}

.applications-dropdown {
  width: 360px;
}

.cases-dropdown {
  width: 360px;
}

.news-dropdown {
  width: 300px;
}

.applications-dropdown-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}

.applications-dropdown-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) saturate(100%);
  opacity: 0.86;
  object-fit: contain;
  transition: filter 180ms ease, opacity 180ms ease;
}

.application-nav-art {
  display: block;
  width: 32px;
  height: 32px;
  background: var(--resource-image) center / contain no-repeat;
  filter: brightness(0) saturate(100%);
  opacity: 0.86;
  transition: filter 180ms ease, opacity 180ms ease;
}

.applications-dropdown-icon .iconfont {
  font-size: 30px;
}

.applications-dropdown a:hover .applications-dropdown-icon img,
.applications-dropdown a:focus-visible .applications-dropdown-icon img,
.applications-dropdown a:hover .application-nav-art,
.applications-dropdown a:focus-visible .application-nav-art {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.header-tools {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.mobile-nav-tools {
  display: none;
}

.mobile-nav-backdrop {
  display: none;
}

body.search-is-open {
  overflow: hidden;
}

html.mobile-nav-is-open {
  overscroll-behavior: none;
}

body.mobile-nav-is-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.site-search-overlay {
  position: fixed;
  z-index: 90;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.site-search-overlay[hidden] {
  display: none;
}

.site-search-overlay.is-open {
  opacity: 1;
}

.search-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(7, 23, 36, 0.82);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.search-dialog {
  position: relative;
  width: min(calc(100% - 120px), 1320px);
  margin: clamp(180px, 18vh, 260px) auto 0;
  transform: translateY(-18px);
  transition: transform 260ms ease;
}

.site-search-overlay.is-open .search-dialog {
  transform: translateY(0);
}

.site-search-form {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 86px;
  min-height: 76px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.search-select-wrap {
  position: relative;
  border-right: 1px solid var(--line);
}

.search-select-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 0 54px 0 28px;
  border: 0;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.search-select-toggle .iconfont {
  position: absolute;
  top: 50%;
  right: 24px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.search-select-wrap.is-open .search-select-toggle .iconfont {
  transform: translateY(-50%) rotate(180deg);
}

.search-select-menu {
  position: absolute;
  z-index: 4;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  width: max(100%, 190px);
  padding: 8px;
  border-top: 3px solid var(--red);
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 23, 36, 0.2);
  animation: search-menu-in 160ms ease both;
}

.search-select-menu[hidden] {
  display: none;
}

.search-select-menu button {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 600;
  text-align: left;
  transition: color 150ms ease, background 150ms ease;
}

.search-select-menu button:hover,
.search-select-menu button:focus-visible,
.search-select-menu button[aria-selected="true"] {
  outline: 0;
  color: #fff;
  background: var(--red);
}

@keyframes search-menu-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.site-search-form input {
  min-width: 0;
  padding: 0 28px;
  border: 0;
  outline: 0;
  color: var(--ink);
  font-size: 19px;
}

.site-search-form input::placeholder {
  color: #8b8d90;
}

.site-search-form > button {
  border: 0;
  color: #fff;
  background: var(--red);
  font-size: 30px;
  transition: background 180ms ease;
}

.site-search-form > button .iconfont {
  font-size: 32px;
}

.site-search-form > button:hover,
.site-search-form > button:focus-visible {
  background: var(--red-dark);
}

.site-search-form > button:focus-visible {
  outline: 3px solid rgba(220, 36, 29, 0.38);
  outline-offset: -3px;
}

.site-search-form input:focus,
.site-search-form input:focus-visible,
.search-select-toggle:focus,
.search-select-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

.search-page {
  padding-top: 0;
}

.search-hero {
  position: relative;
  z-index: 2;
  isolation: isolate;
  min-height: 460px;
  display: grid;
  align-items: center;
  overflow: visible;
  color: #fff;
  background: #0d2435 url("../images/layers/497-84-4-3.png") center 44% / cover no-repeat;
}

.search-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 23, 36, 0.94), rgba(7, 23, 36, 0.68) 56%, rgba(7, 23, 36, 0.45));
}

.search-hero .container {
  padding-top: 72px;
}

.search-hero .eyebrow {
  color: #ff817d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-hero h1 {
  margin: 10px 0 8px;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 1;
  text-transform: uppercase;
}

.search-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.search-hero .site-search-form {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  margin-top: 38px;
}

.search-results-section {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #f5f6f7 0, #fff 320px);
}

.search-results-shell {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(42px, 6vw, 96px);
}

.search-results-heading {
  position: sticky;
  top: 140px;
  align-self: start;
  padding-top: 26px;
}

.search-results-heading .watermark {
  position: absolute;
  top: -28px;
  left: -8px;
  color: rgba(32, 36, 41, 0.045);
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.search-results-heading p {
  position: relative;
  margin: 0 0 12px;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-results-heading h2 {
  position: relative;
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.search-results-list {
  display: grid;
  gap: 22px;
}

.search-result-card {
  display: grid;
  grid-template-columns: minmax(230px, 34%) 1fr;
  min-height: 255px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 28, 36, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.search-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(18, 28, 36, 0.14);
}

.search-result-image {
  min-height: 255px;
  overflow: hidden;
  background: var(--soft);
}

.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.search-result-card:hover .search-result-image img {
  transform: scale(1.045);
}

.search-result-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 34px;
}

.search-result-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
}

.search-result-meta span {
  padding: 5px 10px;
  color: #fff;
  background: var(--red);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-result-meta em {
  font-style: normal;
}

.search-result-copy h2 {
  margin: 16px 0 8px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.15;
}

.search-result-copy p {
  margin: 0 0 20px;
  color: var(--muted);
}

.search-result-copy .text-link {
  margin-top: auto;
}

.search-empty {
  padding: 80px 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0 12px 38px rgba(18, 28, 36, 0.08);
}

.search-empty-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  color: var(--red);
  background: rgba(220, 36, 29, 0.08);
  font-size: 28px;
  place-items: center;
}

.search-empty h2 { margin: 0 0 8px; font-size: 34px; }
.search-empty p { max-width: 520px; margin: 0 auto 26px; color: var(--muted); }

.icon-button,
.language {
  min-height: 40px;
  padding-block: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}

.icon-button {
  display: grid;
  width: 40px;
  padding-inline: 0;
  color: var(--red);
  font-size: 24px;
  place-items: center;
}

.icon-button .iconfont {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.language-picker {
  position: relative;
}

.language {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-inline: 6px;
  font-weight: 600;
}

.language > .iconfont {
  font-weight: normal;
  transition: transform 180ms ease;
}

.language-picker.is-open .language > .iconfont {
  transform: rotate(180deg);
}

.language-globe {
  display: inline-block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  background: url("../images/context/05b99b3c-fe8b-4585-9ace-5a9990ee8b38.svg") center / contain no-repeat;
}

.language-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 20px);
  left: 50%;
  display: grid;
  min-width: 168px;
  padding: 12px 0;
  visibility: hidden;
  border-bottom: 3px solid var(--red);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(21, 28, 35, 0.16);
  transform: translate(-50%, 8px);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.language-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
  content: "";
}

.language-picker.is-open .language-menu {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.language-menu button {
  min-height: 40px;
  padding: 0 24px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button:focus-visible {
  color: #fff;
  background: var(--red);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: 600px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  /* Figma exports preserve the full source image below the 600px banner frame. */
  background-position: center top;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 25, 36, 0.4), rgba(12, 25, 36, 0.2));
}

.hero-large {
  min-height: 1000px;
}

.hero-carousel::before {
  display: none;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 700ms ease, transform 6s ease;
  pointer-events: none;
}

.hero-slide-media {
  display: none;
}

.hero-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 22, 34, 0.52), rgba(8, 22, 34, 0.18));
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-slide .hero-content {
  width: min(calc(100% - 180px), 1180px);
  padding-bottom: 130px;
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

.hero-arrow > i {
  font-size: 40px;
  line-height: 1;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  color: var(--red);
  outline: none;
  transform: translateY(-50%) scale(1.06);
}

.hero-arrow:active {
  color: var(--red);
  transform: translateY(-50%) scale(0.96);
}

.hero-arrow-prev {
  left: max(60px, calc((100% - 1920px) / 2 + 60px));
  color: rgba(255, 255, 255, 0.5);
}

.hero-arrow-next {
  right: max(84px, calc((100% - 1920px) / 2 + 60px));
  color: rgba(255, 255, 255, 0.5);
}

.hero-bottom {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  width: min(calc(100% - 120px), 1800px);
  margin-inline: auto;
}

.hero-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.hero-progress-item {
  display: block;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.48);
}

.hero-progress-item i {
  display: block;
  height: 2px;
}

.hero-progress-item.is-active {
  background: var(--red);
}

.hero-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0;
}

.hero-contact-primary {
  display: flex;
  gap: 40px;
}

.hero-contact a,
.hero-contact address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #fff;
  font-style: normal;
}

.hero-contact i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--red);
}

.hero-contact span {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  padding-top: 70px;
  text-align: center;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(48px, 5vw, 96px);
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-content p {
  margin: 14px 0 0;
  font-size: clamp(20px, 1.8vw, 36px);
}

.hero-content .btn {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.hero-content .btn .iconfont {
  font-size: 16px;
}

.hero-content .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2px;
  font-size: 14px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.5;
}

.breadcrumbs i {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  line-height: 1;
  color: var(--red);
}

.hero .breadcrumbs > span {
  color: #fff;
  font-style: normal;
}

.hero .breadcrumbs > em {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-weight: 500;
}

/* Applications list — Figma frame 497:4283 */
.applications-hero .hero-content {
  padding-top: 32px;
}

.applications-hero .hero-content h1 {
  font-size: 80px;
  line-height: 96px;
}

.applications-hero .breadcrumbs {
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
}

.applications-hero .breadcrumbs i {
  font-size: 30px;
}

.applications-hero .breadcrumbs em {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.applications-list-section {
  padding: 80px 0 48px;
  background: #f8f9fa;
}

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

.applications-list-card {
  position: relative;
  display: block;
  min-width: 0;
  height: 534px;
  text-align: center;
}

.applications-list-image {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9dde1;
}

.applications-list-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(34, 37, 41, 0.6);
  transition: background 240ms ease;
}

.applications-list-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.applications-list-card:hover .applications-list-image > img,
.applications-list-card:focus-within .applications-list-image > img {
  transform: scale(1.025);
}

.applications-list-card:hover .applications-list-image::after,
.applications-list-card:focus-within .applications-list-image::after {
  background: rgba(34, 37, 41, 0);
}

.applications-list-card h2 {
  margin: 32px 0 0;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.applications-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
}

.applications-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.applications-icon-font {
  display: grid;
  color: #fff;
  place-items: center;
}

.applications-icon-font .iconfont {
  font-size: 82px;
  line-height: 1;
}

.applications-icon.railway img {
  padding-block: 10px;
}

.applications-list-card:hover .applications-icon,
.applications-list-card:focus-within .applications-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.applications-list-hover-copy {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 144px;
  padding-top: 24px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.applications-list-hover-copy h2 {
  margin: 0;
}

.applications-list-card:hover .applications-list-hover-copy,
.applications-list-card:focus-within .applications-list-hover-copy {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.applications-list-card:hover > .applications-list-title,
.applications-list-card:focus-within > .applications-list-title {
  opacity: 0;
}

.applications-list-title,
.applications-icon {
  transition: opacity 200ms ease, transform 240ms ease;
}

.applications-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 12px;
  padding: 7px 24px;
  color: #ce251e;
  border: 1px solid rgba(206, 37, 30, 0.4);
  border-radius: 22px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.applications-learn-more i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ce251e;
}

.applications-learn-more img {
  width: 28px;
  height: 28px;
}

@media (max-width: 980px) {
  .applications-hero .hero-content h1 { font-size: clamp(50px, 10vw, 72px); line-height: 1.1; }
  .applications-list-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .applications-hero .breadcrumbs { font-size: 16px; }
  .applications-hero .breadcrumbs i { font-size: 24px; }
  .applications-list-section { padding: 48px 0 32px; }
  .applications-list-grid { gap: 30px; }
  .applications-list-card { height: auto; min-height: 360px; }
  .applications-list-image { height: auto; aspect-ratio: 710 / 430; }
  .applications-list-card h2 { margin-top: 18px; font-size: 24px; line-height: 32px; }
  .applications-icon { width: 72px; height: 72px; }
  .applications-list-hover-copy { right: 10px; left: 10px; height: 126px; padding-top: 18px; }
  .applications-list-hover-copy h2 { margin: 0; }
  .applications-learn-more { min-height: 40px; margin-top: 8px; padding: 5px 18px; font-size: 16px; }
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: #fff;
  background: var(--ink);
}

.section-heading {
  margin-bottom: 54px;
}

.section-heading.center {
  text-align: center;
}

.watermark {
  display: block;
  height: 46px;
  margin-bottom: -28px;
  color: #f0f1f2;
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.section-heading h2,
.display-title {
  margin: 0;
  font-size: clamp(42px, 4vw, 64px);
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading h2 span,
.display-title span,
.accent {
  color: var(--red);
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.kicker {
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead {
  color: #4f555b;
  font-size: 18px;
  line-height: 1.75;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.btn-primary {
  color: #fff;
  background: var(--red);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-light {
  color: var(--ink);
  background: #fff;
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-outline {
  border-color: #d9dcdf;
  background: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.text-link::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--red);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
  align-items: center;
  gap: 70px;
}

#about {
  overflow: hidden;
  padding: 70px 0;
  background: linear-gradient(180deg, #fff4f4 0, #fff9f9 150px, #fff 300px);
}

.about-copy h2 {
  margin: 8px 0 26px;
  font-size: 64px;
  line-height: 1;
}

.about-copy h3 {
  margin: 0 0 14px;
  font-size: 28px;
}

.about-copy .btn-primary::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.about-copy .btn {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.about-copy .btn .iconfont {
  font-size: 16px;
}

.about-collage {
  position: relative;
  min-height: 570px;
}

.about-collage::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -170px;
  width: 900px;
  height: 620px;
  content: "";
  background: #f4dedd;
  -webkit-mask: url("../images/layers/197-228-image-7-raw-01.png") center top / 900px auto no-repeat;
  mask: url("../images/layers/197-228-image-7-raw-01.png") center top / 900px auto no-repeat;
  pointer-events: none;
}

.about-collage::after {
  position: absolute;
  z-index: 0;
  top: 270px;
  left: -330px;
  width: 1100px;
  height: 1100px;
  content: "";
  border-radius: 50%;
  background: rgba(220, 36, 29, 0.025);
  pointer-events: none;
}

.about-orb {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: rgba(220, 36, 29, 0.1);
}

.about-orb-large {
  top: 115px;
  left: 34px;
  width: 38px;
  height: 38px;
}

.about-orb-small {
  top: 211px;
  left: 153px;
  width: 18px;
  height: 18px;
  opacity: 0.65;
}

.about-logo-marker {
  position: absolute;
  z-index: 4;
  top: 235px;
  left: 43%;
  display: grid;
  width: 68px;
  height: 68px;
  color: #fff;
  border-radius: 50% 50% 50% 8px;
  background: var(--red);
  place-items: center;
  transform: translateX(-50%) rotate(-45deg);
}

.about-logo-marker svg {
  width: 34px;
  height: 22px;
  fill: currentColor;
  transform: rotate(45deg);
}

.bubble {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bubble-a {
  top: 20px;
  right: 0;
  width: 280px;
  height: 280px;
}

.bubble-b {
  top: 0;
  left: 100px;
  width: 190px;
  height: 190px;
}

.bubble-c {
  bottom: 30px;
  left: 0;
  width: 160px;
  height: 160px;
}

.bubble-d {
  right: 80px;
  bottom: 0;
  width: 240px;
  height: 240px;
}

.bubble-label {
  position: absolute;
  z-index: 4;
  color: var(--red);
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.label-innovation { top: 0; right: 245px; }
.label-smart { top: 180px; right: 250px; font-size: 42px; }
.label-craft { bottom: 38px; left: -48px; }
.label-quality { right: 0; bottom: 4px; }

.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
}

.stat {
  padding: 50px 20px;
  text-align: center;
}

#about .stat {
  padding-block: 40px;
}

.stat strong {
  display: block;
  font-size: 54px;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
}

.honor-section {
  display: flex;
  height: 840px;
  min-height: 840px;
  overflow: hidden;
  color: #fff;
}

.honor-panel {
  position: relative;
  flex: 0 0 240px;
  min-width: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: flex-basis 820ms cubic-bezier(.77, 0, .18, 1);
}

.honor-panel.is-active {
  flex: 0 0 calc(100% - 480px);
}

.honor-panel::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    transparent 42%,
    rgba(19, 25, 30, 0.08) 58%,
    rgba(19, 25, 30, 0.72) 100%
  );
  pointer-events: none;
}

.honor-content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 60px;
  bottom: 0;
  left: clamp(60px, 7.1vw, 136px);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 250ms ease, transform 450ms ease;
  pointer-events: none;
}

.honor-panel.is-active .honor-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 220ms;
  pointer-events: auto;
}

.honor-content .kicker {
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  color: transparent;
  font-size: clamp(60px, 3.4vw, 68px);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.92);
}

.honor-feature-icon {
  position: absolute;
  top: 54%;
  left: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1;
  transform: translateY(-50%);
}

.honor-content h2 {
  position: absolute;
  bottom: 229px;
  left: 0;
  margin: 0;
  font-size: 48px;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}

.honor-content p {
  position: absolute;
  top: 75%;
  right: 0;
  bottom: auto;
  left: 0;
  max-width: 1200px;
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.honor-content > .btn {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 300px;
  min-height: 56px;
}

.honor-content > .btn::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  content: "";
  border-radius: 50%;
  background: var(--red);
}

.honor-panel-summary {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 64px;
  left: 20px;
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
  opacity: 1;
  transition: opacity 180ms ease;
}

.honor-panel-summary i {
  font-size: 56px;
}

.honor-panel-summary strong {
  font-size: 18px;
  line-height: 1.35;
}

.honor-panel.is-active .honor-panel-summary {
  opacity: 0;
  pointer-events: none;
}

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

@media (max-width: 900px) {
  .honor-section {
    flex-direction: column;
    height: auto;
    min-height: 0;
  }

  .honor-panel {
    flex-basis: 120px;
  }

  .honor-panel.is-active {
    flex: 0 0 560px;
  }

  .honor-content {
    top: 0;
    right: 30px;
    bottom: 0;
    left: 30px;
  }

  .honor-content h2 {
    bottom: 200px;
    font-size: 38px;
  }

  .honor-content .kicker {
    top: 34px;
    font-size: 52px;
  }

  .honor-feature-icon {
    top: 43%;
    font-size: 50px;
  }

  .honor-content p {
    top: auto;
    bottom: 86px;
    font-size: 14px;
    line-height: 1.45;
  }

  .honor-content > .btn {
    bottom: 20px;
    min-height: 48px;
  }

  .honor-panel-summary {
    top: 0;
    right: 24px;
    bottom: 0;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    text-align: left;
  }

  .honor-panel-summary i {
    font-size: 42px;
  }

  .honor-panel-summary strong br {
    display: none;
  }
}

.product-showcase {
  position: relative;
  z-index: 2;
  height: auto;
  overflow: visible;
  padding: 60px 0 78px;
  background: #202428;
}

.product-showcase-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  padding: clamp(28px, 4vw, 72px) clamp(12px, 2vw, 40px) 0;
  overflow: hidden;
  opacity: 0.035;
  pointer-events: none;
}

.product-showcase-art i {
  position: static;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: clamp(96px, 15vw, 288px);
  line-height: 1;
  text-align: center;
}

.product-art-hoist {
  transform: rotate(-4deg);
}

.product-art-port {
  transform: scaleX(-1);
}

.product-showcase-head {
  position: relative;
  z-index: 1;
  display: flex;
  height: 236px;
  align-items: flex-start;
  justify-content: space-between;
}

.product-showcase .section-heading {
  margin: 0;
}

.product-showcase .watermark {
  color: rgba(255, 255, 255, 0.035);
  font-size: 110px;
}

.product-showcase .section-heading h2 {
  color: #fff;
  font-size: 60px;
}

.product-showcase .section-heading p {
  color: #aeb2b6;
  font-size: 16px;
}

.product-all-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 203px;
  height: 52px;
  margin-top: 72px;
  padding: 0 30px;
  border: 1px solid #72767a;
  border-radius: 2px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.product-all-link i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.product-all-link b {
  margin-left: auto;
  font-size: 24px;
  font-weight: 400;
}

.category-tabs-bar {
  position: relative;
  z-index: 2;
  height: 108px;
  border-top: 1px solid #45494e;
  border-bottom: 1px solid #45494e;
  background: rgba(255, 255, 255, 0.09);
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: min(100%, 1920px);
  height: 106px;
  margin: 0 auto;
}

.category-tabs button {
  position: relative;
  min-height: 106px;
  color: #adb1b5;
  border: 0;
  background: transparent;
}

.category-tabs button:not(:last-child)::after {
  position: absolute;
  top: 39px;
  right: 0;
  width: 1px;
  height: 28px;
  content: "";
  background: #555a5e;
}

.category-tabs button i {
  display: block;
  margin-bottom: 6px;
  font-size: 36px;
}

.category-tabs button span {
  display: block;
  font-size: 16px;
}

.category-tabs button.is-active {
  color: #fff;
  background: var(--red);
}

.category-tabs button.is-active::after {
  display: none;
}

.product-stage {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 120px), 1800px);
  height: 496px;
  margin: 78px auto 0;
}

.product-stack {
  position: relative;
  width: calc(100% - 120px);
  height: 496px;
  margin-left: 60px;
}

.featured-product {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 648px minmax(0, 1fr);
  width: calc(100% - 170px);
  height: 496px;
  overflow: hidden;
  color: var(--ink);
  border-radius: 4px;
  background: #fff;
}

.featured-product.is-switching .featured-product-media img {
  animation: product-image-in 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-product.is-switching .featured-product-copy > * {
  animation: product-copy-in 380ms ease both;
}

.featured-product.is-switching .featured-product-copy > :nth-child(2) { animation-delay: 35ms; }
.featured-product.is-switching .featured-product-copy > :nth-child(3) { animation-delay: 70ms; }
.featured-product.is-switching .featured-product-copy > :nth-child(4) { animation-delay: 105ms; }

@keyframes product-image-in {
  from { opacity: 0.25; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes product-copy-in {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: translateX(0); }
}

.featured-product-media {
  position: relative;
  height: 496px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.featured-product-media img {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 8px);
  height: calc(100% - 16px);
  object-fit: cover;
}

.product-hot {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 30px;
  display: grid;
  width: 60px;
  height: 64px;
  color: #fff;
  background: var(--red);
  font-size: 16px;
  font-weight: 700;
  place-items: start center;
  padding-top: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
}

.featured-product-copy {
  padding: 68px 60px 52px;
}

.product-type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-product-copy h3 {
  margin: 34px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-size: 30px;
}

.featured-product-copy .spec-list {
  margin: 0;
  border-top: 0;
}

.featured-product-actions {
  display: flex;
  gap: 24px;
  margin-top: 42px;
}

.featured-product-actions .btn {
  min-height: 48px;
}

.product-stack-sheet {
  position: absolute;
  top: 0;
  height: 496px;
  border-radius: 0 4px 4px 0;
  border: 1px solid rgba(31, 36, 40, 0.035);
  box-shadow: 6px 0 18px rgba(15, 21, 26, 0.045);
}

.sheet-one { z-index: 3; right: 100px; width: 78px; background: #fff; }
.sheet-two { z-index: 2; right: 60px; width: 68px; background: #fbfbfb; }
.sheet-three { z-index: 1; right: 25px; width: 60px; background: #f7f7f8; }
.sheet-four { z-index: 0; right: 0; width: 48px; background: #f1f2f3; }

.product-stage-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #aeb2b6;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

.product-stage-arrow i {
  font-size: 40px;
}

.product-stage-arrow:hover,
.product-stage-arrow:focus-visible {
  color: var(--red);
  outline: none;
  transform: translateY(-50%) scale(1.06);
}

.product-stage-arrow:active {
  color: var(--red);
  transform: translateY(-50%) scale(0.96);
}

.product-stage-prev {
  left: 0;
  color: #aeb2b6;
}

.product-stage-next {
  right: 0;
  color: #aeb2b6;
}

.case-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 0;
}

.customer-cases-section {
  --cases-main-bg: #f2f3f4;
  --cases-transition-bg: #f8f9fa;
  --cases-transition-height: 120px;

  overflow: hidden;
  background: linear-gradient(
    to bottom,
    var(--cases-main-bg) 0,
    var(--cases-main-bg) calc(100% - var(--cases-transition-height)),
    var(--cases-transition-bg) calc(100% - var(--cases-transition-height)),
    var(--cases-transition-bg) 100%
  );
}

.customer-cases-section .watermark {
  color: rgba(32, 36, 41, 0.045);
}

.case-copy {
  position: relative;
  z-index: 2;
  margin-right: -90px;
  padding: 70px;
  color: #fff;
  border-radius: 40px 0 0 0;
  background: rgba(31, 35, 40, 0.96);
}

.case-copy h3 {
  margin-top: 0;
  font-size: 30px;
}

.case-copy .btn {
  border-radius: 4px;
}

.case-copy .btn i {
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1;
}

.case-media {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 620px;
  max-height: 620px;
  min-width: 0;
  justify-self: end;
  overflow: hidden;
}

.case-media > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
}

.case-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  width: 38%;
  min-width: 260px;
  height: 96px;
  overflow: hidden;
  color: #fff;
  border-radius: 40px 0 0;
  background: rgba(220, 36, 29, 0.92);
}

.case-controls button {
  display: grid;
  padding: 0;
  color: #fff;
  border: 0;
  background: rgba(190, 28, 23, 0.18);
  place-items: center;
}

.case-controls button:hover,
.case-controls button:focus-visible {
  background: rgba(143, 18, 14, 0.3);
}

.case-controls button i { font-size: 42px; }

.case-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 22px;
}

.case-controls strong { font-size: 34px; }
.case-controls b,
.case-controls i { font-style: normal; font-weight: 700; }

.case-layout.is-switching .case-copy h3,
.case-layout.is-switching .case-copy p {
  animation: case-copy-in 380ms ease both;
}

.case-layout.is-switching .case-copy p { animation-delay: 45ms; }
.case-layout.is-switching .case-media > img { animation: case-image-in 480ms ease; }

@keyframes case-copy-in {
  from { opacity: 0; transform: translateX(-14px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes case-image-in {
  from { opacity: 0.4; }
  to { opacity: 1; }
}

.application-section {
  overflow: hidden;
  padding-bottom: 0;
  background: #fff;
}

.application-section::before {
  position: absolute;
  inset: 0 0 auto;
  height: 540px;
  content: "";
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  pointer-events: none;
}

.application-section .section-heading { position: relative; }

.application-carousel {
  position: relative;
  width: 100%;
}

.application-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(680px, 940px) minmax(0, 1fr);
  align-items: center;
  gap: 120px;
  width: calc(100% + 340px);
  margin-left: -170px;
}

.application-card {
  position: relative;
  overflow: hidden;
  height: 520px;
  border-radius: 6px;
  background: #e9ecef;
}

.application-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-card.is-preview {
  height: 430px;
  opacity: 0.45;
}

.application-card-copy {
  position: absolute;
  right: 40px;
  bottom: 0;
  left: 40px;
  min-height: 128px;
  padding: 24px 38px;
  color: var(--ink);
  border-radius: 34px 34px 0 0;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.application-card-copy h3 {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 22px;
}

.application-card-copy p {
  max-width: 720px;
  margin: 0 auto;
  color: #555b61;
  font-size: 13px;
  line-height: 1.55;
}

.application-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  color: #aeb2b6;
  border: 0;
  background: transparent;
  place-items: center;
  transform: translateY(-50%);
  transition: color 180ms ease;
}

.application-arrow i { font-size: 34px; }
.application-prev { left: calc(50% - 556px); }
.application-next { right: calc(50% - 556px); }

.application-arrow:hover,
.application-arrow:focus-visible,
.application-arrow:active {
  color: var(--red);
}

.application-footer { margin-top: 42px; }

.application-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.application-progress button {
  height: 2px;
  padding: 0;
  border: 0;
  background: #d9dcdf;
}

.application-progress button.is-active { background: var(--red); }

.application-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  min-height: 112px;
}

.application-cta strong { font-size: 17px; }
.application-cta .btn { min-height: 46px; border-radius: 4px; }

.application-track.is-switching .application-card {
  animation: application-card-in 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes application-card-in {
  from { opacity: 0.25; transform: translateX(18px); }
  to { transform: translateX(0); }
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 1920px);
  min-height: 720px;
  margin-inline: auto;
  background: var(--ink);
  isolation: isolate;
}

.service-grid::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  background: var(--ink);
  transform: translateX(-50%);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  color: #fff;
}

.service-copy h2 {
  margin: 0;
  color: var(--red);
  font-size: 60px;
  font-style: italic;
  text-transform: uppercase;
}

.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  padding: 30px;
  border: 1px solid #40454b;
  background: #292e34;
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.service-card:hover {
  border-color: var(--red);
  background: var(--red);
  transform: translateY(-2px);
}

.service-card i {
  font-size: 45px;
}

.news-section {
  padding: 120px 0 100px;
  background: #fff;
}

.news-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news-heading-row .section-heading { margin-bottom: 64px; }
.news-heading-row .section-heading h2 span { color: inherit; }

.news-all {
  min-width: 154px;
  min-height: 46px;
  margin-top: 42px;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  text-transform: uppercase;
}

.news-all-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #fff;
}

.news-all .iconfont {
  margin-left: auto;
  font-size: 16px;
}

.news-grid {
  --news-grid-gap: 64px;
  --news-grid-columns: 3.1;
  --news-feature-ratio: 0.95;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(420px, 1.35fr) minmax(280px, 0.8fr);
  position: relative;
  gap: var(--news-grid-gap);
  align-items: stretch;
}

@media (min-width: 981px) {
  .news-grid::after {
    position: absolute;
    top: 50%;
    right: 0;
    left: calc(
      ((100% - (var(--news-grid-gap) * 2)) / var(--news-grid-columns) * var(--news-feature-ratio))
      + var(--news-grid-gap)
    );
    height: 1px;
    content: "";
    background: var(--line);
    pointer-events: none;
    transform: translateY(-0.5px);
  }

  .news-item {
    border-bottom: 0;
  }
}

.news-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(25, 31, 36, 0.12);
}

.news-feature-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-feature-image span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 26px;
  display: grid;
  width: 54px;
  height: 64px;
  padding-bottom: 9px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 700;
  place-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 84%, 0 100%);
}

.news-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
  transition: transform 420ms ease;
}

.news-feature:hover img { transform: scale(1.035); }

.news-feature-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 32px 34px;
}

.news-feature h3,
.news-item h3 {
  margin: 18px 0;
  font-size: 24px;
  line-height: 1.25;
}

.news-feature time,
.news-item time {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
}

.news-list {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0 34px;
  border-bottom: 1px solid var(--line);
}

.news-item + .news-item {
  padding: 34px 0 12px;
  border-bottom: 0;
}

.news-item p {
  margin: 0 0 24px;
  color: #666c71;
  line-height: 1.7;
}

.news-item .text-link,
.news-feature .text-link {
  margin-top: auto;
  font-style: italic;
}

.news-item .text-link i,
.news-feature .text-link i {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
}

.news-thumbs {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 34px;
}

.news-thumbs a {
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.news-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.news-thumbs a:hover img { transform: scale(1.035); }

.contact-rail {
  position: fixed;
  z-index: 80;
  top: auto;
  right: 0;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  width: 64px;
  overflow: visible;
  box-shadow: 0 3px 6px rgba(14, 21, 27, 0.15);
}

.contact-rail a,
.contact-rail button {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  padding: 0;
  color: #fff;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  background: #ce251e;
  font-size: 14px;
  line-height: 1.2;
  transition: background-color 500ms ease;
}

.contact-rail > :first-child {
  border-top: 0;
}

.contact-rail > a > i,
.contact-rail > button > i,
.contact-rail-icon i {
  font-size: 24px;
}

.contact-rail-main {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  opacity: 1;
  visibility: visible;
}

.contact-rail-main > .contact-rail-icon,
.contact-rail-main > .contact-rail-label {
  position: relative;
  z-index: 1;
  display: block;
}

.contact-rail-main > .contact-rail-icon {
  display: inline-flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.contact-rail-main > .contact-rail-label {
  width: 100%;
  max-width: none;
  overflow: visible;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-overflow: clip;
  white-space: nowrap;
}

.contact-rail-item {
  isolation: isolate;
  text-align: center;
}

.contact-rail-item:hover,
.contact-rail-item:focus-visible,
.contact-rail-item:focus-within {
  z-index: 2;
  background: var(--red);
  outline: none;
}

.contact-rail-value {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -100%;
  display: flex !important;
  width: 210px;
  max-width: calc(100vw - 80px);
  height: 64px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  overflow: hidden;
  color: #fff;
  background: #646464;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 80px;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transition: right 500ms ease, opacity 500ms ease, background-color 500ms ease, visibility 500ms ease;
  visibility: hidden;
  white-space: nowrap;
}

.contact-rail-item:hover .contact-rail-value,
.contact-rail-item:focus-visible .contact-rail-value,
.contact-rail-item:focus-within .contact-rail-value {
  z-index: 0;
  right: 100%;
  opacity: 1;
  pointer-events: auto;
  background: var(--red);
  visibility: visible;
}

.contact-rail-top-label {
  display: block !important;
}

@media (prefers-reduced-motion: reduce) {
  .contact-rail a,
  .contact-rail button,
  .contact-rail-value {
    transition: none;
  }
}

.cta-band {
  position: relative;
  display: grid;
  height: 320px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #ba6162;
  text-align: center;
}

.cta-band::before,
.cta-band::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.cta-band::before {
  background: url("../images/context/1803172f-3649-4748-ba5f-9c87521d647a.png") center 79.27% / 100% auto no-repeat;
  opacity: 0.2;
}

.cta-band::after {
  background: #ba6162;
  mix-blend-mode: color;
}

.cta-band-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  width: min(calc(100% - 48px), 1042px);
}

.cta-band h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.cta-actions .btn {
  gap: 12px;
  width: 240px;
  min-height: 56px;
  padding: 0 24px;
  border-width: 2px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 28px;
}

.cta-actions .btn-light {
  color: #333;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.cta-actions .iconfont {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}

.cta-actions .btn-light .iconfont {
  color: #ce251e;
}

.site-footer {
  position: relative;
  min-height: 777px;
  overflow: hidden;
  padding: 80px max(5vw, 30px) 24px;
  color: #b7bbc0;
  background: #202429;
}

.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1680px;
  margin: 0 auto;
}

.footer-watermark {
  position: absolute;
  inset: -120px 0 auto;
  color: rgba(255, 255, 255, 0.018);
  font-size: 380px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.footer-grid {
  display: grid;
  grid-template-columns: 280px 280px 430px minmax(380px, 480px);
  gap: 70px;
}

.brand-light {
  display: inline-flex;
  margin-bottom: 48px;
  color: #fff;
  font-size: 42px;
}

.brand-light .footer-logo {
  width: 240px;
  height: 44px;
  background-image: url("../images/context/d69cbc7e-8875-4f20-ab0c-2a873ec3a374.svg");
}

.site-footer h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

.site-footer ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

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

.footer-products a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-products a::after {
  content: "›";
  font-weight: 700;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-products a:hover,
.footer-products a:focus-visible,
.footer-products a:active {
  color: var(--red);
  outline: none;
  transform: translateX(3px);
}

.footer-products a:hover::after,
.footer-products a:focus-visible::after,
.footer-products a:active::after {
  opacity: 1;
  transform: translateX(0);
}

.footer-useful-links a {
  transition: color 180ms ease;
}

.footer-useful-links a:hover,
.footer-useful-links a:focus-visible,
.footer-useful-links a:active {
  color: var(--red);
  outline: none;
}

.socials {
  position: relative;
  display: flex;
  gap: 16px;
  margin-top: 24px;
  color: var(--red);
}

.socials > a,
.socials > button {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  color: var(--red);
  border: 1px solid #3b4046;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.socials > a:hover,
.socials > button:hover,
.socials > a:focus-visible,
.socials > button:focus-visible,
.socials > button[aria-expanded="true"] {
  color: #fff;
  border-color: var(--red);
  outline: none;
  background: var(--red);
  box-shadow: 0 8px 20px rgba(207, 38, 33, 0.28);
  transform: translateY(-3px);
}

.socials > a:active,
.socials > button:active {
  box-shadow: 0 3px 10px rgba(207, 38, 33, 0.2);
  transform: translateY(0) scale(0.94);
}

.socials .social-label {
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  z-index: 2;
  width: max-content;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
  background: #111418;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.socials > a:hover .social-label,
.socials > button:hover .social-label,
.socials > a:focus-visible .social-label,
.socials > button:focus-visible .social-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.wechat-card {
  position: absolute;
  bottom: 54px;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  padding: 18px;
  color: #fff;
  border: 1px solid #444a51;
  border-radius: 6px;
  background: #2b3036;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  animation: social-card-in 180ms ease both;
}

.wechat-card[hidden] { display: none; }
.wechat-card > i { color: var(--red); font-size: 30px; }
.wechat-card small,
.wechat-card strong { display: block; }
.wechat-card small { color: #949aa0; font-size: 10px; letter-spacing: 0.14em; }
.wechat-card strong { margin-top: 2px; font-size: 15px; }

.wechat-copy {
  padding: 7px 10px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: var(--red);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.wechat-card-close {
  position: absolute;
  top: 2px;
  right: 6px;
  padding: 2px;
  color: #8d9399;
  border: 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

@keyframes social-card-in {
  from { opacity: 0; transform: translateY(6px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .socials > a,
  .socials > button,
  .socials .social-label,
  .wechat-card { transition: none; animation: none; }
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.inquiry-form label {
  display: block;
}

.inquiry-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: #f5f6f7;
}

.inquiry-form input {
  height: 52px;
  padding: 0 16px;
}

.inquiry-form textarea {
  min-height: 120px;
  padding: 16px;
  resize: vertical;
}

.inquiry-textarea {
  position: relative;
}

.inquiry-textarea textarea {
  display: block;
}

.inquiry-placeholder {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  color: #666b70;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.inquiry-placeholder strong,
.inquiry-placeholder small {
  display: block;
  font: inherit;
}

.inquiry-placeholder small {
  color: #b6b9bc;
}

.inquiry-textarea textarea:not(:placeholder-shown) + .inquiry-placeholder {
  opacity: 0;
}

.inquiry-form .full {
  grid-column: 1 / -1;
}

.inquiry-form.is-compact {
  grid-template-columns: 1fr;
}

.inquiry-form.is-compact .full {
  grid-column: auto;
}

.inquiry-form.is-compact input,
.inquiry-form.is-compact textarea {
  color: #fff;
  background: #383d43;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin: 54px 0 0;
  padding-top: 24px;
  border-top: 1px solid #363b41;
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom a {
  margin-left: 35px;
}

.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin-inline: auto;
  padding: 24px 28px;
  color: #d6d9dc;
  border: 1px solid #41464c;
  border-radius: 8px;
  background: #202429;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: cookie-banner-in 280ms ease both;
}

.cookie-banner.is-closing {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.cookie-banner-copy {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 760px;
}

.cookie-banner-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: #fff;
  border-radius: 50%;
  background: var(--red);
  font-size: 18px;
  font-weight: 800;
  place-items: center;
}

.cookie-banner h2 { margin: 0 0 6px; color: #fff; font-size: 19px; }
.cookie-banner p { margin: 0; font-size: 14px; line-height: 1.55; }
.cookie-banner p a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions { display: flex; flex: 0 0 auto; gap: 12px; }
.cookie-banner .btn { min-height: 44px; white-space: nowrap; }
.cookie-reject { color: #fff; border: 1px solid #555b62; background: transparent; }
.cookie-reject:hover,
.cookie-reject:focus-visible { border-color: #fff; outline: none; }

@keyframes cookie-banner-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 18px; padding: 20px; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-banner .btn { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner { animation: none; }
  .cookie-banner.is-closing { transition: none; }
}

.policy-page {
  padding: 190px 0 110px;
  background: var(--soft);
}

.policy-shell {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.policy-nav,
.policy-content {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.policy-nav {
  position: sticky;
  top: 130px;
  padding: 28px;
}

.policy-nav strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 18px;
}

.policy-nav a {
  display: block;
  padding: 9px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.policy-nav a:last-child { border-bottom: 0; }
.policy-nav a:hover,
.policy-nav a:focus-visible { color: var(--red); }

.policy-content {
  padding: clamp(36px, 5vw, 72px);
}

.policy-content .eyebrow {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-content h1 {
  margin: 14px 0 12px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.policy-updated { margin: 0 0 48px; color: var(--muted); }
.policy-content section { scroll-margin-top: 140px; }
.policy-content section + section { margin-top: 42px; }
.policy-content h2 { margin: 0 0 14px; color: var(--ink); font-size: 25px; }
.policy-content p,
.policy-content li { color: #5e646a; line-height: 1.75; }
.policy-content ul { padding-left: 20px; }
.policy-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 760px) {
  .policy-page { padding: 130px 0 70px; }
  .policy-shell { grid-template-columns: 1fr; gap: 24px; }
  .policy-nav { position: static; }
  .policy-content { padding: 30px 22px; }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-card {
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-image {
  display: block;
  overflow: hidden;
  padding: 28px 28px 0;
}

.product-image img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  transition: transform 380ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-body {
  padding: 24px 28px 30px;
}

.product-body h3 {
  min-height: 58px;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 1.25;
  transition: color 180ms ease;
}

.product-card:hover .product-body h3 {
  color: var(--red);
}

.spec-list {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.spec-list li {
  position: relative;
  margin: 9px 0;
  padding-left: 15px;
  color: #696e73;
  font-size: 14px;
}

.spec-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--red);
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.card-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid #dfe2e4;
  background: #fafafa;
  font-size: 13px;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.card-actions a:hover,
.card-actions a:focus-visible {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
  outline: 0;
}

.product-card.is-compact .product-image {
  padding: 0;
}

.product-card.is-compact .product-body {
  padding: 18px 0 0;
}

.product-card.is-compact {
  border: 0;
}

.product-card.is-compact .product-body h3 {
  font-size: 17px;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section {
  overflow: hidden;
  height: 951px;
  padding: 60px 0 120px;
  background: #fff;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section > .container {
  position: relative;
  width: min(calc(100% - 48px), 1440px);
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .section-heading {
  margin: 0;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .watermark {
  height: 110px;
  margin-bottom: -50px;
  font-size: 110px;
  line-height: 110px;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .section-heading h2 {
  font-size: 64px;
  line-height: 64px;
}

.related-products-controls {
  position: absolute;
  z-index: 2;
  top: 84px;
  right: -40px;
  display: flex;
  gap: 88px;
}

.related-products-controls button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  color: #333;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.related-products-controls button .iconfont {
  font-size: 24px;
}

.related-products-controls button:hover,
.related-products-controls button:focus-visible {
  color: var(--red);
  outline: 0;
  transform: translateX(-3px);
}

.related-products-controls button[data-related-next]:hover,
.related-products-controls button[data-related-next]:focus-visible {
  transform: translateX(3px);
}

.related-products-controls button:disabled {
  cursor: default;
  opacity: 0.28;
  transform: none;
}

.related-products-viewport {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-grid {
  display: grid;
  grid-auto-columns: 330px;
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 40px;
  width: max-content;
  border: 0;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact {
  display: flex;
  width: 330px;
  height: 587px;
  flex-direction: column;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact .product-image {
  width: 330px;
  height: 247px;
  flex: none;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact .product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact .product-body {
  display: flex;
  height: 340px;
  flex-direction: column;
  padding: 20px 0 0;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact .product-body h3 {
  min-height: 0;
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 32px;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .spec-list {
  height: 160px;
  flex: none;
  margin: 0;
  padding: 20px 0;
  border: 0;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .spec-list li {
  height: 24px;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .spec-list li::before {
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 330px;
  height: 56px;
  flex: none;
  gap: 0;
  margin-top: auto;
  background: #f6f7f8;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions a {
  min-height: 56px;
  border: 0;
  background: transparent;
  font-size: 16px;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions a:hover,
body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions a:focus-visible {
  color: var(--red);
  border: 0;
  background: transparent;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions a + a {
  position: relative;
}

body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions a + a::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 1px;
  height: 20px;
  background: #d6d9dc;
  content: "";
}

@media (max-width: 1600px) {
  .related-products-controls {
    right: 0;
    gap: 40px;
  }
}

@media (max-width: 980px) {
  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section {
    height: 895px;
    padding: 56px 0 90px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .watermark {
    height: 84px;
    margin-bottom: -38px;
    font-size: 84px;
    line-height: 84px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .section-heading h2 {
    font-size: 50px;
    line-height: 54px;
  }

  .related-products-controls {
    top: 60px;
  }

  .related-products-viewport {
    margin-top: 54px;
  }
}

@media (max-width: 640px) {
  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section {
    height: 845px;
    padding-top: 48px;
    padding-bottom: 70px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .watermark {
    height: 62px;
    margin-bottom: -28px;
    font-size: 62px;
    line-height: 62px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-section .section-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .related-products-controls {
    top: 76px;
    gap: 16px;
  }

  .related-products-viewport {
    margin-top: 72px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-grid {
    grid-auto-columns: 100%;
    width: 100%;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact,
  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .product-card.is-compact .product-image,
  body:is([data-template="product-detail"], [data-template="application-detail"], [data-page="cases"], [data-page="news"]) .related-products-viewport .card-actions {
    width: 100%;
  }
}

.listing-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}

.product-sidebar {
  position: sticky;
  z-index: 2;
  top: 20px;
  min-height: 1496px;
  background: #fff;
  box-shadow: 12px 0 24px -16px rgba(21, 28, 35, 0.45);
}

.product-sidebar ul {
  margin: 0;
  padding: 30px 32px;
  list-style: none;
}

.product-sidebar li {
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}

.product-sidebar li > a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 71px;
  padding: 0 10px;
  font-weight: 600;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.product-sidebar li.is-active {
  color: var(--red);
  border-bottom-color: var(--red);
}

.product-sidebar li > a:hover,
.product-sidebar li > a:focus-visible {
  color: var(--red);
  background: #fff7f6;
  outline: 0;
}

.product-sidebar i {
  width: 30px;
  font-size: 24px;
}

.product-sidebar .product-sidebar-arrow {
  visibility: hidden;
  width: auto;
  margin-left: auto;
  font-size: 15px;
}

.product-sidebar li.is-active .product-sidebar-arrow,
.product-sidebar li > a:hover .product-sidebar-arrow,
.product-sidebar li > a:focus-visible .product-sidebar-arrow {
  visibility: visible;
}

.sidebar-contact {
  padding: 8px 32px 0;
}

.sidebar-contact-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  margin-bottom: 24px;
}

.sidebar-contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border-radius: 3px;
  background: var(--red);
}

.product-sidebar .sidebar-contact-icon i {
  width: auto;
  color: inherit;
  font-size: 22px;
  line-height: 1;
}

.sidebar-contact-copy {
  min-width: 0;
  padding-top: 2px;
}

.sidebar-contact-label,
.sidebar-contact-value {
  display: block;
}

.sidebar-contact-label {
  color: #999da1;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
}

.sidebar-contact-value {
  margin-top: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 50px 0;
}

.pagination a,
.pagination span,
.pagination button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font: inherit;
}

.pagination button:disabled {
  color: #b8bcc0;
  border-color: #f1f2f3;
  background: #f1f2f3;
  cursor: not-allowed;
}

.pagination .current {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.why-section {
  --service-section-height: 1346px;
  --service-image-height: 960px;
  overflow: hidden;
  height: var(--service-section-height);
  color: #fff;
  background: #fff;
}

body[data-page="products"] .faq-section {
  margin-top: -99px;
  padding-top: 80px;
}

@media (max-width: 980px) {
  body[data-page="products"] .faq-section {
    margin-top: -81px;
  }
}

@media (max-width: 640px) {
  body[data-page="products"] .faq-section {
    margin-top: -276px;
  }
}

.why-section::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: var(--service-image-height);
  content: "";
  background:
    linear-gradient(rgba(25, 31, 36, 0.76), rgba(25, 31, 36, 0.86)),
    url("../images/497-81-02-products-list/raw-image-15.png") center top / cover no-repeat;
  clip-path: ellipse(72% 100% at 50% 0%);
  pointer-events: none;
}

.why-section > .container {
  position: relative;
  z-index: 1;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 80px 0;
  text-align: center;
}

.why-card {
  padding: 20px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.why-card:last-child {
  border-right: 0;
}

.why-card-icon {
  display: block;
  width: 68px;
  height: 68px;
}

.why-card-icon-panel {
  display: grid;
  place-items: center;
  width: 100%;
  height: 96px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(2px);
}

.why-card h3 {
  font-size: 28px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  min-height: 584px;
  color: var(--ink);
  border-top: 4px solid var(--red);
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-panel-copy {
  padding: 64px 60px;
  background: #fff7f6;
}

.contact-panel-copy h3 {
  margin: 0 0 35px;
  color: var(--red);
  font-size: 44px;
  font-style: italic;
}

.contact-panel-copy li {
  margin: 18px 0;
}

.contact-panel-form {
  padding: 64px 60px;
}

.contact-panel .inquiry-form {
  gap: 14px;
}

.contact-panel .inquiry-form input {
  height: 60px;
}

.contact-panel .inquiry-form textarea {
  min-height: 160px;
}

.contact-panel .inquiry-form .btn {
  min-height: 60px;
}

.professional-service-section {
  --service-section-height: 1519px;
  --service-image-height: 1060px;
  overflow: hidden;
  height: var(--service-section-height);
  color: #fff;
  background: #fff;
}

body[data-template="application-detail"] .professional-service-section {
  height: auto;
  padding-bottom: 40px;
}

.professional-service-section::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: var(--service-image-height);
  content: "";
  background:
    linear-gradient(rgba(20, 28, 35, 0.54), rgba(20, 28, 35, 0.74)),
    url("../images/layers/497-3200-1.png") center top / cover no-repeat;
  clip-path: ellipse(125% 100% at 50% 0%);
  pointer-events: none;
}

.professional-service-section > .container {
  position: relative;
  z-index: 1;
}

.professional-service-section .section-heading {
  margin-bottom: 24px;
}

.professional-service-intro {
  max-width: 1440px;
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.professional-service-section .why-cards {
  margin: 58px 0 0;
}

.professional-service-tagline {
  margin: 64px 0 32px;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
}

.accordion {
  max-width: 1440px;
  margin: 0 auto;
}

.accordion-item {
  border: 0;
}

.accordion-item + .accordion-item {
  margin-top: 4px;
}

.accordion-item button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 100px;
  padding: 0 70px 0 22px;
  color: var(--ink);
  border: 0;
  background: #f8f9f9;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}

.accordion-item button > i {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.accordion-toggle-icon {
  position: absolute;
  right: 24px;
  color: #b6b8ba;
  font-size: 18px;
}

.accordion-answer {
  display: none;
  padding: 0 70px 26px;
  color: #fff;
  background: var(--red);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-item.is-open button {
  color: #fff;
  background: var(--red);
  font-weight: 700;
}

.accordion-item.is-open button > i {
  color: #fff;
}

.accordion-item.is-open .accordion-answer {
  display: block;
}

.faq-section .section-heading {
  margin-bottom: 84px;
}

.category-filter {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1440px;
  margin: -60px auto 70px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}

.category-filter :is(button, a) {
  display: grid;
  align-content: center;
  min-height: 110px;
  color: #555;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease;
}

.category-filter :is(button, a) i {
  display: block;
  margin-bottom: 9px;
  font-size: 32px;
}

.category-filter :is(button, a) .category-icons {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 9px;
}

.category-filter :is(button, a) .category-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.category-filter :is(button, a) .category-icon-active,
.category-filter :is(button, a):is(.is-active, :hover, :focus-visible) .category-icon-default {
  display: none;
}

.category-filter :is(button, a):is(.is-active, :hover, :focus-visible) .category-icon-active {
  display: block;
}

.category-filter :is(button, a).is-active,
.category-filter :is(button, a):hover,
.category-filter :is(button, a):focus-visible {
  color: #fff;
  background: var(--red);
  outline: 0;
}

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

.case-card {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(24, 31, 37, 0.08);
}

.case-card img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.case-card div {
  padding: 28px 30px 34px;
}

.case-card h3 {
  min-height: 74px;
  margin: 0 0 28px;
  font-size: 23px;
  line-height: 1.35;
}

.news-listing {
  display: grid;
  gap: 38px;
}

.news-row {
  display: grid;
  grid-template-columns: 1.8fr 0.9fr;
  min-height: 330px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(24, 30, 36, 0.06);
}

.news-row-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.news-row time {
  color: var(--red);
  font-weight: 700;
}

.news-row h3 {
  margin: 18px 0;
  font-size: 28px;
}

.news-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-info-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  align-items: center;
  gap: 70px;
}

.contact-lines {
  display: grid;
  gap: 20px;
}

.contact-line {
  display: grid;
  grid-template-columns: 86px 1fr;
  min-height: 86px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(20, 27, 32, 0.05);
}

.contact-line i {
  display: grid;
  color: #fff;
  background: var(--red);
  font-size: 30px;
  place-items: center;
}

.contact-line div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 28px;
}

.contact-line small {
  color: var(--muted);
  font-style: italic;
}

.contact-line strong {
  font-size: 19px;
}

.world-map {
  position: relative;
}

.world-map > img {
  width: 100%;
  opacity: 0.85;
}

.map-section img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.map-address {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 15px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto -76px;
  padding: 26px;
  color: #fff;
  background: rgba(220, 36, 29, 0.82);
}

.detail-hero {
  color: #fff;
  background: var(--ink) url("../images/layers/497-2642-image-95.png") center / cover no-repeat;
}

.detail-hero-grid {
  position: relative;
  height: 696px;
}

.detail-hero-copy {
  position: absolute;
  top: 32px;
  left: 0;
  width: 720px;
}

.detail-hero .breadcrumbs {
  justify-content: flex-start;
  gap: 8px;
  height: 24px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.detail-hero .breadcrumbs em {
  color: #8f9398;
  font-style: italic;
}

.detail-product-type {
  position: absolute;
  top: 103px;
  left: 0;
  padding: 1px 10px;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.detail-product-span {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中（可选） */
    padding: 5px;           /* 内边距 10px */
    margin: 5px;            /* 外边距 10px */
}


.detail-hero h1 {
  width: 720px;
  margin: 138px 0 0;
  font-size: 48px;
  line-height: 1;
}

.detail-hero-media {
  position: absolute;
  top: 136px;
  right: 0;
  width: 640px;
  height: 480px;
  overflow: hidden;
  border-radius: 4px;
  background: #15191d;
}

.detail-hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 480ms ease, transform 900ms ease;
}

.detail-hero-media > img.is-active {
  opacity: 1;
  transform: scale(1);
}

.detail-carousel-dots {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
}

.detail-carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  transition: width 180ms ease, background 180ms ease;
}

.detail-carousel-dots button.is-active {
  width: 28px;
  background: var(--red);
}

.detail-specs {
  display: grid;
  gap: 8px;
  margin: 48px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.detail-specs strong {
  font-weight: 600;
}

.detail-specs span::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  content: "";
  background: var(--red);
}

.detail-hero-actions {
  position: absolute;
  top: 474px;
  left: 0;
  width: 720px;
}

.detail-action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.detail-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 56px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.detail-action:hover,
.detail-action:focus-visible {
  transform: translateY(-2px);
}

.detail-action-primary {
  background: var(--red);
}

.detail-action-primary:hover,
.detail-action-primary:focus-visible {
  background: var(--red-dark);
}

.detail-action-download {
  background: #3a3e43;
}

.detail-action-download:hover,
.detail-action-download:focus-visible {
  background: #4a4f55;
}

.detail-action i {
  font-size: 24px;
}

.detail-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.detail-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #888c90;
  border-radius: 50%;
  background: #34383d;
  transition: color 180ms ease, background 180ms ease;
}

.detail-socials a:hover,
.detail-socials a:focus-visible,
.detail-socials .is-youtube {
  color: #fff;
  background: var(--red);
}

@media (max-width: 1500px) and (min-width: 981px) {
  .detail-hero-copy {
    width: calc(50% - 28px);
  }

  .detail-hero h1 {
    width: 100%;
    font-size: clamp(38px, 3.15vw, 48px);
  }

  .detail-hero-media {
    width: calc(50% - 28px);
  }
}

@media (max-width: 980px) {
  .why-section {
    --service-section-height: 1900px;
    --service-image-height: 1120px;
  }

  .professional-service-section {
    --service-section-height: 2100px;
    --service-image-height: 1320px;
  }

  body[data-template="application-detail"] .professional-service-section {
    padding-bottom: 32px;
  }

  .detail-hero-grid {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 32px 0 48px;
  }

  .detail-hero-copy,
  .detail-hero-media {
    position: static;
    width: 100%;
  }

  body[data-template="product-detail"] .detail-hero-copy,
  body[data-template="product-detail"] .detail-hero-media {
    position: static;
  }

  body[data-template="product-detail"] .detail-hero-media {
    position: relative;
    top: auto;
    right: auto;
  }

  .detail-hero-copy {
    order: 1;
  }

  .detail-hero h1 {
    width: 100%;
    margin: 48px 0 0;
    font-size: clamp(38px, 7vw, 48px);
  }

  .detail-hero-media {
    order: 2;
    height: auto;
    margin-top: 40px;
    aspect-ratio: 4 / 3;
  }

  .detail-hero-actions {
    position: static;
    width: 100%;
    margin-top: 36px;
  }

  .detail-product-type {
    position: static;
    display: inline-block;
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .why-section {
    --service-section-height: 2700px;
    --service-image-height: 1390px;
  }

  .professional-service-section {
    --service-section-height: 2960px;
    --service-image-height: 1760px;
  }

  .why-section::before {
    background-position: 58% top;
    clip-path: none;
  }

  .professional-service-section::before {
    background-position: 62% top;
    clip-path: none;
  }

  .professional-service-intro {
    font-size: 16px;
    line-height: 1.6;
  }

  .professional-service-tagline {
    margin-top: 48px;
    font-size: 20px;
    line-height: 1.5;
  }

  .detail-hero .breadcrumbs {
    white-space: nowrap;
  }

  .detail-hero .breadcrumbs span {
    display: none;
  }

  .detail-hero .breadcrumbs em {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .detail-hero h1 {
    margin-top: 36px;
    font-size: 36px;
    line-height: 1.08;
  }

  .detail-specs {
    font-size: 15px;
  }

  .detail-action-buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.detail-tabs {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 70px;
  min-height: 80px;
  color: #fff;
  background: var(--ink);
}

.detail-tabs a {
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
}

.detail-tabs a:first-child,
.detail-tabs a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

body[data-template="application-detail"] .application-detail-tabs {
  display: block;
  min-height: 80px;
  color: #aaa;
  background: #202428;
}

.application-detail-tabs-inner {
  display: grid;
  grid-template-columns: 143px 181px 222px minmax(0, 1fr) 224px;
  align-items: stretch;
  width: min(calc(100% - 48px), 1440px);
  height: 80px;
  margin-inline: auto;
}

body[data-template="application-detail"] .application-detail-tabs a {
  align-self: stretch;
  justify-self: start;
  width: max-content;
  height: 80px;
  color: #aaa;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

body[data-template="application-detail"] .application-detail-tabs a.is-active,
body[data-template="application-detail"] .application-detail-tabs a:not(.application-detail-quote):hover,
body[data-template="application-detail"] .application-detail-tabs a:not(.application-detail-quote):focus-visible {
  color: #fff;
  border-bottom-color: var(--red);
}

body[data-template="application-detail"] .application-detail-tabs .application-detail-quote {
  align-self: center;
  justify-self: stretch;
  width: 224px;
  height: 52px;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--red);
  transition: color 180ms ease, background-color 180ms ease;
}

body[data-template="application-detail"] .application-detail-tabs .application-detail-quote .iconfont {
  font-size: 28px;
}

body[data-template="application-detail"] .application-detail-tabs .application-detail-quote:hover,
body[data-template="application-detail"] .application-detail-tabs .application-detail-quote:focus-visible {
  color: var(--red);
  border-bottom-color: var(--red);
  background: #fff;
}

.detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1040px) 320px;
  align-items: start;
  gap: 80px;
}

.detail-content {
  min-width: 0;
}

.detail-content section {
  padding: 45px 0;
  border-bottom: 1px solid var(--line);
}

.detail-content h2,
.article-content h2 {
  position: relative;
  margin: 0 0 25px;
  padding-left: 18px;
  font-size: 36px;
  font-style: italic;
  text-transform: uppercase;
}

.detail-content h2::before,
.article-content h2::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 11px;
  height: 4px;
  content: "";
  background: var(--red);
}

.detail-content h3,
.article-content h3 {
  margin-top: 32px;
  font-size: 25px;
}

.detail-content p,
.article-content p {
  color: #62676c;
  line-height: 1.75;
}

.media-pair,
.media-grid {
  display: grid;
  gap: 48px;
  margin: 30px 0;
}

.media-pair {
  grid-template-columns: 1fr 1fr;
}

.media-grid {
  grid-template-columns: repeat(4, 1fr);
}

.media-pair img,
.media-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.number-card {
  padding: 30px;
  background: #fff7f6;
}

.number-card strong {
  display: block;
  color: var(--red);
  font-size: 42px;
}

.detail-aside {
  position: sticky;
  top: 110px;
}

.aside-card {
  margin-bottom: 32px;
  padding: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.aside-card h3 {
  margin-top: 0;
  font-style: italic;
}

.aside-card a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

/* Product detail article: measurements follow the 1920px design frame. */
.detail-body-section {
  padding: 80px 0 110px;
  background: #fff;
}

.detail-body-section .detail-content > section {
  padding: 80px 0;
}

.detail-body-section .detail-content > section:first-child {
  padding-top: 0;
}

.detail-body-section .detail-content h2 {
  margin: 0 0 32px;
  padding: 0 0 22px;
  font-size: 48px;
  line-height: 64px;
}

.detail-body-section .detail-content h2::before {
  top: auto;
  bottom: 0;
  width: 96px;
  height: 6px;
  border-radius: 3px;
}

.detail-description {
  border-bottom: 0 !important;
}

.detail-description > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.detail-description .media-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 32px 0;
}

.detail-description .media-pair img {
  height: 434px;
}

.detail-video-shot {
  position: relative;
  width: 500px;
  height: 434px;
  overflow: hidden;
}

.detail-description .detail-video-shot img {
  position: absolute;
  top: -1.45%;
  left: -0.79%;
  width: 206.48%;
  max-width: none;
  height: 103.09%;
  object-fit: fill;
}

.detail-description .media-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 32px 0 0;
}

.detail-description .media-grid img {
  height: 169px;
}

.detail-body-section .detail-aside {
  top: 110px;
}

.detail-body-section .aside-card {
  margin: 0 0 40px;
  padding: 40px 32px;
  border-radius: 4px;
  background: #f6f7f8;
  box-shadow: none;
}

.detail-body-section .aside-card h3 {
  margin: 0;
  color: #33373a;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
}

.aside-contents {
  min-height: 570px;
}

.aside-contents h3 {
  margin-bottom: 32px !important;
}

.aside-contents a {
  position: relative;
  display: flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 0 0 28px;
  color: #686b6e;
  border: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
}

.aside-contents a:last-child {
  margin-bottom: 0;
}

.aside-contents a::before {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #c3c5c7;
  content: "";
  transform: translateY(-50%);
}

.aside-contents a:hover,
.aside-contents a.is-active {
  color: var(--red);
}

.aside-contents a:hover::before,
.aside-contents a.is-active::before {
  border-left-color: var(--red);
}

.aside-contact h3 {
  margin-bottom: 24px !important;
}

.aside-contact-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  min-height: 48px;
  margin: 0;
}

.aside-contact-row + .aside-contact-row {
  margin-top: 24px;
}

.aside-contact-row > .iconfont {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border-radius: 3px;
  background: var(--red);
  font-size: 24px;
  font-style: normal;
}

.aside-contact-row p {
  min-width: 0;
  margin: 0;
  line-height: 24px;
}

.aside-contact-row em,
.aside-contact-row strong {
  display: block;
}

.aside-contact-row em {
  color: #999c9f;
  font-size: 14px;
  font-weight: 600;
}

.aside-contact-row strong {
  color: #24272a;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.selection-suggestion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
  padding: 24px;
  border-radius: 8px;
  background: #fef8f7;
}

.selection-suggestion-grid h3 {
  position: relative;
  margin: 0 0 8px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
}

.selection-suggestion-grid h3::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  background: var(--red);
  content: "";
}

.selection-suggestion-grid p {
  margin: 0;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 980px) {
  .detail-body-section {
    padding: 64px 0 90px;
  }

  .detail-body-section .aside-contents {
    display: none;
  }

  .detail-description .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-video-shot {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 434;
  }

  .detail-body-section .detail-aside {
    margin-top: 56px;
  }
}

@media (max-width: 640px) {
  .detail-body-section {
    padding-top: 48px;
  }

  .detail-body-section .detail-content h2 {
    padding-bottom: 18px;
    font-size: 34px;
    line-height: 46px;
  }

  .detail-description .detail-video-pair,
  .detail-description .media-grid,
  .selection-suggestion-grid {
    grid-template-columns: 1fr;
  }

  .detail-description .detail-video-pair {
    gap: 16px;
  }

  .detail-description .media-grid img {
    height: auto;
    aspect-ratio: 254 / 169;
  }

  .detail-body-section .aside-card {
    padding: 32px 24px;
  }
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 17px 20px;
  border-bottom: 1px solid #fff;
  text-align: left;
}

th {
  color: #fff;
  background: var(--ink);
}

tr:nth-child(even) {
  background: #f6f7f8;
}

.about-strip {
  background: var(--soft);
}

.about-composite {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 45px;
  border: 8px solid var(--red);
}

.about-composite img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about {
  padding: 60px 0 120px;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about > .container {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .section-heading {
  margin-bottom: 40px;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .watermark {
  height: 110px;
  margin-bottom: -50px;
  font-size: 110px;
  line-height: 110px;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .section-heading h2 {
  font-size: 64px;
  line-height: 64px;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .lead {
  width: 100%;
  max-width: 1440px;
  margin: 0;
  color: #666;
  font-size: 18px;
  line-height: 28px;
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .about-composite {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1440px;
  height: 1414px;
  margin-top: 40px;
  padding: 20px;
  border: 0;
  background: var(--red);
}

body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .about-composite img {
  width: 100%;
  height: auto;
  flex: none;
  object-fit: contain;
}

@media (max-width: 980px) {
  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about {
    padding: 56px 0 80px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .watermark {
    height: 84px;
    margin-bottom: -38px;
    font-size: 84px;
    line-height: 84px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .section-heading h2 {
    font-size: 50px;
    line-height: 54px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .about-composite {
    height: auto;
  }
}

@media (max-width: 640px) {
  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .watermark {
    height: 62px;
    margin-bottom: -28px;
    font-size: 62px;
    line-height: 62px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .section-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .lead {
    font-size: 16px;
    line-height: 26px;
  }

  body:is([data-template="product-detail"], [data-template="application-detail"]) .product-detail-about .about-composite {
    gap: 8px;
    padding: 8px;
  }
}

.professional {
  color: #fff;
  background:
    linear-gradient(rgba(20, 28, 35, 0.76), rgba(20, 28, 35, 0.72)),
    url("../images/context/dc381fd2-7c14-4f49-8ecf-827d2db8cfc0.jpg") center / cover;
}

.professional .why-cards {
  margin-bottom: 100px;
}

.application-detail-hero {
  height: 696px;
  padding: 32px 0 80px;
  background: #f8f9fa;
}

.application-detail-hero-inner {
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
}

.application-detail-breadcrumbs {
  display: flex;
  align-items: center;
  height: 24px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.application-detail-breadcrumbs .iconfont {
  margin-right: 8px;
  color: var(--red);
  font-size: 24px;
}

.application-detail-breadcrumbs em {
  margin-left: 4px;
  color: #999;
  font-style: italic;
}

.application-detail-hero-grid {
  display: grid;
  grid-template-columns: 720px 640px;
  align-items: start;
  justify-content: space-between;
  gap: 80px;
  margin-top: 80px;
}

.application-detail-hero-copy {
  min-width: 0;
}

.application-detail-industry-icon {
  display: block;
  width: 96px;
  height: 96px;
  color: #333;
  font-size: 96px;
  line-height: 96px;
}

.application-detail-hero h1 {
  position: relative;
  margin: 48px 0 32px;
  padding-bottom: 22px;
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.application-detail-hero h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background: var(--red);
}

.application-detail-hero-description p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.application-detail-hero-description p + p {
  margin-top: 24px;
}

.application-detail-hero-image {
  display: block;
  width: 640px;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
}

/* Application detail content follows the 1440px desktop design frame. */
body[data-template="application-detail"] .application-detail-content {
  padding: 72px 0 120px;
  background: #fff;
}

body[data-template="application-detail"] .application-detail-content > .container {
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
}

body[data-template="application-detail"] .detail-content > section {
  padding: 0;
  border-bottom: 0;
}

body[data-template="application-detail"] .detail-content > section + section {
  margin-top: 72px;
}

body[data-template="application-detail"] .detail-content h2 {
  position: relative;
  margin: 0 0 38px;
  padding: 0 0 22px;
  color: #303235;
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

body[data-template="application-detail"] .detail-content h2::before {
  top: auto;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 6px;
  border-radius: 999px;
  background: var(--red);
}

body[data-template="application-detail"] .application-preface p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.55;
}

body[data-template="application-detail"] .application-preface p + p {
  margin-top: 24px;
}

.application-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 12px;
}

.application-case-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  overflow: hidden;
  min-height: 240px;
  background: #f7f8f9;
  border-radius: 4px;
}

.application-case-copy {
  padding: 34px 32px;
}

.application-case-copy strong {
  display: block;
  margin-bottom: 22px;
  color: var(--red);
  font-size: 44px;
  font-style: italic;
  line-height: 1;
}

body[data-template="application-detail"] .application-case-copy p {
  margin: 0;
  color: #303235;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.application-case-card > img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

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

.materials-grid figure {
  margin: 0;
  text-align: center;
}

.materials-grid img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.materials-grid figcaption {
  padding: 12px 5px;
  font-weight: 600;
}

body[data-template="application-detail"] .materials-grid {
  gap: 12px;
}

body[data-template="application-detail"] .materials-grid figure {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
  outline: none;
  transition: border-color 180ms ease;
}

body[data-template="application-detail"] .materials-grid img {
  display: block;
  aspect-ratio: 1.5 / 1;
  border-radius: 4px;
}

body[data-template="application-detail"] .materials-grid figcaption {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 16px 12px;
  color: #303235;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

body[data-template="application-detail"] .materials-grid figure.is-active {
  border-bottom-color: var(--red);
}

body[data-template="application-detail"] .materials-grid figure.is-active figcaption {
  color: var(--red);
}

body[data-template="application-detail"] .materials-grid figure:focus-visible img {
  outline: 3px solid rgba(206, 37, 30, 0.3);
  outline-offset: 3px;
}

body[data-template="application-detail"] .materials-grid figure.is-active::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  transform: translateX(-50%);
  border-top: 8px solid var(--red);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.materials-feature {
  overflow: hidden;
  margin-top: 32px;
  border-radius: 6px;
}

.materials-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 1440 / 640;
  object-fit: cover;
  transition: opacity 160ms ease;
}

.materials-feature img.is-switching {
  opacity: 0.25;
}

.solution-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 35px;
  margin: 40px 0;
}

.solution-row img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.solution-copy {
  padding: 20px 0;
}

.solution-copy h3 {
  margin-top: 0;
}

body[data-template="application-detail"] #solutions {
  margin-top: 80px;
}

body[data-template="application-detail"] #solutions > h2 {
  margin-bottom: 30px;
}

body[data-template="application-detail"] .solution-row {
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  margin: 0;
  padding: 0;
  border: 0;
}

body[data-template="application-detail"] .solution-row + .solution-row {
  margin-top: 80px;
}

body[data-template="application-detail"] .solution-row > img {
  height: 480px;
  min-height: 480px;
  border-radius: 4px;
}

body[data-template="application-detail"] .solution-copy {
  padding: 0;
}

body[data-template="application-detail"] .solution-copy h3 {
  margin: 0 0 24px;
  color: #303235;
  font-size: 32px;
  line-height: 1.25;
}

body[data-template="application-detail"] .solution-copy > p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}

.solution-accordion {
  display: grid;
  gap: 4px;
}

.solution-accordion-item {
  overflow: hidden;
  border-radius: 4px;
  background: #f8f9fa;
}

.solution-accordion-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 70px;
  padding: 20px 24px;
  color: #333;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.solution-accordion-item > button > span {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.solution-accordion-item > button > span::before,
.solution-accordion-item > button > span::after {
  position: absolute;
  top: 14px;
  left: 7px;
  width: 16px;
  height: 1px;
  content: "";
  background: #333;
  transition: transform 180ms ease;
}

.solution-accordion-item > button > span::after {
  transform: rotate(90deg);
}

.solution-accordion-item.is-open > button > span::after {
  transform: rotate(0deg);
}

.solution-accordion-panel {
  display: none;
  padding: 0 24px 20px;
}

.solution-accordion-item.is-open .solution-accordion-panel {
  display: block;
}

.solution-accordion-panel p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.solution-accordion-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-accordion-panel li {
  position: relative;
  padding-left: 16px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.solution-accordion-panel li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 3px;
  background: var(--red);
}

.solution-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 12px;
}

.solution-specs p {
  font-weight: 700;
}

.solution-specs strong {
  display: block;
  font-size: 36px;
  line-height: 48px;
}

.solution-actions {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.solution-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 11px 24px;
  border: 2px solid var(--red);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

.solution-btn-primary {
  color: #fff;
  background: var(--red);
}

.solution-btn-outline {
  color: var(--red);
  background: #fff;
}

.solution-btn-outline:hover,
.solution-btn-outline:focus-visible {
  color: #fff;
  background: var(--red);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 50px;
}

/* Figma pages 11–14 ------------------------------------------------------- */
body[data-page="cases"],
body[data-page="news"],
body[data-page="contact"] {
  background: #f8f9fa;
}

body[data-page="cases"] .hero,
body[data-page="news"] .hero,
body[data-page="contact"] .hero {
  min-height: 600px;
  background-position: center top;
}

body[data-page="cases"] .hero::before,
body[data-page="news"] .hero::before,
body[data-page="contact"] .hero::before {
  background: rgba(34, 37, 41, 0.56);
}

body[data-page="cases"] .hero-content h1,
body[data-page="news"] .hero-content h1,
body[data-page="contact"] .hero-content h1 {
  margin-bottom: 18px;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
}

body[data-page="cases"] .hero .breadcrumbs,
body[data-page="news"] .hero .breadcrumbs,
body[data-page="contact"] .hero .breadcrumbs {
  font-size: 20px;
}

body[data-page="cases"] .category-filter,
body[data-page="news"] .category-filter {
  position: relative;
  z-index: 4;
  margin-top: -60px;
  margin-bottom: 0;
}

.listing-section {
  padding: 80px 0 120px;
}

body[data-page="cases"] .case-grid {
  gap: 48px;
}

body[data-page="cases"] .case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
}

body[data-page="cases"] .case-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

body[data-page="cases"] .case-card img {
  aspect-ratio: 448 / 344;
}

body[data-page="cases"] .case-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px 30px 26px;
}

body[data-page="cases"] .case-card h3 {
  min-height: 86px;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.38;
  transition: color 180ms ease;
}

body[data-page="cases"] .case-card:hover h3,
body[data-page="cases"] .case-card:focus-within h3 {
  color: var(--red);
}

body[data-page="cases"] .case-card .text-link {
  margin-top: auto;
}

body[data-page="cases"] .case-card .text-link::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
}

body[data-page="cases"] .case-card:focus-within {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

body[data-page="cases"] .pagination,
body[data-page="news"] .pagination {
  margin-top: 80px;
  padding-block: 0;
}

body[data-page="cases"] .listing-section {
  padding-bottom: 90px;
}

body[data-page="news"] .category-filter {
  max-width: 1440px;
}

body[data-page="news"] .listing-section {
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: -74px;
}

body[data-page="news"] .news-listing {
  gap: 40px;
}

body[data-page="news"] .news-row {
  grid-template-columns: minmax(0, 1fr) 480px;
  min-height: 320px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(24, 30, 36, 0.1);
}

body[data-page="news"] .news-row-copy {
  padding: 56px 60px;
}

body[data-page="news"] .news-row h3 {
  margin: 20px 0 14px;
  font-size: 28px;
  line-height: 1.25;
}

body[data-page="news"] .news-row p {
  max-width: 790px;
  margin: 0 0 22px;
  color: #666b70;
}

body[data-page="news"] .news-row .text-link i {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
}

body[data-page="news"] .news-row img {
  border-radius: 8px;
}

body[data-page="contact"] .contact-info-section {
  min-height: 908px;
  padding: 60px 0;
}

body[data-page="contact"] .section-heading {
  margin-bottom: 80px;
  text-align: left;
}

body[data-page="contact"] .section-heading .watermark {
  height: 110px;
  margin-bottom: -50px;
  color: #f1f1f1;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

body[data-page="contact"] .section-heading h2 {
  font-size: 60px;
  line-height: 64px;
}

body[data-page="contact"] .section-heading p {
  margin-top: 4px;
  font-size: 18px;
  line-height: 28px;
}

body[data-page="contact"] .contact-info-layout {
  grid-template-columns: 640px 1180px;
  align-items: start;
  gap: 0;
  margin-top: 0;
}

body[data-page="contact"] .contact-lines {
  position: relative;
  z-index: 2;
  gap: 24px;
}

body[data-page="contact"] .contact-line {
  grid-template-columns: 96px 1fr;
  min-height: 96px;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
}

body[data-page="contact"] .contact-line div {
  padding: 18px 32px;
}

body[data-page="contact"] .contact-line:not(:last-child) div {
  padding-block: 10px;
}

body[data-page="contact"] .contact-line i {
  background: #ce251e;
}

body[data-page="contact"] .contact-line small {
  color: #999;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

body[data-page="contact"] .contact-line strong {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

body[data-page="contact"] .world-map {
  position: relative;
  width: 1180px;
  height: 500px;
  margin-left: -380px;
  overflow: hidden;
}

body[data-page="contact"] .world-map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 1300px;
  height: 532px;
  transform: scale(0.9076923);
  transform-origin: left top;
}

body[data-page="contact"] .world-map-dots {
  position: absolute;
  top: -415px;
  left: -11px;
  width: 1331px;
  height: 1331px;
  max-width: none;
  opacity: 0.3;
}

body[data-page="contact"] .world-map-markers {
  position: absolute;
  inset: 0;
}

body[data-page="contact"] .world-map-markers i {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--s);
  height: var(--s);
  background: url("../images/context/692025f3-d0ad-4e00-a58b-2b6c5a1e3bc2.svg") center / contain no-repeat;
  opacity: 0.4;
}

body[data-page="contact"] .world-map-primary-marker {
  position: absolute;
  top: 104px;
  left: 1004px;
  width: 66px;
  height: 76px;
}

body[data-page="contact"] .contact-message-section {
  padding: 60px 0 120px;
  background: #fff;
}

body[data-page="contact"] .contact-message-section .section-heading {
  margin-bottom: 80px;
}

body[data-page="contact"] .contact-panel {
  grid-template-columns: 490px minmax(0, 1fr);
  min-height: 592px;
  border-top-color: #ce251e;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

body[data-page="contact"] .contact-panel-copy {
  padding: 40px 60px;
  background: #fef8f7;
}

body[data-page="contact"] .contact-panel-copy h3 {
  margin: 0 0 30px;
  font-size: 48px;
  line-height: 56px;
  color: #ce251e;
}

body[data-page="contact"] .contact-panel-copy p,
body[data-page="contact"] .contact-panel-copy li {
  font-size: 16px;
  line-height: 24px;
}

body[data-page="contact"] .contact-panel-copy ul {
  margin: 24px 0 0;
  padding-left: 20px;
}

body[data-page="contact"] .contact-panel-copy li::marker {
  color: var(--red);
}

body[data-page="contact"] .contact-panel-copy li {
  margin: 12px 0;
  padding-left: 4px;
}

body[data-page="contact"] .contact-panel-form {
  padding: 60px 60px 50px;
}

body[data-page="contact"] .contact-panel-form > p {
  margin: 0 0 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

body[data-page="contact"] .contact-panel .inquiry-form {
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

body[data-page="contact"] .contact-panel .inquiry-form label:nth-child(-n + 3) {
  grid-column: span 2;
}

body[data-page="contact"] .contact-panel .inquiry-form input {
  display: block;
  height: 56px;
  padding-inline: 12px;
  border-bottom: 1px solid #eaeaea;
  background: #f9f9f9;
}

body[data-page="contact"] .contact-panel .inquiry-form label:nth-child(4),
body[data-page="contact"] .contact-panel .inquiry-form label:nth-child(5) {
  grid-column: span 3;
}

body[data-page="contact"] .contact-panel .inquiry-form textarea {
  display: block;
  min-height: 200px;
  padding: 16px 12px;
  border-bottom: 1px solid #eaeaea;
  background: #f9f9f9;
}

body[data-page="contact"] .contact-panel .inquiry-form .btn {
  min-height: 56px;
  border-radius: 4px;
  background: #ce251e;
}

body[data-page="contact"] .contact-panel-form textarea::placeholder {
  white-space: pre-line;
}

body[data-page="contact"] .map-section img {
  height: 480px;
  max-height: none;
}

body[data-page="contact"] .map-section {
  overflow: hidden;
  background: #6cd2e7;
}

body[data-page="contact"] .map-section-inner {
  position: relative;
  width: min(100%, 1920px);
  margin-inline: auto;
  overflow: hidden;
}

body[data-page="contact"] .map-address {
  width: min(1440px, calc(100% - 48px));
  margin-bottom: -80px;
  padding: 28px;
  background: rgba(206, 37, 30, 0.8);
}

@media (max-width: 1488px) {
  body[data-page="contact"] .contact-info-section {
    min-height: 0;
  }

  body[data-page="contact"] .contact-info-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-page="contact"] .world-map {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    aspect-ratio: 1300 / 532;
    container-type: inline-size;
  }

  body[data-page="contact"] .world-map-canvas {
    transform: scale(calc(100cqw / 1300px));
  }
}

body[data-template="article-detail"] main {
  /* Figma: 32px from the 80px header to the breadcrumb row. */
  padding-top: 32px;
}

body[data-template="article-detail"] main.section {
  padding-bottom: 120px;
}

body[data-template="article-detail"] .article-layout {
  grid-template-columns: minmax(0, 1120px) 320px;
  gap: 40px;
}

body[data-template="article-detail"] .article-content {
  min-height: 0;
  padding: 38px 40px;
}

body[data-template="article-detail"] .article-content h1 {
  max-width: 960px;
  margin: 18px 0 26px;
  font-size: 46px;
}

body[data-template="article-detail"] .article-content section {
  margin-top: 44px;
}

body[data-template="article-detail"] .article-content h2 {
  position: relative;
  margin: 0 0 28px;
  padding-left: 24px;
  font-size: 30px;
  line-height: 1.25;
}

body[data-template="article-detail"] .article-content h2::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 16px;
  height: 4px;
  content: "";
  background: var(--red);
}

body[data-template="article-detail"] .article-content p,
body[data-template="article-detail"] .article-content td,
body[data-template="article-detail"] .article-content th {
  color: #686d72;
  font-size: 14px;
  line-height: 1.65;
}

body[data-template="article-detail"] .article-content thead th {
  color: #25292d;
  border-bottom: 2px solid #25292d;
  background: transparent;
}

body[data-template="article-detail"] .article-boxes-single {
  grid-template-columns: 1fr;
}

body[data-template="article-detail"] .article-box {
  padding: 18px 22px;
}

body[data-template="article-detail"] .article-box h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

body[data-template="article-detail"] .article-box p {
  margin: 0;
}

body[data-template="article-detail"] .detail-aside {
  position: sticky;
  top: 130px;
}

body[data-template="article-detail"] .aside-card {
  padding: 30px;
  box-shadow: 0 5px 20px rgba(24, 31, 36, .06);
}

body[data-template="article-detail"] .aside-card + .aside-card {
  margin-top: 32px;
}

/* Case detail header, share tools and sidebar follow the supplied Figma frame. */
body[data-template="article-detail"] .article-breadcrumbs {
  justify-content: flex-start;
  gap: 5px;
  margin: 0 0 32px;
  color: #292d31;
  font-size: 16px;
  line-height: 24px;
}

body[data-template="article-detail"] .article-breadcrumbs .icon-home {
  margin-right: 3px;
  color: var(--red);
  font-size: 18px;
}

body[data-template="article-detail"] .article-breadcrumb-copy {
  display: flex;
  min-width: 0;
  gap: 5px;
}

body[data-template="article-detail"] .article-breadcrumbs em {
  overflow: hidden;
  color: #a5a7a9;
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-template="article-detail"] .article-content {
  position: relative;
}

.article-share {
  position: absolute;
  top: 36px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #a2a4a6;
}

.article-share a,
.article-share button {
  display: grid;
  width: 18px;
  height: 24px;
  padding: 0;
  place-items: center;
  color: inherit;
  border: 0;
  background: transparent;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: color 160ms ease, transform 160ms ease;
}

.article-share button {
  margin-left: 2px;
  color: var(--red);
}

.article-share a:hover,
.article-share a:focus-visible,
.article-share button:hover,
.article-share button:focus-visible {
  color: var(--red);
  transform: translateY(-2px);
}

body[data-template="article-detail"] .article-contents,
body[data-template="article-detail"] .article-contact {
  padding: 40px 32px;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(24, 31, 36, .06);
}

body[data-template="article-detail"] .aside-card h3 {
  margin: 0 0 28px;
  color: #25292d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body[data-template="article-detail"] .article-contents a {
  position: relative;
  padding: 10px 0 10px 28px;
  color: #666a6e;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

body[data-template="article-detail"] .article-contents a::before {
  position: absolute;
  top: 12px;
  left: 0;
  color: #b8babc;
  content: "\27A4";
  font-size: 14px;
  line-height: 20px;
}

body[data-template="article-detail"] .article-contents a.is-active,
body[data-template="article-detail"] .article-contents a:hover,
body[data-template="article-detail"] .article-contents a:focus-visible,
body[data-template="article-detail"] .article-contents a.is-active::before,
body[data-template="article-detail"] .article-contents a:hover::before,
body[data-template="article-detail"] .article-contents a:focus-visible::before {
  color: var(--red);
}

body[data-template="article-detail"] .article-contact {
  padding-bottom: 36px;
}

body[data-template="article-detail"] .article-contact h3 {
  margin-bottom: 26px;
}

body[data-template="article-detail"] .article-contact-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 0;
  color: #25292d;
  border: 0;
}

body[data-template="article-detail"] .article-contact-row + .article-contact-row {
  margin-top: 22px;
}

.article-contact-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border-radius: 3px;
  background: var(--red);
}

.article-contact-icon .iconfont {
  font-size: 24px;
}

.article-contact-row em,
.article-contact-row strong {
  display: block;
}

.article-contact-row em {
  margin: 1px 0 2px;
  color: #a2a4a6;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
}

.article-contact-row strong {
  color: #25292d;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  body[data-page="contact"] .contact-info-layout,
  body[data-page="contact"] .contact-panel,
  body[data-template="article-detail"] .article-layout {
    grid-template-columns: 1fr;
  }
  body[data-page="contact"] .contact-info-section { min-height: 0; }
  body[data-page="contact"] .world-map { width: 100%; margin: 30px 0 0; }
  body[data-page="contact"] .world-map > img { width: 100%; max-width: 100%; }
  body[data-template="article-detail"] .detail-aside { position: static; }
  body[data-template="article-detail"] .article-content { min-height: 0; }
  body[data-template="article-detail"] .detail-aside {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body[data-template="article-detail"] .article-contents { display: none; }
  body[data-template="article-detail"] .article-contact { margin-bottom: 0; }
  body[data-template="article-detail"] .aside-card + .aside-card { margin-top: 0; }
}

@media (max-width: 640px) {
  body[data-page="cases"] .hero,
  body[data-page="news"] .hero,
  body[data-page="contact"] .hero { min-height: 420px; }
  body[data-page="cases"] .hero-content h1,
  body[data-page="news"] .hero-content h1,
  body[data-page="contact"] .hero-content h1 { font-size: 46px; }
  .listing-section { padding: 55px 0 80px; }
  body[data-page="news"] .news-row { grid-template-columns: 1fr; }
  body[data-page="news"] .news-row-copy { padding: 30px 24px; }
  body[data-page="news"] .news-row img { min-height: 220px; }
  body[data-page="contact"] .contact-info-section,
  body[data-page="contact"] .contact-message-section { padding: 80px 0; }
  body[data-page="contact"] .contact-info-layout { margin-top: 45px; }
  body[data-page="contact"] .contact-line { grid-template-columns: 72px 1fr; }
  body[data-page="contact"] .contact-line strong { font-size: 16px; }
  body[data-page="contact"] .section-heading .watermark {
    height: 74px;
    margin-bottom: -34px;
    font-size: 74px;
  }
  body[data-page="contact"] .section-heading h2 { font-size: 42px; line-height: 48px; }
  body[data-page="contact"] .contact-panel .inquiry-form { grid-template-columns: 1fr; }
  body[data-page="contact"] .contact-panel .inquiry-form label:nth-child(-n + 5) { grid-column: auto; }
  body[data-template="article-detail"] main { padding-top: 32px; }
  body[data-template="article-detail"] main.section { padding-bottom: 48px; }
  body[data-template="article-detail"] .article-breadcrumbs {
    align-items: flex-start;
  }
  body[data-template="article-detail"] .article-breadcrumb-copy {
    display: block;
    overflow-wrap: anywhere;
  }
  body[data-template="article-detail"] .article-breadcrumbs em {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  body[data-template="article-detail"] .article-content { padding: 32px 24px; }
  body[data-template="article-detail"] .article-content h1 { font-size: 36px; }
  .article-share {
    position: static;
    justify-content: flex-end;
    margin-bottom: 18px;
  }
  body[data-template="article-detail"] .detail-aside { grid-template-columns: 1fr; }
}

.article-content {
  padding: 45px;
  border-top: 4px solid var(--red);
  background: #fff;
  box-shadow: 0 5px 20px rgba(24, 31, 36, 0.06);
}

.article-content h1 {
  margin: 12px 0 22px;
  font-size: 48px;
  line-height: 1.1;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.article-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.article-box {
  padding: 22px;
  background: #fff7f6;
}

.article-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--red);
}

.toast {
  position: fixed;
  z-index: 200;
  right: 28px;
  bottom: 28px;
  padding: 16px 24px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(20px);
  opacity: 0;
  transition: 200ms ease;
}

.toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 981px) and (max-width: 1800px) {
  .featured-product {
    grid-template-columns: 52% minmax(0, 1fr);
  }

  .featured-product-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px clamp(24px, 2.5vw, 40px) 28px;
  }

  .featured-product-copy .product-type {
    align-self: flex-start;
  }

  .featured-product-copy h3 {
    margin: 18px 0 14px;
    padding-bottom: 14px;
    font-size: clamp(24px, 1.7vw, 26px);
    line-height: 1.25;
  }

  .featured-product-copy .spec-list {
    padding-block: 8px;
  }

  .featured-product-copy .spec-list li {
    margin-block: 5px;
    font-size: 13px;
    line-height: 1.45;
  }

  .featured-product-actions {
    gap: 14px;
    margin-top: 18px;
  }

  .featured-product-actions .btn {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 14px;
  }
}

@media (min-width: 1801px) {
  .product-stage,
  .product-stack,
  .featured-product,
  .featured-product-media,
  .product-stack-sheet {
    height: 540px;
  }
}

@media (max-width: 1280px) {
  .site-header-wrap {
    width: calc(100% - 48px);
  }

  .site-header {
    grid-template-columns: 210px 1fr 140px;
    padding: 0 20px;
  }

  .main-nav a {
    padding-inline: 10px;
    font-size: 14px;
  }

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

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

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  .application-detail-hero {
    height: auto;
  }

  .application-detail-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 46%);
    gap: 48px;
  }

  .application-detail-hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .application-case-card {
    grid-template-columns: minmax(0, 1fr) 44%;
  }

  .application-case-copy {
    padding: 28px 24px;
  }

  body[data-template="application-detail"] .solution-row {
    grid-template-columns: minmax(0, 1fr);
  }

  body[data-template="application-detail"] .solution-row > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 780px) {
  .application-detail-hero {
    padding: 28px 0 56px;
  }

  .application-detail-breadcrumbs {
    position: relative;
    display: block;
    height: auto;
    min-height: 24px;
    padding-left: 32px;
    overflow: visible;
    white-space: normal;
  }

  .application-detail-breadcrumbs .iconfont {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }

  .application-detail-breadcrumbs span,
  .application-detail-breadcrumbs em {
    display: inline;
  }

  .application-detail-breadcrumbs em {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .application-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 48px;
  }

  .application-detail-industry-icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
  }

  .application-detail-hero h1 {
    margin-top: 34px;
    font-size: 40px;
    line-height: 44px;
  }

  body[data-template="application-detail"] .application-detail-content {
    padding: 56px 0 80px;
  }

  body[data-template="application-detail"] .detail-content > section + section,
  body[data-template="application-detail"] #solutions {
    margin-top: 56px;
  }

  body[data-template="application-detail"] .detail-content h2 {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .application-case-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .application-case-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 42%);
  }

  body[data-template="application-detail"] .materials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .solution-specs {
    gap: 18px;
  }
}

@media (max-width: 520px) {
  .application-detail-breadcrumbs em {
    margin-left: 4px;
  }

  .application-detail-hero h1 {
    font-size: 34px;
    line-height: 40px;
  }

  body[data-template="application-detail"] .application-detail-content > .container {
    width: min(calc(100% - 30px), 1440px);
  }

  body[data-template="application-detail"] .detail-content h2 {
    padding-bottom: 17px;
    font-size: 32px;
    letter-spacing: -0.8px;
  }

  body[data-template="application-detail"] .detail-content h2::before {
    width: 72px;
    height: 5px;
  }

  .application-case-card {
    grid-template-columns: 1fr;
  }

  .application-case-copy {
    min-height: 190px;
  }

  .application-case-card > img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body[data-template="application-detail"] .materials-grid {
    grid-template-columns: 1fr;
  }

  body[data-template="application-detail"] .materials-grid figcaption {
    min-height: 72px;
  }

  body[data-template="application-detail"] .solution-copy h3 {
    font-size: 25px;
  }

  .solution-accordion-item > button {
    min-height: 62px;
    padding: 16px 18px;
    font-size: 18px;
  }

  .solution-accordion-panel {
    padding: 0 18px 18px;
  }

  .solution-specs {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
}

/* Latest About Us and Service frames: Figma 558:799, 558:481, 558:1051, 558:1284 */
.about-dropdown {
  width: 360px;
}

body[data-template="honors"],
body[data-template="research-development"],
body[data-template="development-history"],
body[data-template="service"] {
  background: #f8f9fa;
}

.about-subpage-hero {
  min-height: 600px;
  background-position: center;
  background-size: cover;
}

.about-subpage-hero::before {
  background: rgba(34, 37, 41, 0.5);
}

.about-subpage-hero .hero-content {
  padding-top: 18px;
}

.about-subpage-hero .hero-content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: 0;
}

.about-subpage-hero .breadcrumbs {
  gap: 8px;
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
}

.about-subpage-hero .breadcrumbs i {
  width: 30px;
  height: 30px;
  font-size: 24px;
}

.honors-hero {
  background-image: url("../images/about-pages/honors-hero.png");
}

.rnd-page-hero {
  background-image: url("../images/about-pages/rnd-hero.png");
  background-position: center 31%;
}

.history-page-hero {
  background-image: url("../images/about-pages/history-hero.png");
}

.history-page-hero::before {
  background: rgba(206, 37, 30, 0.3);
}

.service-page-hero {
  background-image: url("../images/about-pages/service-hero.png");
  background-position: center 29%;
}

.service-page-hero::before {
  background: rgba(34, 37, 41, 0.6);
}

/* Honor & Certificates */
.honors-catalog {
  position: relative;
  z-index: 2;
  display: flow-root;
  min-height: 1208px;
  margin-top: 0;
  background: #f8f9fa;
}

.honors-category-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  box-sizing: border-box;
  width: min(calc(100% - 48px), 1440px);
  min-height: 94px;
  margin-top: -40px;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.04);
}

.honors-category-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 15px 16px;
  color: #333;
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  transition: color 180ms ease, background 180ms ease;
}

.honors-category-tabs button:first-child {
  border-radius: 7px 0 0 7px;
}

.honors-category-tabs button:last-child {
  border-radius: 0 7px 7px 0;
}

.honors-category-tabs button i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}

.honors-category-tabs button.is-active {
  color: #fff;
  background: #ce251e;
  font-weight: 700;
}

.honors-panel {
  padding-top: 82px;
  padding-bottom: 120px;
}

.honors-grid {
  display: grid;
  grid-template-columns: repeat(4, 324px);
  gap: 48px;
}

.honors-grid[hidden] {
  display: none;
}

.honors-grid figure {
  display: grid;
  width: 324px;
  height: 240px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  place-items: center;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.honors-grid figure:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.honors-grid figure img {
  width: 284px;
  height: 200px;
  object-fit: cover;
}

.honors-grid figure.honors-certificate {
  height: 436px;
}

.honors-grid figure.honors-certificate img {
  width: 284px;
  height: 396px;
  object-fit: contain;
}

.honors-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 56px;
}

.honors-pagination button,
.honors-pagination span {
  display: grid;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: transparent;
  font-size: 20px;
  line-height: 30px;
  place-items: center;
}

.honors-pagination button[aria-label] {
  border-color: #f1f1f1;
  background: #f1f1f1;
}

.honors-pagination button.is-current {
  color: #fff;
  border-color: #ce251e;
  background: #ce251e;
}

/* R&D */
.rnd-section-heading {
  text-align: center;
}

.rnd-section-heading > span {
  display: block;
  height: 110px;
  margin-bottom: -50px;
  color: #f6f0f0;
  font-size: 110px;
  font-weight: 800;
  line-height: 110px;
  text-transform: uppercase;
}

.rnd-section-heading h2,
.service-section-heading h2,
.service-stage-header h2 {
  margin: 0;
  color: #333;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rnd-section-heading h2 strong,
.service-section-heading h2 strong,
.service-stage-header h2 strong {
  color: #ce251e;
  font-weight: inherit;
}

.rnd-section-heading > p {
  width: min(100%, 1200px);
  margin: 40px auto 0;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.rnd-foundation {
  height: 1078px;
  padding-top: 60px;
  background: linear-gradient(180deg, #fff0ef 0, #fff 42.3%);
}

.rnd-foundation .rnd-section-heading > p {
  margin-top: 40px;
}

.rnd-foundation-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}

.rnd-foundation-tabs button {
  position: relative;
  height: 78px;
  padding: 0 24px 18px;
  color: #333;
  border: 0;
  border-bottom: 2px solid #d9d9d9;
  background: transparent;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.rnd-foundation-tabs button.is-active {
  color: #ce251e;
  border-bottom-color: #ce251e;
}

.rnd-foundation-tabs button:focus-visible {
  z-index: 1;
  outline: 3px solid rgba(206, 37, 30, 0.35);
  outline-offset: -3px;
}

.rnd-foundation-feature {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  height: 480px;
  margin-top: 58px;
  overflow: hidden;
  border-radius: 8px;
  background: #ce251e;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.rnd-foundation-feature[hidden] {
  display: none;
}

.rnd-foundation-feature.is-active {
  animation: rnd-foundation-reveal 240ms ease-out both;
}

@keyframes rnd-foundation-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rnd-foundation-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 48px;
  color: #fff;
}

.rnd-foundation-copy h3 {
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 40px;
}

.rnd-foundation-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.rnd-foundation-feature > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .rnd-foundation-feature.is-active {
    animation: none;
  }
}

.rnd-presence {
  height: 1130px;
  padding-top: 120px;
  background: #f8f9fa;
}

.rnd-presence .rnd-section-heading > p {
  margin-top: 4px;
}

.rnd-map-wrap {
  position: relative;
  height: 714px;
  margin-top: 80px;
}

.rnd-map-visual {
  position: absolute;
  inset: 0;
  height: 714px;
}

.rnd-map-visual > img {
  display: block;
  width: 100%;
  height: 714px;
  object-fit: contain;
}

.rnd-presence-markers {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 2377 / 1178;
  pointer-events: none;
  transform: translateY(-50%);
}

.rnd-presence-marker {
  position: absolute;
  width: clamp(18px, 1.95vw, 28px);
  height: clamp(18px, 1.95vw, 28px);
  color: #ce251e;
  transform: translate(-50%, -50%);
}

.rnd-presence-marker img {
  display: block;
  width: 100%;
  height: 100%;
}

.rnd-presence-marker-1 { left: 18.2%; top: 7.3%; }
.rnd-presence-marker-2 { left: 11.7%; top: 36%; }
.rnd-presence-marker-3 { left: 43.2%; top: 30%; }
.rnd-presence-marker-4 { left: 45.3%; top: 28.7%; }
.rnd-presence-marker-5 { left: 46%; top: 24.1%; }
.rnd-presence-marker-6 { left: 44.7%; top: 33.1%; }
.rnd-presence-marker-7 { left: 47.7%; top: 31.8%; }
.rnd-presence-marker-8 { left: 42.4%; top: 52.4%; }

.rnd-presence-stats {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 64px;
  display: grid;
  justify-items: end;
  gap: 8px;
  width: 528px;
  margin: 0;
}

.rnd-presence-stats div {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-self: end;
  column-gap: 16px;
  min-height: 88px;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  padding: 0 40px;
  color: #333;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 16px rgba(23, 31, 38, 0.06);
}

.rnd-presence-stats dt {
  color: #ce251e;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.rnd-presence-stats dd {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}

.rnd-presence-stats div:last-child dt {
  font-style: italic;
}

@media (hover: hover) and (pointer: fine) {
  .rnd-presence-stats div:hover {
    color: #fff;
    background: rgba(206, 37, 30, 0.8);
  }

  .rnd-presence-stats div:hover dt {
    color: #fff;
  }
}

.rnd-achievements {
  position: relative;
  overflow: hidden;
  height: 836px;
  padding-top: 120px;
  color: #fff;
  background: #222529;
}

.rnd-achievements::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/about-pages/rnd-achievements-bg.png") center 40% / cover no-repeat;
  content: "";
  opacity: 0.2;
  pointer-events: none;
  transform: scaleX(-1);
}

.rnd-achievements > .container {
  position: relative;
  z-index: 1;
}

.rnd-section-heading.is-light h2,
.rnd-section-heading.is-light > p {
  color: #fff;
}

.rnd-section-heading.is-light > p {
  margin-top: 4px;
}

.rnd-achievements-layout {
  display: grid;
  grid-template-columns: 612px 728px;
  align-items: center;
  justify-content: space-between;
  height: 420px;
  margin-top: 80px;
}

.rnd-certificate-stack {
  position: relative;
  height: 420px;
}

.rnd-certificate-stack img {
  position: absolute;
  top: 0;
  width: 276px;
  height: 420px;
  object-fit: contain;
}

.rnd-certificate-stack img:nth-child(1) { left: 0; z-index: 3; }
.rnd-certificate-stack img:nth-child(2) { left: 168px; z-index: 2; }
.rnd-certificate-stack img:nth-child(3) { left: 335px; z-index: 1; }

.rnd-achievement-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 0;
}

.rnd-achievement-stats div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 144px;
  padding: 24px 36px;
  background: rgba(255, 255, 255, 0.12);
  transition: background-color 180ms ease;
}

.rnd-achievement-stats div:hover {
  background-color: #ce251e;
}

.rnd-achievement-stats dt {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.rnd-achievement-stats dd {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.rnd-manufacturing {
  height: 1207px;
  padding-top: 120px;
  background: #fff;
}

.rnd-manufacturing .rnd-section-heading > p {
  margin-top: 4px;
}

.rnd-manufacturing-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}

.rnd-manufacturing-tabs button {
  height: 80px;
  padding: 0 20px 16px;
  color: #333;
  border: 0;
  border-bottom: 2px solid #b7b7b7;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  transition: color 240ms ease, border-color 320ms ease;
}

.rnd-manufacturing-tabs button.is-active {
  color: #ce251e;
  border-bottom-color: #ce251e;
}

.rnd-manufacturing-stage {
  position: relative;
  height: 560px;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 8px;
}

.rnd-manufacturing-stage.is-switching {
  animation: rnd-manufacturing-stage-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rnd-manufacturing-stage.is-switching > img {
  animation: rnd-manufacturing-image-in 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.rnd-manufacturing-stage.is-switching .rnd-manufacturing-copy {
  animation: rnd-manufacturing-copy-in 500ms cubic-bezier(0.22, 1, 0.36, 1) 50ms both;
}

.rnd-manufacturing-stage.is-switching .rnd-manufacturing-copy > * {
  animation: rnd-manufacturing-copy-content-in 420ms ease-out both;
}

.rnd-manufacturing-stage.is-switching .rnd-manufacturing-copy > :nth-child(2) {
  animation-delay: 120ms;
}

@keyframes rnd-manufacturing-stage-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rnd-manufacturing-image-in {
  from {
    opacity: 0.2;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rnd-manufacturing-copy-in {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rnd-manufacturing-copy-content-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rnd-manufacturing-stage > img {
  width: calc(100% - 440px);
  height: 560px;
  margin-left: auto;
  border-radius: 8px;
  object-fit: cover;
}

.rnd-manufacturing-copy {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 520px;
  padding: 108px 60px;
  color: #fff;
  border-radius: 8px;
  background: #ce251e;
}

.rnd-manufacturing-copy h3 {
  margin: 0 0 32px;
  font-size: 30px;
  line-height: 36px;
}

.rnd-manufacturing-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.rnd-stage-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #d9d9d9;
  border: 0;
  background: transparent;
  place-items: center;
  transform: translateY(-50%);
  transition: color 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rnd-stage-arrow:hover,
.rnd-stage-arrow:focus-visible {
  color: #ce251e;
  transform: translateY(-50%) scale(1.08);
}

.rnd-stage-arrow i {
  font-size: 40px;
}

.rnd-stage-prev { left: -72px; }
.rnd-stage-next { right: -72px; }

.rnd-manufacturing-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  height: 176px;
  border-top: 1px solid #d9d9d9;
}

.rnd-manufacturing-action strong {
  font-size: 30px;
  line-height: 40px;
}

.rnd-manufacturing-action .btn {
  min-height: 56px;
  padding-inline: 32px;
  border-radius: 4px;
  font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .rnd-manufacturing-tabs button {
    transition: none;
  }

  .rnd-manufacturing-stage.is-switching,
  .rnd-manufacturing-stage.is-switching > img,
  .rnd-manufacturing-stage.is-switching .rnd-manufacturing-copy,
  .rnd-manufacturing-stage.is-switching .rnd-manufacturing-copy > * {
    animation: none;
  }

  .rnd-stage-arrow {
    transition: none;
  }

  .rnd-stage-arrow:hover,
  .rnd-stage-arrow:focus-visible {
    transform: translateY(-50%);
  }
}

.rnd-cta {
  display: flex;
  align-items: center;
  height: 480px;
  color: #fff;
  background: #9b666c url("../images/company-profile/sustainability-bg.png") center / cover no-repeat;
}

.rnd-cta h2 {
  margin: 0;
  font-size: 60px;
  line-height: 64px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.rnd-cta p {
  max-width: 1140px;
  margin: 32px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* Development history */
.history-timeline {
  position: relative;
  height: 1200px;
  overflow: hidden;
  background: #f8f9fa;
}

.history-timeline::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../images/about-pages/history-bg.png") center bottom / cover no-repeat;
  opacity: 0.2;
}

.history-timeline::after {
  position: absolute;
  right: 0;
  bottom: 250px;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(181, 198, 209, 0.55);
}

.history-timeline-inner {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.history-timeline h2 {
  margin: 0;
  color: #333;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  text-transform: uppercase;
}

.history-timeline h2 strong {
  color: #ce251e;
}

.history-layout {
  display: grid;
  grid-template-columns: 560px 800px;
  justify-content: space-between;
  margin-top: 80px;
}

.history-years {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 36px;
  height: 816px;
  padding-left: 40px;
  border-left: 4px solid #333;
}

.history-years::before {
  position: absolute;
  top: var(--history-indicator-y, 76px);
  left: -4px;
  width: 8px;
  height: 64px;
  content: "";
  background: #ce251e;
  transition: top 240ms ease;
}

.history-years button {
  height: 64px;
  padding: 0;
  color: #333;
  border: 0;
  background: transparent;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.history-years button.is-active {
  color: #ce251e;
}

.history-years button.history-arrow {
  display: grid;
  width: 40px;
  height: 40px;
  color: #ce251e;
  font-size: 24px;
  line-height: 40px;
  place-items: center;
}

.history-story {
  position: relative;
  align-self: start;
  width: 800px;
  height: 584px;
  margin-top: 232px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.history-story > img {
  width: 800px;
  height: 420px;
  object-fit: cover;
}

.history-story > p {
  margin: 0;
  padding: 40px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.history-story.is-revealing > img,
.history-story.is-revealing > p {
  animation: history-story-reveal 280ms ease-out both;
}

.history-story.is-revealing > p {
  animation-delay: 60ms;
}

@keyframes history-story-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .history-years::before {
    transition: none;
  }

  .history-story.is-revealing > img,
  .history-story.is-revealing > p {
    animation: none;
  }
}

.history-story-dots {
  position: absolute;
  top: 388px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.history-story-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.history-story-dots button.is-active {
  background: #ce251e;
}

.history-story-dots button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
}

/* Service */
.service-section-heading {
  text-align: center;
}

.service-section-heading > p,
.service-stage-header > p {
  width: min(100%, 1200px);
  margin: 40px auto 0;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.service-lifecycle {
  height: 1062px;
  padding-top: 120px;
  background: linear-gradient(180deg, #fff0ef 0, #fff 42.3%);
}

.service-lifecycle-diagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 48px), 1200px);
  height: 378px;
  margin: 80px auto 0;
}

.service-lifecycle-diagram > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 378px;
  object-fit: fill;
}

.service-lifecycle-diagram article {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 54px 48px 20px;
  text-align: center;
}

.service-lifecycle-diagram article i {
  color: #ce251e;
  font-size: 64px;
  line-height: 64px;
}

.service-lifecycle-diagram h3 {
  margin: 22px 0 0;
  color: #333;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.service-lifecycle-diagram p {
  width: 280px;
  margin: 8px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 22px;
}

.service-benefits {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 80px;
}

.service-benefits span {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  min-height: 96px;
  padding: 16px 40px;
  border-radius: 4px;
  background: #f6f0f0;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.04);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.service-benefits i {
  align-self: center;
  color: #ce251e;
  font-size: 48px;
}

.service-benefits strong {
  font-size: 60px;
  font-style: italic;
  line-height: 64px;
}

.service-stage {
  background: #f8f9fa;
}

.service-stage-header {
  height: 420px;
  padding-top: 60px;
  text-align: center;
}

.service-stage-header > i,
.service-section-heading > i {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto -40px;
  color: rgba(206, 37, 30, 0.08);
  font-size: 120px;
  line-height: 120px;
}

.service-stage-header > p {
  margin-top: 4px;
}

.service-stage-tabs {
  display: grid;
  width: min(calc(100% - 48px), 1440px);
  height: 64px;
  margin: 56px auto 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.service-stage-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 0 20px;
  color: #333;
  border: 0;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  line-height: 24px;
  transition: color 180ms ease, background-color 180ms ease;
}

.service-stage-tabs button.is-active {
  color: #fff;
  background: #ce251e;
}

.service-stage-tabs button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(206, 37, 30, 0.36);
  outline-offset: -3px;
}

.service-stage-tabs i {
  font-size: 32px;
}

.service-stage-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 720px;
  overflow: hidden;
  background: #222529;
}

.service-stage-media,
.service-stage-media img {
  width: 100%;
  height: 720px;
}

.service-stage-media {
  overflow: hidden;
}

[data-service-stage]:not(.is-reversed) .service-stage-media {
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.service-stage.is-reversed .service-stage-media,
.service-parts .service-stage-media {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}

.service-stage-media img {
  object-fit: cover;
}

.service-stage-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px max(8vw, 80px);
  color: #fff;
  background: #222529;
}

[data-service-stage]:not(.is-reversed) .service-stage-copy {
  padding-right: max(10vw, 148px);
}

.service-stage.is-reversed .service-stage-copy {
  padding-left: max(10vw, 148px);
}

.service-stage-copy h3 {
  position: relative;
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 48px;
}

.service-stage-copy h3::after {
  display: block;
  width: 36px;
  height: 6px;
  margin-top: 8px;
  border-radius: 3px;
  background: #ce251e;
  content: "";
}

.service-stage-copy dl {
  display: grid;
  gap: 24px;
  margin: 0;
}

.service-stage-copy dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.service-stage-copy dd,
.service-stage-copy > p {
  margin: 4px 0 0;
  color: #b7b7b7;
  font-size: 16px;
  line-height: 24px;
}

.service-stage-copy .btn {
  align-self: flex-start;
  min-height: 48px;
  margin-top: 40px;
  padding-inline: 32px;
  border-radius: 4px;
}

.service-copy-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 32px;
  overflow: hidden;
  border: 1px solid #41454a;
  background: #303338;
  font-size: 14px;
  line-height: 20px;
}

.service-copy-tabs[hidden] {
  display: none;
}

.service-copy-tabs span {
  display: grid;
  min-height: 56px;
  padding: 8px 12px;
  border-right: 1px solid #555;
  place-items: center;
  text-align: center;
}

.service-copy-tabs span:first-child {
  padding-left: 12px;
  text-align: center;
}

.service-copy-tabs span:last-child {
  border-right: 0;
}

.service-copy-tabs span.is-active {
  color: #fff;
  background: #ce251e;
}

.service-stage-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 64px;
  height: 88px;
  padding: 0;
  color: #d9d9d9;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: color 180ms ease;
}

.service-stage-arrow i {
  font-size: 30px;
}

.service-stage-arrow:hover,
.service-stage-arrow:focus-visible {
  color: #ce251e;
  outline: none;
}

[data-service-stage]:not(.is-reversed) .service-stage-prev {
  left: calc(50% - 80px);
}

[data-service-stage]:not(.is-reversed) .service-stage-next {
  right: clamp(32px, 4.5vw, 72px);
}

.service-stage.is-reversed .service-stage-prev {
  left: clamp(32px, 4.5vw, 72px);
}

.service-stage.is-reversed .service-stage-next {
  right: calc(50% - 80px);
}

.service-stage-progress {
  position: absolute;
  z-index: 3;
  bottom: 44px;
  left: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 180px;
  transform: translateX(-50%);
}

.service-stage.is-reversed .service-stage-progress {
  left: 25%;
}

.service-stage-progress button {
  width: 38px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #5a5e63;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.service-stage-progress button.is-active {
  background: #ce251e;
  transform: scaleY(1.5);
}

.service-stage-progress button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.service-stage-panel.is-revealing .service-stage-copy > * {
  animation: service-stage-reveal 260ms ease-out both;
}

.service-stage-panel.is-revealing .service-stage-copy > :nth-child(2) {
  animation-delay: 35ms;
}

.service-stage-panel.is-revealing .service-stage-copy > :nth-child(3),
.service-stage-panel.is-revealing .service-stage-copy > :nth-child(4) {
  animation-delay: 70ms;
}

@keyframes service-stage-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-stage-panel.is-revealing .service-stage-copy > * {
    animation: none;
  }
}

.service-parts .service-stage-header {
  height: 296px;
}

.service-parts .service-stage-copy > p {
  max-width: 560px;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
}

.service-global {
  height: 1268px;
  padding-top: 60px;
  background: #f8f9fa;
}

.service-global .service-section-heading > i {
  margin-bottom: -40px;
}

.service-map {
  position: relative;
  height: 832px;
  margin-top: 112px;
}

.service-map > img {
  width: 100%;
  height: 692px;
  object-fit: contain;
}

.service-map dl {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 192px;
  margin: 0;
  padding: 40px 60px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
}

.service-map dl div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.service-map dt {
  color: #333;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.service-map dt::after {
  display: block;
  width: 24px;
  height: 4px;
  margin-top: 8px;
  border-radius: 3px;
  background: #ce251e;
  content: "";
}

.service-map dd {
  margin: 8px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.service-cta {
  position: relative;
  display: grid;
  height: 320px;
  overflow: hidden;
  color: #fff;
  background: #ba6162 url("../images/about-pages/service-cta.png") center 59% / cover no-repeat;
  place-items: center;
  text-align: center;
}

.service-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(186, 97, 98, 0.78);
  mix-blend-mode: color;
}

.service-cta-inner {
  position: relative;
  z-index: 1;
}

.service-cta h2 {
  margin: 0 0 48px;
  font-size: 48px;
  line-height: 56px;
}

.service-cta-inner > div {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.service-cta .btn {
  gap: 12px;
  width: 240px;
  min-height: 56px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 18px;
}

.service-cta-light {
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}

.service-cta-light i {
  color: #ce251e;
}

.service-cta-outline {
  color: #fff;
  background: transparent;
}

@media (max-width: 1540px) {
  .honors-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }

  .honors-grid figure {
    width: 100%;
  }

  .rnd-stage-prev { left: 12px; }
  .rnd-stage-next { right: 12px; }
}

@media (max-width: 1180px) {
  .about-subpage-hero,
  .about-subpage-hero .hero-content {
    min-height: 520px;
  }

  .about-subpage-hero .hero-content h1 {
    font-size: 58px;
    line-height: 68px;
  }

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

  .rnd-foundation,
  .rnd-presence,
  .rnd-achievements,
  .rnd-manufacturing,
  .history-timeline,
  .service-lifecycle,
  .service-global {
    height: auto;
  }

  .rnd-foundation,
  .rnd-presence,
  .rnd-achievements,
  .rnd-manufacturing,
  .history-timeline,
  .service-lifecycle,
  .service-global {
    padding-block: 90px;
  }

  .rnd-section-heading h2,
  .service-section-heading h2,
  .service-stage-header h2,
  .history-timeline h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .rnd-foundation-feature {
    grid-template-columns: 38% 62%;
  }

  .rnd-presence-stats {
    width: min(100%, 528px);
  }

  .rnd-achievements-layout {
    grid-template-columns: 44% 52%;
  }

  .rnd-certificate-stack {
    transform: scale(0.82);
    transform-origin: left center;
  }

  .rnd-achievement-stats div {
    padding: 20px;
  }

  .rnd-achievement-stats dt {
    font-size: 32px;
  }

  .history-layout {
    grid-template-columns: 34% 62%;
  }

  .history-story {
    width: 100%;
  }

  .history-timeline-inner {
    padding-top: 0;
  }

  .history-story > img {
    width: 100%;
  }

  .service-lifecycle-diagram article {
    padding-inline: 30px;
  }

  .service-lifecycle-diagram p {
    width: auto;
  }

  .service-stage-copy {
    padding-inline: 64px;
  }

  .service-stage-copy h3 {
    font-size: 34px;
    line-height: 42px;
  }

  .service-map dl {
    padding-inline: 32px;
  }

  .service-map dt {
    font-size: 46px;
  }
}

@media (max-width: 980px) {
  .about-subpage-hero,
  .about-subpage-hero .hero-content {
    min-height: 420px;
  }

  .about-subpage-hero .hero-content {
    padding: 70px 24px 0;
  }

  .about-subpage-hero .hero-content h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .about-subpage-hero .breadcrumbs {
    font-size: 16px;
    line-height: 24px;
  }

  .honors-catalog {
    min-height: 0;
    margin-top: 0;
  }

  .honors-category-tabs {
    width: min(calc(100% - 32px), 680px);
    min-height: 106px;
    margin-top: -40px;
  }

  .honors-category-tabs button {
    padding: 12px 8px;
    font-size: 14px;
  }

  .honors-category-tabs button i {
    font-size: 28px;
  }

  .honors-panel {
    padding-top: 50px;
    padding-bottom: 72px;
  }

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

  .honors-grid figure {
    height: auto;
    aspect-ratio: 1.35 / 1;
    padding: 14px;
  }

  .honors-grid figure img {
    width: 100%;
    height: 100%;
  }

  .honors-grid figure.honors-certificate {
    height: auto;
    aspect-ratio: 0.74 / 1;
  }

  .honors-grid figure.honors-certificate img {
    width: 100%;
    height: 100%;
  }

  .honors-pagination {
    gap: 8px;
    margin-top: 40px;
  }

  .honors-pagination button,
  .honors-pagination span {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .rnd-section-heading > span {
    height: 72px;
    margin-bottom: -34px;
    font-size: 72px;
    line-height: 72px;
  }

  .rnd-section-heading h2,
  .service-section-heading h2,
  .service-stage-header h2,
  .history-timeline h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .rnd-section-heading > p,
  .service-section-heading > p,
  .service-stage-header > p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 25px;
  }

  .rnd-foundation-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
  }

  .rnd-foundation-tabs button {
    height: 64px;
    font-size: 22px;
    line-height: 30px;
  }

  .rnd-foundation-feature {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 40px;
  }

  .rnd-foundation-copy {
    padding: 40px 32px;
  }

  .rnd-foundation-copy h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .rnd-foundation-feature > img {
    height: 360px;
  }

  .rnd-map-wrap {
    height: auto;
  }

  .rnd-map-visual,
  .rnd-map-visual > img {
    position: relative;
    height: 520px;
  }

  .rnd-presence-stats {
    position: relative;
    right: auto;
    bottom: auto;
    justify-items: stretch;
    width: 100%;
    margin-top: -40px;
  }

  .rnd-presence-stats div {
    grid-template-columns: 120px 1fr;
    width: 100%;
  }

  .rnd-presence-stats dd {
    white-space: normal;
  }

  .rnd-achievements-layout {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    margin-top: 52px;
  }

  .rnd-certificate-stack {
    width: 612px;
    max-width: 100%;
    margin-inline: auto;
    transform: scale(0.84);
    transform-origin: center;
  }

  .rnd-achievement-stats {
    margin-top: -20px;
  }

  .rnd-manufacturing-tabs {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(230px, 1fr));
  }

  .rnd-manufacturing-stage,
  .rnd-manufacturing-stage > img {
    height: 520px;
  }

  .rnd-manufacturing-stage > img {
    width: 100%;
    margin-left: 0;
  }

  .rnd-manufacturing-copy {
    top: auto;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 36px;
    border-radius: 0 0 8px 8px;
  }

  .rnd-manufacturing-copy h3 {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .rnd-manufacturing-copy p {
    font-size: 16px;
    line-height: 25px;
  }

  .rnd-manufacturing-action {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    height: auto;
    margin-top: 48px;
    padding: 48px 24px 0;
    text-align: center;
  }

  .rnd-manufacturing-action .btn {
    align-self: center;
  }

  .rnd-cta {
    height: auto;
    min-height: 360px;
    padding-block: 72px;
  }

  .rnd-cta h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .rnd-cta p {
    font-size: 18px;
    line-height: 28px;
  }

  .history-layout {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 32px;
  }

  .history-years {
    gap: 22px;
    height: auto;
    padding-left: 24px;
  }

  .history-years::before {
    top: 62px;
  }

  .history-years button {
    height: 52px;
    font-size: 32px;
    line-height: 52px;
  }

  .history-story {
    height: auto;
    margin-top: 120px;
  }

  .history-story > img {
    height: 360px;
  }

  .history-story-dots {
    top: 330px;
  }

  .service-lifecycle-diagram {
    grid-template-columns: 1fr;
    gap: 16px;
    height: auto;
    margin-top: 52px;
  }

  .service-lifecycle-diagram > img {
    display: none;
  }

  .service-lifecycle-diagram article {
    min-height: 260px;
    padding: 32px;
    border: 3px solid #ce251e;
    border-radius: 8px;
  }

  .service-benefits {
    flex-direction: column;
    width: min(calc(100% - 48px), 520px);
    margin-inline: auto;
  }

  .service-stage-header,
  .service-parts .service-stage-header {
    height: auto;
    padding: 72px 24px 0;
  }

  .service-stage-header > i,
  .service-section-heading > i {
    width: 92px;
    height: 92px;
    font-size: 92px;
    line-height: 92px;
  }

  .service-stage-tabs {
    height: auto;
    margin-top: 40px;
    overflow-x: auto;
    grid-auto-columns: minmax(230px, 1fr);
  }

  .service-stage-tabs button {
    min-height: 64px;
  }

  .service-stage-panel {
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-stage-media,
  .service-stage-media img {
    height: 480px;
  }

  .service-stage-copy {
    min-height: 640px;
    padding: 72px 48px 176px;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-copy,
  .service-stage.is-reversed .service-stage-copy {
    padding-right: 48px;
    padding-left: 48px;
  }

  .service-stage.is-reversed .service-stage-copy,
  .service-parts .service-stage-copy {
    order: 2;
  }

  .service-stage.is-reversed .service-stage-media,
  .service-parts .service-stage-media {
    order: 1;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-media,
  .service-stage.is-reversed .service-stage-media,
  .service-parts .service-stage-media {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 56px), 0 100%);
  }

  .service-stage-arrow {
    top: auto;
    bottom: 88px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-prev,
  .service-stage.is-reversed .service-stage-prev {
    right: auto;
    left: 48px;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-next,
  .service-stage.is-reversed .service-stage-next {
    right: 48px;
    left: auto;
  }

  .service-stage-progress,
  .service-stage.is-reversed .service-stage-progress {
    bottom: 110px;
    left: 50%;
  }

  .service-map {
    height: auto;
    margin-top: 72px;
  }

  .service-map > img {
    height: auto;
  }

  .service-map dl {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    gap: 32px;
  }

  .service-map dl div:last-child {
    grid-column: 1 / -1;
  }

  .service-cta {
    height: auto;
    min-height: 360px;
    padding: 64px 24px;
  }

  .service-cta h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 600px) {
  body[data-template="honors"] .honors-hero,
  body[data-template="honors"] .honors-hero .hero-content {
    min-height: 400px;
  }

  .about-subpage-hero .hero-content h1 {
    font-size: 36px;
    line-height: 43px;
  }

  .honors-category-tabs {
    grid-template-columns: 1fr;
    margin-top: -32px;
  }

  .honors-category-tabs button {
    flex-direction: row;
    min-height: 70px;
    border-radius: 0 !important;
  }

  .honors-grid {
    grid-template-columns: 1fr;
  }

  .honors-panel {
    padding-top: 42px;
  }

  .honors-pagination {
    gap: 5px;
  }

  .honors-pagination button,
  .honors-pagination span {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .rnd-section-heading > span {
    font-size: 52px;
  }

  .rnd-map-visual,
  .rnd-map-visual > img {
    height: 300px;
  }

  .rnd-presence-stats {
    margin-top: 0;
  }

  .rnd-presence-stats div {
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 10px;
    padding-left: 20px;
    padding-right: 12px;
  }

  .rnd-presence-stats dt {
    font-size: 38px;
  }

  .rnd-presence-stats div:last-child dt {
    font-size: 36px;
  }

  .rnd-achievement-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
  }

  .rnd-achievement-stats div,
  .rnd-achievement-stats dt,
  .rnd-achievement-stats dd {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .rnd-certificate-stack {
    width: 100%;
    max-width: 100%;
    height: 310px;
    transform: none;
  }

  .rnd-certificate-stack img {
    top: 29px;
    width: 46%;
    height: 252px;
  }

  .rnd-certificate-stack img:nth-child(1) { left: 0; }
  .rnd-certificate-stack img:nth-child(2) { left: 27%; }
  .rnd-certificate-stack img:nth-child(3) { left: 54%; }

  .rnd-manufacturing-stage,
  .rnd-manufacturing-stage > img {
    height: 620px;
  }

  .rnd-manufacturing-stage > img {
    object-position: center top;
  }

  .rnd-manufacturing-copy {
    padding: 28px;
  }

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

  .history-years {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    padding: 0 0 24px;
    border-bottom: 4px solid #333;
    border-left: 0;
  }

  .history-years::before {
    top: auto;
    bottom: -4px;
    left: var(--history-indicator-x, 0);
    width: 64px;
    height: 8px;
    transition: left 240ms ease;
  }

  .history-years button {
    font-size: 28px;
  }

  .history-story {
    margin-top: 0;
  }

  .history-story > img {
    height: 260px;
  }

  .history-story-dots {
    top: 230px;
  }

  .history-story > p {
    padding: 28px;
    font-size: 16px;
    line-height: 25px;
  }

  .service-benefits span {
    padding: 16px 24px;
    font-size: 18px;
  }

  .service-benefits strong {
    font-size: 44px;
  }

  .service-stage-copy {
    min-height: 0;
    padding: 56px 28px 168px;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-copy,
  .service-stage.is-reversed .service-stage-copy {
    padding-right: 28px;
    padding-left: 28px;
  }

  .service-stage-copy h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .service-stage-media,
  .service-stage-media img {
    height: 320px;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-prev,
  .service-stage.is-reversed .service-stage-prev {
    left: 24px;
  }

  [data-service-stage]:not(.is-reversed) .service-stage-next,
  .service-stage.is-reversed .service-stage-next {
    right: 24px;
  }

  .service-stage-progress {
    min-width: 0;
  }

  .service-stage-progress button {
    width: 28px;
  }

  .service-copy-tabs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-copy-tabs span,
  .service-copy-tabs span:first-child {
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid #555;
    text-align: left;
  }

  .service-map dl {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .service-map dl div:last-child {
    grid-column: auto;
  }

  .service-cta h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .service-cta-inner > div {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 981px) and (max-width: 1800px) {
  .footer-grid {
    grid-template-columns: 0.8fr 0.8fr 1.2fr 1.4fr;
    gap: clamp(28px, 3vw, 60px);
  }
}

@media (max-width: 980px) {
  .mobile-nav-backdrop {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: block;
    width: 100%;
    height: 100dvh;
    padding: 0;
    visibility: hidden;
    border: 0;
    background: rgba(12, 18, 24, 0.48);
    opacity: 0;
    transition: opacity 220ms ease, visibility 220ms ease;
    pointer-events: none;
  }

  body.mobile-nav-is-open .mobile-nav-backdrop {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .news-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .news-thumbs {
    display: none;
  }

  .brand-light .footer-logo {
    width: min(440px, 75vw);
    height: auto;
  }

  .site-header-wrap,
  .site-header-wrap.is-solid,
  body[data-template$="-detail"] .site-header-wrap {
    position: sticky;
    z-index: 70;
    top: 0;
    left: auto;
    width: 100%;
    transform: none;
    border-bottom: 1px solid var(--line);
    transition: border-color 320ms ease;
  }

  .site-header,
  .is-solid .site-header,
  body[data-template$="-detail"] .site-header {
    position: relative;
    grid-template-columns: 1fr auto;
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding-inline: 24px;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: min-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
      background 260ms ease,
      box-shadow 260ms ease;
  }

  .site-header-wrap.is-solid ~ main {
    padding-top: 0;
  }

  .brand {
    font-size: 22px;
    transform-origin: left center;
    transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .brand .brand-logo {
    width: 164px;
    height: 30px;
  }

  .menu-toggle {
    display: block;
    width: 44px;
    height: 44px;
    padding: 10px;
    transition: background 260ms ease, box-shadow 260ms ease, transform 260ms ease;
  }

  .site-header-wrap.is-mobile-scrolled,
  body[data-template$="-detail"] .site-header-wrap.is-mobile-scrolled {
    position: sticky;
    z-index: 70;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    transform: none;
    pointer-events: none;
  }

  body.mobile-nav-is-open .site-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .site-header-wrap.is-mobile-scrolled .site-header,
  body[data-template$="-detail"] .site-header-wrap.is-mobile-scrolled .site-header {
    min-height: 76px;
    padding: 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header-wrap.is-mobile-scrolled .brand {
    opacity: 0;
    transform: translateX(18px) scale(0.94);
    pointer-events: none;
  }

  .site-header-wrap.is-mobile-scrolled .menu-toggle {
    margin-left: auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(18, 28, 36, 0.16);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: auto;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 12px 12px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: var(--shadow);
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    pointer-events: auto;
  }

  .site-header-wrap.is-mobile-scrolled .main-nav {
    top: 76px;
    right: 12px;
    left: 12px;
    max-height: calc(100dvh - 88px);
  }

  .main-nav.is-open {
    display: flex;
  }

  .mobile-nav-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 8px;
    padding: 16px 0 12px;
    border-top: 1px solid var(--line);
  }

  .mobile-nav-tool {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #e3e7ea;
    border-radius: 4px;
    color: var(--ink);
    background: #f7f8f9;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
  }

  .mobile-nav-tool > .icon-search {
    color: var(--red);
    font-size: 21px;
  }

  .mobile-language-picker {
    position: relative;
  }

  .mobile-language-picker .language-globe {
    width: 21px;
    height: 21px;
  }

  .mobile-language-picker .language-current {
    color: var(--ink);
  }

  .mobile-language-picker .language > .icon-down-s {
    margin-left: auto;
  }

  .mobile-language-picker .language-menu {
    top: auto;
    right: 0;
    bottom: calc(100% + 8px);
    left: auto;
    width: 100%;
    min-width: 180px;
    transform: translateY(-8px);
  }

  .mobile-language-picker.is-open .language-menu {
    transform: translateY(0);
  }

  .mobile-language-picker .language-menu::before {
    top: 100%;
    bottom: auto;
    height: 8px;
  }

  .main-nav a {
    justify-content: space-between;
  }

  .main-nav-item {
    width: 100%;
  }

  .main-nav-item > a {
    justify-content: space-between;
    padding-right: 52px;
  }

  .main-nav > a > .iconfont,
  .main-nav-item > a > .iconfont {
    display: none;
  }

  .submenu-toggle {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    place-items: center;
  }

  .submenu-toggle::before,
  .submenu-toggle::after {
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .submenu-toggle::after {
    transform: rotate(90deg);
  }

  .submenu-toggle[aria-expanded="true"]::after {
    transform: rotate(0);
    opacity: 0;
  }

  .products-dropdown {
    position: static;
    display: none;
    width: 100%;
    padding: 4px 16px 8px 24px;
    visibility: visible;
    border-bottom-width: 1px;
    box-shadow: none;
    transform: none;
    opacity: 1;
  }

  .main-nav-item:hover > .products-dropdown,
  .main-nav-item:focus-within > .products-dropdown {
    transform: none;
  }

  .main-nav-item.is-expanded > .products-dropdown {
    display: grid;
  }

  .products-dropdown::before {
    display: none;
  }

  .products-dropdown a {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 52px;
    padding: 0;
    font-size: 15px;
  }

  .products-dropdown a > .iconfont {
    width: 32px;
    font-size: 24px;
  }

  .applications-dropdown {
    width: 100%;
  }

  .cases-dropdown {
    width: 100%;
  }

  .applications-dropdown-icon {
    width: 32px;
    height: 32px;
  }

  .applications-dropdown-icon img {
    width: 26px;
    height: 26px;
  }

  .applications-dropdown-icon .iconfont {
    font-size: 24px;
  }

  .header-tools {
    display: none;
  }

  .search-dialog {
    width: min(calc(100% - 48px), 760px);
    margin-top: 180px;
  }

  .site-search-form {
    grid-template-columns: 155px minmax(0, 1fr) 76px;
  }

  .search-results-shell {
    grid-template-columns: 1fr;
  }

  .search-results-heading {
    position: relative;
    top: auto;
  }

  .search-results-heading .watermark {
    font-size: 76px;
  }

  .hero-large {
    min-height: 760px;
  }

  .hero-slide {
    isolation: isolate;
    background-position: center;
    background-size: cover;
  }

  .hero-slide::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    content: "";
    background: rgba(8, 22, 34, 0.18);
    -webkit-backdrop-filter: blur(22px) saturate(0.9);
    backdrop-filter: blur(22px) saturate(0.9);
  }

  .hero-slide-media {
    position: absolute;
    z-index: 1;
    inset: 110px 0 125px;
    display: block;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-slide::before {
    z-index: 2;
    background: transparent;
  }

  .hero-slide .hero-content {
    z-index: 3;
  }

  body[data-page="home"] .hero-bottom {
    width: 100%;
    padding-top: 18px;
    padding-inline: 24px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 -14px 0 #fff;
  }

  body[data-page="home"] .hero-progress-item {
    background: #cfd3d6;
  }

  body[data-page="home"] .hero-progress-item.is-active {
    background: var(--red);
  }

  body[data-page="home"] .hero-contact a,
  body[data-page="home"] .hero-contact address {
    color: var(--ink);
  }

  .hero-slide .hero-content {
    width: min(calc(100% - 150px), 760px);
  }

  .about-grid,
  .service-grid,
  .case-layout,
  .news-grid,
  .contact-info-layout,
  .detail-hero-grid,
  .detail-shell,
  .article-layout,
  .solution-row {
    grid-template-columns: 1fr;
  }

  .about-collage {
    min-height: 500px;
  }

  .stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-tabs {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .case-copy {
    margin: 0;
    border-radius: 0;
  }

  .case-media {
    max-width: none;
    height: clamp(400px, 62vw, 520px);
    max-height: 520px;
    justify-self: stretch;
  }

  .case-media > img {
    max-height: 520px;
  }

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

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

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

  .product-sidebar {
    position: static;
    min-height: 0;
    box-shadow: none;
  }

  .product-sidebar ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .category-filter {
    grid-template-columns: repeat(3, 1fr);
    margin-inline: 24px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .detail-aside {
    position: static;
  }

  .detail-tabs {
    justify-content: flex-start;
    gap: 28px;
    overflow-x: auto;
    padding-inline: 24px;
  }

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

  .news-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .news-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-heading-row .section-heading { margin-bottom: 24px; }
  .news-all { margin: 0 0 40px; }
  .news-grid { grid-template-columns: 1fr; }

  .container,
  .wide-container {
    width: min(calc(100% - 30px), var(--content));
  }

  .site-header-wrap,
  .site-header-wrap.is-solid,
  .site-header-wrap.is-mobile-scrolled,
  body[data-template$="-detail"] .site-header-wrap {
    width: 100%;
  }

  .site-header {
    padding-inline: 16px;
  }

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

  .search-dialog {
    width: calc(100% - 30px);
    margin-top: 155px;
  }

  .site-search-form {
    grid-template-columns: 112px minmax(0, 1fr) 62px;
    min-height: 64px;
  }

  .search-select-toggle {
    padding: 0 36px 0 14px;
    font-size: 15px;
  }

  .search-select-toggle .iconfont {
    right: 13px;
    font-size: 12px;
  }

  .search-select-menu {
    width: 160px;
  }

  .site-search-form input {
    padding: 0 14px;
    font-size: 15px;
  }

  .search-hero {
    min-height: 500px;
  }

  .search-hero .container {
    padding-top: 82px;
  }

  .search-hero h1 {
    font-size: 44px;
  }

  .search-hero .site-search-form {
    margin-top: 28px;
  }

  .search-result-card {
    grid-template-columns: 1fr;
  }

  .search-result-image {
    min-height: 210px;
    max-height: 240px;
  }

  .search-result-copy {
    padding: 24px 22px 28px;
  }

  .search-results-heading h2 {
    font-size: 28px;
  }

  .hero {
    min-height: 500px;
  }

  .hero-large {
    min-height: 680px;
  }

  .hero-carousel.hero-large {
    /* Mobile banners use one stable 1920:1080 display ratio. */
    min-height: calc(100vw * 1080 / 1920 + 145px);
  }

  .hero-slide-media {
    inset: 0 0 145px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-carousel .hero-content h1 {
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.1;
    white-space: nowrap;
  }

  .hero-carousel .hero-slide .hero-content {
    position: absolute;
    inset: 0 0 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding: 14px 48px;
  }

  .hero-carousel .hero-content .eyebrow {
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 12px;
  }

  .hero-carousel .hero-content h1 + p {
    margin-top: 10px;
    font-size: clamp(14px, 4vw, 18px);
  }

  .hero-carousel .hero-content p:last-child {
    margin-top: 12px;
  }

  .hero-carousel .hero-content .btn {
    min-height: 44px;
    padding-inline: 22px;
    font-size: 14px;
  }

  .hero-carousel .hero-arrow {
    top: calc((100% - 145px) / 2);
    bottom: auto;
    width: 40px;
    height: 40px;
  }

  .hero-arrow-prev { left: 15px; }
  .hero-arrow-next { right: 15px; }

  body[data-page="home"] .hero-bottom {
    width: 100%;
    padding-top: 14px;
    padding-inline: 15px;
  }

  .hero-progress {
    gap: 0;
  }

  .hero-progress-item {
    display: block;
  }

  .hero-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 18px;
  }

  .hero-contact-primary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .section {
    padding: 75px 0;
  }

  .watermark {
    font-size: 52px;
  }

  .section-heading h2,
  .display-title {
    font-size: 38px;
  }

  .about-copy h2,
  .service-copy h2 {
    font-size: 42px;
  }

  .about-collage {
    width: 100%;
    min-height: 390px;
    margin-top: 12px;
    transform: none;
  }

  .about-collage::before {
    top: 10px;
    left: 50%;
    width: 620px;
    height: 430px;
    transform: translateX(-50%);
    -webkit-mask-size: 620px auto;
    mask-size: 620px auto;
  }

  .about-collage::after {
    top: 210px;
    left: 50%;
    width: 600px;
    height: 600px;
    transform: translateX(-50%);
  }

  .bubble-a {
    top: 32px;
    right: 8px;
    width: 205px;
    height: 205px;
  }

  .bubble-b {
    top: 12px;
    left: 72px;
    width: 138px;
    height: 138px;
  }

  .bubble-c {
    bottom: 30px;
    left: 24px;
    width: 112px;
    height: 112px;
  }

  .bubble-d {
    right: 44px;
    bottom: 18px;
    width: 174px;
    height: 174px;
  }

  .about-logo-marker {
    top: 207px;
    left: 52%;
    width: 54px;
    height: 54px;
  }

  .about-logo-marker svg {
    width: 28px;
    height: 18px;
  }

  .about-orb-large {
    top: 118px;
    left: 18px;
    width: 30px;
    height: 30px;
  }

  .about-orb-small {
    top: 176px;
    left: 130px;
  }

  .bubble-label {
    font-size: 18px;
  }

  .label-innovation { top: 0; right: auto; left: 0; }
  .label-smart { top: 155px; right: auto; left: 0; font-size: 28px; }
  .label-craft { bottom: 42px; left: 0; }
  .label-quality { right: 0; bottom: 18px; }

  .stats,
  .application-grid,
  .case-grid,
  .product-grid,
  .footer-grid,
  .why-cards,
  .number-grid,
  .materials-grid,
  .media-pair,
  .media-grid,
  .article-boxes {
    grid-template-columns: 1fr;
  }

  .why-card {
    border-right: 0;
  }

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

  #about .stat {
    padding: 24px 8px;
  }

  #about .stat strong {
    font-size: 36px;
  }

  #about .stat span {
    font-size: 12px;
  }

  #about .stat:last-child {
    grid-column: 1 / -1;
  }

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

  .featured-product-copy,
  .service-copy {
    padding: 36px 24px;
  }

  .case-copy {
    padding: 40px 24px;
  }

  .case-copy .btn {
    width: 100%;
  }

  .case-copy .btn + .btn {
    margin-top: 12px;
  }

  .case-media {
    height: 360px;
    max-height: 360px;
  }

  .case-media > img {
    max-height: 360px;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .news-grid {
    gap: 25px;
  }

  .contact-rail {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(52px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    background: #646464;
    box-shadow: 0 -3px 12px rgba(14, 21, 27, 0.16);
  }

  .contact-rail a,
  .contact-rail button {
    display: block;
    flex: 1 1 25%;
    width: 25%;
    height: 52px;
    min-width: 0;
    padding: 0;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-bottom: 0;
    background: #646464;
    line-height: 1;
  }

  .contact-rail a:first-child {
    color: #fff;
    background: #646464;
  }

  .contact-rail-item:hover,
  .contact-rail-item:focus-visible,
  .contact-rail-item:focus-within {
    background: #646464;
  }

  .contact-rail a:last-of-type,
  .contact-rail button {
    border-right: 0;
  }

  .contact-rail i {
    font-size: 18px;
  }

  .contact-rail-main {
    gap: 2px;
  }

  .contact-rail-main > .contact-rail-icon {
    width: 100%;
  }

  .contact-rail-main > .contact-rail-label {
    font-size: 12px;
  }

  .contact-rail-value {
    display: none !important;
  }

  .contact-rail-top-label {
    display: block !important;
  }

  body {
    padding-bottom: calc(52px + env(safe-area-inset-bottom));
  }

  .cta-band {
    height: auto;
    min-height: 320px;
    padding: 40px 20px;
  }

  .cta-band::before {
    background-position: center 72%;
    background-size: cover;
  }

  .cta-band-inner {
    gap: 32px;
    width: 100%;
  }

  .cta-band h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .cta-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    width: min(100%, 320px);
  }

  .cta-actions .btn {
    width: 100%;
  }

  .site-footer {
    padding-inline: 24px;
  }

  .footer-grid {
    gap: 50px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footer-bottom a {
    margin: 0 25px 0 0;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .inquiry-form .full {
    grid-column: auto;
  }

  .product-sidebar ul {
    grid-template-columns: 1fr;
  }

  .contact-panel-copy,
  .contact-panel-form {
    padding: 30px 22px;
  }

  .article-content {
    padding: 26px 20px;
  }

  .article-content h1 {
    font-size: 34px;
  }

  .detail-content h2,
  .article-content h2 {
    font-size: 29px;
  }
}

@media (max-width: 1280px) {
  .application-track {
    grid-template-columns: minmax(0, 1fr) minmax(600px, 760px) minmax(0, 1fr);
    gap: 80px;
    width: calc(100% + 240px);
    margin-left: -120px;
  }

  .application-prev { left: calc(50% - 446px); }
  .application-next { right: calc(50% - 446px); }

}

@media (max-width: 980px) {
  .application-track {
    grid-template-columns: 90px minmax(0, 1fr) 90px;
    gap: 64px;
    width: calc(100% + 120px);
    margin-left: -60px;
  }

  .application-prev { left: 51px; }
  .application-next { right: 21px; }

  .application-card { height: 460px; }
  .application-card.is-preview { height: 360px; }
  .application-card-copy { right: 24px; left: 24px; padding-inline: 24px; }

  .product-showcase {
    height: auto;
    overflow: hidden;
    padding: 60px 0;
  }

  .product-showcase-head {
    height: 200px;
  }

  .product-showcase .section-heading h2 {
    font-size: 48px;
  }

  .product-all-link {
    margin-top: 54px;
  }

  .product-showcase .category-tabs {
    grid-template-columns: repeat(4, 1fr);
    height: auto;
  }

  .product-showcase .category-tabs-bar {
    height: auto;
  }

  .product-showcase .category-tabs button {
    min-height: 94px;
    border-bottom: 1px solid #45494e;
  }

  .product-stage {
    width: calc(100% - 48px);
    height: auto;
    margin-top: 50px;
  }

  .product-stack {
    width: calc(100% - 80px);
    height: auto;
    margin-left: 40px;
  }

  .featured-product {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }

  .featured-product-copy {
    padding-inline: 40px;
  }

  .featured-product-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .product-stack-sheet {
    display: none;
  }
}

@media (max-width: 640px) {
  .application-section { padding-top: 75px; }

  .application-track {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .application-card.is-preview { display: none; }
  .application-card { height: 430px; }
  .application-card-copy { right: 12px; left: 12px; min-height: 150px; padding: 20px 18px; }
  .application-card-copy h3 { font-size: 19px; }
  .application-card-copy p { font-size: 12px; }
  .application-prev { left: 15px; }
  .application-next { right: 15px; }
  .application-footer { margin-top: 28px; }
  .application-cta { align-items: stretch; flex-direction: column; gap: 16px; padding: 28px 0; text-align: center; }

  body[data-page="home"] .product-showcase-art {
    display: none;
  }

  .product-showcase-head {
    height: auto;
    min-height: 220px;
    flex-direction: column;
    padding-bottom: 32px;
  }

  .product-all-link {
    margin-top: 24px;
  }

  .product-showcase .section-heading h2 {
    font-size: 40px;
  }

  .product-showcase .watermark {
    font-size: 72px;
  }

  .product-showcase .category-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-stage {
    width: calc(100% - 20px);
  }

  .product-stack {
    width: calc(100% - 60px);
    margin-left: 30px;
  }

  .featured-product-copy {
    padding: 36px 24px;
  }

  .featured-product-copy h3 {
    font-size: 26px;
  }

  .featured-product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .faq-section .section-heading {
    margin-bottom: 54px;
  }

  .accordion-item button {
    gap: 14px;
    min-height: 84px;
    padding: 16px 48px 16px 16px;
    font-size: 18px;
    line-height: 1.35;
  }

  .accordion-item button > i {
    font-size: 21px;
  }

  .accordion-toggle-icon {
    right: 18px;
  }

  .accordion-answer {
    padding: 0 20px 24px 51px;
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 980px) {
  body[data-template="application-detail"] .application-detail-tabs {
    display: none;
  }

  body[data-template="application-detail"] textarea {
    overflow-x: hidden;
  }
}

/* Company profile: Figma frame 558:157. */
body[data-template="company-profile"] main {
  overflow: hidden;
  background: #fff;
}

.company-profile-hero {
  background-image: url("../images/layers/197-346-image-63-raw-01.png");
  background-position: center 30.5%;
}

.company-profile-hero::before {
  background: rgba(34, 37, 41, 0.5);
}

.company-profile-hero .hero-content {
  padding-top: 55px;
}

.company-profile-hero .hero-content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}

.company-profile-hero .breadcrumbs {
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
}

.company-profile-hero .breadcrumbs i {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}

.cp-overview {
  position: relative;
  min-height: 1072px;
  padding: 71px 0 60px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff0ef 0, #fff 42.3%);
}

.cp-overview-pattern {
  position: absolute;
  top: 80px;
  left: 50%;
  width: min(1440px, 100%);
  height: 589px;
  background: url("../images/layers/197-228-image-7-raw-01.png") center 44% / 1440px auto no-repeat;
  filter: grayscale(1);
  opacity: 0.12;
  transform: translateX(-50%);
  pointer-events: none;
}

.cp-overview-inner {
  position: relative;
}

.cp-overview-heading {
  width: 100%;
  text-align: center;
}

.cp-overview-mark {
  display: grid;
  width: 100%;
  height: 90px;
  place-items: center;
}

.cp-overview-mark svg {
  width: 90px;
  height: 58px;
  fill: var(--red);
}

.cp-overview-heading h2 {
  margin: 9px 0 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}

.cp-overview-heading::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 78px;
  content: "";
  background: var(--red);
}

.cp-overview-body {
  display: grid;
  grid-template-columns: minmax(0, 29fr) minmax(0, 40fr);
  gap: 60px;
  width: 100%;
  margin-top: 72px;
}

.cp-overview-copy h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.cp-overview-copy p {
  margin: 0 0 10px;
  color: #44484d;
  font-size: 14px;
  line-height: 24px;
}

.cp-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.cp-video::after {
  position: absolute;
  z-index: 0;
  right: 40px;
  bottom: -22px;
  left: 40px;
  height: 44px;
  border-radius: 10px;
  background: rgba(34, 37, 41, 0.08);
  box-shadow: 0 8px 22px rgba(34, 37, 41, 0.12);
  content: "";
}

.cp-video > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(34, 37, 41, 0.12);
  object-fit: cover;
}

.cp-video > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 64px;
  height: 48px;
  color: #fff;
  border-radius: 10px;
  background: #e52c27;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  place-items: center;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease;
}

.cp-video:hover > span,
.cp-video:focus-visible > span {
  background: var(--red-dark);
  transform: translate(-50%, -50%) scale(1.08);
}

.cp-video > span i {
  font-size: 25px;
}

.cp-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  margin: 80px 0 0;
  text-align: center;
}

.cp-stats div {
  margin: 0;
}

.cp-stats dt {
  color: var(--red);
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.cp-stats dt span {
  margin-left: 8px;
}

.cp-stats dd {
  margin: 8px 0 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}

.cp-mission {
  position: relative;
  z-index: 2;
  height: 520px;
  color: #fff;
  background: #dc241d url("../images/company-profile/mission-bg.png") center / cover no-repeat;
  background-blend-mode: multiply;
}

.cp-mission-inner {
  position: relative;
  height: 100%;
  padding-top: 80px;
}

.cp-mission h2,
.cp-rnd h2,
.cp-honors h2,
.cp-production h2,
.cp-sustainability h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}

.cp-mission-copy > p {
  margin: 16px 0 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.cp-mission-values {
  position: absolute;
  z-index: 2;
  top: 280px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 315px);
  gap: 60px;
}

.cp-mission-values > button {
  display: grid;
  width: 315px;
  height: 315px;
  padding: 0;
  color: #555;
  border: 3px solid transparent;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 22px rgba(34, 37, 41, 0.12);
  cursor: pointer;
  place-items: center;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cp-mission-values > button.is-active {
  color: var(--red);
  border-color: var(--red);
}

.cp-mission-values > button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 5px;
}

.cp-mission-values .iconfont {
  font-size: 96px;
}

.cp-rnd {
  position: relative;
  height: 1065px;
  background: #fff url("../images/company-profile/rnd-bg.png") center / cover no-repeat;
}

.cp-rnd-inner {
  position: relative;
  height: 100%;
  padding-top: 195px;
}

.cp-rnd h2 {
  padding-bottom: 40px;
  border-bottom: 2px solid var(--red);
}

.cp-rnd h2 span,
.cp-production h2 span {
  color: var(--red);
}

.cp-rnd-layout {
  display: grid;
  grid-template-columns: 560px 800px;
  gap: 80px;
  margin-top: 40px;
}

.cp-rnd-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.cp-rnd-list button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 8px 0;
  color: #333;
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.cp-rnd-list button i {
  width: 32px;
  color: #222;
  font-size: 16px;
}

.cp-rnd-list button.is-active {
  color: var(--red);
  font-weight: 700;
}

.cp-rnd-list button.is-active i {
  color: var(--red);
}

.cp-rnd-certifications {
  display: block;
  width: min(450px, 100%);
  height: auto;
  margin: 202px 0 0 16px;
  filter: drop-shadow(0 2px 3px rgba(34, 37, 41, 0.18));
}

.cp-rnd-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(34, 37, 41, 0.12);
}

.cp-rnd-media {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 320px;
  background: #dfe6ed;
}

.cp-rnd-media > img {
  display: block;
  width: 800px;
  height: 320px;
  object-fit: cover;
  transition: opacity 160ms ease, transform 240ms ease;
}

.cp-rnd-card-copy {
  min-height: 205px;
  padding: 32px 40px 36px;
  transition: opacity 160ms ease, transform 240ms ease;
}

.cp-rnd-card.is-switching .cp-rnd-media > img,
.cp-rnd-card.is-switching .cp-rnd-card-copy {
  opacity: 0;
  transform: translateY(6px);
}

.cp-rnd-dots {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(25, 30, 36, 0.34);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
}

.cp-rnd-dots button {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.cp-rnd-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  transform: translate(-50%, -50%);
  transition: width 160ms ease, border-radius 160ms ease, background 160ms ease;
}

.cp-rnd-dots button.is-active::before {
  width: 18px;
  border-radius: 5px;
  background: var(--red);
}

.cp-rnd-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}

@media (prefers-reduced-motion: reduce) {
  .cp-rnd-media > img,
  .cp-rnd-card-copy,
  .cp-rnd-dots button::before {
    transition: none;
  }
}

.cp-rnd-card h3 {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 32px;
  line-height: 40px;
}

.cp-rnd-card p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.cp-honors {
  --honors-progress-offset: 0%;
  position: relative;
  height: 783px;
  overflow: hidden;
  color: #fff;
  background: #222529 url("../images/company-profile/honors-bg.png") center / cover no-repeat;
}

.cp-honors::before,
.cp-honors::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.cp-honors::before {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.cp-honors::after {
  right: auto;
  width: 33.3333%;
  height: 5px;
  background: var(--red);
  transform: translateX(var(--honors-progress-offset));
  transition: transform 280ms ease;
}

.cp-honors-inner {
  height: 100%;
  padding-top: 120px;
}

.cp-honors h2 {
  text-align: center;
}

.cp-honors-carousel {
  position: relative;
  margin-top: 120px;
}

.cp-honors-track {
  --honors-enter-x: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(0, 2fr) repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 30px;
  width: min(100%, 1440px);
  margin-inline: auto;
}

.cp-honors-track figure {
  display: grid;
  width: 100%;
  height: auto;
  aspect-ratio: 220 / 161;
  margin: 0;
  place-items: end center;
  transform-origin: center bottom;
  transition: width 280ms ease, height 280ms ease, flex-basis 280ms ease, opacity 220ms ease;
}

.cp-honors[data-honors-direction="prev"] .cp-honors-track {
  --honors-enter-x: -18px;
}

.cp-honors-track.is-switching figure {
  animation: honors-card-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: transform, opacity;
}

.cp-honors-track.is-switching figure.is-featured {
  animation-name: honors-featured-in;
}

@keyframes honors-card-in {
  from {
    opacity: 0.28;
    transform: translate3d(var(--honors-enter-x), 8px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes honors-featured-in {
  0% {
    opacity: 0.35;
    transform: translate3d(var(--honors-enter-x), 14px, 0) scale(0.92);
  }

  68% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.cp-honors-item {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  place-items: end center;
}

.cp-honors-item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.cp-honors-track img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.cp-honors-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.58);
  border: 0;
  background: transparent;
  place-items: center;
  transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .cp-honors-arrow:hover {
    color: var(--red);
  }
}

.cp-honors-arrow:focus-visible {
  color: rgba(255, 255, 255, 0.86);
  outline: 2px solid rgba(255, 255, 255, 0.86);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .cp-honors::after,
  .cp-honors-track figure {
    transition: none;
  }

  .cp-honors-track.is-switching figure {
    animation: none;
  }
}

.cp-honors-arrow:focus:not(:focus-visible) {
  outline: none;
}

.cp-honors-prev { left: -10px; }
.cp-honors-next { right: -10px; }

.cp-honors-arrow i {
  font-size: 30px;
}

.cp-production {
  height: 1186px;
  background: #fff;
}

.cp-production-inner {
  height: 100%;
  padding-top: 120px;
}

.cp-production h2 {
  text-align: center;
}

.cp-production-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}

.cp-production-tabs button {
  position: relative;
  height: 84px;
  padding: 0 20px 20px;
  color: #333;
  border: 0;
  border-bottom: 2px solid #ddd;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.cp-production-tabs button.is-active {
  color: var(--red);
  border-bottom-color: var(--red);
}

.cp-production-stage {
  position: relative;
  width: 1440px;
  height: 560px;
  margin-top: 58px;
}

.cp-production-stage > img {
  width: 1440px;
  height: 560px;
  border-radius: 8px;
  object-fit: cover;
  transition: opacity 180ms ease, transform 180ms ease;
}

.cp-production-stage > img.is-switching {
  opacity: 0.18;
  transform: scale(0.995);
}

.cp-production-caption {
  position: absolute;
  right: 40px;
  bottom: -96px;
  left: 40px;
  min-height: 168px;
  padding: 20px 40px;
  color: #fff;
  border-radius: 8px;
  background: rgba(220, 36, 29, 0.88);
  box-shadow: 0 12px 24px rgba(125, 20, 16, 0.2);
  text-align: center;
}

.cp-production-caption h3 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 36px;
}

.cp-production-caption p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.cp-production-strip {
  position: relative;
  height: 308px;
  overflow: hidden;
  background: transparent;
}

.cp-production-strip-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  height: 300px;
  padding: 0 8px;
}

.cp-production-gallery-item {
  position: relative;
  min-width: 0;
  height: 300px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.cp-production-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-production-strip-arrow {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(34, 37, 41, 0.72);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  place-items: center;
}

.cp-production-strip-arrow i {
  font-size: 20px;
}

.cp-production-strip-prev { left: 22px; }
.cp-production-strip-next { right: 22px; }

.cp-production-strip-arrow:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

.cp-production-strip-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .cp-production-stage > img {
    transition: none;
  }
}

.cp-sustainability {
  height: 640px;
  color: #fff;
  background: #9b666c url("../images/company-profile/sustainability-bg.png") center / cover no-repeat;
}

.cp-sustainability-inner {
  padding-top: 160px;
}

.cp-sustainability h2 {
  max-width: 1140px;
  text-transform: none;
}

.cp-sustainability p {
  max-width: 1140px;
  margin: 32px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 1530px) and (min-width: 981px) {
  .cp-rnd-media,
  .cp-rnd-media > img,
  .cp-production-stage,
  .cp-production-stage > img {
    width: 100%;
  }

  .cp-mission-values {
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw;
    width: 100%;
  }

  .cp-mission-values > button {
    width: min(20vw, 315px);
    height: min(20vw, 315px);
  }

  .cp-rnd-layout {
    grid-template-columns: minmax(360px, 560px) minmax(0, 800px);
  }

}

@media (max-width: 980px) {
  .company-profile-hero {
    min-height: 520px;
    background-position: center;
  }

  .company-profile-hero .hero-content h1 {
    font-size: 52px;
    line-height: 1.08;
    white-space: normal;
  }

  .company-profile-hero .breadcrumbs {
    font-size: 16px;
  }

  .cp-overview,
  .cp-mission,
  .cp-rnd,
  .cp-honors,
  .cp-production,
  .cp-production-strip,
  .cp-sustainability {
    height: auto;
  }

  .cp-overview {
    min-height: 0;
    padding: 72px 0 82px;
  }

  .cp-overview-inner,
  .cp-rnd-inner,
  .cp-production-inner {
    height: auto;
  }

  .cp-overview-heading,
  .cp-overview-body,
  .cp-stats,
  .cp-mission-values {
    position: relative;
    inset: auto;
  }

  .cp-overview-heading h2,
  .cp-mission h2,
  .cp-rnd h2,
  .cp-honors h2,
  .cp-production h2,
  .cp-sustainability h2 {
    font-size: 42px;
    line-height: 1.1;
  }

  .cp-overview-heading::after {
    margin-top: 42px;
  }

  .cp-overview-body {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 48px;
  }

  .cp-overview-copy h3 {
    font-size: 20px;
  }

  .cp-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .cp-video::after {
    right: 28px;
    bottom: -18px;
    left: 28px;
    height: 36px;
  }

  .cp-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 20px;
    margin-top: 60px;
  }

  .cp-stats div:last-child {
    grid-column: 1 / -1;
  }

  .cp-stats dt {
    font-size: 44px;
    line-height: 1;
  }

  .cp-mission-inner {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cp-mission-copy > p {
    font-size: 24px;
    line-height: 32px;
  }

  .cp-mission-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .cp-mission-values > button {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .cp-mission-values .iconfont {
    font-size: 72px;
  }

  .cp-rnd-inner {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .cp-rnd-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cp-rnd-list {
    gap: 0;
  }

  .cp-rnd-list button {
    font-size: 17px;
  }

  .cp-rnd-certifications {
    width: min(360px, calc(100% - 32px));
    margin: 32px 0 0 32px;
  }

  .cp-rnd-media,
  .cp-rnd-media > img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 2;
  }

  .cp-rnd-card-copy {
    min-height: 0;
    padding: 26px;
  }

  .cp-rnd-card h3 {
    font-size: 26px;
  }

  .cp-honors-inner {
    height: auto;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .cp-honors-carousel {
    margin-top: 60px;
  }

  .cp-honors-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px 20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cp-honors-track::-webkit-scrollbar { display: none; }

  .cp-honors-track figure {
    width: min(56vw, 280px);
    height: 210px;
    flex: 0 0 min(56vw, 280px);
    padding: 8px;
    scroll-snap-align: center;
  }

  .cp-honors-track figure.is-featured {
    width: min(66vw, 340px);
    height: 248px;
    flex-basis: min(66vw, 340px);
    padding: 12px;
    scroll-snap-align: center;
  }

  .cp-honors-prev { left: 0; }
  .cp-honors-next { right: 0; }

  .cp-production-inner {
    padding-top: 80px;
    padding-bottom: 72px;
  }

  .cp-production-tabs {
    display: flex;
    margin-top: 56px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .cp-production-tabs::-webkit-scrollbar { display: none; }

  .cp-production-tabs button {
    min-width: 210px;
  }

  .cp-production-stage {
    width: 100%;
    height: auto;
    margin-top: 36px;
  }

  .cp-production-stage > img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }

  .cp-production-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 220px;
    margin: -52px 18px 0;
    padding: 24px;
  }

  .cp-production-caption h3 {
    font-size: 26px;
  }

  .cp-production-strip {
    height: 236px;
    padding: 0 16px 16px;
  }

  .cp-production-strip-track {
    display: flex;
    gap: 8px;
    height: 220px;
    padding: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    scroll-behavior: auto;
    scroll-padding-inline: 42px;
    scroll-snap-type: x mandatory;
    touch-action: pan-x pan-y;
  }

  .cp-production-strip-track::-webkit-scrollbar {
    display: none;
  }

  .cp-production-gallery-item {
    width: min(64vw, 420px);
    height: 220px;
    flex: 0 0 min(64vw, 420px);
    scroll-snap-align: center;
  }

  .cp-production-strip-arrow {
    display: grid;
  }

  .cp-sustainability {
    min-height: 540px;
    background-position: 65% center;
  }

  .cp-sustainability-inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cp-sustainability p {
    max-width: 720px;
    margin-top: 28px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 980px) and (prefers-reduced-motion: reduce) {
  .cp-honors-track {
    scroll-behavior: auto;
  }
}

@media (max-width: 600px) {
  .company-profile-hero {
    min-height: 440px;
  }

  .company-profile-hero .hero-content {
    width: calc(100% - 40px);
  }

  .company-profile-hero .hero-content h1 {
    font-size: 40px;
  }

  .company-profile-hero .breadcrumbs i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  .cp-overview-heading h2,
  .cp-mission h2,
  .cp-rnd h2,
  .cp-honors h2,
  .cp-production h2,
  .cp-sustainability h2 {
    font-size: 34px;
  }

  .cp-overview-mark {
    height: 70px;
  }

  .cp-overview-mark svg {
    width: 74px;
    height: 48px;
  }

  .cp-overview-copy p {
    font-size: 15px;
    line-height: 23px;
  }

  .cp-stats {
    grid-template-columns: 1fr;
  }

  .cp-stats div:last-child {
    grid-column: auto;
  }

  .cp-mission-values {
    gap: 14px;
  }

  .cp-mission-values .iconfont {
    font-size: 54px;
  }

  .cp-rnd h2 {
    padding-bottom: 28px;
  }

  .cp-rnd-media,
  .cp-rnd-media > img {
    aspect-ratio: 16 / 9;
  }

  .cp-rnd-dots {
    bottom: 10px;
  }

  .cp-rnd-certifications {
    width: min(300px, calc(100% - 32px));
    margin-left: 16px;
  }

  .cp-honors-track figure {
    width: 62vw;
    height: 190px;
    flex-basis: 62vw;
  }

  .cp-honors-track figure.is-featured {
    width: 68vw;
    height: 220px;
    flex-basis: 68vw;
  }

  .cp-production-tabs button {
    min-width: 170px;
    font-size: 15px;
  }

  .cp-production-stage > img {
    height: 290px;
  }

  .cp-production-caption {
    min-height: max(188px, calc(542px - 59vw));
  }

  .cp-production-caption p {
    font-size: 14px;
    line-height: 22px;
  }

  .cp-production-strip {
    height: 276px;
    padding-inline: 14px;
  }

  .cp-production-strip-track,
  .cp-production-gallery-item {
    height: 260px;
  }

  .cp-production-gallery-item {
    width: min(calc(100vw - 88px), 320px);
    flex-basis: min(calc(100vw - 88px), 320px);
  }

  .cp-production-strip-prev { left: 20px; }
  .cp-production-strip-next { right: 20px; }

  .cp-production-strip-arrow {
    width: 38px;
    height: 38px;
  }

  .cp-sustainability {
    min-height: 620px;
  }

  .cp-sustainability h2 br {
    display: none;
  }
}

/* Match mobile About Us and Service banners to the News and Case pages. */
@media (max-width: 640px) {
  body[data-page="about"] .hero,
  body[data-template="service"] .service-page-hero {
    min-height: 420px;
  }

  body[data-page="about"] .hero .hero-content,
  body[data-template="service"] .service-page-hero .hero-content {
    min-height: 0;
    padding: 16px 20px;
  }

  body[data-template="honors"] .honors-category-tabs {
    margin-top: -60px;
  }
}

/* Static-content pages: business media and copy live in HTML; JS only enhances state. */
.hero-slide {
  overflow: hidden;
  background-image: none !important;
}

.hero-slide-media,
.subpage-hero-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide .hero-content,
.about-subpage-hero .hero-content,
.company-profile-hero .hero-content {
  position: relative;
  z-index: 3;
}

.about-subpage-hero::before,
.company-profile-hero::before {
  z-index: 1;
}

.honors-hero,
.rnd-page-hero,
.history-page-hero,
.service-page-hero,
.company-profile-hero {
  background-image: none;
}

.rnd-page-hero .subpage-hero-media,
.service-page-hero .subpage-hero-media {
  object-position: center 31%;
}

.company-profile-hero .subpage-hero-media {
  object-position: center 30.5%;
}

img.application-nav-art {
  object-fit: contain;
  background: none;
}

.honor-panel-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-production-stage.is-switching > img {
  opacity: 0.18;
  transform: scale(0.995);
}

.case-carousel,
.cp-rnd-panel-stack,
.history-story-stack,
.service-stage {
  position: relative;
}

.cp-rnd-panel-stack {
  min-width: 0;
}

.cp-rnd-dots {
  bottom: auto;
  top: 282px;
}

.history-story-stack {
  align-self: start;
  width: 800px;
  margin-top: 232px;
}

.history-story-stack .history-story {
  margin-top: 0;
}

.rnd-manufacturing-controls {
  position: relative;
  width: min(calc(100% - 48px), 1440px);
  height: 0;
  margin-inline: auto;
}

.rnd-manufacturing-controls .rnd-stage-arrow {
  top: -280px;
}

.service-stage > .service-stage-arrow {
  top: auto;
  bottom: 316px;
  transform: none;
}

html.js [data-product-panel]:not(.is-active),
html.js [data-case-panel]:not(.is-active),
html.js [data-mission-panel]:not(.is-active),
html.js [data-rnd-center-panel]:not(.is-active),
html.js [data-production-panel]:not(.is-active),
html.js [data-rnd-manufacturing-panel]:not(.is-active),
html.js [data-history-story]:not(.is-active),
html.js [data-service-panel]:not(.is-active) {
  display: none;
}

html.no-js .hero-carousel {
  min-height: 0;
  overflow: visible;
}

html.no-js .hero-slides,
html.no-js .hero-slide {
  position: relative;
  inset: auto;
}

html.no-js .hero-slide {
  min-height: 720px;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

html.no-js .hero-arrow,
html.no-js .hero-bottom,
html.no-js .category-tabs-bar,
html.no-js .product-stage-arrow,
html.no-js .product-stack-sheet,
html.no-js .case-controls,
html.no-js .application-arrow,
html.no-js .application-progress,
html.no-js .cp-mission-values,
html.no-js .cp-rnd-list,
html.no-js .cp-rnd-dots,
html.no-js .cp-production-tabs,
html.no-js .rnd-manufacturing-tabs,
html.no-js .rnd-manufacturing-controls,
html.no-js .history-years,
html.no-js .history-story-dots,
html.no-js .service-stage-tabs,
html.no-js .service-stage-arrow,
html.no-js .service-stage-progress,
html.no-js .honors-category-tabs,
html.no-js .honors-pagination,
html.no-js .rnd-foundation-tabs {
  display: none;
}

html.no-js .product-stage,
html.no-js .product-stack,
html.no-js .cp-rnd-panel-stack {
  display: grid;
  height: auto;
  gap: 32px;
}

html.no-js .application-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(calc(100% - 48px), 1440px);
  margin: 0 auto;
  gap: 32px;
}

html.no-js .featured-product,
html.no-js .application-card {
  position: relative;
  width: 100%;
  transform: none;
}

html.no-js .application-card,
html.no-js .application-card.is-preview {
  height: auto;
  opacity: 1;
}

html.no-js .application-card img {
  height: clamp(240px, 50vw, 520px);
}

html.no-js .application-card-copy {
  position: relative;
  inset: auto;
  min-height: 0;
  border-radius: 0;
}

html.no-js .application-card-copy[hidden],
html.no-js [data-rnd-foundation-panel][hidden],
html.no-js [data-honors-grid][hidden] {
  display: block !important;
}

html.no-js .case-layout + .case-layout,
html.no-js .rnd-manufacturing-stage + .rnd-manufacturing-stage,
html.no-js .history-story + .history-story,
html.no-js .service-stage-panel + .service-stage-panel,
html.no-js .cp-production-stage + .cp-production-stage {
  margin-top: 40px;
}

html.no-js .cp-mission,
html.no-js .cp-rnd,
html.no-js .cp-production,
html.no-js .history-timeline,
html.no-js .rnd-manufacturing {
  height: auto;
}

html.no-js .cp-mission-inner,
html.no-js .cp-rnd-inner,
html.no-js .cp-production-inner,
html.no-js .history-timeline-inner {
  height: auto;
  padding-bottom: 96px;
}

html.no-js .cp-mission-copy + .cp-mission-copy {
  margin-top: 48px;
}

html.no-js .history-layout {
  display: block;
}

html.no-js .history-story-stack {
  width: 100%;
  margin-top: 64px;
}

html.no-js .history-story {
  width: 100%;
}

html.no-js .rnd-manufacturing-stage {
  height: auto;
  margin-bottom: 48px;
}

html.no-js .service-stage-panel {
  height: auto;
}

@media (max-width: 980px) {
  .hero-slide-media {
    inset: 110px 0 auto;
    width: 100%;
    height: calc(100% - 235px);
  }

  .rnd-manufacturing-controls .rnd-stage-arrow {
    top: -350px;
    bottom: auto;
  }

  .service-stage > .service-stage-arrow {
    top: auto;
    bottom: 88px;
  }

  .cp-rnd-dots {
    top: calc((100vw - 48px) * 0.4 - 34px);
  }

  .history-story-stack {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .hero-slide-media {
    inset: 0 0 auto;
    height: calc(100% - 145px);
  }

  .rnd-manufacturing-controls .rnd-stage-arrow {
    top: -465px;
  }

  .cp-rnd-dots {
    top: calc((100vw - 48px) * 0.5625 - 34px);
  }
}
