:root {
  --ink: #111111;
  --muted: #666666;
  --line: #e5e5e5;
  --paper: #ffffff;
  --soft: #f5f5f5;
  --white: #ffffff;
  --red: #d71920;
  --red-dark: #b51218;
  --red-soft: #fff3f3;
  --graphite: #333333;
  --charcoal: #111111;
  --sage: #111111;
  --warm-dark: #111111;
  --sand: #dcdcdc;
  --body-copy-color: #555555;
  --body-copy-size: 15px;
  --body-copy-line: 1.78;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
  --shadow-soft: 0 26px 80px rgba(0, 0, 0, 0.08);
  --shadow-deep: 0 38px 110px rgba(0, 0, 0, 0.22);
  --sticky-subnav-top: 72px;
}

/* Refined CMS-driven Projects and News pages */
main[data-cms-section="projects"] .page-hero,
main[data-cms-section="news"] .page-hero {
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(44px, 5vw, 70px);
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f3f5f7 58%, #f3f5f7 100%);
}

main[data-cms-section="projects"] .page-hero::before,
main[data-cms-section="news"] .page-hero::before {
  top: auto;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(26px, 4vw, 48px);
  width: clamp(96px, 10vw, 160px);
}

main[data-cms-section="projects"] .page-hero h1,
main[data-cms-section="news"] .page-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 6.2vw, 82px);
  line-height: 0.94;
}

main[data-cms-section="projects"] .page-hero p:not(.eyebrow),
main[data-cms-section="news"] .page-hero p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  color: #555;
  font-size: clamp(15px, 1.35vw, 18px);
}

main[data-cms-section="projects"] .page-hero img,
main[data-cms-section="news"] .page-hero img {
  aspect-ratio: 21 / 10;
  min-height: 360px;
  box-shadow: none;
}

.project-showcase,
.news-editorial {
  padding-top: clamp(62px, 6vw, 96px);
  background: #fff;
}

.project-showcase-head,
.news-editorial-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  max-width: 1420px;
  margin: 0 auto clamp(26px, 4vw, 46px);
}

.project-showcase-head h2,
.news-editorial-head h2 {
  margin: 0;
  font-size: clamp(32px, 4.6vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.project-showcase-head > p,
.news-editorial-head > p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.project-category-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1420px;
  margin: 0 auto clamp(28px, 5vw, 56px);
  background: #dfe3e8;
  border: 1px solid #dfe3e8;
}

.project-category-rail a {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  background: #101010;
  color: #fff;
}

.project-category-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  transition: transform 520ms ease, opacity 520ms ease;
}

.project-category-rail span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-category-rail a:hover img {
  opacity: 0.76;
  transform: scale(1.045);
}

.project-feature {
  max-width: 1420px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  overflow: hidden;
  background: #111;
  color: #fff;
}

.project-feature a {
  display: grid;
  grid-template-columns: minmax(420px, 1.1fr) minmax(320px, 0.74fr);
  min-height: 540px;
}

.project-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.project-feature div {
  align-self: end;
  padding: clamp(32px, 5vw, 68px);
}

.project-feature span,
.project-tile span,
.news-lead span,
.news-index-card span {
  display: block;
  margin-bottom: 13px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.project-feature h2 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 70px);
  line-height: 0.96;
}

.project-feature p {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
}

.project-feature:hover img {
  transform: scale(1.035);
}

.project-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  max-width: 1420px;
  margin: 0 auto;
}

.project-tile {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7eaee;
}

.project-tile a {
  display: grid;
  min-height: 100%;
  color: inherit;
}

.project-tile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 540ms ease;
}

.project-tile div {
  padding: 22px 24px 26px;
}

.project-tile h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.06;
}

.project-tile p {
  margin: 14px 0 0;
  color: #666;
  font-size: 14px;
}

.project-tile:hover img {
  transform: scale(1.045);
}

.news-editorial {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 54%, #f5f6f8 54%, #f5f6f8 100%);
}

.news-lead {
  max-width: 1420px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  background: #111;
  color: #fff;
  overflow: hidden;
}

.news-lead a {
  display: grid;
  grid-template-columns: minmax(420px, 1.02fr) minmax(320px, 0.86fr);
  align-items: stretch;
  min-height: 460px;
}

.news-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 680ms ease;
}

.news-lead div {
  align-self: center;
  padding: clamp(32px, 5vw, 64px);
}

.news-lead h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
}

.news-lead p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.news-lead:hover img {
  transform: scale(1.035);
}

.news-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 1420px;
  margin: 0 auto;
  background: #dfe3e8;
  border: 1px solid #dfe3e8;
}

.news-index-card {
  background: #fff;
}

.news-index-card a {
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) minmax(220px, 0.54fr);
  min-height: 260px;
}

.news-index-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 540ms ease;
}

.news-index-card div {
  align-self: center;
  padding: clamp(24px, 3vw, 42px);
}

.news-index-card h3 {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.04;
}

.news-index-card p {
  margin: 14px 0 0;
  color: #666;
  font-size: 14px;
}

.news-index-card:hover img {
  transform: scale(1.045);
}

@media (max-width: 1100px) {
  .project-category-rail,
  .project-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-index-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="news"] .page-hero,
  .project-showcase-head,
  .news-editorial-head,
  .project-feature a,
  .news-lead a,
  .news-index-card a {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    padding-top: 42px;
    padding-bottom: 48px;
    background: #fff;
  }

  main[data-cms-section="projects"] .page-hero img,
  main[data-cms-section="news"] .page-hero img {
    min-height: 230px;
    aspect-ratio: 16 / 10;
  }

  .project-feature a,
  .news-lead a {
    min-height: 0;
  }

  .project-feature img,
  .news-lead img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .project-tile-grid,
  .project-category-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .project-showcase,
  .news-editorial {
    padding-top: 54px;
  }

  .project-feature div,
  .news-lead div,
  .news-index-card div,
  .project-tile div {
    padding: 22px;
  }

  .project-category-rail a {
    min-height: 110px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open,
.site-header.is-solid {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 196px;
  min-width: 196px;
}

.brand img {
  width: 196px;
  aspect-ratio: 512 / 101;
  height: auto;
  object-fit: contain;
  transition: opacity 180ms ease;
}

.brand .logo-light {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.site-header:not(.is-scrolled):not(.is-open):not(.is-solid) .brand .logo-dark {
  opacity: 0;
}

.site-header:not(.is-scrolled):not(.is-open):not(.is-solid) .brand .logo-light {
  opacity: 1;
}

.site-header:not(.is-scrolled):not(.is-open):not(.is-solid) .brand {
  padding: 0;
  background: transparent;
}

.main-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-group > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 0 17px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-group > a::after {
  width: 0;
  height: 2px;
  margin-left: 0;
  content: "";
  background: currentColor;
  transition: width 180ms ease;
}

.nav-group:hover > a::after {
  width: 18px;
  margin-left: 8px;
}

.nav-group.is-active > a {
  color: var(--red);
}

.nav-group.is-active > a::after {
  width: 18px;
  margin-left: 8px;
}

.nav-dropdown {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100vw;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(136px, 164px));
  justify-content: center;
  gap: 14px;
  min-height: 188px;
  padding: 42px clamp(48px, 7vw, 132px) 42px;
  background:
    radial-gradient(circle at 80% 12%, rgba(215, 25, 32, 0.16), transparent 28%),
    linear-gradient(110deg, rgba(0, 0, 0, 0.98), rgba(15, 15, 15, 0.94)),
    #111111;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 42px 96px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.nav-dropdown::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 1), rgba(215, 25, 32, 0.18) 34%, transparent 72%) 50% 0 / min(1180px, calc(100vw - 112px)) 3px no-repeat,
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.075) 44%, rgba(215, 25, 32, 0.1) 52%, transparent 66%) -140% 0 / 54% 100% no-repeat,
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 94px);
  animation: dropdownLightRun 2600ms ease-out both;
  pointer-events: none;
}

.nav-dropdown::after {
  position: absolute;
  top: -26px;
  left: clamp(24px, 6vw, 110px);
  z-index: 0;
  content: "KLF";
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(104px, 12vw, 210px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

.nav-group:nth-child(4) .nav-dropdown {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 10px;
  padding-right: clamp(24px, 3.2vw, 64px);
  padding-left: clamp(24px, 3.2vw, 64px);
  display: none;
}

.nav-group:nth-child(4):hover .nav-dropdown {
  display: grid;
}

.nav-dropdown a {
  position: relative;
  z-index: 1;
  min-height: 104px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.32;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: dropdownItemRise 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(40ms + (var(--item-index, 0) * 28ms));
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.nav-dropdown a:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-dropdown a:nth-child(1) { --item-index: 1; }
.nav-dropdown a:nth-child(2) { --item-index: 2; }
.nav-dropdown a:nth-child(3) { --item-index: 3; }
.nav-dropdown a:nth-child(4) { --item-index: 4; }
.nav-dropdown a:nth-child(5) { --item-index: 5; }
.nav-dropdown a:nth-child(6) { --item-index: 6; }
.nav-dropdown a:nth-child(7) { --item-index: 7; }
.nav-dropdown a:nth-child(8) { --item-index: 8; }
.nav-dropdown a:nth-child(9) { --item-index: 9; }
.nav-dropdown a:nth-child(10) { --item-index: 10; }

.nav-dropdown a::before {
  display: none;
}

.nav-group:nth-child(4) .nav-dropdown a {
  min-height: 92px;
  align-content: center;
  justify-items: center;
  padding: 18px 10px;
  font-size: clamp(10px, 0.72vw, 13px);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.nav-dropdown a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--red));
  opacity: 0;
  transform: translateX(-12px) scaleX(0.6);
  transform-origin: right;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.nav-dropdown a:hover {
  color: var(--white);
  border-color: rgba(215, 25, 32, 0.62);
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.24), rgba(255, 255, 255, 0.075));
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(215, 25, 32, 0.1);
  transform: translateY(-7px);
}

.nav-dropdown a[aria-current="page"] {
  color: var(--white);
  border-color: rgba(215, 25, 32, 0.72);
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.3), rgba(255, 255, 255, 0.08));
}

.nav-dropdown a:hover::before {
  opacity: 1;
}

.nav-dropdown a:hover::after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.nav-group:hover .nav-dropdown {
  display: grid;
  animation: dropdownReveal 280ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes dropdownReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) translateY(-14px) rotateX(-5deg);
    transform-origin: top;
  }

  100% {
    opacity: 1;
    transform: perspective(1000px) translateY(0) rotateX(0);
    transform-origin: top;
  }
}

@keyframes dropdownItemRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dropdownLightRun {
  0% {
    background-position:
      50% 0,
      -140% 0,
      0 0,
      0 0;
  }

  100% {
    background-position:
      50% 0,
      180% 0,
      0 0,
      0 0;
  }
}

.header-cta,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.button::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 45%, rgba(215, 25, 32, 0.12) 54%, transparent 70%);
  opacity: 0;
  transform: translateX(-110%) skewX(-15deg);
  transition: opacity 220ms ease, transform 520ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::before {
  opacity: 1;
  transform: translateX(110%) skewX(-15deg);
}

.header-cta {
  color: inherit;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 11px;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(215, 25, 32, 0.24);
}

.button.primary:hover {
  background: var(--red-dark);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.34);
}

.button.secondary {
  color: var(--white);
  background: rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(8px);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.92);
}

.button.line {
  min-height: 38px;
  padding: 0 18px;
  color: var(--red);
  background: transparent;
  border-color: rgba(215, 25, 32, 0.48);
  font-size: 11px;
}

.button.line:hover {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 12px 30px rgba(215, 25, 32, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.oppein-hero {
  position: relative;
  min-height: clamp(680px, 86svh, 900px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
  isolation: isolate;
}

.oppein-hero-carousel {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.oppein-hero-carousel::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.2) 42%, rgba(215, 25, 32, 0.1) 52%, transparent 70%),
    linear-gradient(75deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%) skewX(-12deg);
  pointer-events: none;
}

.oppein-hero.is-animating .oppein-hero-carousel::after {
  animation: heroSweep 980ms ease-out;
}

.oppein-hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06) translateX(20px);
  filter: saturate(0.96) brightness(0.96) contrast(1.02);
  transition: opacity 980ms ease, transform 1400ms ease, filter 980ms ease;
  will-change: opacity, transform, filter;
}

.oppein-hero-slide:nth-child(1) {
  background-position: center 52%;
}

.oppein-hero-slide:nth-child(2) {
  background-position: center 54%;
}

.oppein-hero-slide:nth-child(3) {
  background-position: center 50%;
}

.oppein-hero-slide.is-active {
  opacity: 1;
  transform: scale(1.02) translateX(0);
  filter: saturate(1.05) brightness(1.04) contrast(1.04);
  animation: heroDrift 7200ms ease-in-out both;
}

.oppein-hero.is-animating .oppein-hero-slide.is-active {
  animation: heroSlideIn 1450ms cubic-bezier(0.16, 1, 0.3, 1), heroDrift 7200ms ease-in-out 1450ms both;
}

.oppein-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0.04)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.02) 52%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 26%);
}

.oppein-hero-panels {
  position: relative;
  width: min(900px, calc(100% - 112px));
  min-height: 360px;
  margin: 112px 0 106px 56px;
}

.oppein-hero-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  pointer-events: none;
}

.oppein-hero-panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.oppein-hero.is-animating .oppein-hero-panel.is-active .eyebrow,
.oppein-hero.is-animating .oppein-hero-panel.is-active h1,
.oppein-hero.is-animating .oppein-hero-panel.is-active p:not(.eyebrow),
.oppein-hero.is-animating .oppein-hero-panel.is-active .hero-actions {
  animation: heroCopyRise 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.oppein-hero.is-animating .oppein-hero-panel.is-active h1 {
  animation-delay: 80ms;
}

.oppein-hero.is-animating .oppein-hero-panel.is-active p:not(.eyebrow) {
  animation-delay: 150ms;
}

.oppein-hero.is-animating .oppein-hero-panel.is-active .hero-actions {
  animation-delay: 220ms;
}

.oppein-hero-panel h1 {
  max-width: 800px;
  font-size: clamp(42px, 4.7vw, 72px);
  line-height: 1;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.oppein-hero-panel-brand h1 {
  max-width: 740px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.04;
}

.oppein-hero-panel p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.oppein-hero-controls {
  position: absolute;
  left: 50%;
  bottom: 46px;
  width: min(300px, calc(100% - 56px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  z-index: 2;
  padding: 0;
  color: var(--white);
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
}

.oppein-hero-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.oppein-hero-dot,
.oppein-hero-arrow {
  padding: 0;
  border: 0;
  background: transparent;
}

.oppein-hero-dot {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition:
    width 280ms ease,
    background 280ms ease,
    opacity 280ms ease;
}

.oppein-hero-dot.is-active {
  width: 52px;
  background: var(--white);
  box-shadow: none;
}

.oppein-hero.is-animating .oppein-hero-dot.is-active {
  animation: heroDotPulse 700ms ease-out;
}

.oppein-hero-arrow {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 18px;
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.oppein-hero-arrow::before {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  content: "";
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.oppein-hero-arrow::after {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translateY(-50%);
}

.oppein-hero-arrow:hover {
  color: var(--white);
}

.oppein-hero-arrow.prev:hover {
  transform: translateX(-4px);
}

.oppein-hero-arrow.next:hover {
  transform: translateX(4px);
}

.oppein-hero-arrow.prev::before {
  left: 1px;
  transform: translateY(-50%) rotate(-45deg);
}

.oppein-hero-arrow.prev::after {
  left: 3px;
}

.oppein-hero-arrow.next::before {
  right: 1px;
  transform: translateY(-50%) rotate(135deg);
}

.oppein-hero-arrow.next::after {
  right: 3px;
}

@keyframes heroSweep {
  0% {
    opacity: 0;
    transform: translateX(-125%) skewX(-14deg);
  }
  18% {
    opacity: 1;
  }
  44% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translateX(125%) skewX(-14deg);
  }
}

@keyframes heroSlideIn {
  0% {
    transform: scale(1.14) translate3d(54px, 0, 0);
    filter: saturate(0.82) brightness(0.86) contrast(0.98);
  }
  58% {
    transform: scale(1.04) translate3d(-8px, 0, 0);
    filter: saturate(1.08) brightness(1.08) contrast(1.04);
  }
  100% {
    transform: scale(1.02) translateX(0);
    filter: saturate(1.06) brightness(1);
  }
}

@keyframes heroCopyRise {
  0% {
    opacity: 0;
    transform: translate3d(-18px, 28px, 0) scale(0.98);
    filter: blur(8px);
  }
  72% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes heroDotPulse {
  0% {
    transform: scaleX(0.45);
    opacity: 0.56;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes heroDrift {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.055) translate3d(-18px, -10px, 0);
  }
  100% {
    transform: scale(1.03) translate3d(12px, 0, 0);
  }
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.36) 48%, rgba(0, 0, 0, 0.16)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 48%);
}

.hero-content {
  width: min(840px, calc(100% - 80px));
  margin: 0 0 92px 56px;
}

.hero-home .hero-content {
  width: min(760px, calc(100% - 80px));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark .eyebrow,
.cta-band .eyebrow,
.consultation .eyebrow {
  color: #f2b6b9;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
  word-break: normal;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-home h1 {
  max-width: 780px;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.02;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-panel {
  position: absolute;
  right: 44px;
  bottom: 44px;
  width: min(620px, calc(100% - 88px));
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.hero-panel div {
  min-width: 0;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-panel div:last-child {
  border-right: 0;
}

.hero-panel strong {
  display: block;
  margin-bottom: 7px;
  color: #ffd9da;
  font-size: clamp(22px, 1.9vw, 27px);
  line-height: 1;
}

.hero-panel span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.intro-band,
.feature-section,
.system-preview,
.content-section,
.cta-band,
.consultation,
.site-footer {
  padding-right: 56px;
  padding-left: 56px;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: 64px;
  align-items: end;
  padding-top: 92px;
  padding-bottom: 84px;
  background: var(--white);
}

.intro-copy,
.wide-copy {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 820px;
}

.feature-section,
.system-preview,
.content-section {
  padding-top: 92px;
  padding-bottom: 100px;
}

.content-section.alt,
.system-preview {
  background: var(--soft);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.feature-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.system-card,
.compact-card,
.metric-card,
.news-card {
  min-width: 0;
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-card {
  display: grid;
  color: inherit;
}

.feature-card img,
.system-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-card div,
.system-card,
.compact-card,
.metric-card,
.news-card {
  padding: 26px;
}

.feature-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.feature-card p,
.compact-card p,
.system-card p,
.news-card p,
.metric-card span,
.timeline p,
.split-content p,
.page-hero p,
.project-card p,
.consultation-copy p,
.site-footer p {
  color: var(--body-copy-color);
}

.feature-card p,
.compact-card p,
.system-card p,
.news-card p {
  margin: 14px 0 0;
  font-size: var(--body-copy-size);
  line-height: var(--body-copy-line);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
  min-height: 640px;
}

.split-section.dark {
  background: var(--charcoal);
  color: var(--white);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px;
}

.split-content p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
}

.feature-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 12px;
  height: 2px;
  content: "";
  background: #f2b6b9;
}

.compact-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.compact-card {
  border-top: 4px solid var(--red);
}

.compact-card .button {
  width: fit-content;
  margin-top: 20px;
}

.feature-card,
.system-card,
.compact-card,
.metric-card,
.news-card,
.project-card {
  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.feature-card:hover,
.system-card:hover,
.compact-card:hover,
.news-card:hover,
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.14);
}

.metric-card strong {
  display: block;
  color: var(--red);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.metric-card span {
  display: block;
  margin-top: 14px;
  font-size: 14px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--sage);
  color: var(--white);
}

.cta-band p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.page-main {
  padding-top: 78px;
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
  gap: 42px;
  align-items: center;
  padding: 76px 56px 72px;
  background: var(--white);
  overflow: hidden;
}

.page-hero::before {
  position: absolute;
  top: 22px;
  right: 56px;
  width: 140px;
  height: 2px;
  content: "";
  background: var(--red);
}

.page-hero > * {
  position: relative;
}

.page-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.page-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: 18px;
}

.location-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 1420px;
  margin: 0 auto;
  padding: 18px 26px;
  color: rgba(47, 47, 47, 0.72);
  background: #ffffff;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 15px;
  line-height: 1.4;
}

.location-bar a {
  color: inherit;
}

.location-bar em {
  color: rgba(47, 47, 47, 0.42);
  font-style: normal;
}

.location-bar strong {
  color: var(--ink);
  font-weight: 600;
}

main[data-cms-section] .location-bar {
  position: relative;
  display: flex;
  width: min(var(--premium-max, 1480px), calc(100% - clamp(40px, 10vw, 144px)));
  max-width: var(--premium-max, 1480px);
  min-height: 44px;
  margin: clamp(24px, 3vw, 44px) auto clamp(8px, 1.6vw, 22px);
  transform: none;
  padding: 0 0 0 clamp(18px, 1.5vw, 24px);
  justify-content: flex-start;
  gap: 9px;
  align-items: center;
  color: var(--ink);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 64%, rgba(255, 255, 255, 0) 100%);
  border: 0;
  border-left: 3px solid var(--red);
  border-radius: 0;
  box-shadow: none;
}

main[data-cms-section] .location-bar.has-hero {
  margin-top: clamp(22px, 2.6vw, 38px);
}

main[data-cms-section] .location-bar.no-hero {
  margin-top: clamp(8px, 1.2vw, 18px);
}

main[data-cms-section] .location-bar::before {
  content: "";
  position: absolute;
  left: clamp(18px, 1.5vw, 24px);
  bottom: 4px;
  width: clamp(70px, 6vw, 112px);
  height: 1px;
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.65) 0%, rgba(215, 25, 32, 0) 100%);
  pointer-events: none;
}

main[data-cms-section] .location-bar span {
  display: none;
  align-items: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0;
}

main[data-cms-section] .location-bar a {
  color: rgba(17, 17, 17, 0.66);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

main[data-cms-section] .location-bar a:hover {
  color: #a41a1d;
}

main[data-cms-section] .location-bar em {
  color: rgba(17, 17, 17, 0.24);
  font-size: 13px;
  line-height: 1;
}

main[data-cms-section] .location-bar strong {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #bd1b22;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  main[data-cms-section] .location-bar {
    width: calc(100% - 40px);
    min-height: 38px;
    margin: 18px auto 8px;
    transform: none;
    gap: 6px;
    padding-left: 14px;
  }

  main[data-cms-section] .location-bar::before {
    left: 14px;
    width: 76px;
  }
}

.two-column {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 1.08fr);
  gap: 48px;
  align-items: center;
}

.two-column.reverse {
  grid-template-columns: minmax(320px, 1.08fr) minmax(300px, 0.92fr);
}

.two-column p {
  color: var(--muted);
  font-size: 17px;
}

.rounded-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline article {
  min-width: 0;
  padding: 30px;
  background: var(--white);
}

.timeline span,
.news-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.system-card {
  padding: 0;
  overflow: hidden;
}

.system-card h3,
.system-card p {
  padding-right: 24px;
  padding-left: 24px;
}

.system-card h3 {
  padding-top: 24px;
}

.system-card p {
  padding-bottom: 26px;
}

.system-card img,
.feature-card img,
.project-card img,
.news-card.news-card-feature img {
  transition: transform 520ms ease;
}

.system-card:hover img,
.feature-card:hover img,
.project-card:hover img,
.news-card.news-card-feature:hover img {
  transform: scale(1.035);
}

.project-grid,
.news-list {
  display: grid;
  gap: 24px;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(300px, 1.1fr);
  background: var(--white);
  box-shadow: var(--shadow);
}

.project-card > a,
.news-card.news-card-feature > a {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.project-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.project-card div {
  padding: 42px;
}

.news-card h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.news-card.news-card-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1.3fr);
  align-items: stretch;
  overflow: hidden;
  padding: 0;
}

.news-card.news-card-feature img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.news-card.news-card-feature > div {
  align-self: center;
  padding: 34px 38px;
}

.news-card.news-card-feature h2 {
  margin: 0;
}

.consultation {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5.4vw, 76px);
  align-items: center;
  padding-top: clamp(76px, 7vw, 102px);
  padding-bottom: clamp(82px, 7.5vw, 112px);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.1), transparent 34%),
    linear-gradient(180deg, #fafafa, #ffffff);
  color: var(--ink);
}

.consultation-copy p {
  max-width: 650px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.consultation-form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 40px);
  background: var(--white);
  color: var(--ink);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 30px 90px rgba(17, 17, 17, 0.11);
  overflow: hidden;
}

.consultation-form::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--red);
}

.consultation-form label {
  display: grid;
  gap: 8px;
}

.consultation-form span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  min-height: 48px;
  min-width: 0;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #f8f8f8;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.consultation-form textarea {
  min-height: 116px;
  resize: vertical;
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
  border-color: var(--red);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.1);
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(620px, 1.26fr);
  gap: 72px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.34)),
    url("assets/footer/footbg.png") center / cover no-repeat #111111;
  color: var(--white);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.48);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 56px;
  left: 56px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.14);
}

.footer-brand {
  width: fit-content;
  margin-bottom: 16px;
  padding: 0;
  background: transparent;
}

.footer-brand img {
  width: 220px;
  min-width: 0;
  aspect-ratio: 512 / 101;
  object-fit: contain;
}

.site-footer p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.footer-contact {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.footer-contact dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.footer-contact dl div {
  display: grid;
  gap: 3px;
}

.footer-contact dt,
.footer-contact dd {
  margin: 0;
}

.footer-contact dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-contact dd {
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.back-to-top-button {
  position: fixed;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(18px, 2.4vw, 34px);
  z-index: 1200;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(17, 17, 17, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.back-to-top-button::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.back-to-top-button::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  width: 2px;
  height: 18px;
  background: currentColor;
  transform: translateX(-50%);
}

.back-to-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top-button:hover,
.back-to-top-button:focus-visible {
  background: var(--red);
  border-color: rgba(255, 255, 255, 0.48);
  outline: none;
}

.back-to-top-button:active {
  transform: translateY(2px);
}

.oppein-intro,
.oppein-category,
.oppein-cases,
.oppein-partner {
  padding-right: 56px;
  padding-left: 56px;
}

.oppein-intro {
  --oppein-profile-bg-image: url("assets/manufacturing/about-company-profile.jpg");
  position: relative;
  scroll-margin-top: 88px;
  display: grid;
  justify-items: center;
  gap: 34px;
  min-height: 470px;
  padding-top: 44px;
  padding-bottom: 54px;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82)),
    var(--oppein-profile-bg-image);
  background-position: center, center 58%;
  background-size: auto, cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.oppein-intro::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.24) 45%, rgba(255, 255, 255, 0.64) 100%);
  pointer-events: none;
}

.oppein-profile-text,
.oppein-profile-stats,
.oppein-profile-action {
  position: relative;
  z-index: 1;
}

.oppein-profile-text {
  width: min(100%, 1180px);
  max-width: 1180px;
  display: grid;
  gap: 14px;
  text-align: left;
}

.oppein-profile-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 16px;
  text-align: center;
}

.oppein-profile-head .eyebrow {
  margin: 0;
  color: var(--red);
}

.oppein-profile-head h2 {
  max-width: 960px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.oppein-profile-text p {
  margin: 0;
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  line-height: var(--body-copy-line);
}

.oppein-profile-stats {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
}

.oppein-profile-stat {
  position: relative;
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 20px 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
}

.oppein-profile-stat::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.oppein-profile-stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.1);
}

.oppein-profile-stat:hover::before {
  transform: scaleX(1);
}

.oppein-profile-stat span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.oppein-profile-stat strong {
  margin-top: 12px;
  display: inline-block;
  color: var(--red);
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 0.95;
}

.oppein-profile-stat em {
  margin-left: 4px;
  color: var(--red);
  font-size: clamp(15px, 1.35vw, 21px);
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}

.oppein-profile-action {
  width: min(620px, 100%);
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.oppein-profile-action:hover {
  background: var(--red-dark);
  box-shadow: 0 18px 42px rgba(215, 25, 32, 0.24);
  transform: translateY(-2px);
}

.about-showcase-section {
  padding-top: clamp(78px, 8vw, 118px);
  padding-bottom: clamp(66px, 7vw, 96px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.about-showcase-copy {
  display: grid;
  gap: 22px;
}

.about-showcase-copy .eyebrow {
  margin: 0 0 4px;
}

.about-showcase-copy h1,
.about-showcase-copy h2 {
  color: var(--ink);
  max-width: 680px;
  margin: 0;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.about-showcase-copy p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: #444;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.82;
}

.about-showcase-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.14);
}

.about-number-wall {
  width: min(100%, 1120px);
  margin: 56px auto 0;
}

.about-showcase-section .oppein-profile-stat {
  background: rgba(255, 255, 255, 0.86);
}

.manufacturing-showcase-section,
.manufacturing-process-section,
.manufacturing-lines-section,
.manufacturing-line-detail-section,
.manufacturing-capability-section {
  padding: clamp(72px, 7vw, 108px) 56px;
}

.manufacturing-showcase-section {
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.05), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

main[data-cms-section="manufacturing"] .page-hero {
  min-height: auto;
  align-items: center;
  padding-top: clamp(78px, 8vw, 118px);
  padding-bottom: clamp(64px, 7vw, 96px);
}

main[data-cms-section="manufacturing"] .page-hero h1 {
  max-width: 620px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
}

main[data-cms-section="manufacturing"] .page-hero p {
  max-width: 520px;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.7;
}

main[data-cms-section="manufacturing"] .page-hero img {
  min-height: clamp(280px, 34vw, 460px);
  object-fit: cover;
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.12);
}

.manufacturing-showcase,
.manufacturing-process,
.manufacturing-line-detail,
.manufacturing-capability {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.manufacturing-showcase-copy,
.manufacturing-process-copy,
.manufacturing-line-detail-copy,
.manufacturing-capability-copy {
  display: grid;
  gap: 18px;
}

.manufacturing-showcase-copy h1,
.manufacturing-process-copy h2,
.manufacturing-section-head h2,
.manufacturing-line-detail-copy h2,
.manufacturing-capability-copy h2 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.08;
}

.manufacturing-showcase-copy p:not(.eyebrow),
.manufacturing-process-copy > p,
.manufacturing-section-head > p,
.manufacturing-line-detail-copy > p,
.manufacturing-capability-copy > p,
.manufacturing-process-steps p,
.manufacturing-line-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

.manufacturing-showcase-copy p:not(.eyebrow),
.manufacturing-process-copy > p,
.manufacturing-line-detail-copy > p,
.manufacturing-capability-copy > p {
  max-width: 660px;
  font-size: clamp(15px, 1.1vw, 17px);
}

.manufacturing-showcase-media,
.manufacturing-process-media,
.manufacturing-line-detail-media,
.manufacturing-capability-media {
  position: relative;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 32px 86px rgba(17, 17, 17, 0.15);
}

.manufacturing-showcase-media img,
.manufacturing-process-media img,
.manufacturing-line-detail-media img,
.manufacturing-capability-media img {
  width: 100%;
  min-height: clamp(340px, 44vw, 560px);
  object-fit: cover;
  display: block;
}

.manufacturing-highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.manufacturing-highlight-list span,
.manufacturing-line-detail li,
.manufacturing-capability li {
  border-left: 3px solid var(--red);
  background: rgba(215, 25, 32, 0.06);
}

.manufacturing-highlight-list span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.manufacturing-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1320px;
  margin: clamp(34px, 4vw, 56px) auto 0;
  background: rgba(17, 17, 17, 0.1);
}

.manufacturing-metric {
  min-height: 126px;
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 24px;
  background: #ffffff;
  border-top: 4px solid var(--red);
}

.manufacturing-metric strong {
  color: var(--red);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1;
  white-space: nowrap;
}

.manufacturing-metric span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.manufacturing-process-section {
  background:
    linear-gradient(180deg, #f5f5f5, #ffffff);
}

.manufacturing-process-section .eyebrow,
.manufacturing-process-copy h2 {
  color: var(--ink);
}

.manufacturing-process-copy > p {
  color: var(--muted);
}

.manufacturing-process {
  grid-template-columns: minmax(520px, 1.06fr) minmax(360px, 0.94fr);
}

.manufacturing-process-steps {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.manufacturing-process-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 16px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.06);
}

.manufacturing-process-steps span {
  grid-row: span 2;
  color: var(--red);
  font-size: 18px;
  font-weight: 900;
}

.manufacturing-process-steps h3,
.manufacturing-line-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.18;
}

.manufacturing-process-steps p {
  color: var(--muted);
  font-size: 14px;
}

.manufacturing-lines-section {
  background: #ffffff;
}

.manufacturing-section-head {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto clamp(34px, 4vw, 54px);
  text-align: center;
}

.manufacturing-section-head > p {
  max-width: 720px;
  margin: 0 auto;
}

.manufacturing-line-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.manufacturing-line-card {
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 24px 68px rgba(17, 17, 17, 0.1);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.manufacturing-line-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 82px rgba(17, 17, 17, 0.15);
}

.manufacturing-line-card img {
  width: 100%;
  aspect-ratio: 16 / 10.4;
  object-fit: cover;
  display: block;
}

.manufacturing-line-card div {
  display: grid;
  gap: 12px;
  padding: 26px;
}

.manufacturing-line-card span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.manufacturing-line-card p {
  font-size: 14px;
}

.manufacturing-line-detail-section {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f6f7f9 48%, #f6f7f9 100%);
}

.manufacturing-line-detail-section.reverse {
  background:
    linear-gradient(90deg, #f6f7f9 0%, #f6f7f9 52%, #ffffff 52%, #ffffff 100%);
}

.manufacturing-line-detail {
  grid-template-columns: minmax(520px, 1.05fr) minmax(380px, 0.95fr);
}

.manufacturing-line-detail-section.reverse .manufacturing-line-detail-media {
  order: 2;
}

.manufacturing-line-detail-copy {
  align-content: center;
  min-width: 0;
  padding: clamp(32px, 4vw, 54px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.1);
}

.manufacturing-line-detail-copy > span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.manufacturing-line-detail-copy ul {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.manufacturing-line-detail li {
  padding: 14px 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.manufacturing-capability-section {
  background:
    linear-gradient(180deg, #f7f7f7, #ffffff);
}

.manufacturing-capability {
  grid-template-columns: minmax(420px, 1.05fr) minmax(420px, 0.95fr);
}

.manufacturing-capability ul {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.manufacturing-capability li {
  padding: 14px 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.brand-matrix-section {
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
}

.brand-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.brand-matrix-card {
  min-height: 258px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.07);
  position: relative;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.brand-matrix-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: var(--red);
  transform: scaleY(0.18);
  transform-origin: bottom;
  transition: transform 320ms ease;
}

.brand-matrix-card:hover {
  border-color: rgba(215, 25, 32, 0.28);
  box-shadow: 0 30px 74px rgba(17, 17, 17, 0.12);
  transform: translateY(-6px);
}

.brand-matrix-card:hover::before {
  transform: scaleY(1);
}

.brand-matrix-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-matrix-card h3 {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.brand-matrix-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.oppein-section-head h2 {
  max-width: 900px;
}

.oppein-category {
  padding-top: 92px;
  padding-bottom: 132px;
  background: var(--soft);
}

.oppein-customization {
  background: #ffffff;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.oppein-customization .oppein-section-head {
  margin-bottom: 58px;
}

.oppein-customization .oppein-section-head h2 {
  max-width: 960px;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: 1.04;
}

.oppein-section-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 44px;
  text-align: center;
}

.oppein-section-head::after,
.home-news-head::after {
  width: 62px;
  height: 3px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1) 160ms;
}

.oppein-section-head.is-visible::after,
.home-news-head.is-visible::after {
  transform: scaleX(1);
}

.oppein-custom-showcase {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.oppein-custom-stage {
  position: relative;
  min-height: 72vh;
  max-height: 700px;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
  background: #111111;
}

.oppein-custom-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.035);
  transition:
    opacity 780ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.oppein-custom-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.oppein-custom-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 1200ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.oppein-custom-slide.is-active img {
  transform: scale(1);
}

.oppein-custom-slide.is-switching::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.16) 45%, rgba(215, 25, 32, 0.08) 55%, transparent 68%);
  opacity: 0;
  transform: translateX(-120%) skewX(-16deg);
  animation: productSweep 1050ms ease-out;
  pointer-events: none;
}

.oppein-custom-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0.04)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.02) 54%);
}

.oppein-custom-tabs {
  position: absolute;
  right: clamp(48px, 12vw, 260px);
  bottom: 28px;
  left: clamp(48px, 12vw, 260px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 86px rgba(20, 18, 16, 0.18);
  backdrop-filter: blur(18px);
}

.oppein-custom-tab {
  position: relative;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 18px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
  transition:
    color 260ms ease,
    background 260ms ease,
    transform 260ms ease,
    box-shadow 260ms ease;
}

.oppein-custom-tab svg {
  position: relative;
  z-index: 1;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: rgba(47, 47, 47, 0.58);
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: color 260ms ease, transform 260ms ease;
}

.oppein-custom-tab span {
  position: relative;
  z-index: 1;
}

.oppein-custom-tab:last-child {
  border-right: 0;
}

.oppein-custom-tab::before {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  height: 3px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms ease;
}

.oppein-custom-tab::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 0%, rgba(215, 25, 32, 0.1) 45%, transparent 64%);
  opacity: 0;
  transform: translateX(-105%) skewX(-12deg);
  transition: opacity 240ms ease, transform 620ms ease;
}

.oppein-custom-tab:hover {
  background: rgba(215, 25, 32, 0.08);
}

.oppein-custom-tab:hover::after,
.oppein-custom-tab.is-active::after {
  opacity: 1;
  transform: translateX(105%) skewX(-12deg);
}

.oppein-custom-tab:hover svg {
  color: var(--red);
  transform: translateY(-2px);
}

.oppein-custom-tab.is-active {
  color: var(--red);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(20, 18, 16, 0.12);
  transform: translateY(-8px);
}

.oppein-custom-tab.is-active svg {
  color: var(--red);
}

.oppein-custom-tab.is-active::before {
  transform: scaleX(1);
}

.oppein-custom-feature-list {
  display: grid;
  gap: 100px;
  max-width: min(1680px, calc(100vw - 96px));
  margin: 118px auto 0;
}

.oppein-custom-feature {
  position: relative;
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(320px, 0.34fr) minmax(720px, 0.66fr);
  align-items: center;
}

.oppein-custom-feature.reverse {
  grid-template-columns: minmax(720px, 0.66fr) minmax(320px, 0.34fr);
}

.oppein-custom-feature img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
  box-shadow: 0 32px 90px rgba(30, 28, 26, 0.12);
  transition: transform 520ms ease, box-shadow 520ms ease;
}

.oppein-custom-feature:hover img {
  transform: translateY(-8px) scale(1.018);
  box-shadow: 0 42px 110px rgba(30, 28, 26, 0.16);
}

.oppein-custom-feature-card {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  padding: 40px 40px 42px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 34px 90px rgba(28, 27, 26, 0.1);
  backdrop-filter: blur(10px);
}

.oppein-custom-feature:not(.reverse) .oppein-custom-feature-card {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  margin-right: -92px;
}

.oppein-custom-feature:not(.reverse) img {
  grid-column: 2;
  grid-row: 1;
}

.oppein-custom-feature.reverse .oppein-custom-feature-card {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin-left: -92px;
}

.oppein-custom-feature.reverse img {
  grid-column: 1;
  grid-row: 1;
}

.oppein-custom-feature-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.oppein-custom-feature-card h3 {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.08;
}

.oppein-custom-feature-card p {
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.oppein-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 292px;
  gap: 18px;
}

.oppein-product-tile,
.oppein-case {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.oppein-product-tile.large {
  grid-column: span 2;
  grid-row: span 2;
}

.oppein-product-tile img,
.oppein-case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1), filter 760ms ease;
}

.oppein-product-tile::after,
.oppein-case::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.05) 60%);
}

.oppein-product-tile:hover img,
.oppein-case:hover img {
  transform: scale(1.075);
  filter: saturate(1.1) contrast(1.04);
}

.oppein-product-tile div,
.oppein-case div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 26px;
}

.oppein-product-tile span,
.oppein-case span {
  display: block;
  margin-bottom: 10px;
  color: #ffd9da;
  font-size: 12px;
  font-weight: 900;
}

.oppein-product-tile p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.product-collection-section {
  background: #ffffff;
}

.product-collection-intro {
  max-width: 880px;
  margin: -18px auto 42px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.product-collection {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-collection-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.08);
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.product-collection-card:hover {
  border-color: rgba(215, 25, 32, 0.28);
  box-shadow: 0 30px 74px rgba(17, 17, 17, 0.12);
  transform: translateY(-6px);
}

.product-collection-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #111111;
  transition: transform 520ms ease;
}

.product-collection-card:hover img {
  transform: scale(1.04);
}

.product-collection-card div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 24px 26px;
}

.product-collection-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-collection-card h3 {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
}

.product-collection-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-collection-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.product-collection-card li {
  padding: 6px 9px;
  color: rgba(47, 47, 47, 0.74);
  background: rgba(215, 25, 32, 0.07);
  font-size: 11px;
  font-weight: 800;
}

.product-directory-section {
  position: relative;
  background: #ffffff;
}

.product-category-cover-panel,
.product-directory-title,
.product-directory-toolbar,
.product-directory-grid,
.product-directory-pagination {
  position: relative;
  z-index: 1;
}

.product-category-cover-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-bottom: 32px;
}

.product-directory-title {
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.product-category-cover-panel .product-directory-title {
  position: relative;
  padding: clamp(30px, 3vw, 40px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 72px rgba(17, 17, 17, 0.075);
}

.product-category-cover-panel .product-directory-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--red);
}

.product-directory-cover {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.16);
}

.product-directory-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.18));
  pointer-events: none;
}

.product-directory-cover img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.product-directory-cover:hover img {
  transform: scale(1.04);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: rgba(47, 47, 47, 0.56);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.breadcrumb a {
  color: rgba(47, 47, 47, 0.56);
}

.breadcrumb strong {
  color: var(--ink);
}

.product-directory-title h1 {
  color: var(--ink);
  max-width: 460px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.product-category-cover-panel .product-directory-title h1 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.product-category-cover-panel .product-directory-title h1::after {
  display: block;
  width: clamp(68px, 8vw, 112px);
  height: 1px;
  margin-top: 20px;
  content: "";
  background: rgba(17, 17, 17, 0.14);
}

.product-directory-title p:not(.eyebrow) {
  max-width: 420px;
  margin: 0;
  padding: 16px 18px;
  color: var(--muted);
  background: #f7f8fa;
  border-left: 3px solid var(--red);
  font-size: 16px;
  line-height: 1.68;
}

.product-category-cover-panel .product-directory-title p:not(.eyebrow) {
  background: #f7f8fa;
  border-left: 3px solid var(--red);
}

.product-directory-toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.product-directory-toolbar > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(47, 47, 47, 0.58);
  font-size: 13px;
  font-weight: 800;
}

.product-directory-toolbar > div:first-child strong {
  color: var(--ink);
}

.product-directory-count {
  color: var(--red);
}

.product-directory-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-directory-filter a,
.product-directory-pagination a,
.content-list-pagination a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(47, 47, 47, 0.76);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.09);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.product-directory-filter a {
  padding: 0 14px;
}

.product-system-icon,
.product-system-copy,
.product-system-arrow {
  position: relative;
  z-index: 1;
}

.product-system-copy {
  display: grid;
  gap: 4px;
}

.product-system-copy strong {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.product-system-icon {
  width: 48px;
  height: 48px;
  overflow: visible;
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.product-system-card-index {
  color: currentColor;
  font-size: 10px;
  font-weight: 900;
  opacity: 0.58;
}

.product-system-arrow {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-system-arrow::before {
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(0.125turn);
}

.product-directory-filter a:hover .product-system-icon,
.product-directory-filter a.is-active .product-system-icon {
  transform: translateY(-2px) rotate(-6deg);
}

.product-directory-filter a.is-active {
  background: var(--red);
  color: #ffffff;
}

.product-directory-filter a:hover,
.product-directory-filter a.is-active,
.product-directory-pagination a:hover,
.product-directory-pagination a.is-active,
.content-list-pagination a:hover,
.content-list-pagination a.is-active {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-1px);
}

.product-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-directory-card {
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 22px 62px rgba(17, 17, 17, 0.08);
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.product-directory-card:hover {
  border-color: rgba(215, 25, 32, 0.36);
  box-shadow: 0 34px 86px rgba(17, 17, 17, 0.14);
  transform: translateY(-7px);
}

.product-directory-card a {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
}

.product-directory-card img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  background: #111111;
  filter: saturate(0.98) contrast(1.02);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 620ms ease;
}

.product-directory-card:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.045);
}

.product-directory-card div {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 24px 28px;
}

.product-card-index {
  color: rgba(215, 25, 32, 0.82);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.product-directory-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-directory-card h3 {
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
}

.product-directory-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.product-card-action {
  width: max-content;
  margin-top: 4px;
  color: var(--ink);
  border-bottom: 1px solid rgba(215, 25, 32, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-directory-pagination,
.content-list-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.product-directory-pagination a,
.content-list-pagination a {
  width: 44px;
  min-width: 44px;
  padding: 0;
}

.product-directory-pagination .product-page-step,
.content-list-pagination .product-page-step {
  width: auto;
  min-width: 92px;
  padding: 0 16px;
}

.product-directory-pagination a.is-disabled,
.content-list-pagination a.is-disabled {
  color: rgba(47, 47, 47, 0.34);
  pointer-events: none;
}

/* Product-style directory layout for Projects */
.project-directory-section {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 52%, #f5f6f8 52%, #ffffff 100%);
  overflow-x: clip;
}

.project-category-cover-panel,
.project-directory-title,
.project-directory-toolbar,
.project-directory-grid,
.project-directory-pagination {
  position: relative;
  z-index: 1;
}

.project-category-cover-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  max-width: 1540px;
  margin: 0 auto clamp(34px, 4vw, 62px);
  isolation: isolate;
}

.project-category-cover-panel::after {
  position: absolute;
  right: clamp(20px, 5vw, 78px);
  bottom: clamp(-28px, -2vw, -18px);
  z-index: -1;
  width: clamp(180px, 18vw, 300px);
  height: clamp(70px, 8vw, 118px);
  content: "";
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.13), rgba(17, 17, 17, 0.035));
}

.project-directory-title {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 580px;
  padding: clamp(30px, 3vw, 40px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 34px 86px rgba(17, 17, 17, 0.12);
}

.project-directory-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--red);
}

.project-directory-title h1 {
  max-width: 480px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.project-directory-title h1::after {
  display: block;
  width: clamp(68px, 8vw, 112px);
  height: 1px;
  margin-top: 20px;
  content: "";
  background: rgba(17, 17, 17, 0.14);
}

.project-directory-title p:not(.eyebrow) {
  max-width: 440px;
  margin: 0;
  padding: 16px 18px;
  color: var(--body-copy-color);
  background: #f7f8fa;
  border-left: 3px solid var(--red);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.68;
}

.project-directory-cover {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.18);
}

.project-directory-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.2));
  pointer-events: none;
}

.project-directory-cover img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
  transition: transform 520ms ease;
}

.project-directory-cover:hover img {
  transform: scale(1.04);
}

main[data-cms-section="projects"] .project-category-cover-panel,
main[data-cms-section^="project-"] .project-category-cover-panel {
  grid-template-areas:
    "media"
    "copy";
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  max-width: 1500px;
  margin-bottom: clamp(42px, 5vw, 78px);
}

main[data-cms-section="projects"] .project-category-cover-panel::after,
main[data-cms-section^="project-"] .project-category-cover-panel::after {
  right: clamp(44px, 8vw, 120px);
  bottom: clamp(22px, 3vw, 44px);
  width: clamp(220px, 24vw, 420px);
  height: clamp(76px, 9vw, 138px);
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.12), rgba(17, 17, 17, 0.04));
}

main[data-cms-section="projects"] .project-directory-cover,
main[data-cms-section^="project-"] .project-directory-cover {
  grid-area: media;
  width: 100%;
  height: clamp(340px, 38vw, 560px);
  min-height: 0;
  aspect-ratio: 16 / 6.8;
  box-shadow: 0 42px 110px rgba(17, 17, 17, 0.16);
}

main[data-cms-section="projects"] .project-directory-cover img,
main[data-cms-section^="project-"] .project-directory-cover img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

main[data-cms-section="projects"] .project-directory-title,
main[data-cms-section^="project-"] .project-directory-title {
  grid-area: copy;
  width: min(100% - clamp(42px, 8vw, 148px), 1060px);
  max-width: none;
  margin: clamp(-96px, -6vw, -64px) auto 0;
  grid-template-columns: minmax(220px, 0.34fr) minmax(320px, 0.66fr);
  column-gap: clamp(26px, 4vw, 64px);
  row-gap: 18px;
  align-items: end;
  padding: clamp(26px, 3.4vw, 46px);
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.14);
}

main[data-cms-section="projects"] .project-directory-title .breadcrumb,
main[data-cms-section^="project-"] .project-directory-title .breadcrumb,
main[data-cms-section="projects"] .project-directory-title .eyebrow,
main[data-cms-section^="project-"] .project-directory-title .eyebrow,
main[data-cms-section="projects"] .project-directory-title h1,
main[data-cms-section^="project-"] .project-directory-title h1 {
  grid-column: 1;
}

main[data-cms-section="projects"] .project-directory-title h1,
main[data-cms-section^="project-"] .project-directory-title h1 {
  max-width: 420px;
}

main[data-cms-section="projects"] .project-directory-title p:not(.eyebrow),
main[data-cms-section^="project-"] .project-directory-title p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 3;
  max-width: 560px;
  padding: 0 0 0 clamp(18px, 2vw, 28px);
  background: transparent;
  border-left: 3px solid var(--red);
  font-size: clamp(15px, 1.12vw, 17px);
}

/* Project directory toolbar redesign */
.project-directory-toolbar {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  grid-template-areas:
    "summary filters"
    "summary range";
  gap: 18px clamp(22px, 3vw, 42px);
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto clamp(30px, 3.2vw, 46px);
  padding: clamp(18px, 2.5vw, 30px);
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow:
    0 28px 80px rgba(17, 17, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.project-directory-toolbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0.12), transparent);
}

.project-directory-toolbar > div:first-child {
  position: relative;
  grid-area: summary;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(18px, 2.4vw, 30px);
  color: rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    #111111;
  box-shadow: none;
}

.project-directory-toolbar > div:first-child::after {
  content: "";
  width: min(112px, 58%);
  height: 3px;
  background: var(--red);
  transform-origin: left center;
  transition: transform 260ms ease;
}

.project-directory-toolbar:hover > div:first-child::after {
  transform: scaleX(1.16);
}

.project-directory-count {
  display: none;
}

.project-directory-toolbar strong {
  max-width: 260px;
  color: #ffffff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
}

.project-directory-filter {
  grid-area: filters;
  display: grid;
  grid-template-columns: repeat(5, minmax(112px, 1fr));
  gap: 10px;
  align-self: stretch;
  min-width: 0;
}

.project-directory-filter a {
  position: relative;
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 6px 12px;
  padding: 15px 14px;
  overflow: hidden;
  color: rgba(17, 17, 17, 0.82);
  background: #f6f7f8;
  border: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.project-directory-filter a::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 240ms ease;
}

.project-directory-filter a:hover {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(215, 25, 32, 0.34);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.09);
  transform: translateY(-2px);
}

.project-directory-filter a:hover::before {
  transform: scaleX(1);
}

.project-directory-filter a.is-active {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 20px 42px rgba(215, 25, 32, 0.28);
  transform: translateY(-2px);
}

.project-directory-filter a.is-active::before {
  background: #111111;
  transform: scaleX(1);
}

.project-filter-index {
  display: none;
}

.project-filter-label {
  grid-column: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

.project-filter-arrow {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  width: 28px;
  height: 28px;
  color: currentColor;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 50%;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.project-filter-arrow::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(0.125turn);
}

.project-directory-filter a:hover .project-filter-arrow {
  border-color: rgba(215, 25, 32, 0.45);
  transform: translateX(2px);
}

.project-directory-filter a.is-active .project-filter-index {
  color: #ffffff;
  opacity: 0.82;
}

.project-directory-filter a.is-active .project-filter-arrow {
  color: var(--red);
  background: #ffffff;
  border-color: #ffffff;
}

main[data-cms-section="projects"] .project-directory-toolbar,
main[data-cms-section^="project-"] .project-directory-toolbar {
  grid-template-columns: minmax(200px, 0.2fr) minmax(0, 1fr);
  grid-template-areas: "summary filters";
  gap: clamp(12px, 1.8vw, 22px);
  align-items: stretch;
  padding: clamp(14px, 1.8vw, 22px);
}

main[data-cms-section="projects"] .project-directory-toolbar > div:first-child,
main[data-cms-section^="project-"] .project-directory-toolbar > div:first-child {
  min-height: 0;
  align-self: stretch;
  justify-content: center;
  gap: 6px;
  width: min(100%, 230px);
  padding: clamp(14px, 1.6vw, 18px) clamp(16px, 1.8vw, 20px);
}

main[data-cms-section="projects"] .project-directory-toolbar > div:first-child::after,
main[data-cms-section^="project-"] .project-directory-toolbar > div:first-child::after {
  width: min(88px, 52%);
}

main[data-cms-section="projects"] .project-directory-count,
main[data-cms-section^="project-"] .project-directory-count {
  font-size: 11px;
}

main[data-cms-section="projects"] .project-directory-toolbar strong,
main[data-cms-section^="project-"] .project-directory-toolbar strong {
  max-width: 190px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 0.98;
}

main[data-cms-section="projects"] .project-directory-filter,
main[data-cms-section^="project-"] .project-directory-filter {
  align-self: stretch;
}

main[data-cms-section="projects"] .project-directory-filter a,
main[data-cms-section^="project-"] .project-directory-filter a {
  min-height: 88px;
}

.project-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  max-width: 1480px;
  margin: 0 auto;
}

.project-directory-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.075);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.075);
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.project-directory-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}

.project-directory-card:hover {
  border-color: rgba(215, 25, 32, 0.36);
  box-shadow: 0 34px 86px rgba(17, 17, 17, 0.14);
  transform: translateY(-7px);
}

.project-directory-card:hover::before {
  opacity: 1;
}

.project-directory-card a {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
}

.project-directory-card-media {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #111111;
}

.project-directory-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.98) contrast(1.02);
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1), filter 620ms ease;
}

.project-directory-card:hover img {
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.045);
}

.project-directory-card div {
  position: relative;
  min-height: 258px;
  display: grid;
  align-content: start;
  gap: 11px;
  padding: clamp(22px, 2vw, 30px);
}

.project-card-index {
  position: absolute;
  top: clamp(22px, 2vw, 30px);
  right: clamp(22px, 2vw, 30px);
  color: rgba(17, 17, 17, 0.18);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  line-height: 0.85;
}

.project-directory-card span {
  width: fit-content;
  padding-right: 54px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-directory-card h3 {
  max-width: 340px;
  color: var(--ink);
  font-size: clamp(21px, 1.9vw, 30px);
  line-height: 1.07;
}

.project-directory-card p {
  max-width: 390px;
  margin: 0;
  color: var(--body-copy-color);
  font-size: 14px;
  line-height: 1.68;
}

.project-card-action {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  margin-top: auto;
  color: var(--ink);
  border-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.project-card-action::after {
  width: 26px;
  height: 1px;
  content: "";
  background: var(--red);
  transition: width 220ms ease;
}

.project-directory-card:hover .project-card-action::after {
  width: 42px;
}

.project-directory-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  max-width: 1480px;
  margin: 38px auto 0;
}

.project-directory-pagination a {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: rgba(47, 47, 47, 0.76);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.project-directory-pagination a:hover,
.project-directory-pagination a.is-active {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-1px);
}

.project-directory-pagination .product-page-step {
  width: auto;
  min-width: 92px;
  padding: 0 16px;
}

.project-directory-pagination a.is-disabled {
  color: rgba(47, 47, 47, 0.34);
  background: #f7f8fa;
  border-color: rgba(17, 17, 17, 0.06);
  pointer-events: none;
}

main[data-cms-section^="products/id/"].page-main,
main[data-cms-section^="projects/id/"].page-main {
  padding-top: 72px;
}

.product-detail-section {
  padding-top: 28px;
  padding-bottom: 80px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.035), transparent 220px),
    #ffffff;
}

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.product-detail-copy {
  display: grid;
  gap: 20px;
  align-content: center;
}

.product-detail-copy h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.02;
}

.product-detail-lede {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.8;
}

.product-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail-tags span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: var(--red);
  background: rgba(215, 25, 32, 0.08);
  border: 1px solid rgba(215, 25, 32, 0.14);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-detail-media {
  position: relative;
  min-width: 0;
  min-height: clamp(360px, 48vw, 620px);
  overflow: hidden;
  background: #111111;
  box-shadow: 0 32px 90px rgba(17, 17, 17, 0.16);
}

.product-detail-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38));
  pointer-events: none;
  z-index: 2;
}

.product-detail-media > img,
.product-detail-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-breadcrumb {
  width: calc(100% - clamp(32px, 7vw, 112px));
  max-width: 1680px;
  margin: clamp(34px, 4vw, 64px) auto 0;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--red);
}

.product-detail-breadcrumb .breadcrumb {
  min-height: 44px;
}

.detail-page-breadcrumb {
  width: calc(100% - clamp(32px, 7vw, 112px));
  max-width: none;
  padding-left: 12px;
}

main[data-cms-section^="products/id/"] > .detail-page-breadcrumb,
main[data-cms-section^="projects/id/"] > .detail-page-breadcrumb {
  width: calc(100% - clamp(32px, 7vw, 112px));
  max-width: none;
  padding-left: 12px;
}

.product-detail-section > .product-detail-breadcrumb {
  width: 100%;
  max-width: none;
}

.product-detail-slides {
  position: absolute;
  inset: 0;
}

.product-detail-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 560ms ease;
  pointer-events: none;
}

.product-detail-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.product-detail-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.product-detail-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 240ms ease, transform 240ms ease;
}

.product-detail-dot.is-active {
  background: #ffffff;
  transform: scale(1.15);
}

.product-detail-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #111111;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 240ms ease, opacity 240ms ease;
}

.product-detail-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: currentColor;
}

.product-detail-arrow.prev {
  left: 16px;
}

.product-detail-arrow.prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.product-detail-arrow.next {
  right: 16px;
}

.product-detail-arrow.next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}

.product-detail-arrow:hover {
  background: #ffffff;
}

@media (max-width: 900px) {
  .product-detail-section {
    padding-top: 28px;
  }

  .product-detail-arrow {
    width: 36px;
    height: 36px;
  }

  .product-detail-arrow.prev {
    left: 10px;
  }

  .product-detail-arrow.next {
    right: 10px;
  }
}

.product-detail-body {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(22px, 4vw, 64px);
  margin-top: clamp(20px, 1.8vw, 28px);
  padding: clamp(26px, 4vw, 52px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.08);
}

.product-detail-body h2 {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.04;
}

.product-detail-body article {
  color: var(--body-copy-color);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.86;
}

.product-detail-body > article:only-child {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

.product-detail-body article h3 {
  margin: 28px 0 8px;
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.24;
}

.product-detail-body article h3:first-child {
  margin-top: 0;
}

.product-detail-body article p {
  margin: 0 0 16px;
}

.product-detail-body article p:last-child {
  margin-bottom: 0;
}

.product-detail-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(32px, 5vw, 72px);
  background: rgba(17, 17, 17, 0.1);
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.product-detail-specs div {
  min-height: 112px;
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 22px;
  background: #ffffff;
}

.product-detail-specs dt {
  color: rgba(47, 47, 47, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-detail-specs dd {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.product-detail-related {
  margin-top: clamp(44px, 7vw, 88px);
}

.product-detail-related .section-heading {
  margin-bottom: clamp(28px, 3vw, 46px);
}

.oppein-manufacturing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(520px, 1.2fr);
  min-height: 620px;
  color: var(--white);
  background:
    linear-gradient(135deg, #000000, #181818);
  overflow: hidden;
}

.oppein-manufacturing::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: var(--red);
  opacity: 0.88;
}

.oppein-manufacturing-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.oppein-manufacturing-copy p:not(.eyebrow) {
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.oppein-manufacturing-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
}

.oppein-cases {
  padding-top: 86px;
  padding-bottom: 96px;
  background: #ffffff;
}

.oppein-case-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.oppein-case {
  aspect-ratio: 4 / 3;
  box-shadow: 0 24px 60px rgba(25, 24, 22, 0.1);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.oppein-case::before {
  position: absolute;
  inset: 12px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.oppein-case::after {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.07) 62%),
    linear-gradient(115deg, transparent 0%, rgba(215, 25, 32, 0.18) 48%, transparent 68%);
  background-position: 0 0, -120% 0;
  background-size: auto, 52% 100%;
  background-repeat: no-repeat;
  transition: background-position 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.oppein-case:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(25, 24, 22, 0.15);
}

.oppein-case:hover::after {
  background-position: 0 0, 170% 0;
}

.oppein-case:hover::before {
  opacity: 1;
}

.home-news {
  position: relative;
  isolation: isolate;
  padding: 94px 56px 108px;
  background:
    linear-gradient(135deg, rgba(245, 245, 245, 0.95), #ffffff 42%, #f8f8f8 100%);
  overflow: hidden;
}

.home-news::before {
  position: absolute;
  top: 26px;
  right: -18px;
  z-index: -1;
  content: "NEWS";
  color: rgba(17, 17, 17, 0.035);
  font-size: clamp(120px, 18vw, 268px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
}

.home-news::after {
  position: absolute;
  top: 102px;
  left: max(24px, calc((100vw - 1180px) / 2));
  z-index: -1;
  width: 76px;
  height: calc(100% - 190px);
  content: "";
  border-left: 6px solid var(--red);
  border-top: 1px solid rgba(215, 25, 32, 0.18);
  border-bottom: 1px solid rgba(215, 25, 32, 0.18);
  opacity: 0.72;
}

.home-news-head {
  margin-bottom: 46px;
}

.home-news-stage {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  perspective: 1400px;
}

.home-news-stage::before {
  position: absolute;
  inset: 42px -24px 42px 180px;
  z-index: -1;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.045) 0 1px, transparent 1px 74px),
    linear-gradient(135deg, rgba(215, 25, 32, 0.1), rgba(255, 255, 255, 0.28));
  border: 1px solid rgba(215, 25, 32, 0.12);
  transform: skewX(-7deg);
  transform-origin: center;
}

.home-news-editorial {
  position: relative;
  z-index: 2;
  min-height: 440px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: 42px 36px 38px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.82)),
    linear-gradient(120deg, rgba(215, 25, 32, 0.55), transparent 46%);
  color: var(--white);
  box-shadow: 0 32px 90px rgba(17, 17, 17, 0.2);
}

.home-news-editorial::before {
  position: absolute;
  top: -46px;
  right: -36px;
  content: "KLF";
  color: rgba(255, 255, 255, 0.045);
  font-size: 128px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.home-news-editorial::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 112px;
  height: 112px;
  content: "";
  background: var(--red);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.home-news-editorial .eyebrow {
  color: #ff5258;
}

.home-news-editorial h3 {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.08;
  text-transform: uppercase;
}

.home-news-editorial p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.home-news-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.home-news-tags span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.home-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.78fr);
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 26px;
  align-items: stretch;
  transform-style: preserve-3d;
}

.home-news-card {
  --news-card-y: 0px;
  --news-card-z: 0px;
  --news-card-rotate: 0deg;
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(150px, 1fr) auto;
  overflow: hidden;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.12);
  transform-style: preserve-3d;
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms ease,
    border-color 420ms ease;
}

.home-news-card.is-featured {
  --news-card-y: 6px;
  --news-card-z: 18px;
  --news-card-rotate: -4deg;
  grid-row: span 2;
  grid-template-rows: minmax(420px, 1fr) auto;
}

.home-news-card:not(.is-featured):nth-child(2) {
  --news-card-y: -18px;
  --news-card-z: 34px;
  --news-card-rotate: 5deg;
}

.home-news-card:not(.is-featured):nth-child(3) {
  --news-card-y: 22px;
  --news-card-z: 8px;
  --news-card-rotate: 3deg;
}

.home-news-card::before {
  position: absolute;
  inset: 16px -16px -16px 16px;
  z-index: -1;
  content: "";
  background: rgba(215, 25, 32, 0.08);
  transform: translateZ(-26px);
  pointer-events: none;
  transition: transform 420ms ease, opacity 420ms ease;
}

.home-news-card::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 5px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, var(--red), #111111 54%, var(--red));
  background-size: 100% 220%;
  background-repeat: no-repeat;
  transition: background-position 620ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.home-news-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition:
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms ease;
}

.home-news-card:hover,
.home-news-card:focus-within {
  border-color: rgba(215, 25, 32, 0.26);
  box-shadow: 0 38px 96px rgba(17, 17, 17, 0.18);
  transform: translate3d(0, calc(var(--news-card-y) - 12px), var(--news-card-z)) rotateY(var(--news-card-rotate)) rotateX(1.5deg);
}

.home-news-card:hover::before,
.home-news-card:focus-within::before {
  transform: translate3d(8px, 8px, -32px);
  opacity: 0.9;
}

.home-news-card:hover::after,
.home-news-card:focus-within::after {
  background-position: 0 100%;
}

.home-news-card:hover img,
.home-news-card:focus-within img {
  transform: scale(1.06);
  filter: saturate(1.09) contrast(1.04);
}

.home-news-card div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 24px 26px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), #ffffff);
}

.home-news-card.is-featured div {
  padding: 30px 34px 32px;
}

.home-news-card span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-news-card span::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--red);
}

.home-news-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(19px, 1.62vw, 28px);
  line-height: 1.18;
  text-transform: uppercase;
}

.home-news-card.is-featured h3 {
  max-width: 680px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.home-news-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.home-news-card.reveal.is-visible {
  transform: translate3d(0, var(--news-card-y), var(--news-card-z)) rotateY(var(--news-card-rotate));
}

.home-news-card.reveal.is-visible:hover,
.home-news-card.reveal.is-visible:focus-within {
  transform: translate3d(0, calc(var(--news-card-y) - 12px), var(--news-card-z)) rotateY(var(--news-card-rotate)) rotateX(1.5deg);
}

.home-news-more {
  width: 176px;
  min-height: 48px;
  display: grid;
  place-items: center;
  margin: 58px auto 0;
  padding: 14px 22px;
  border: 1px solid var(--red);
  background: #ffffff;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 16px 42px rgba(215, 25, 32, 0.12);
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.home-news-more:hover {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 20px 52px rgba(215, 25, 32, 0.24);
  transform: translateY(-3px);
}

/* Home news carousel inspired by Niugems: sliding image rail + floating story card */
.home-news {
  min-height: 1000px;
  padding: 0;
  background: #f4f4f4;
  overflow: hidden;
}

.home-news::before,
.home-news::after,
.home-news-stage::before {
  display: none;
}

.home-news-shell {
  width: min(1520px, 95vw);
  margin: 0 0 0 5vw;
  padding-top: 76px;
}

.home-news-head {
  width: 100vw;
  height: auto;
  margin: 0 0 58px calc(-5vw);
  text-align: center;
}

.home-news-head h2 {
  color: var(--ink);
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0;
}

.home-news-head::after {
  display: block;
  width: 62px;
  height: 3px;
  margin-top: 0;
  background: var(--red);
  transform: scaleX(1);
  opacity: 1;
}

.home-news-stage {
  position: relative;
  display: block;
  max-width: none;
  min-height: 500px;
  margin: 0;
  perspective: none;
}

.home-news-track-viewport {
  width: 1520px;
  height: 560px;
  overflow: visible;
}

.home-news-track {
  display: flex;
  gap: 118px;
  height: 100%;
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.home-news-slide {
  flex: 0 0 1040px;
  display: block;
  height: 100%;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: none;
}

.home-news-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms ease;
}

.home-news-slide.is-active img {
  transform: scale(1);
  filter: saturate(1.04) contrast(1.02);
}

.home-news-control {
  position: absolute;
  top: 150px;
  left: 1010px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
}

.home-news-counter {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  color: #111111;
  font-size: 18px;
  line-height: 1;
}

.home-news-counter strong {
  font-size: 34px;
  font-weight: 500;
}

.home-news-counter em {
  color: #888888;
  font-style: normal;
  font-weight: 500;
}

.home-news-arrow {
  position: relative;
  width: 64px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.home-news-arrow::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 40px;
  height: 1px;
  content: "";
  background: #555555;
}

.home-news-arrow::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  content: "";
  border-top: 1px solid #555555;
}

.home-news-prev::after {
  left: 12px;
  border-left: 1px solid #555555;
  transform: rotate(-45deg);
}

.home-news-next::after {
  right: 12px;
  border-right: 1px solid #555555;
  transform: rotate(45deg);
}

.home-news-feature {
  position: absolute;
  top: 228px;
  left: 640px;
  z-index: 4;
  width: 471px;
  height: 254px;
  min-height: 254px;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.16);
  overflow: hidden;
}

.home-news-panel {
  display: none;
  height: 254px;
  min-height: 254px;
  padding: 42px 56px 34px;
  color: var(--ink);
  text-decoration: none;
}

.home-news-panel.is-active {
  display: grid;
  gap: 20px;
  align-content: start;
  animation: homeNewsPanelIn 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-news-panel h3 {
  margin: 0;
  color: #111111;
  font-size: clamp(23px, 1.85vw, 30px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.home-news-panel p {
  max-width: 380px;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.62;
}

.home-news-date {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 0;
}

.home-news-date strong {
  color: #b60005;
  font-size: 54px;
  font-weight: 500;
  line-height: 0.9;
}

.home-news-date span {
  margin-bottom: 7px;
  color: #222222;
  font-size: 15px;
}

.home-news-more {
  margin: 54px auto 0;
}

@keyframes homeNewsPanelIn {
  from {
    opacity: 0;
    transform: translate3d(22px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 980px) {
  .home-news-shell {
    width: min(100% - 40px, 760px);
  }

  .home-news-stage {
    min-height: 0;
  }

  .home-news-track-viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .home-news-slide {
    flex-basis: 100%;
    aspect-ratio: 16 / 10;
  }

  .home-news-control,
  .home-news-feature {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .home-news-control {
    justify-content: center;
    margin: 22px 0;
  }

  .home-news-feature {
    min-height: 0;
  }

  .home-news-panel {
    min-height: 0;
    padding: 30px 26px;
  }
}

.oppein-partner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.42fr);
  gap: 54px;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 34%, rgba(215, 25, 32, 0.28), transparent 26%),
    linear-gradient(120deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.74)),
    url("assets/footer/footbg.png") center / cover no-repeat #111111;
  overflow: hidden;
}

.oppein-partner::before {
  position: absolute;
  top: 0;
  right: 56px;
  left: 56px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0.18), transparent);
}

.oppein-partner-copy,
.oppein-partner-action {
  position: relative;
  z-index: 1;
}

.oppein-partner-copy::after {
  position: absolute;
  top: 50%;
  right: -28vw;
  width: min(42vw, 680px);
  height: 180%;
  content: "";
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.06));
  transform: translateY(-50%) skewX(-18deg);
  pointer-events: none;
}

.oppein-partner h2 {
  max-width: 840px;
  margin-bottom: 22px;
}

.oppein-partner-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.oppein-partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.oppein-partner-tags span {
  padding: 9px 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
}

.oppein-partner-action {
  justify-self: end;
  width: min(100%, 380px);
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.96), rgba(181, 18, 24, 0.88));
  box-shadow: 0 26px 70px rgba(215, 25, 32, 0.26);
}

.oppein-partner-action span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.oppein-partner-action p {
  margin: 16px 0 24px;
  color: var(--white);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.18;
}

.oppein-partner-action .button {
  width: 100%;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(17, 17, 17, 0.28);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 34px;
  justify-self: end;
  width: min(100%, 860px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.footer-links a {
  position: relative;
  display: block;
  min-width: 0;
  padding-bottom: 6px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.24);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 48px, 0) scale(0.985);
  transition:
    opacity 920ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    transform 1080ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms),
    filter 1080ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal.reveal-left {
  transform: translate3d(-72px, 32px, 0) rotateY(-7deg);
}

.reveal.reveal-right {
  transform: translate3d(72px, 32px, 0) rotateY(7deg);
}

.reveal.reveal-zoom {
  transform: translateY(46px) scale(0.93);
  filter: blur(8px);
}

.reveal.reveal-pop {
  transform: translateY(34px) scale(0.88);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.reveal.is-visible.reveal-pop {
  transition-timing-function: cubic-bezier(0.18, 1.35, 0.32, 1);
}

@keyframes productSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-16deg);
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-16deg);
  }
}

@media (max-width: 1500px) {
  .site-header {
    gap: 12px;
    padding: 0 18px;
  }

  .header-cta {
    display: none;
  }

  .nav-group > a {
    padding: 0 12px;
    font-size: 15px;
  }

  .site-header .brand,
  .site-header .brand img {
    width: 142px;
    min-width: 142px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .site-header,
  .nav-dropdown,
  .nav-dropdown::before,
  .nav-dropdown a,
  .nav-dropdown a::after,
  .oppein-hero-slide,
  .oppein-hero-carousel::after,
  .oppein-hero-panel,
  .oppein-hero-dot,
  .oppein-custom-slide::before,
  .oppein-custom-tab::after,
  .oppein-section-head::after,
  .home-news-head::after,
  .home-news-card::after,
  main[data-cms-section="about"] .about-showcase-copy.is-visible::before,
  main[data-cms-section="about"] .about-media-panel.is-visible::before,
  main[data-cms-section="manufacturing"] .manufacturing-lines-section::after,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy.is-visible::before,
  main[data-cms-section="manufacturing"] .manufacturing-showcase-media.is-visible::before,
  main[data-cms-section="manufacturing"] .manufacturing-process-media.is-visible::before,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-media.is-visible::before,
  main[data-cms-section="manufacturing"] .manufacturing-capability-media.is-visible::before {
    animation: none;
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .nav-dropdown a {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1320px) {
  .site-header {
    min-height: 68px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .site-header .brand,
  .site-header .brand img {
    width: 172px;
    min-width: 172px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 68px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow: auto;
    padding: 10px 18px 20px;
    background: #ffffff;
    color: var(--ink);
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.12);
  }

  .main-nav.is-open {
    display: flex;
  }

  .nav-group {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .nav-group > a {
    min-height: 0;
    display: block;
    padding: 14px 0;
    font-size: 14px;
  }

  .nav-group > a::after,
  .nav-group:hover > a::after {
    display: none;
  }

  .nav-dropdown {
    position: static;
    width: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 7px;
    padding: 0 0 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-group:nth-child(4) .nav-dropdown {
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0 0 12px;
  }

  .nav-group:nth-child(4) .nav-dropdown a {
    min-height: 0;
    display: block;
    align-content: initial;
    justify-items: initial;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
  }

  .nav-dropdown::before,
  .nav-dropdown::after,
  .nav-dropdown a::before,
  .nav-dropdown a::after {
    display: none;
  }

  .nav-dropdown a {
    min-height: 0;
    display: block;
    align-content: initial;
    gap: 0;
    padding: 8px 10px;
    color: rgba(47, 47, 47, 0.76);
    border-bottom: 0;
    border: 1px solid rgba(229, 229, 229, 0.92);
    background: #ffffff;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.3;
    opacity: 1;
    animation: none;
    transform: none;
  }

  .nav-dropdown a:first-of-type {
    border-left: 1px solid rgba(229, 229, 229, 0.92);
  }

  .nav-dropdown a:hover {
    color: var(--red);
    background: rgba(215, 25, 32, 0.08);
    border-color: rgba(215, 25, 32, 0.28);
    transform: none;
  }

  .header-cta {
    display: none;
  }

  .feature-grid,
  .compact-grid,
  .metric-grid,
  .about-number-wall,
  .manufacturing-metric-strip,
  .manufacturing-line-grid,
  .brand-matrix,
  .product-collection,
  .product-directory-grid,
  .oppein-case-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-news {
    padding-right: 36px;
    padding-left: 36px;
  }

  .home-news-stage {
    grid-template-columns: minmax(250px, 0.38fr) minmax(0, 1fr);
    gap: 28px;
  }

  .home-news-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.86fr);
    gap: 24px;
  }

  .home-news-card.is-featured {
    grid-template-rows: minmax(360px, 1fr) auto;
  }

  .system-grid,
  .oppein-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oppein-product-tile.large {
    grid-column: span 2;
  }

  .oppein-custom-stage {
    min-height: 620px;
    max-height: none;
  }

  .oppein-custom-tabs {
    right: 36px;
    bottom: 28px;
    left: 36px;
  }

  .oppein-custom-feature-list {
    gap: 82px;
    margin-top: 126px;
  }

  .oppein-custom-feature,
  .oppein-custom-feature.reverse {
    min-height: 420px;
    grid-template-columns: 300px minmax(0, 1fr);
  }

  .oppein-custom-feature.reverse {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .oppein-custom-feature:not(.reverse) .oppein-custom-feature-card,
  .oppein-custom-feature.reverse .oppein-custom-feature-card {
    margin-right: -58px;
    margin-left: -58px;
  }

  .manufacturing-showcase,
  .manufacturing-process,
  .manufacturing-capability {
    grid-template-columns: 1fr;
  }

  .manufacturing-process-media {
    order: 2;
  }

  .manufacturing-process-copy {
    order: 1;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 68px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    overflow: auto;
    padding: 10px 18px 20px;
    background: #ffffff;
    color: var(--ink);
    border-top: 1px solid var(--line);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.12);
  }

  .main-nav.is-open {
    display: flex;
  }

  .nav-group {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .nav-group > a {
    min-height: 0;
    display: block;
    padding: 14px 0;
    font-size: 14px;
  }

  .nav-group > a::after,
  .nav-group:hover > a::after {
    display: none;
  }

  .nav-dropdown {
    position: static;
    width: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 7px;
    padding: 0 0 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-group:nth-child(4) .nav-dropdown {
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 0 12px;
  }

  .nav-group:nth-child(4) .nav-dropdown a {
    min-height: 0;
    display: block;
    align-content: initial;
    justify-items: initial;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
  }

  .nav-dropdown a {
    min-height: 0;
    display: block;
    align-content: initial;
    gap: 0;
    padding: 8px 10px;
    color: rgba(47, 47, 47, 0.76);
    border-bottom: 0;
    border: 1px solid rgba(229, 229, 229, 0.92);
    background: #ffffff;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.3;
    opacity: 1;
    animation: none;
    transform: none;
  }

  .nav-dropdown a:first-of-type {
    border-left: 1px solid rgba(229, 229, 229, 0.92);
  }

  .site-header .brand {
    width: 142px;
    min-width: 142px;
    justify-self: start;
  }

  .site-header .brand img {
    width: 142px;
    min-width: 0;
  }

  .footer-brand {
    padding: 0;
  }

  .footer-brand img {
    width: 168px;
    min-width: 0;
  }

  .back-to-top-button {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }

  .back-to-top-button::before {
    top: 16px;
  }

  .back-to-top-button::after {
    top: 16px;
    height: 15px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 140px 18px 28px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-home h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  h2 {
    font-size: 31px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .button,
  .cta-band .button {
    width: 100%;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    margin: 0 18px 22px;
  }

  .hero-panel div {
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero-panel div:last-child {
    border-bottom: 0;
  }

  .intro-band,
  .feature-section,
  .system-preview,
  .content-section,
  .cta-band,
  .consultation,
  .site-footer,
  .page-hero,
  .oppein-intro,
  .oppein-category,
  .oppein-cases,
  .home-news,
  .oppein-partner,
  .manufacturing-showcase-section,
  .manufacturing-process-section,
  .manufacturing-lines-section,
  .manufacturing-capability-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .intro-band,
  .split-section,
  .consultation,
  .site-footer,
  .page-hero,
  .two-column,
  .two-column.reverse,
  .about-showcase,
  .product-detail-shell,
  .product-detail-body,
  .project-card,
  .news-card.news-card-feature,
  .cta-band,
  .oppein-intro,
  .oppein-manufacturing,
  .oppein-partner,
  .manufacturing-showcase,
  .manufacturing-process,
  .manufacturing-capability {
    grid-template-columns: 1fr;
  }

  .intro-band {
    gap: 22px;
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .feature-section,
  .system-preview,
  .content-section,
  .consultation,
  .manufacturing-showcase-section,
  .manufacturing-process-section,
  .manufacturing-lines-section,
  .manufacturing-capability-section {
    padding-top: 62px;
    padding-bottom: 64px;
  }

  .page-main {
    padding-top: 68px;
  }

  .page-hero {
    gap: 28px;
    padding-top: 44px;
    padding-bottom: 50px;
  }

  main[data-cms-section="manufacturing"] .page-hero {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 42px;
  }

  main[data-cms-section="manufacturing"] .page-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.04;
  }

  main[data-cms-section="manufacturing"] .page-hero img {
    min-height: 230px;
  }

  .manufacturing-showcase-copy h1,
  .manufacturing-process-copy h2,
  .manufacturing-section-head h2,
  .manufacturing-capability-copy h2 {
    font-size: clamp(28px, 7.4vw, 36px);
    line-height: 1.1;
  }

  .manufacturing-showcase-media img,
  .manufacturing-process-media img,
  .manufacturing-capability-media img {
    min-height: 260px;
  }

  .manufacturing-highlight-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .manufacturing-process-steps article {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 16px;
  }

  .manufacturing-line-card div {
    padding: 22px;
  }

  .news-card.news-card-feature img {
    min-height: 210px;
    aspect-ratio: 16 / 10;
  }

  .news-card.news-card-feature > div {
    padding: 24px 22px 26px;
  }

  .feature-grid,
  .feature-grid.three,
  .feature-grid.two,
  .compact-grid,
  .metric-grid,
  .about-number-wall,
  .manufacturing-metric-strip,
  .manufacturing-line-grid,
  .brand-matrix,
  .timeline,
  .system-grid,
  .product-detail-specs,
  .product-collection,
  .product-directory-grid,
  .oppein-product-grid,
  .oppein-case-row {
    grid-template-columns: 1fr;
  }

  .product-directory-toolbar {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-category-cover-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-directory-cover,
  .product-directory-cover img {
    min-height: 220px;
  }

  .oppein-hero {
    min-height: 720px;
  }

  .oppein-hero-panels {
    width: calc(100% - 36px);
    min-height: 390px;
    margin: 106px 18px 112px;
  }

  .oppein-hero-panel h1 {
    font-size: 32px;
    line-height: 1.1;
  }

  .oppein-hero-panel-brand h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .oppein-hero-panel p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .oppein-hero-controls {
    right: auto;
    bottom: 38px;
    left: 50%;
    width: auto;
  }

  .oppein-hero-dot {
    width: 22px;
  }

  .oppein-intro,
  .oppein-category,
  .oppein-cases {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .home-news {
    padding-top: 78px;
    padding-bottom: 64px;
  }

  .home-news::before {
    top: 46px;
    right: -8px;
    font-size: 96px;
  }

  .home-news::after,
  .home-news-stage::before {
    display: none;
  }

  .home-news-head {
    margin-bottom: 28px;
  }

  .home-news-stage {
    grid-template-columns: 1fr;
    gap: 22px;
    perspective: none;
  }

  .home-news-editorial {
    min-height: 0;
    gap: 12px;
    padding: 28px 24px 26px;
  }

  .home-news-editorial h3 {
    max-width: none;
    font-size: 25px;
  }

  .home-news-editorial p:not(.eyebrow) {
    max-width: none;
    font-size: 13px;
  }

  .home-news-tags {
    gap: 6px;
  }

  .home-news-tags span {
    padding: 7px 9px;
    font-size: 10px;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 22px;
    transform-style: flat;
  }

  .home-news-card,
  .home-news-card.is-featured,
  .home-news-card:not(.is-featured):nth-child(2),
  .home-news-card:not(.is-featured):nth-child(3) {
    --news-card-y: 0px;
    --news-card-z: 0px;
    --news-card-rotate: 0deg;
    grid-row: auto;
    grid-template-rows: minmax(210px, 56vw) auto;
  }

  .home-news-card::before {
    inset: auto 12px -10px 12px;
    height: 18px;
    transform: none;
  }

  .home-news-card div,
  .home-news-card.is-featured div {
    padding: 20px 20px 22px;
  }

  .home-news-card h3,
  .home-news-card.is-featured h3 {
    font-size: 20px;
    line-height: 1.18;
  }

  .home-news-card p {
    font-size: 13px;
  }

  .home-news-more {
    width: 100%;
    margin-top: 34px;
  }

  .oppein-intro {
    gap: 24px;
    min-height: 0;
    scroll-margin-top: 86px;
    padding-top: 72px;
    padding-bottom: 42px;
    background-position: center bottom;
  }

  .oppein-profile-text {
    gap: 10px;
    text-align: left;
  }

  .oppein-profile-head {
    margin-bottom: 10px;
  }

  .oppein-profile-head h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .oppein-profile-text p {
    font-size: var(--body-copy-size);
    line-height: var(--body-copy-line);
  }

  .oppein-profile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .oppein-profile-stat {
    min-height: 108px;
    padding: 16px 10px;
  }

  .oppein-profile-stat span {
    font-size: 12px;
    text-align: center;
  }

  .oppein-profile-stat strong {
    font-size: 34px;
  }

  .oppein-profile-stat em {
    font-size: 14px;
  }

  .oppein-profile-action {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
  }

  .oppein-section-head {
    display: block;
    margin-bottom: 30px;
  }

  .oppein-customization .oppein-section-head {
    margin-bottom: 34px;
  }

  .oppein-customization .oppein-section-head h2,
  .oppein-section-head h2 {
    font-size: 26px;
    line-height: 1.12;
  }

  .oppein-product-grid {
    grid-auto-rows: auto;
  }

  .oppein-customization {
    padding-right: 0;
    padding-left: 0;
  }

  .oppein-custom-stage {
    min-height: 0;
    max-height: none;
    overflow: visible;
    background: #111111;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.1);
  }

  .oppein-custom-slide img {
    position: relative;
    height: auto;
    aspect-ratio: 4 / 3;
    transform: none;
  }

  .oppein-custom-slide {
    position: relative;
    display: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .oppein-custom-slide.is-active {
    display: block;
  }

  .oppein-custom-slide::after {
    display: none;
  }

  .oppein-custom-tabs {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    margin-top: 0;
    padding: 10px 14px;
    border: 0;
    background: #111111;
    box-shadow: none;
    transform: none;
    scrollbar-width: none;
  }

  .oppein-custom-tab {
    min-width: 0;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 8px;
    border: 0;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
  }

  .oppein-custom-tab svg {
    flex-basis: auto;
    width: 22px;
    height: 22px;
    color: rgba(255, 255, 255, 0.72);
    stroke-width: 1.8;
  }

  .oppein-custom-tab.is-active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    transform: none;
  }

  .oppein-custom-tab.is-active svg {
    color: #f1c6b7;
  }

  .oppein-custom-tab::before {
    right: 14px;
    bottom: 10px;
    left: 14px;
  }

  .oppein-custom-feature-list {
    gap: 26px;
    margin-top: 48px;
  }

  .oppein-custom-feature,
  .oppein-custom-feature.reverse {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(30, 28, 26, 0.1);
  }

  .oppein-custom-feature:not(.reverse) .oppein-custom-feature-card,
  .oppein-custom-feature.reverse .oppein-custom-feature-card,
  .oppein-custom-feature:not(.reverse) img,
  .oppein-custom-feature.reverse img {
    grid-column: 1;
  }

  .oppein-custom-feature:not(.reverse) img,
  .oppein-custom-feature.reverse img {
    grid-row: 1;
  }

  .oppein-custom-feature:not(.reverse) .oppein-custom-feature-card,
  .oppein-custom-feature.reverse .oppein-custom-feature-card {
    grid-row: 2;
    width: auto;
    justify-self: stretch;
    margin: 0;
    padding: 24px 20px 26px;
    box-shadow: none;
  }

  .oppein-custom-feature-card h3 {
    font-size: 22px;
    line-height: 1.12;
  }

  .oppein-custom-feature-card p {
    margin: 14px 0 22px;
    font-size: 13px;
    line-height: 1.62;
  }

  .oppein-custom-feature img {
    aspect-ratio: 4 / 3;
    box-shadow: none;
  }

  .oppein-product-tile,
  .oppein-product-tile.large {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .oppein-case {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 9;
  }

  .oppein-product-tile div,
  .oppein-case div {
    padding: 22px;
  }

  .oppein-manufacturing-copy {
    padding: 50px 18px 42px;
  }

  .oppein-manufacturing-copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.62;
  }

  .oppein-manufacturing-media img {
    min-height: 280px;
  }

  .oppein-partner {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .oppein-partner .button {
    justify-self: stretch;
    min-width: 0;
  }

  .oppein-partner::before,
  .site-footer::before {
    right: 18px;
    left: 18px;
  }

  .split-media img {
    min-height: 320px;
  }

  .split-content {
    padding: 48px 18px 58px;
  }

  .project-card img {
    min-height: 260px;
  }

  .project-card div,
  .consultation-form {
    padding: 24px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
    width: 100%;
    justify-content: flex-start;
    gap: 14px 16px;
    font-size: 14px;
  }

  .footer-links a {
    min-width: 0;
    padding-bottom: 8px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* Final override: refined CMS-driven Projects and News pages */
main[data-cms-section="projects"] .page-hero,
main[data-cms-section="news"] .page-hero {
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: end;
  padding-top: clamp(42px, 5vw, 70px);
  padding-bottom: clamp(38px, 4.6vw, 64px);
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f3f5f7 58%, #f3f5f7 100%);
}

main[data-cms-section="projects"] .page-hero::before,
main[data-cms-section="news"] .page-hero::before {
  top: auto;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(22px, 3.4vw, 42px);
  width: clamp(96px, 10vw, 160px);
}

main[data-cms-section="projects"] .page-hero h1,
main[data-cms-section="news"] .page-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 5.6vw, 74px);
  line-height: 0.96;
}

main[data-cms-section="projects"] .page-hero p:not(.eyebrow),
main[data-cms-section="news"] .page-hero p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 16px;
  color: #555;
  font-size: clamp(15px, 1.25vw, 17px);
}

main[data-cms-section="projects"] .page-hero img,
main[data-cms-section="news"] .page-hero img {
  aspect-ratio: 21 / 10;
  min-height: 320px;
  box-shadow: none;
}

main[data-cms-section="projects"] .project-showcase,
main[data-cms-section="news"] .news-editorial {
  padding-top: clamp(52px, 5vw, 82px);
  background: #fff;
}

main[data-cms-section="projects"] .project-showcase-head,
main[data-cms-section="news"] .news-editorial-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 0.68fr);
  gap: clamp(24px, 4.4vw, 64px);
  align-items: end;
  max-width: 1420px;
  margin: 0 auto clamp(24px, 3.6vw, 42px);
}

main[data-cms-section="projects"] .project-showcase-head h2,
main[data-cms-section="news"] .news-editorial-head h2 {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1;
}

main[data-cms-section="projects"] .project-showcase-head > p,
main[data-cms-section="news"] .news-editorial-head > p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.72;
}

main[data-cms-section="projects"] .project-category-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1420px;
  margin: 0 auto clamp(24px, 4vw, 46px);
}

main[data-cms-section="projects"] .project-category-rail a {
  min-height: 118px;
}

main[data-cms-section="projects"] .project-feature,
main[data-cms-section="news"] .news-lead {
  max-width: 1420px;
  margin: 0 auto clamp(20px, 2.8vw, 32px);
}

main[data-cms-section="projects"] .project-feature a,
main[data-cms-section="news"] .news-lead a {
  grid-template-columns: minmax(420px, 1.08fr) minmax(320px, 0.76fr);
  min-height: clamp(390px, 42vw, 500px);
}

main[data-cms-section="projects"] .project-feature h2,
main[data-cms-section="news"] .news-lead h2 {
  font-size: clamp(30px, 4vw, 56px);
}

main[data-cms-section="projects"] .project-tile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1420px;
}

main[data-cms-section="news"] .news-index-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1420px;
}

main[data-cms-section="news"] .news-index-card a {
  min-height: 230px;
}

@media (max-width: 1100px) {
  main[data-cms-section="projects"] .project-category-rail,
  main[data-cms-section="projects"] .project-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="news"] .news-index-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="news"] .page-hero,
  main[data-cms-section="projects"] .project-showcase-head,
  main[data-cms-section="news"] .news-editorial-head,
  main[data-cms-section="projects"] .project-feature a,
  main[data-cms-section="news"] .news-lead a,
  main[data-cms-section="news"] .news-index-card a {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 36px;
    background: #fff;
  }

  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section="news"] .page-hero h1 {
    font-size: clamp(32px, 8vw, 48px);
  }

  main[data-cms-section="projects"] .page-hero img,
  main[data-cms-section="news"] .page-hero img {
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }

  main[data-cms-section="projects"] .project-feature a,
  main[data-cms-section="news"] .news-lead a {
    min-height: 0;
  }

  main[data-cms-section="projects"] .project-feature img,
  main[data-cms-section="news"] .news-lead img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  main[data-cms-section="projects"] .project-tile-grid,
  main[data-cms-section="projects"] .project-category-rail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  main[data-cms-section="projects"] .project-showcase,
  main[data-cms-section="news"] .news-editorial {
    padding-top: 46px;
  }

  main[data-cms-section="projects"] .project-feature div,
  main[data-cms-section="news"] .news-lead div,
  main[data-cms-section="news"] .news-index-card div,
  main[data-cms-section="projects"] .project-tile div {
    padding: 22px;
  }

  main[data-cms-section="projects"] .project-category-rail a {
    min-height: 104px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    grid-template-columns: minmax(250px, 0.82fr) minmax(300px, 1.18fr);
    gap: 24px;
    align-items: center;
    padding-top: 34px;
    padding-bottom: 38px;
    background:
      linear-gradient(135deg, #ffffff 0%, #ffffff 62%, #f3f5f7 62%, #f3f5f7 100%);
  }

  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section="news"] .page-hero h1 {
    font-size: clamp(36px, 6vw, 54px);
  }

  main[data-cms-section="projects"] .page-hero img,
  main[data-cms-section="news"] .page-hero img {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  main[data-cms-section="projects"] .project-showcase-head,
  main[data-cms-section="news"] .news-editorial-head {
    grid-template-columns: minmax(260px, 0.86fr) minmax(260px, 0.64fr);
  }

  main[data-cms-section="projects"] .project-feature a,
  main[data-cms-section="news"] .news-lead a {
    grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.82fr);
    min-height: 390px;
  }

  main[data-cms-section="projects"] .project-feature h2,
  main[data-cms-section="news"] .news-lead h2 {
    font-size: clamp(30px, 4.6vw, 46px);
  }
}

@media (max-width: 760px) {
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="projects"] .page-hero img,
  main[data-cms-section="news"] .page-hero img {
    max-height: 280px;
  }
}

/* Final override: standard CMS news list and detail pages */
main[data-cms-section="news"] .news-editorial {
  position: relative;
  overflow: hidden;
}

main[data-cms-section="news"] .news-editorial::before {
  position: absolute;
  top: 118px;
  right: max(24px, calc((100vw - 1420px) / 2));
  width: clamp(120px, 10vw, 180px);
  height: 2px;
  content: "";
  background: var(--red);
}

main[data-cms-section="news"] .news-editorial-head {
  align-items: start;
}

main[data-cms-section="news"] .news-editorial-head h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: 0;
}

main[data-cms-section="news"] .news-editorial-head .eyebrow {
  display: none;
}

main[data-cms-section="news"] .news-directory-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1420px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: 16px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

main[data-cms-section="news"] .news-directory-toolbar > span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

main[data-cms-section="news"] .news-directory-range {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

main[data-cms-section="news"] .news-list-stack {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  max-width: 1420px;
  margin: 0 auto;
}

main[data-cms-section="news"] .news-list-row {
  position: relative;
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.09);
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.07);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

main[data-cms-section="news"] .news-list-row::before {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 2;
  width: 4px;
  height: calc(100% - 48px);
  content: "";
  background: var(--red);
}

main[data-cms-section="news"] .news-list-row a {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

main[data-cms-section="news"] .news-list-row figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #f5f5f5;
  aspect-ratio: 16 / 9;
}

main[data-cms-section="news"] .news-list-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

main[data-cms-section="news"] .news-list-row div {
  display: flex;
  min-height: 238px;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: clamp(24px, 3vw, 42px) clamp(24px, 4vw, 58px);
}

main[data-cms-section="news"] .news-list-row .news-card-date {
  width: max-content;
  padding-bottom: 7px;
  color: var(--red);
  border-bottom: 1px solid rgba(215, 25, 32, 0.46);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

main[data-cms-section="news"] .news-list-row em {
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

main[data-cms-section="news"] .news-list-row h3 {
  margin: 2px 0 0;
  color: #111;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.18;
}

main[data-cms-section="news"] .news-list-row p {
  max-width: 720px;
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.72;
}

main[data-cms-section="news"] .news-list-row b {
  width: max-content;
  margin-top: 6px;
  color: #111;
  border-bottom: 1px solid rgba(215, 25, 32, 0.55);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

main[data-cms-section="news"] .news-list-row:hover,
main[data-cms-section="news"] .news-list-row:focus-within {
  border-color: rgba(215, 25, 32, 0.24);
  box-shadow: 0 28px 68px rgba(17, 17, 17, 0.13);
  transform: translateY(-5px);
}

main[data-cms-section="news"] .news-list-row:hover img,
main[data-cms-section="news"] .news-list-row:focus-within img {
  transform: scale(1.045);
}

main[data-cms-section^="news/id/"],
main[data-cms-section^="news-detail-"] {
  overflow-x: clip;
}

main[data-cms-section^="news/id/"] .news-detail-section,
main[data-cms-section^="news-detail-"] .news-detail-section {
  padding-top: clamp(60px, 7vw, 112px);
  background:
    linear-gradient(180deg, #f5f6f8 0, #f5f6f8 clamp(320px, 36vw, 520px), #ffffff clamp(320px, 36vw, 520px), #ffffff 100%);
}

main[data-cms-section^="news/id/"] .news-detail-section,
main[data-cms-section^="news-detail-"] .news-detail-section {
  padding-top: 0;
}

main[data-cms-section^="news/id/"] .news-detail-shell,
main[data-cms-section^="news-detail-"] .news-detail-shell {
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 44px) clamp(20px, 5vw, 80px) 0;
}

main[data-cms-section^="news/id/"] .news-detail-header,
main[data-cms-section^="news-detail-"] .news-detail-header {
  max-width: 920px;
  margin: 0 auto clamp(36px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

main[data-cms-section^="news/id/"] .news-detail-header .breadcrumb,
main[data-cms-section^="news-detail-"] .news-detail-header .breadcrumb {
  justify-content: center;
}

main[data-cms-section^="news/id/"] .news-detail-kicker,
main[data-cms-section^="news-detail-"] .news-detail-kicker {
  order: 2;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin: 22px 0 0;
  padding: 8px 12px;
  color: var(--red);
  background: #ffffff;
  border: 1px solid rgba(215, 25, 32, 0.14);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.05);
}

main[data-cms-section^="news/id/"] .news-detail-kicker time,
main[data-cms-section^="news-detail-"] .news-detail-kicker time {
  color: rgba(17, 17, 17, 0.62);
}

main[data-cms-section^="news/id/"] .news-detail-header h1,
main[data-cms-section^="news-detail-"] .news-detail-header h1 {
  order: 1;
  max-width: 920px;
  margin: 0 auto;
  color: #111111;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

main[data-cms-section^="news/id/"] .news-detail-intro,
main[data-cms-section^="news-detail-"] .news-detail-intro {
  order: 3;
  max-width: 760px;
  margin: 22px auto 0;
  color: #444444;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.72;
}

main[data-cms-section^="news/id/"] .news-detail-hero,
main[data-cms-section^="news-detail-"] .news-detail-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 21 / 9;
  min-height: clamp(420px, 50vw, 780px);
  max-height: 82vh;
  background: #111111;
  box-shadow: 0 34px 86px rgba(17, 17, 17, 0.16);
}

main[data-cms-section^="news/id/"] .news-detail-hero::after,
main[data-cms-section^="news-detail-"] .news-detail-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: "";
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0), transparent);
}

main[data-cms-section^="news/id/"] .news-detail-hero img,
main[data-cms-section^="news-detail-"] .news-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main[data-cms-section^="news/id/"] .news-detail-content,
main[data-cms-section^="news-detail-"] .news-detail-content {
  max-width: 100%;
  margin: 0 auto;
}

main[data-cms-section^="news/id/"] .news-detail-article,
main[data-cms-section^="news-detail-"] .news-detail-article {
  max-width: 100%;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

main[data-cms-section^="news/id/"] .news-detail-body,
main[data-cms-section^="news-detail-"] .news-detail-body {
  color: #555555;
}

main[data-cms-section^="news/id/"] .news-detail-body > *,
main[data-cms-section^="news-detail-"] .news-detail-body > * {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

main[data-cms-section^="news/id/"] .news-detail-body h2,
main[data-cms-section^="news-detail-"] .news-detail-body h2 {
  margin-top: clamp(34px, 4vw, 52px);
  margin-bottom: 18px;
  color: #111111;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.2;
}

main[data-cms-section^="news/id/"] .news-detail-body p,
main[data-cms-section^="news-detail-"] .news-detail-body p {
  margin: 0 auto 22px;
  color: #555555;
  font-size: clamp(17px, 1.18vw, 19px);
  line-height: 1.9;
}

main[data-cms-section^="news/id/"] .news-detail-body p:first-child,
main[data-cms-section^="news-detail-"] .news-detail-body p:first-child {
  color: #333333;
  font-size: clamp(19px, 1.35vw, 22px);
  line-height: 1.76;
}

main[data-cms-section^="news/id/"] .news-detail-body p:last-child,
main[data-cms-section^="news-detail-"] .news-detail-body p:last-child {
  margin-bottom: 0;
}

main[data-cms-section^="news/id/"] .news-detail-body figure,
main[data-cms-section^="news-detail-"] .news-detail-body figure {
  max-width: 920px;
  width: calc(100% - clamp(24px, 6vw, 80px));
  margin: clamp(32px, 4vw, 52px) auto;
}

main[data-cms-section^="news/id/"] .news-detail-body figure img,
main[data-cms-section^="news-detail-"] .news-detail-body figure img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
  border-radius: 4px;
}

main[data-cms-section^="news/id/"] .news-detail-body figcaption,
main[data-cms-section^="news-detail-"] .news-detail-body figcaption {
  margin-top: 12px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

main[data-cms-section^="news/id/"] .news-detail-body img,
main[data-cms-section^="news-detail-"] .news-detail-body img {
  max-width: 920px;
  width: calc(100% - clamp(24px, 6vw, 80px));
  height: auto;
  margin: clamp(32px, 4vw, 52px) auto;
  display: block;
  border-radius: 4px;
}

main[data-cms-section^="news/id/"] .news-detail-nav,
main[data-cms-section^="news-detail-"] .news-detail-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(220px, 34vw, 520px);
  max-width: 760px;
  margin: clamp(30px, 4vw, 48px) auto 0;
}

main[data-cms-section^="news/id/"] .news-detail-nav a,
main[data-cms-section^="news-detail-"] .news-detail-nav a {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: auto;
  max-width: max-content;
  min-height: 34px;
  justify-content: center;
  padding: 8px 16px;
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

main[data-cms-section^="news/id/"] .news-detail-nav a:hover,
main[data-cms-section^="news-detail-"] .news-detail-nav a:hover {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-3px);
}

main[data-cms-section^="news/id/"] .news-detail-nav a span,
main[data-cms-section^="news-detail-"] .news-detail-nav a span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

main[data-cms-section^="news/id/"] .news-detail-nav a:hover span,
main[data-cms-section^="news-detail-"] .news-detail-nav a:hover span {
  color: rgba(255, 255, 255, 0.86);
}

main[data-cms-section^="news/id/"] .news-detail-nav a strong,
main[data-cms-section^="news-detail-"] .news-detail-nav a strong {
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 800;
  line-height: 1.35;
}

.news-detail-prev,
.news-detail-next {
  text-decoration: none;
}

main[data-cms-section^="news/id/"] .news-detail-prev,
main[data-cms-section^="news-detail-"] .news-detail-prev {
  align-items: center;
  text-align: center;
}

main[data-cms-section^="news/id/"] .news-detail-next,
main[data-cms-section^="news-detail-"] .news-detail-next {
  align-items: center;
  text-align: center;
}

main[data-cms-section^="news/id/"] .news-detail-actions,
main[data-cms-section^="news-detail-"] .news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 760px;
  margin: clamp(24px, 4vw, 44px) auto 0;
}

@media (max-width: 1100px) {
  main[data-cms-section="news"] .news-list-row a {
    grid-template-columns: minmax(240px, 0.46fr) minmax(0, 0.54fr);
  }

  main[data-cms-section^="news-detail-"] .news-detail-shell {
    grid-template-columns: 1fr;
  }

  main[data-cms-section^="news-detail-"] .news-detail-media {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  main[data-cms-section="news"] .news-directory-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  main[data-cms-section="news"] .news-list-row a {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="news"] .news-list-row div {
    min-height: 0;
    justify-content: flex-start;
  }

  main[data-cms-section="news"] .news-list-row::before {
    top: 0;
    width: 58px;
    height: 3px;
  }

  main[data-cms-section^="news/id/"] .news-detail-section,
  main[data-cms-section^="news-detail-"] .news-detail-section {
    padding-top: 0;
  }

  main[data-cms-section^="news/id/"] .news-detail-shell,
  main[data-cms-section^="news-detail-"] .news-detail-shell {
    padding-top: 32px;
  }

  main[data-cms-section^="news/id/"] .news-detail-header,
  main[data-cms-section^="news-detail-"] .news-detail-header {
    text-align: left;
  }

  main[data-cms-section^="news/id/"] .news-detail-header .breadcrumb,
  main[data-cms-section^="news-detail-"] .news-detail-header .breadcrumb {
    justify-content: flex-start;
  }

  main[data-cms-section^="news/id/"] .news-detail-kicker,
  main[data-cms-section^="news-detail-"] .news-detail-kicker {
    justify-content: flex-start;
    margin-top: 18px;
  }

  main[data-cms-section^="news/id/"] .news-detail-header h1,
  main[data-cms-section^="news-detail-"] .news-detail-header h1 {
    font-size: clamp(28px, 8vw, 38px);
  }

  main[data-cms-section^="news/id/"] .news-detail-hero,
  main[data-cms-section^="news-detail-"] .news-detail-hero {
    min-height: 240px;
    aspect-ratio: 16 / 9;
    max-height: 56vh;
  }

  main[data-cms-section^="news/id/"] .news-detail-content,
  main[data-cms-section^="news-detail-"] .news-detail-content {
    padding: 0;
  }

  main[data-cms-section^="news/id/"] .news-detail-article,
  main[data-cms-section^="news-detail-"] .news-detail-article {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  main[data-cms-section^="news/id/"] .news-detail-nav,
  main[data-cms-section^="news-detail-"] .news-detail-nav {
    flex-direction: column;
    gap: 16px;
  }

  main[data-cms-section^="news/id/"] .news-detail-nav a,
  main[data-cms-section^="news-detail-"] .news-detail-nav a {
    max-width: 100%;
  }

  main[data-cms-section^="news/id/"] .news-detail-next,
  main[data-cms-section^="news-detail-"] .news-detail-next {
    align-items: flex-start;
    text-align: left;
  }
}

/* Product directory category filter alignment */
.product-directory-toolbar {
  gap: 14px;
  padding-bottom: 24px;
}

.product-directory-toolbar > div:first-child {
  gap: 12px;
  min-height: 24px;
}

.product-directory-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.product-directory-filter a {
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.18;
}

.product-directory-filter a:hover,
.product-directory-filter a.is-active {
  transform: none;
}

@media (max-width: 1180px) {
  .product-directory-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .product-directory-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .product-directory-filter {
    grid-template-columns: 1fr;
  }
}

/* News hero editorial copy treatment */
main[data-cms-section="news"] .page-hero > div {
  max-width: 560px;
  align-self: center;
  padding: clamp(10px, 1.4vw, 18px) 0;
}

main[data-cms-section="news"] .page-hero .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

main[data-cms-section="news"] .page-hero .eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

main[data-cms-section="news"] .page-hero h1 {
  max-width: 620px;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.02;
}

main[data-cms-section="news"] .page-hero p:not(.eyebrow) {
  max-width: 500px;
  margin-top: 24px;
  padding-left: 18px;
  color: #555;
  border-left: 3px solid var(--red);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.72;
}

@media (max-width: 900px) {
  main[data-cms-section="news"] .page-hero h1 {
    font-size: clamp(34px, 5.4vw, 48px);
  }
}

@media (max-width: 760px) {
  main[data-cms-section="news"] .page-hero .eyebrow {
    margin-bottom: 12px;
  }

  main[data-cms-section="news"] .page-hero h1 {
    font-size: clamp(31px, 8vw, 42px);
  }

  main[data-cms-section="news"] .page-hero p:not(.eyebrow) {
    margin-top: 16px;
    padding-left: 14px;
  }
}

/* Cooperation page CTA treatment */
main[data-cms-section="cooperation"] .cta-band {
  min-height: 260px;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.78)),
    url("assets/footer/footbg.png") center / cover;
}

main[data-cms-section="cooperation"] .cta-band h2 {
  max-width: 720px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
}

/* Unified top-level page hero copy treatment */
main[data-cms-section="manufacturing"] .page-hero,
main[data-cms-section="projects"] .page-hero,
main[data-cms-section="technology"] .page-hero,
main[data-cms-section="cooperation"] .page-hero,
main[data-cms-section="news"] .page-hero {
  grid-template-columns: minmax(680px, 0.98fr) minmax(540px, 1.02fr);
  gap: 0;
  align-items: center;
  padding-top: clamp(58px, 6vw, 86px);
  padding-bottom: clamp(58px, 6vw, 86px);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 38%, #f5f6f8 38%, #f5f6f8 100%);
  overflow: visible;
  perspective: 1600px;
  transform-style: preserve-3d;
}

main[data-cms-section="manufacturing"] .page-hero-copy,
main[data-cms-section="projects"] .page-hero-copy,
main[data-cms-section="technology"] .page-hero-copy,
main[data-cms-section="cooperation"] .page-hero-copy,
main[data-cms-section="news"] .page-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin-right: clamp(-120px, -5vw, -72px);
  padding: clamp(30px, 3vw, 40px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.14), 14px 18px 0 rgba(255, 255, 255, 0.68), 0 84px 122px rgba(17, 17, 17, 0.09);
  transform: translate3d(clamp(54px, 4.6vw, 92px), -4px, 58px);
}

main[data-cms-section="manufacturing"] .page-hero-copy::before,
main[data-cms-section="projects"] .page-hero-copy::before,
main[data-cms-section="technology"] .page-hero-copy::before,
main[data-cms-section="cooperation"] .page-hero-copy::before,
main[data-cms-section="news"] .page-hero-copy::before,
main[data-cms-section="products"] .product-directory-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--red);
}

main[data-cms-section] .page-hero .eyebrow,
main[data-cms-section="about"] .about-showcase-copy .eyebrow,
main[data-cms-section="products"] .product-directory-title .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

main[data-cms-section] .page-hero .eyebrow::after,
main[data-cms-section="products"] .product-directory-title .eyebrow::after {
  width: 32px;
  height: 2px;
  content: "";
  background: currentColor;
}

main[data-cms-section] .page-hero h1 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

main[data-cms-section] .page-hero h1::after,
main[data-cms-section="products"] .product-directory-title h1::after {
  display: block;
  width: clamp(68px, 8vw, 112px);
  height: 1px;
  margin-top: 20px;
  content: "";
  background: rgba(17, 17, 17, 0.14);
}

main[data-cms-section] .page-hero p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 20px;
  padding: 0;
  color: var(--body-copy-color);
  background: transparent;
  border-left: none;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.68;
}

main[data-cms-section] .page-hero-media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: clamp(390px, 37vw, 560px);
  object-fit: cover;
  clip-path: none;
  box-shadow: 0 42px 96px rgba(17, 17, 17, 0.18), 0 18px 42px rgba(17, 17, 17, 0.1);
  transform: translate3d(0, 12px, 0) rotateY(-5deg) rotateX(1deg);
  transform-origin: left center;
}

main[data-cms-section="about"] .about-showcase-section {
  background: none;
}

main[data-cms-section="products"] .product-directory-title {
  position: relative;
  max-width: 560px;
  padding: clamp(30px, 3vw, 40px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 72px rgba(17, 17, 17, 0.075);
}

main[data-cms-section="about"] .about-showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 620px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

main[data-cms-section="products"] .product-directory-title h1 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

main[data-cms-section="about"] .about-showcase-copy h1,
main[data-cms-section="about"] .about-showcase-copy h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
}

main[data-cms-section="products"] .product-directory-title p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 20px;
  padding: 16px 18px;
  color: #555;
  background: #f7f8fa;
  border-left: 3px solid var(--red);
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.68;
}

main[data-cms-section="about"] .about-showcase-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  padding: 0;
  color: #555;
  background: transparent;
  border-left: none;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.8;
}

main[data-cms-section="news"] .page-hero .page-hero-copy,
main[data-cms-section="cooperation"] .page-hero .page-hero-copy {
  max-width: 620px;
  padding: clamp(30px, 3vw, 40px);
}

main[data-cms-section="news"] .page-hero h1,
main[data-cms-section="cooperation"] .page-hero h1 {
  max-width: 460px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

main[data-cms-section="news"] .page-hero p:not(.eyebrow),
main[data-cms-section="cooperation"] .page-hero p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 20px;
  padding: 16px 18px;
  background: #f7f8fa;
  line-height: 1.68;
}

main[data-cms-section="products"] .product-category-cover-panel {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f5f6f8 48%, #f5f6f8 100%);
}

main[data-cms-section="contact"] #global-contact-information {
  padding-top: clamp(70px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 112px);
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f6f7f8 58%, #ffffff 100%);
}

main[data-cms-section="contact"] {
  overflow-x: clip;
}

main[data-cms-section="contact"] #global-contact-information .section-heading {
  max-width: 1480px;
  margin-right: auto;
  margin-bottom: clamp(28px, 3.4vw, 48px);
  margin-left: auto;
}

main[data-cms-section="contact"] #global-contact-information .section-heading h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.04;
}

main[data-cms-section="contact"] .contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
  max-width: 1480px;
  margin: 0 auto;
}

main[data-cms-section="contact"] .contact-info-card {
  position: relative;
  min-width: 0;
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(26px, 2.4vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f8f9fb 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

main[data-cms-section="contact"] .contact-info-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--red);
}

main[data-cms-section="contact"] .contact-info-card::after {
  position: absolute;
  right: -54px;
  bottom: -62px;
  width: 148px;
  height: 148px;
  content: "";
  border: 1px solid rgba(215, 25, 32, 0.12);
  transform: rotate(12deg);
}

main[data-cms-section="contact"] .contact-info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(215, 25, 32, 0.2);
  box-shadow: 0 34px 88px rgba(17, 17, 17, 0.12);
}

main[data-cms-section="contact"] .contact-info-card h3 {
  max-width: 320px;
  margin: 0;
  color: #111111;
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 1.12;
}

main[data-cms-section="contact"] .contact-info-card p {
  max-width: 340px;
  margin: 0;
  color: #555555;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 500;
  line-height: 1.62;
}

main[data-cms-section="contact"] .contact-info-card.is-value-contact p {
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 700;
  line-height: 1.28;
}

@media (max-width: 1180px) {
  main[data-cms-section="contact"] .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  main[data-cms-section="contact"] #global-contact-information {
    padding-right: 18px;
    padding-left: 18px;
  }

  main[data-cms-section="contact"] .contact-info-grid {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="contact"] .contact-info-card {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  main[data-cms-section="manufacturing"] .page-hero,
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="technology"] .page-hero,
  main[data-cms-section="cooperation"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 38px;
    padding-bottom: 42px;
    background: #ffffff;
  }

  main[data-cms-section="manufacturing"] .page-hero-copy,
  main[data-cms-section="projects"] .page-hero-copy,
  main[data-cms-section="technology"] .page-hero-copy,
  main[data-cms-section="cooperation"] .page-hero-copy,
  main[data-cms-section="news"] .page-hero-copy,
  main[data-cms-section="products"] .product-directory-title {
    max-width: none;
    padding: 24px;
  }

  main[data-cms-section="manufacturing"] .page-hero h1,
  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section="technology"] .page-hero h1,
  main[data-cms-section="cooperation"] .page-hero h1,
  main[data-cms-section="news"] .page-hero h1,
  main[data-cms-section="products"] .product-directory-title h1 {
    font-size: clamp(32px, 7vw, 44px);
  }
}

/* Final editorial hero refinements for all non-home top-level pages */
@media (min-width: 901px) {
  main[data-cms-section="manufacturing"] .page-hero .page-hero-copy,
  main[data-cms-section="projects"] .page-hero .page-hero-copy,
  main[data-cms-section="technology"] .page-hero .page-hero-copy,
  main[data-cms-section="cooperation"] .page-hero .page-hero-copy,
  main[data-cms-section="news"] .page-hero .page-hero-copy,
  main[data-cms-section="products"] .product-directory-title {
    padding: clamp(30px, 3vw, 40px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 28px 72px rgba(17, 17, 17, 0.075);
  }

  main[data-cms-section="manufacturing"] .page-hero h1,
  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section="technology"] .page-hero h1,
  main[data-cms-section="cooperation"] .page-hero h1,
  main[data-cms-section="news"] .page-hero h1,
  main[data-cms-section="products"] .product-directory-title h1 {
    max-width: 460px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
  }

  main[data-cms-section="manufacturing"] .page-hero p:not(.eyebrow),
  main[data-cms-section="projects"] .page-hero p:not(.eyebrow),
  main[data-cms-section="technology"] .page-hero p:not(.eyebrow),
  main[data-cms-section="cooperation"] .page-hero p:not(.eyebrow),
  main[data-cms-section="news"] .page-hero p:not(.eyebrow),
  main[data-cms-section="products"] .product-directory-title p:not(.eyebrow) {
    max-width: 420px;
    margin-top: 20px;
    padding: 16px 18px;
    background: #f7f8fa;
    border-left: 3px solid var(--red);
    font-size: clamp(15px, 1vw, 16px);
    line-height: 1.68;
  }
}

@media (max-width: 900px) {
  main[data-cms-section="manufacturing"] .page-hero h1,
  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section="technology"] .page-hero h1,
  main[data-cms-section="cooperation"] .page-hero h1,
  main[data-cms-section="news"] .page-hero h1,
  main[data-cms-section="products"] .product-directory-title h1 {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.14;
  }

  main[data-cms-section="about"] .about-showcase-copy h1,
  main[data-cms-section="about"] .about-showcase-copy h2 {
    font-size: clamp(36px, 8vw, 52px);
    line-height: 1.05;
  }

  .about-showcase {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* About page image-led profile section */
main[data-cms-section="about"] .about-showcase-section {
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(66px, 6.8vw, 104px);
  background: none;
}

main[data-cms-section="about"] .about-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(760px, 1.06fr) minmax(500px, 0.94fr);
  gap: 0;
  align-items: center;
  max-width: 1540px;
  margin: 0 auto;
  perspective: 1700px;
  transform-style: preserve-3d;
  isolation: isolate;
}

main[data-cms-section="about"] .about-showcase::before {
  position: absolute;
  right: clamp(86px, 8vw, 150px);
  bottom: clamp(-48px, -3.4vw, -28px);
  z-index: 0;
  width: min(64vw, 900px);
  height: clamp(90px, 8vw, 140px);
  content: "";
  background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.2), transparent 70%);
  filter: blur(16px);
  opacity: 0.6;
  transform: translate3d(0, 0, -160px) rotateX(78deg);
  transform-origin: center;
  pointer-events: none;
}

main[data-cms-section="about"] .about-showcase::after {
  position: absolute;
  right: clamp(0px, 1vw, 22px);
  bottom: clamp(-26px, -1.8vw, -14px);
  z-index: 1;
  width: min(63vw, 900px);
  height: clamp(380px, 35vw, 600px);
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(236, 239, 243, 0.58));
  border: 1px solid rgba(17, 17, 17, 0.06);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  box-shadow: 0 42px 96px rgba(17, 17, 17, 0.1);
  transform: translate3d(46px, 32px, -120px) rotateY(-6deg);
  transform-origin: left center;
  pointer-events: none;
}

main[data-cms-section="about"] .about-showcase-copy {
  position: relative;
  top: -4px;
  z-index: 4;
  display: grid;
  gap: clamp(16px, 1.7vw, 22px);
  width: min(800px, 100%);
  max-width: 760px;
  margin-left: clamp(24px, 2.2vw, 36px);
  margin-right: clamp(-132px, -5.6vw, -78px);
  padding: clamp(30px, 2.6vw, 38px) clamp(30px, 2.8vw, 40px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.15), 14px 18px 0 rgba(255, 255, 255, 0.68), 0 94px 132px rgba(17, 17, 17, 0.1);
  transform: none;
  transform-style: flat;
  overflow: hidden;
}

main[data-cms-section="about"] .about-showcase-copy::before {
  position: absolute;
  top: clamp(26px, 2.6vw, 36px);
  left: 0;
  width: 3px;
  height: clamp(46px, 4.2vw, 68px);
  content: "";
  background: var(--red);
}

main[data-cms-section="about"] .about-showcase-copy::after {
  position: absolute;
  top: 14%;
  right: -20px;
  z-index: -1;
  width: clamp(16px, 1.6vw, 24px);
  height: 72%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(234, 237, 242, 0.52));
  box-shadow: 16px 18px 34px rgba(17, 17, 17, 0.08);
  transform: translate3d(14px, 12px, -54px) skewY(2deg);
  pointer-events: none;
}

main[data-cms-section="about"] .about-showcase-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

main[data-cms-section="about"] .about-profile-mark {
  position: absolute;
  top: clamp(12px, 1.5vw, 22px);
  right: clamp(18px, 2.2vw, 34px);
  z-index: 0;
  font-size: clamp(84px, 9vw, 142px);
  color: rgba(17, 17, 17, 0.035);
  font-weight: 900;
  line-height: 0.82;
  pointer-events: none;
}

main[data-cms-section="about"] .about-copy-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(16px, 1.7vw, 22px);
}

main[data-cms-section="about"] .about-showcase-copy .eyebrow::after {
  width: 34px;
  height: 1px;
  content: "";
  background: rgba(215, 25, 32, 0.48);
}

main[data-cms-section="about"] .about-showcase-copy h1,
main[data-cms-section="about"] .about-showcase-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

main[data-cms-section="about"] .about-showcase-copy h1::after,
main[data-cms-section="about"] .about-showcase-copy h2::after {
  display: block;
  width: clamp(62px, 6vw, 92px);
  height: 1px;
  margin-top: 20px;
  content: "";
  background: rgba(17, 17, 17, 0.16);
}

main[data-cms-section="about"] .about-showcase-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  padding: 0;
  color: var(--body-copy-color);
  background: transparent;
  border-left: none;
  font-size: clamp(var(--body-copy-size), 1vw, 16px);
  line-height: var(--body-copy-line);
}

main[data-cms-section="about"] .about-showcase-media {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: clamp(480px, 39vw, 640px);
  aspect-ratio: 16 / 10.4;
  object-fit: cover;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  box-shadow: 0 44px 110px rgba(17, 17, 17, 0.2), 0 18px 42px rgba(17, 17, 17, 0.12);
  transform: translate3d(0, 8px, 0) rotateY(-6deg) rotateX(1.2deg);
  transform-origin: left center;
}

main[data-cms-section="about"] .about-media-panel {
  position: relative;
  z-index: 2;
  margin: 0;
  transform: translate3d(0, 8px, 0) rotateY(-6deg) rotateX(1.2deg);
  transform-origin: left center;
}

main[data-cms-section="about"] .about-media-panel::after {
  position: absolute;
  right: clamp(22px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 44px);
  left: clamp(22px, 3vw, 48px);
  z-index: 3;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.72);
}

main[data-cms-section="about"] .about-media-panel .about-showcase-media {
  display: block;
  transform: none;
}

main[data-cms-section="about"] .about-number-wall {
  margin-top: clamp(34px, 4vw, 54px);
}

main[data-cms-section="about"] .about-metric-index {
  max-width: 1400px;
  margin-top: clamp(36px, 4.5vw, 64px);
  padding: 0;
  gap: 0;
  background: #ffffff;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 24px 80px rgba(17, 17, 17, 0.06);
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat {
  min-height: 138px;
  justify-items: start;
  padding: clamp(22px, 2.4vw, 34px);
  background: #ffffff;
  border-right: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: none;
  backdrop-filter: none;
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat:last-child {
  border-right: 0;
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat::before {
  right: auto;
  width: 42px;
  transform: scaleX(1);
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat span {
  color: rgba(17, 17, 17, 0.58);
  font-size: 13px;
  text-align: left;
}

main[data-cms-section="about"] .consultation-panel {
  position: relative;
  grid-template-columns: minmax(420px, 0.9fr) minmax(420px, 0.78fr);
  align-items: stretch;
  min-height: clamp(620px, 54vw, 760px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.9) 50%, rgba(5, 5, 5, 0.72) 100%),
    url("assets/footer/footbg.png") center / cover no-repeat,
    linear-gradient(135deg, #171717 0%, #202020 58%, #111111 100%),
    #050505;
  color: #ffffff;
  overflow: hidden;
}

main[data-cms-section="about"] .consultation-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  content: "";
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.16), transparent 26%, rgba(255, 255, 255, 0.04) 54%, transparent 80%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 34%);
  pointer-events: none;
}

main[data-cms-section="about"] .consultation-panel::after {
  position: absolute;
  right: clamp(42px, 5vw, 92px);
  bottom: clamp(34px, 5vw, 82px);
  width: clamp(220px, 18vw, 330px);
  height: clamp(120px, 10vw, 190px);
  content: "";
  border: 1px solid rgba(215, 25, 32, 0.2);
  transform: rotate(7deg);
  pointer-events: none;
}

main[data-cms-section="about"] .consultation-panel .consultation-copy,
main[data-cms-section="about"] .consultation-panel .consultation-form {
  position: relative;
  z-index: 1;
}

main[data-cms-section="about"] .consultation-panel .consultation-copy {
  position: relative;
  align-self: center;
  max-width: 760px;
}

main[data-cms-section="about"] .consultation-panel .consultation-copy::after {
  position: absolute;
  left: -8px;
  bottom: clamp(-132px, -10vw, -78px);
  content: "OVERSEAS";
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(86px, 9vw, 150px);
  font-weight: 900;
  line-height: 0.8;
  pointer-events: none;
}

main[data-cms-section="about"] .consultation-panel .eyebrow {
  color: #ffb9bc;
}

main[data-cms-section="about"] .consultation-panel h2 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
}

main[data-cms-section="about"] .consultation-panel .consultation-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
}

main[data-cms-section="about"] .consultation-route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 680px;
  margin-top: 30px;
}

main[data-cms-section="about"] .consultation-route-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
}

main[data-cms-section="about"] .consultation-panel .consultation-form {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.46), -26px 26px 0 rgba(215, 25, 32, 0.08);
  transform: translate3d(clamp(18px, 2vw, 36px), -18px, 0);
  border-top: 4px solid var(--red);
}

main[data-cms-section="about"] .consultation-panel .button.primary {
  min-height: 52px;
}

main[data-cms-section="about"] {
  overflow-x: clip;
}

main[data-cms-section="about"] [id] {
  scroll-margin-top: 96px;
}

main[data-cms-section="about"] .about-showcase-copy,
main[data-cms-section="about"] .about-media-panel,
main[data-cms-section="about"] .about-metric-index .oppein-profile-stat,
main[data-cms-section="about"] .consultation-panel .consultation-copy,
main[data-cms-section="about"] .consultation-panel .consultation-form {
  will-change: transform, opacity;
}

main[data-cms-section="about"] .about-showcase-copy.is-visible::before,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy.is-visible::before {
  animation: pageAccentGrow 880ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

main[data-cms-section="about"] .about-showcase-media,
main[data-cms-section="manufacturing"] .manufacturing-showcase-media img,
main[data-cms-section="manufacturing"] .manufacturing-process-media img,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media img,
main[data-cms-section="manufacturing"] .manufacturing-capability-media img {
  transition:
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

main[data-cms-section="about"] .about-media-panel:hover .about-showcase-media,
main[data-cms-section="manufacturing"] .manufacturing-showcase-media:hover img,
main[data-cms-section="manufacturing"] .manufacturing-process-media:hover img,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media:hover img,
main[data-cms-section="manufacturing"] .manufacturing-capability-media:hover img {
  transform: scale(1.035);
  filter: contrast(1.04) saturate(1.04);
}

main[data-cms-section="about"] .about-media-panel::before,
main[data-cms-section="manufacturing"] .manufacturing-showcase-media::before,
main[data-cms-section="manufacturing"] .manufacturing-process-media::before,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media::before,
main[data-cms-section="manufacturing"] .manufacturing-capability-media::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.32) 48%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%) skewX(-12deg);
  pointer-events: none;
}

main[data-cms-section="about"] .about-media-panel.is-visible::before,
main[data-cms-section="manufacturing"] .manufacturing-showcase-media.is-visible::before,
main[data-cms-section="manufacturing"] .manufacturing-process-media.is-visible::before,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media.is-visible::before,
main[data-cms-section="manufacturing"] .manufacturing-capability-media.is-visible::before {
  animation: mediaLightSweep 1700ms cubic-bezier(0.16, 1, 0.3, 1) 280ms both;
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat {
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    background 280ms ease;
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat:hover {
  z-index: 1;
  background: #fbfbfc;
  box-shadow: 0 26px 60px rgba(17, 17, 17, 0.1);
  transform: translateY(-8px);
}

main[data-cms-section="about"] .consultation-route-list span,
main[data-cms-section="manufacturing"] .manufacturing-highlight-list span {
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease;
}

main[data-cms-section="about"] .consultation-route-list span:hover,
main[data-cms-section="manufacturing"] .manufacturing-highlight-list span:hover {
  transform: translateY(-3px);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-media,
main[data-cms-section="manufacturing"] .manufacturing-showcase-media,
main[data-cms-section="manufacturing"] .manufacturing-process-media,
main[data-cms-section="manufacturing"] .manufacturing-capability-media {
  position: relative;
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(100deg, transparent 6%, rgba(255, 255, 255, 0.08) 22%, transparent 42%);
  transform: translateX(-100%);
  animation: factoryGridSweep 7200ms ease-in-out infinite;
  pointer-events: none;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 0%, rgba(215, 25, 32, 0.08) 38%, transparent 68%);
  opacity: 0;
  transform: translateX(-45%);
  transition:
    opacity 260ms ease,
    transform 420ms ease;
  pointer-events: none;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card:hover::after {
  opacity: 1;
  transform: translateX(40%);
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article {
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article:hover {
  border-color: rgba(215, 25, 32, 0.24);
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.11);
  transform: translateY(-6px);
}

/* About page 6 sub-sections */
main[data-cms-section="about"] .section-heading {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: left;
}

main[data-cms-section="about"] .section-heading .eyebrow {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

main[data-cms-section="about"] .eyebrow,
main[data-cms-section="about"] .eyebrow::before,
main[data-cms-section="about"] .eyebrow::after {
  display: none;
}

main[data-cms-section="about"] .section-heading h2 {
  margin-bottom: 18px;
  margin-right: 0;
  margin-left: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

main[data-cms-section="about"] .section-intro,
main[data-cms-section="about"] .section-description {
  margin-right: 0;
  margin-left: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
}

main[data-cms-section="about"] .brand-history-section,
main[data-cms-section="about"] .honors-section,
main[data-cms-section="about"] .partners-section,
main[data-cms-section="about"] .exhibitions-section {
  padding-top: clamp(56px, 6vw, 92px);
  padding-bottom: clamp(56px, 6vw, 92px);
}

main[data-cms-section="about"] .brand-history-section.alt,
main[data-cms-section="about"] .honors-section.alt,
main[data-cms-section="about"] .exhibitions-section.alt {
  background: var(--soft);
}

main[data-cms-section="about"] .brand-history-timeline {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

main[data-cms-section="about"] .brand-history-timeline-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.06) 0%, rgba(215, 25, 32, 0.26) 18%, rgba(215, 25, 32, 0.26) 82%, rgba(215, 25, 32, 0.06) 100%);
}

main[data-cms-section="about"] .brand-history-timeline-list {
  position: relative;
  display: grid;
  gap: 10px;
}

main[data-cms-section="about"] .brand-history-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

main[data-cms-section="about"] .brand-history-step-copy {
  position: relative;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.985);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

main[data-cms-section="about"] .brand-history-step-year {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: var(--red);
  border-radius: 999px;
}

main[data-cms-section="about"] .brand-history-step h3 {
  margin-bottom: 6px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.22;
}

main[data-cms-section="about"] .brand-history-step p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.65;
}

main[data-cms-section="about"] .brand-history-step-marker {
  position: relative;
  display: grid;
  place-items: center;
  grid-column: 2;
  min-height: 100%;
}

main[data-cms-section="about"] .brand-history-step-marker::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(215, 25, 32, 0.12);
  transform: translateX(-50%);
}

main[data-cms-section="about"] .brand-history-step-marker span {
  position: relative;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--red);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.06);
}

main[data-cms-section="about"] .brand-history-timeline .reveal {
  opacity: 1;
  transform: none;
}

main[data-cms-section="about"] .brand-history-timeline .brand-history-step:nth-child(odd) .brand-history-step-copy {
  animation: aboutTimelineFloat 8s ease-in-out infinite;
}

main[data-cms-section="about"] .brand-history-timeline .brand-history-step:nth-child(even) .brand-history-step-copy {
  animation: aboutTimelineFloat 9s ease-in-out infinite reverse;
}

main[data-cms-section="about"] .certifications-section {
  padding-top: clamp(64px, 6vw, 96px);
  padding-right: 0;
  padding-bottom: clamp(58px, 6vw, 94px);
  padding-left: 0;
  overflow: hidden;
  overflow-x: clip;
  background: #fff;
}

main[data-cms-section="about"] .certifications-showcase {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}

main[data-cms-section="about"] .certifications-heading {
  width: min(100%, calc(var(--premium-max) + (var(--premium-page-x) * 2)));
  max-width: none;
  margin: 0 auto clamp(34px, 4.2vw, 62px);
  padding-right: var(--premium-page-x);
  padding-left: var(--premium-page-x);
  text-align: left;
}

main[data-cms-section="about"] .certifications-heading h2 {
  max-width: 700px;
  margin: 0 0 18px;
  color: #202020;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

main[data-cms-section="about"] .certifications-intro {
  max-width: 760px;
  margin: 0;
  color: var(--premium-muted);
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 400;
  line-height: 1.76;
}

main[data-cms-section="about"] .certifications-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(1780px, 100vw);
  height: clamp(430px, 34vw, 620px);
  margin: 0 auto;
  overflow: hidden;
  perspective: 1400px;
  --certificate-card-width: clamp(190px, 17vw, 340px);
  --certificate-card-height: clamp(270px, 24vw, 480px);
  --coverflow-edge: min(58vw, 760px);
}

main[data-cms-section="about"] .certifications-stage.reveal,
main[data-cms-section="about"] .certifications-stage.reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

main[data-cms-section="about"] .certifications-stage::after {
  position: absolute;
  bottom: clamp(24px, 4vw, 64px);
  left: 50%;
  width: min(980px, 72vw);
  height: 72px;
  content: "";
  background: radial-gradient(ellipse at center, rgba(112, 82, 37, 0.18), rgba(112, 82, 37, 0));
  transform: translateX(-50%);
  pointer-events: none;
}

main[data-cms-section="about"] .certifications-coverflow {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

main[data-cms-section="about"] .certification-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--certificate-card-width);
  height: var(--certificate-card-height);
  margin: 0;
  padding: clamp(7px, 0.75vw, 13px);
  background: #f8f2e4;
  border: 1px solid rgba(189, 144, 77, 0.28);
  box-shadow: 0 18px 42px rgba(112, 82, 37, 0.16);
  opacity: 1;
  transform: translate3d(calc(-50% + 0px), -50%, 0) scale(1);
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

main[data-cms-section="about"] .certification-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: #fff;
  border: 1px solid rgba(166, 121, 56, 0.2);
}

main[data-cms-section="about"] .certifications-stage:hover .certification-frame,
main[data-cms-section="about"] .certifications-stage:focus-within .certification-frame,
main[data-cms-section="about"] .certifications-stage.is-paused .certification-frame {
  animation-play-state: paused;
}

main[data-cms-section="about"] .partners-section {
  padding-top: clamp(22px, 3vw, 38px);
  padding-bottom: clamp(22px, 3vw, 38px);
}

main[data-cms-section="about"] .partners-section .section-heading {
  margin-bottom: 0;
  text-align: left;
}

main[data-cms-section="about"] .partners-section .section-heading h2 {
  margin-bottom: 0;
}

main[data-cms-section="about"] .brand-history-section.alt,
main[data-cms-section="about"] .honors-section.alt,
main[data-cms-section="about"] .exhibitions-section.alt {
  background: var(--soft);
}

main[data-cms-section="about"] .brand-history-timeline {
  position: relative;
  max-width: var(--premium-max);
  margin: 0 auto;
}

main[data-cms-section="about"] .brand-history-timeline-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.06), rgba(215, 25, 32, 0.26) 18%, rgba(215, 25, 32, 0.26) 82%, rgba(215, 25, 32, 0.06));
}

main[data-cms-section="about"] .brand-history-timeline-list {
  position: relative;
  display: grid;
  gap: 10px;
}

main[data-cms-section="about"] .brand-history-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
  align-items: center;
}

main[data-cms-section="about"] .brand-history-step-copy {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.985);
  border: 1px solid var(--premium-border);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

main[data-cms-section="about"] .brand-history-step-year {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: var(--red);
  border-radius: 999px;
}

main[data-cms-section="about"] .brand-history-step h3 {
  margin-bottom: 6px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.2;
}

main[data-cms-section="about"] .brand-history-step p {
  margin: 0;
  color: var(--body-copy-color);
  font-size: clamp(12px, 0.92vw, 14px);
  line-height: 1.6;
}

main[data-cms-section="about"] .brand-history-step-marker {
  position: relative;
  display: grid;
  place-items: center;
  grid-column: 2;
  min-height: 100%;
}

main[data-cms-section="about"] .brand-history-step-marker::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(215, 25, 32, 0.12);
  transform: translateX(-50%);
}

main[data-cms-section="about"] .brand-history-step-marker span {
  position: relative;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--red);
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(215, 25, 32, 0.06);
}

main[data-cms-section="about"] .brand-history-timeline .reveal {
  opacity: 1;
  transform: none;
}

main[data-cms-section="about"] .brand-history-timeline .brand-history-step:nth-child(odd) .brand-history-step-copy {
  animation: aboutTimelineFloat 8s ease-in-out infinite;
}

main[data-cms-section="about"] .brand-history-timeline .brand-history-step:nth-child(even) .brand-history-step-copy {
  animation: aboutTimelineFloat 9s ease-in-out infinite reverse;
}

main[data-cms-section="about"] .about-proof-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
}

main[data-cms-section="about"] .about-proof-shell.reverse {
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
}

main[data-cms-section="about"] .about-proof-shell.reverse .about-proof-media {
  order: 2;
}

main[data-cms-section="about"] .about-proof-media {
  position: sticky;
  top: calc(var(--sticky-subnav-top) + 28px);
  align-self: start;
  min-width: 0;
  overflow: hidden;
  background: #111111;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.14);
}

main[data-cms-section="about"] .about-proof-media img {
  display: block;
  width: 100%;
  min-height: 520px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 640ms ease;
}

main[data-cms-section="about"] .about-proof-media:hover img {
  transform: scale(1.035);
}

main[data-cms-section="about"] .about-proof-media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 10px;
  padding: 22px;
  color: #ffffff;
  background: rgba(17, 17, 17, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  backdrop-filter: blur(12px);
}

main[data-cms-section="about"] .about-proof-media figcaption span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

main[data-cms-section="about"] .about-proof-media figcaption strong {
  max-width: 420px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.15;
}

main[data-cms-section="about"] .about-proof-copy {
  min-width: 0;
}

main[data-cms-section="about"] .about-proof-copy .eyebrow {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

main[data-cms-section="about"] .about-proof-copy h2 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
}

main[data-cms-section="about"] .about-proof-copy > .section-description {
  max-width: 760px;
  margin-bottom: clamp(24px, 3vw, 38px);
}

main[data-cms-section="about"] .about-proof-grid {
  display: grid;
  gap: 14px;
}

main[data-cms-section="about"] .about-proof-card,
main[data-cms-section="about"] .cert-card,
main[data-cms-section="about"] .honor-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: clamp(20px, 2.2vw, 28px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

main[data-cms-section="about"] .about-proof-card:hover,
main[data-cms-section="about"] .cert-card:hover,
main[data-cms-section="about"] .honor-card:hover {
  border-color: rgba(215, 25, 32, 0.24);
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.09);
  transform: translateX(6px);
}

main[data-cms-section="about"] .about-proof-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  background: rgba(215, 25, 32, 0.08);
  border-radius: 50%;
}

main[data-cms-section="about"] .cert-card h3,
main[data-cms-section="about"] .honor-card h3 {
  margin-bottom: 10px;
  font-size: clamp(17px, 1.3vw, 20px);
}

main[data-cms-section="about"] .cert-card p,
main[data-cms-section="about"] .honor-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

main[data-cms-section="about"] .cert-grid,
main[data-cms-section="about"] .honor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
}

main[data-cms-section="about"] .partner-feature-panel {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  padding: clamp(18px, 2.4vw, 28px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

main[data-cms-section="about"] .partner-feature-media {
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
}

main[data-cms-section="about"] .partner-feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

main[data-cms-section="about"] .partner-feature-copy {
  min-width: 0;
}

main[data-cms-section="about"] .partner-feature-copy .eyebrow {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

main[data-cms-section="about"] .partner-feature-copy h3 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.12;
}

main[data-cms-section="about"] .partner-feature-copy > p {
  color: var(--muted);
  line-height: 1.7;
}

main[data-cms-section="about"] .partner-feature-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

main[data-cms-section="about"] .partner-feature-list li {
  position: relative;
  padding: 14px 14px 14px 30px;
  color: #444444;
  background: #f7f7f7;
  border-left: 3px solid var(--red);
  border-radius: 4px;
  line-height: 1.55;
}

main[data-cms-section="about"] .partner-feature-list li::before {
  position: absolute;
  top: 24px;
  left: 14px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--red);
  border-radius: 50%;
}

main[data-cms-section="about"] .partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

main[data-cms-section="about"] .partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 120px;
  padding: 24px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

main[data-cms-section="about"] .partner-logo-card:hover {
  border-color: rgba(215, 25, 32, 0.24);
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.09);
  transform: translateY(-6px);
}

main[data-cms-section="about"] .partner-logo-card img {
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

main[data-cms-section="about"] .exhibition-timeline-carousel {
  max-width: 1320px;
  margin: 0 auto;
}

main[data-cms-section="about"] .exhibition-timeline-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 44vw, 560px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

main[data-cms-section="about"] .exhibition-timeline-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(360px, 1.25fr) minmax(280px, 0.75fr);
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 420ms ease,
    transform 520ms ease;
  transform: translateX(24px);
}

main[data-cms-section="about"] .exhibition-timeline-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

main[data-cms-section="about"] .exhibition-timeline-media {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

main[data-cms-section="about"] .exhibition-timeline-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main[data-cms-section="about"] .exhibition-timeline-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
}

main[data-cms-section="about"] .exhibition-timeline-year {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  background: var(--red);
  border-radius: 999px;
}

main[data-cms-section="about"] .exhibition-timeline-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.08;
}

main[data-cms-section="about"] .exhibition-timeline-copy p {
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.72;
}

main[data-cms-section="about"] .exhibition-timeline-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

main[data-cms-section="about"] .exhibition-timeline-control {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 18px;
  color: #444444;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: left;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

main[data-cms-section="about"] .exhibition-timeline-control span {
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}

main[data-cms-section="about"] .exhibition-timeline-control strong {
  display: -webkit-box;
  min-width: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

main[data-cms-section="about"] .exhibition-timeline-control:hover,
main[data-cms-section="about"] .exhibition-timeline-control.is-active {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 12px 32px rgba(215, 25, 32, 0.22);
}

main[data-cms-section="about"] .exhibition-timeline-control:hover span,
main[data-cms-section="about"] .exhibition-timeline-control.is-active span {
  color: #ffffff;
}

@media (max-width: 1200px) {
  main[data-cms-section="about"] .about-proof-shell,
  main[data-cms-section="about"] .about-proof-shell.reverse {
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    gap: 34px;
  }

  main[data-cms-section="about"] .about-proof-shell.reverse .about-proof-media {
    order: 0;
  }

  main[data-cms-section="about"] .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  main[data-cms-section="about"] .about-proof-shell,
  main[data-cms-section="about"] .about-proof-shell.reverse,
  main[data-cms-section="about"] .exhibition-timeline-slide {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="about"] .about-proof-media,
  main[data-cms-section="about"] .about-proof-shell.reverse .about-proof-media {
    position: relative;
    top: auto;
    order: 0;
  }

  main[data-cms-section="about"] .about-proof-media img {
    min-height: 320px;
    aspect-ratio: 16 / 10;
  }

  main[data-cms-section="about"] .exhibition-timeline-media img {
    min-height: 300px;
    aspect-ratio: 16 / 10;
  }

  main[data-cms-section="about"] .exhibition-timeline-copy {
    padding: 28px;
  }

  main[data-cms-section="about"] .cert-grid,
  main[data-cms-section="about"] .honor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="about"] .partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="about"] .brand-history-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  main[data-cms-section="about"] .cert-grid,
  main[data-cms-section="about"] .honor-grid,
  main[data-cms-section="about"] .partner-logo-grid {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="about"] .about-proof-section,
  main[data-cms-section="about"] .partners-section,
  main[data-cms-section="about"] .exhibitions-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  main[data-cms-section="about"] .about-proof-card,
  main[data-cms-section="about"] .cert-card,
  main[data-cms-section="about"] .honor-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  main[data-cms-section="about"] .about-proof-card:hover,
  main[data-cms-section="about"] .cert-card:hover,
  main[data-cms-section="about"] .honor-card:hover {
    transform: none;
  }

  main[data-cms-section="about"] .about-proof-media figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 16px;
  }

  main[data-cms-section="about"] .exhibition-timeline-copy h3 {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  main[data-cms-section="about"] .brand-history-group-card {
    min-height: 0;
  }
}

.nav-dropdown a.is-anchor-active,
.nav-dropdown a[aria-current="location"] {
  color: #ffffff;
  background: rgba(215, 25, 32, 0.96);
  border-color: rgba(215, 25, 32, 0.98);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 14px 30px rgba(215, 25, 32, 0.22);
}

.nav-dropdown a.is-anchor-active::after,
.nav-dropdown a[aria-current="location"]::after {
  opacity: 1;
  transform: scaleX(1);
}

@keyframes pageAccentGrow {
  from {
    transform: scaleY(0);
    transform-origin: top;
  }
  to {
    transform: scaleY(1);
    transform-origin: top;
  }
}

@keyframes mediaLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-12deg);
  }
  28% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-12deg);
  }
}

@keyframes factoryGridSweep {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-100%);
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@media (min-width: 901px) and (max-width: 1380px) {
  main[data-cms-section="about"] .about-showcase {
    grid-template-columns: minmax(560px, 1fr) minmax(360px, 0.84fr);
  }

  main[data-cms-section="about"] .about-showcase-copy {
    width: min(690px, 100%);
    max-width: 680px;
    margin-left: clamp(18px, 1.6vw, 26px);
    margin-right: clamp(-72px, -4vw, -42px);
  }

  main[data-cms-section="about"] .about-showcase-copy p:not(.eyebrow) {
    max-width: 600px;
  }
}

@media (max-width: 900px) {
  main[data-cms-section="about"] .about-showcase-section {
    padding-top: 24px;
    background: none;
  }

  main[data-cms-section="about"] .about-showcase {
    grid-template-columns: 1fr;
    gap: 0;
    perspective: none;
    transform-style: flat;
  }

  main[data-cms-section="about"] .about-showcase::before,
  main[data-cms-section="about"] .about-showcase::after {
    display: none;
  }

  main[data-cms-section="about"] .about-showcase-copy {
    max-width: none;
    margin: 0;
    padding: 26px 22px 28px;
    border-bottom: 0;
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
    transform: none;
  }

  main[data-cms-section="about"] .about-profile-mark {
    top: 14px;
    right: 18px;
    font-size: clamp(68px, 20vw, 96px);
  }

  main[data-cms-section="about"] .about-showcase-copy h1,
  main[data-cms-section="about"] .about-showcase-copy h2 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.08;
  }

  main[data-cms-section="about"] .about-showcase-copy p:not(.eyebrow) {
    max-width: none;
  }

  main[data-cms-section="about"] .about-media-panel {
    margin: 0;
    transform: none;
  }

  main[data-cms-section="about"] .about-showcase-media {
    min-height: 260px;
    aspect-ratio: 4 / 3;
    box-shadow: none;
    transform: none;
  }

  main[data-cms-section="about"] .about-metric-index {
    gap: 0;
    margin-top: 28px;
  }

  main[data-cms-section="about"] .about-metric-index .oppein-profile-stat {
    min-height: 112px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  main[data-cms-section="about"] .about-metric-index .oppein-profile-stat:last-child {
    border-bottom: 0;
  }

  main[data-cms-section="about"] .consultation-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.92)),
      url("assets/footer/footbg.png") center / cover no-repeat,
      #050505;
  }

  main[data-cms-section="about"] .consultation-panel::before {
    right: 0;
    left: 0;
  }

  main[data-cms-section="about"] .consultation-panel::after {
    display: none;
  }

  main[data-cms-section="about"] .consultation-panel .consultation-copy::after {
    right: 0;
    bottom: -54px;
    left: auto;
    font-size: 58px;
  }

  main[data-cms-section="about"] .consultation-panel .consultation-form {
    transform: none;
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34);
  }

  main[data-cms-section="about"] .consultation-panel h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  main[data-cms-section="about"] .consultation-route-list {
    margin-top: 22px;
  }
}

/* Manufacturing page: brochure-aligned smart factory layout */
main[data-cms-section="manufacturing"] {
  background: #ffffff;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
main[data-cms-section="manufacturing"] .manufacturing-process-section,
main[data-cms-section="manufacturing"] .manufacturing-lines-section,
main[data-cms-section="manufacturing"] .manufacturing-capability-section {
  padding: clamp(72px, 7vw, 112px) clamp(26px, 5vw, 76px);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section {
  position: relative;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #f5f6f8 40%, #f5f6f8 100%);
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section::before,
main[data-cms-section="manufacturing"] .manufacturing-process-section::before,
main[data-cms-section="manufacturing"] .manufacturing-capability-section::before {
  position: absolute;
  right: clamp(26px, 6vw, 96px);
  bottom: clamp(28px, 5vw, 72px);
  width: clamp(120px, 14vw, 230px);
  height: clamp(120px, 14vw, 230px);
  content: "";
  border: 1px solid rgba(215, 25, 32, 0.14);
  transform: rotate(8deg);
  pointer-events: none;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase,
main[data-cms-section="manufacturing"] .manufacturing-process,
main[data-cms-section="manufacturing"] .manufacturing-capability {
  position: relative;
  grid-template-columns: minmax(560px, 0.94fr) minmax(560px, 1.06fr);
  gap: 0;
  max-width: 1480px;
  perspective: 1200px;
  transform-style: preserve-3d;
  isolation: isolate;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase::after,
main[data-cms-section="manufacturing"] .manufacturing-process::after,
main[data-cms-section="manufacturing"] .manufacturing-capability::after {
  position: absolute;
  right: clamp(34px, 6vw, 96px);
  bottom: clamp(-44px, -3vw, -24px);
  z-index: 0;
  width: min(62vw, 860px);
  height: clamp(80px, 7vw, 130px);
  content: "";
  background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.2), transparent 70%);
  filter: blur(16px);
  opacity: 0.56;
  transform: translateZ(-140px) rotateX(76deg);
  pointer-events: none;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
main[data-cms-section="manufacturing"] .manufacturing-process-copy,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  gap: 18px;
  max-width: 710px;
  margin-right: clamp(-100px, -5vw, -62px);
  padding: clamp(30px, 3vw, 44px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.14), 14px 18px 0 rgba(255, 255, 255, 0.68), 0 84px 122px rgba(17, 17, 17, 0.09);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy::before,
main[data-cms-section="manufacturing"] .manufacturing-process-copy::before,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy::before {
  position: absolute;
  top: clamp(28px, 2.6vw, 40px);
  left: 0;
  width: 3px;
  height: clamp(46px, 4vw, 66px);
  content: "";
  background: var(--red);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy h1,
main[data-cms-section="manufacturing"] .manufacturing-process-copy h2,
main[data-cms-section="manufacturing"] .manufacturing-section-head h2,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy h2 {
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(28px, 2.45vw, 40px);
  font-weight: 800;
  letter-spacing: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy h1::after,
main[data-cms-section="manufacturing"] .manufacturing-process-copy h2::after,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy h2::after {
  display: block;
  width: 84px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background: rgba(17, 17, 17, 0.16);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy p:not(.eyebrow),
main[data-cms-section="manufacturing"] .manufacturing-process-copy > p,
main[data-cms-section="manufacturing"] .manufacturing-section-head > p,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy > p,
main[data-cms-section="manufacturing"] .manufacturing-process-steps p,
main[data-cms-section="manufacturing"] .manufacturing-line-card p {
  color: var(--body-copy-color);
  font-size: var(--body-copy-size);
  line-height: var(--body-copy-line);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy p:not(.eyebrow),
main[data-cms-section="manufacturing"] .manufacturing-process-copy > p,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy > p {
  max-width: 640px;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-media,
main[data-cms-section="manufacturing"] .manufacturing-process-media,
main[data-cms-section="manufacturing"] .manufacturing-capability-media {
  z-index: 1;
  min-height: clamp(420px, 38vw, 620px);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 42px 96px rgba(17, 17, 17, 0.18), 0 18px 42px rgba(17, 17, 17, 0.1);
  clip-path: none;
  transform: translate3d(0, 8px, 0) rotateY(-3deg) rotateX(0.6deg);
  transform-origin: left center;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-media img,
main[data-cms-section="manufacturing"] .manufacturing-process-media img,
main[data-cms-section="manufacturing"] .manufacturing-capability-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 38vw, 620px);
  object-fit: cover;
  object-position: center;
  display: block;
}

main[data-cms-section="manufacturing"] .manufacturing-highlight-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 10px;
  background: transparent;
}

main[data-cms-section="manufacturing"] .manufacturing-highlight-list span {
  min-height: 40px;
  display: inline-flex;
  max-width: min(100%, 245px);
  align-items: center;
  padding: 10px 14px 10px 16px;
  color: var(--ink);
  background: rgba(215, 25, 32, 0.055);
  border-left: 2px solid var(--red);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.28;
}

main[data-cms-section="manufacturing"] .manufacturing-highlight-list span::before {
  display: none;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1420px;
  margin-top: clamp(28px, 3.6vw, 48px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

main[data-cms-section="manufacturing"] .manufacturing-metric {
  min-height: clamp(128px, 9vw, 154px);
  align-content: space-between;
  gap: 14px;
  padding: clamp(20px, 2vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 251, 0.94));
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.065);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-metric:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 25, 32, 0.26);
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.11);
}

main[data-cms-section="manufacturing"] .manufacturing-metric-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-value strong {
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 0.92;
  white-space: nowrap;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-value em {
  color: var(--red);
  font-size: clamp(14px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-label {
  max-width: 210px;
  color: rgba(17, 17, 17, 0.66);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

main[data-cms-section="manufacturing"] .manufacturing-process-section {
  position: relative;
  background:
    linear-gradient(90deg, #f5f6f8 0%, #f5f6f8 42%, #ffffff 42%, #ffffff 100%);
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-process {
  grid-template-columns: minmax(620px, 1.08fr) minmax(520px, 0.92fr);
}

main[data-cms-section="manufacturing"] .manufacturing-process-copy {
  margin-right: 0;
  margin-left: clamp(-100px, -5vw, -62px);
}

main[data-cms-section="manufacturing"] .manufacturing-process-media {
  transform: translate3d(0, 8px, 0) rotateY(5deg) rotateX(1deg);
  transform-origin: right center;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps {
  position: relative;
  gap: 12px;
  margin-top: 20px;
  padding-left: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps::before {
  display: none;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article {
  position: relative;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-left: 3px solid rgba(215, 25, 32, 0.52);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.045);
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article::before {
  display: none;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin-top: 0;
  color: #ffffff;
  background: var(--red);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(215, 25, 32, 0.18);
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps h3,
main[data-cms-section="manufacturing"] .manufacturing-line-card h3 {
  color: var(--ink);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 800;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section {
  background: #ffffff;
}

main[data-cms-section="manufacturing"] .manufacturing-section-head {
  grid-template-columns: minmax(260px, 0.62fr) minmax(420px, 0.88fr);
  max-width: 1480px;
  text-align: left;
  align-items: end;
}

main[data-cms-section="manufacturing"] .manufacturing-section-head h2 {
  max-width: 420px;
}

main[data-cms-section="manufacturing"] .manufacturing-section-head > p {
  max-width: 640px;
  margin: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-line-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1480px;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card {
  grid-column: span 2;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.12);
}

main[data-cms-section="manufacturing"] .manufacturing-line-card:nth-child(4),
main[data-cms-section="manufacturing"] .manufacturing-line-card:nth-child(5) {
  grid-column: span 3;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card div {
  align-content: start;
  min-height: 214px;
  padding: 26px 28px 30px;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--red);
  font-size: 12px;
  font-weight: 900;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-section {
  position: relative;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #f5f6f8 42%, #f5f6f8 100%);
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-capability li {
  position: relative;
  padding: 16px 18px 16px 20px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-left: 3px solid var(--red);
  font-weight: 700;
}

@media (max-width: 1180px) {
  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-process,
  main[data-cms-section="manufacturing"] .manufacturing-capability {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
  main[data-cms-section="manufacturing"] .manufacturing-process-copy,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
    max-width: none;
    margin: 0 0 -34px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process-copy {
    margin: -34px 0 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process-media {
    order: 1;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process-copy {
    order: 2;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-card,
  main[data-cms-section="manufacturing"] .manufacturing-line-card:nth-child(4),
  main[data-cms-section="manufacturing"] .manufacturing-line-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
  main[data-cms-section="manufacturing"] .manufacturing-process-section,
  main[data-cms-section="manufacturing"] .manufacturing-lines-section,
  main[data-cms-section="manufacturing"] .manufacturing-capability-section {
    padding: 58px 18px 62px;
    background: #ffffff;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-section::before,
  main[data-cms-section="manufacturing"] .manufacturing-process-section::before,
  main[data-cms-section="manufacturing"] .manufacturing-capability-section::before,
  main[data-cms-section="manufacturing"] .manufacturing-showcase::after,
  main[data-cms-section="manufacturing"] .manufacturing-process::after,
  main[data-cms-section="manufacturing"] .manufacturing-capability::after {
    display: none;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-process,
  main[data-cms-section="manufacturing"] .manufacturing-capability {
    perspective: none;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
  main[data-cms-section="manufacturing"] .manufacturing-process-copy,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
    margin: 0;
    padding: 24px 22px;
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-media,
  main[data-cms-section="manufacturing"] .manufacturing-process-media,
  main[data-cms-section="manufacturing"] .manufacturing-capability-media {
    min-height: 260px;
    clip-path: none;
    box-shadow: none;
    transform: none;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-media img,
  main[data-cms-section="manufacturing"] .manufacturing-process-media img,
  main[data-cms-section="manufacturing"] .manufacturing-capability-media img {
    min-height: 260px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-highlight-list,
  main[data-cms-section="manufacturing"] .manufacturing-metric-strip,
  main[data-cms-section="manufacturing"] .manufacturing-section-head,
  main[data-cms-section="manufacturing"] .manufacturing-line-grid {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric {
    min-height: 118px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-card div {
    min-height: 0;
  }
}

/* Shared image-led intro hero for top-level CMS pages */
@media (min-width: 901px) {
  main[data-cms-section="manufacturing"] .page-hero,
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="technology"] .page-hero,
  main[data-cms-section="cooperation"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    grid-template-columns: minmax(680px, 0.98fr) minmax(540px, 1.02fr);
    gap: 0;
    align-items: center;
    padding: clamp(44px, 5vw, 72px) clamp(48px, 5vw, 86px);
    background:
      linear-gradient(90deg, #ffffff 0%, #ffffff 38%, #f5f6f8 38%, #f5f6f8 100%),
      radial-gradient(circle at 76% 48%, rgba(215, 25, 32, 0.055), transparent 30%);
    overflow: hidden;
    isolation: isolate;
  }

  main[data-cms-section="manufacturing"] .page-hero::before,
  main[data-cms-section="projects"] .page-hero::before,
  main[data-cms-section="technology"] .page-hero::before,
  main[data-cms-section="cooperation"] .page-hero::before,
  main[data-cms-section="news"] .page-hero::before {
    top: auto;
    right: clamp(80px, 8vw, 150px);
    bottom: clamp(-46px, -3.2vw, -26px);
    z-index: 0;
    width: min(62vw, 880px);
    height: clamp(82px, 7vw, 128px);
    background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.18), transparent 70%);
    filter: blur(16px);
    opacity: 0.58;
  }

  main[data-cms-section="manufacturing"] .page-hero::after,
  main[data-cms-section="projects"] .page-hero::after,
  main[data-cms-section="technology"] .page-hero::after,
  main[data-cms-section="cooperation"] .page-hero::after,
  main[data-cms-section="news"] .page-hero::after {
    position: absolute;
    right: clamp(18px, 2vw, 42px);
    bottom: clamp(18px, 2.2vw, 34px);
    z-index: 1;
    width: min(58vw, 820px);
    height: clamp(320px, 30vw, 520px);
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(236, 239, 243, 0.58));
    border: 1px solid rgba(17, 17, 17, 0.06);
    clip-path: none;
    box-shadow: 0 38px 88px rgba(17, 17, 17, 0.09);
    pointer-events: none;
  }

  main[data-cms-section="manufacturing"] .page-hero > div,
  main[data-cms-section="projects"] .page-hero > div,
  main[data-cms-section="technology"] .page-hero > div,
  main[data-cms-section="cooperation"] .page-hero > div,
  main[data-cms-section="news"] .page-hero > div {
    position: relative;
    top: -4px;
    z-index: 4;
    display: grid;
    gap: clamp(16px, 1.6vw, 22px);
    width: min(760px, 100%);
    max-width: 720px;
    margin-right: clamp(-120px, -5vw, -72px);
    padding: clamp(30px, 2.6vw, 38px) clamp(30px, 2.8vw, 40px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 28px 70px rgba(17, 17, 17, 0.14), 14px 18px 0 rgba(255, 255, 255, 0.68), 0 84px 122px rgba(17, 17, 17, 0.09);
    transform: translate3d(clamp(54px, 4.8vw, 96px), -4px, 48px);
    transform-style: preserve-3d;
  }

  main[data-cms-section="manufacturing"] .page-hero > div::before,
  main[data-cms-section="projects"] .page-hero > div::before,
  main[data-cms-section="technology"] .page-hero > div::before,
  main[data-cms-section="cooperation"] .page-hero > div::before,
  main[data-cms-section="news"] .page-hero > div::before {
    position: absolute;
    top: clamp(26px, 2.6vw, 36px);
    left: 0;
    width: 3px;
    height: clamp(46px, 4.2vw, 68px);
    content: "";
    background: var(--red);
  }

  main[data-cms-section="manufacturing"] .page-hero > div::after,
  main[data-cms-section="projects"] .page-hero > div::after,
  main[data-cms-section="technology"] .page-hero > div::after,
  main[data-cms-section="cooperation"] .page-hero > div::after,
  main[data-cms-section="news"] .page-hero > div::after {
    position: absolute;
    top: 14%;
    right: -20px;
    z-index: -1;
    width: clamp(16px, 1.6vw, 24px);
    height: 72%;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.84), rgba(234, 237, 242, 0.52));
    box-shadow: 16px 18px 34px rgba(17, 17, 17, 0.08);
    transform: skewY(2deg);
    pointer-events: none;
  }

  main[data-cms-section="manufacturing"] .page-hero .eyebrow,
  main[data-cms-section="projects"] .page-hero .eyebrow,
  main[data-cms-section="technology"] .page-hero .eyebrow,
  main[data-cms-section="cooperation"] .page-hero .eyebrow,
  main[data-cms-section="news"] .page-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
  }

  main[data-cms-section="manufacturing"] .page-hero .eyebrow::after,
  main[data-cms-section="projects"] .page-hero .eyebrow::after,
  main[data-cms-section="technology"] .page-hero .eyebrow::after,
  main[data-cms-section="cooperation"] .page-hero .eyebrow::after,
  main[data-cms-section="news"] .page-hero .eyebrow::after {
    width: 34px;
    height: 1px;
    content: "";
    background: rgba(215, 25, 32, 0.48);
  }

  main[data-cms-section="manufacturing"] .page-hero h1,
  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section="technology"] .page-hero h1,
  main[data-cms-section="cooperation"] .page-hero h1,
  main[data-cms-section="news"] .page-hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 2.35vw, 38px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
  }

  main[data-cms-section="manufacturing"] .page-hero h1::after,
  main[data-cms-section="projects"] .page-hero h1::after,
  main[data-cms-section="technology"] .page-hero h1::after,
  main[data-cms-section="cooperation"] .page-hero h1::after,
  main[data-cms-section="news"] .page-hero h1::after {
    display: block;
    width: clamp(62px, 6vw, 92px);
    height: 1px;
    margin-top: 20px;
    content: "";
    background: rgba(17, 17, 17, 0.16);
  }

  main[data-cms-section="manufacturing"] .page-hero p:not(.eyebrow),
  main[data-cms-section="projects"] .page-hero p:not(.eyebrow),
  main[data-cms-section="technology"] .page-hero p:not(.eyebrow),
  main[data-cms-section="cooperation"] .page-hero p:not(.eyebrow),
  main[data-cms-section="news"] .page-hero p:not(.eyebrow) {
    max-width: 620px;
    margin: 0;
    padding: 0;
    color: var(--body-copy-color);
    background: transparent;
    border-left: none;
    font-size: clamp(var(--body-copy-size), 1vw, 16px);
    line-height: var(--body-copy-line);
  }

  main[data-cms-section="manufacturing"] .page-hero-media,
  main[data-cms-section="projects"] .page-hero-media,
  main[data-cms-section="technology"] .page-hero-media,
  main[data-cms-section="cooperation"] .page-hero-media,
  main[data-cms-section="news"] .page-hero-media {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: clamp(420px, 34vw, 600px);
    aspect-ratio: 16 / 10.4;
    object-fit: cover;
    border-radius: 0;
    clip-path: none;
    box-shadow: 0 42px 96px rgba(17, 17, 17, 0.18), 0 18px 42px rgba(17, 17, 17, 0.1);
    transform: translate3d(0, 12px, 0) rotateY(-5deg) rotateX(1deg);
    transform-origin: left center;
  }

  main[data-cms-section="manufacturing"] .page-hero {
    perspective: 1600px;
    transform-style: preserve-3d;
    overflow: visible;
  }

  main[data-cms-section="manufacturing"] .page-hero::before {
    bottom: clamp(-58px, -3.8vw, -34px);
    width: min(64vw, 920px);
    height: clamp(96px, 8vw, 148px);
    opacity: 0.68;
    transform: translate3d(36px, 0, -180px) rotateX(76deg);
  }

  main[data-cms-section="manufacturing"] .page-hero::after {
    right: clamp(16px, 1.8vw, 36px);
    bottom: clamp(12px, 1.6vw, 28px);
    width: min(58vw, 860px);
    height: clamp(330px, 31vw, 540px);
    clip-path: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(233, 237, 242, 0.52));
    box-shadow: 0 42px 96px rgba(17, 17, 17, 0.1);
    transform: translate3d(42px, 34px, -90px);
  }

  main[data-cms-section="manufacturing"] .page-hero > div {
    max-width: 700px;
    margin-right: clamp(-180px, -8vw, -108px);
    box-shadow: 0 34px 86px rgba(17, 17, 17, 0.16), 18px 22px 0 rgba(255, 255, 255, 0.72), 0 110px 150px rgba(17, 17, 17, 0.11);
    transform: translate3d(clamp(86px, 6.8vw, 132px), -6px, 72px);
    transform-style: preserve-3d;
  }

  main[data-cms-section="manufacturing"] .page-hero > div::after {
    transform: translate3d(16px, 14px, -60px) skewY(2deg);
  }

  main[data-cms-section="manufacturing"] .page-hero > img {
    min-height: clamp(460px, 36vw, 640px);
    clip-path: none;
    box-shadow: 0 46px 116px rgba(17, 17, 17, 0.2), 0 20px 44px rgba(17, 17, 17, 0.12);
    transform: translate3d(0, 12px, 0) rotateY(-6deg) rotateX(1.2deg);
  }

  main[data-cms-section="products"] .product-category-cover-panel {
    grid-template-columns: minmax(560px, 0.82fr) minmax(540px, 1.18fr);
    gap: 0;
    align-items: center;
    padding: clamp(44px, 5vw, 72px) clamp(48px, 5vw, 86px);
    background:
      linear-gradient(90deg, #ffffff 0%, #ffffff 38%, #f5f6f8 38%, #f5f6f8 100%),
      radial-gradient(circle at 77% 48%, rgba(215, 25, 32, 0.052), transparent 30%);
    perspective: 1500px;
    overflow: visible;
  }

  main[data-cms-section="products"] .product-category-cover-panel .product-directory-title {
    z-index: 3;
    max-width: 620px;
    margin-right: clamp(-150px, -6vw, -84px);
    box-shadow: 0 30px 78px rgba(17, 17, 17, 0.13), 14px 18px 0 rgba(255, 255, 255, 0.66);
    transform: translate3d(clamp(60px, 5.2vw, 104px), -4px, 58px);
  }

  main[data-cms-section="products"] .product-directory-cover {
    min-height: clamp(360px, 32vw, 560px);
    box-shadow: 0 42px 104px rgba(17, 17, 17, 0.18), 0 18px 42px rgba(17, 17, 17, 0.1);
    transform: translate3d(0, 8px, 0) rotateY(-3.5deg) rotateX(0.8deg);
    transform-origin: left center;
  }

  main[data-cms-section="products"] .product-directory-cover img {
    min-height: clamp(360px, 32vw, 560px);
  }
}

@media (max-width: 900px) {
  main[data-cms-section="manufacturing"] .page-hero,
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section="technology"] .page-hero,
  main[data-cms-section="cooperation"] .page-hero,
  main[data-cms-section="news"] .page-hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 42px 22px;
    background: #ffffff;
  }

  main[data-cms-section="manufacturing"] .page-hero::before,
  main[data-cms-section="manufacturing"] .page-hero::after,
  main[data-cms-section="projects"] .page-hero::before,
  main[data-cms-section="projects"] .page-hero::after,
  main[data-cms-section="technology"] .page-hero::before,
  main[data-cms-section="technology"] .page-hero::after,
  main[data-cms-section="cooperation"] .page-hero::before,
  main[data-cms-section="cooperation"] .page-hero::after,
  main[data-cms-section="news"] .page-hero::before,
  main[data-cms-section="news"] .page-hero::after {
    display: none;
  }

  main[data-cms-section="manufacturing"] .page-hero > div,
  main[data-cms-section="projects"] .page-hero > div,
  main[data-cms-section="technology"] .page-hero > div,
  main[data-cms-section="cooperation"] .page-hero > div,
  main[data-cms-section="news"] .page-hero > div {
    top: 0;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 26px 22px 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
    transform: none;
    transform-style: flat;
  }

  main[data-cms-section="manufacturing"] .page-hero > img,
  main[data-cms-section="projects"] .page-hero > img,
  main[data-cms-section="technology"] .page-hero > img,
  main[data-cms-section="cooperation"] .page-hero > img,
  main[data-cms-section="news"] .page-hero > img {
    min-height: 260px;
    aspect-ratio: 4 / 3;
    clip-path: none;
    box-shadow: none;
    transform: none;
  }
}

/* Manufacturing final responsive redesign */
.nav-group:nth-child(3) .nav-dropdown {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  min-height: 164px;
  padding-right: clamp(32px, 4vw, 72px);
  padding-left: clamp(32px, 4vw, 72px);
}

.nav-group:nth-child(3):hover .nav-dropdown {
  display: grid;
}

.nav-group:nth-child(3) .nav-dropdown a {
  min-height: 82px;
  align-content: center;
  padding: 16px 14px;
  font-size: clamp(11px, 0.72vw, 13px);
  line-height: 1.22;
}

main[data-cms-section="manufacturing"] {
  overflow-x: clip;
  background: #ffffff;
}

main[data-cms-section="manufacturing"] [id] {
  scroll-margin-top: 96px;
}

@media (min-width: 901px) {
  main[data-cms-section="manufacturing"] .page-hero {
    grid-template-columns: minmax(460px, 0.82fr) minmax(620px, 1.18fr);
    gap: clamp(34px, 4vw, 70px);
    min-height: clamp(560px, 52vw, 720px);
    padding: clamp(62px, 6vw, 92px) clamp(56px, 6vw, 108px) clamp(70px, 7vw, 110px);
    background:
      linear-gradient(90deg, #ffffff 0%, #ffffff 44%, #f4f5f7 44%, #f4f5f7 100%),
      radial-gradient(circle at 82% 18%, rgba(215, 25, 32, 0.08), transparent 30%);
    overflow: hidden;
    perspective: 1200px;
  }

  main[data-cms-section="manufacturing"] .page-hero::before {
    display: block;
    top: auto;
    right: clamp(62px, 6vw, 116px);
    bottom: clamp(40px, 5vw, 86px);
    width: min(42vw, 640px);
    height: 1px;
    background: linear-gradient(90deg, rgba(215, 25, 32, 0.95), rgba(215, 25, 32, 0));
    filter: none;
    opacity: 1;
    transform: none;
  }

  main[data-cms-section="manufacturing"] .page-hero::after {
    right: clamp(42px, 4vw, 90px);
    bottom: clamp(38px, 4vw, 74px);
    width: min(50vw, 820px);
    height: clamp(300px, 30vw, 510px);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(230, 234, 240, 0.58));
    box-shadow: 0 36px 86px rgba(17, 17, 17, 0.11);
    transform: none;
  }

  main[data-cms-section="manufacturing"] .page-hero > div {
    top: 0;
    width: min(620px, 100%);
    max-width: 620px;
    margin: 0;
    padding: clamp(34px, 3.1vw, 48px);
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 30px 76px rgba(17, 17, 17, 0.12);
    transform: none;
  }

  main[data-cms-section="manufacturing"] .page-hero > div::after {
    display: none;
  }

  main[data-cms-section="manufacturing"] .page-hero h1 {
    max-width: 560px;
    font-size: clamp(38px, 3.6vw, 56px);
    line-height: 1.03;
  }

  main[data-cms-section="manufacturing"] .page-hero p:not(.eyebrow) {
    max-width: 470px;
    font-size: clamp(15px, 1vw, 17px);
  }

  main[data-cms-section="manufacturing"] .page-hero > img {
    width: min(100%, 920px);
    min-height: clamp(420px, 38vw, 610px);
    align-self: stretch;
    object-fit: cover;
    box-shadow: 0 44px 108px rgba(17, 17, 17, 0.18);
    transform: translate3d(0, 8px, 0) rotateY(-2.5deg);
  }
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
main[data-cms-section="manufacturing"] .manufacturing-process-section,
main[data-cms-section="manufacturing"] .manufacturing-lines-section,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
main[data-cms-section="manufacturing"] .manufacturing-capability-section {
  padding: clamp(78px, 7vw, 118px) clamp(22px, 5vw, 82px);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section {
  padding-top: clamp(28px, 3vw, 40px);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #f6f7f9 47%, #f6f7f9 100%);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase,
main[data-cms-section="manufacturing"] .manufacturing-process,
main[data-cms-section="manufacturing"] .manufacturing-line-detail,
main[data-cms-section="manufacturing"] .manufacturing-capability {
  width: min(100%, 1420px);
  min-width: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
main[data-cms-section="manufacturing"] .manufacturing-process-copy,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
  min-width: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy h1,
main[data-cms-section="manufacturing"] .manufacturing-process-copy h2,
main[data-cms-section="manufacturing"] .manufacturing-section-head h2,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy h2,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy h2 {
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.05;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
main[data-cms-section="manufacturing"] .manufacturing-process-copy,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.11);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-media,
main[data-cms-section="manufacturing"] .manufacturing-process-media,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media,
main[data-cms-section="manufacturing"] .manufacturing-capability-media {
  background: #111111;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
  width: min(100%, 1420px);
  overflow: visible;
}

main[data-cms-section="manufacturing"] .manufacturing-metric {
  position: relative;
}

main[data-cms-section="manufacturing"] .manufacturing-metric::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0));
}

main[data-cms-section="manufacturing"] .manufacturing-process-section {
  background:
    linear-gradient(90deg, #f5f6f8 0%, #f5f6f8 48%, #ffffff 48%, #ffffff 100%);
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article {
  background: rgba(255, 255, 255, 0.92);
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section {
  position: relative;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 16%, rgba(215, 25, 32, 0.2), transparent 28%),
    linear-gradient(115deg, #090909 0%, #151515 58%, #221113 100%);
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 108px);
  pointer-events: none;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section > * {
  position: relative;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head h2 {
  color: #ffffff;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head > p {
  color: rgba(255, 255, 255, 0.68);
}

main[data-cms-section="manufacturing"] .manufacturing-line-grid {
  width: min(100%, 1500px);
  gap: 24px;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

main[data-cms-section="manufacturing"] .manufacturing-line-card img {
  aspect-ratio: 16 / 9.6;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card div {
  min-height: 230px;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card p {
  color: rgba(47, 47, 47, 0.72);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section {
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail {
  grid-template-columns: minmax(380px, 0.95fr) minmax(520px, 1.05fr);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy {
  position: relative;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy::before {
  position: absolute;
  top: 0;
  left: clamp(30px, 4vw, 54px);
  width: 46px;
  height: 4px;
  content: "";
  background: var(--red);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy > span {
  letter-spacing: 0.08em;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-media img {
  min-height: clamp(360px, 40vw, 560px);
}

main[data-cms-section="manufacturing"] .manufacturing-capability-section {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 44%, #f6f7f9 44%, #f6f7f9 100%);
}

@media (max-width: 1320px) {
  .nav-group:nth-child(3) .nav-dropdown {
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0 0 12px;
  }

  .nav-group:nth-child(3) .nav-dropdown a {
    min-height: 0;
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .nav-group:nth-child(3) .nav-dropdown {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav-group:nth-child(3) .nav-dropdown a {
    width: 100%;
  }

  main[data-cms-section="manufacturing"] {
    overflow-x: hidden;
  }

  main[data-cms-section="manufacturing"] [id] {
    scroll-margin-top: 82px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-process,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail,
  main[data-cms-section="manufacturing"] .manufacturing-capability {
    grid-template-columns: 1fr;
    min-width: 0;
    transform-style: flat;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-media {
    order: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
  main[data-cms-section="manufacturing"] .manufacturing-process-copy,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
    width: 100%;
    min-width: 0;
    padding: 24px 20px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
  main[data-cms-section="manufacturing"] .manufacturing-process-section,
  main[data-cms-section="manufacturing"] .manufacturing-lines-section,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
  main[data-cms-section="manufacturing"] .manufacturing-capability-section {
    padding: 58px 18px 64px;
    overflow: hidden;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-section {
    padding-top: 28px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
  main[data-cms-section="manufacturing"] .manufacturing-process-section,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
  main[data-cms-section="manufacturing"] .manufacturing-capability-section {
    background: #ffffff;
  }

  main[data-cms-section="manufacturing"] .manufacturing-highlight-list span {
    max-width: 100%;
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric-strip,
  main[data-cms-section="manufacturing"] .manufacturing-line-grid,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail,
  main[data-cms-section="manufacturing"] .manufacturing-section-head {
    width: 100%;
    min-width: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric-value strong {
    font-size: clamp(32px, 11vw, 44px);
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-card div {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-media img {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric {
    min-height: 108px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric-label {
    max-width: none;
  }
}

/* Product directory final elevation */
main[data-cms-section="products"],
main[data-cms-section^="product-"] {
  overflow-x: clip;
}

main[data-cms-section="products"] .product-directory-section,
main[data-cms-section^="product-"] .product-directory-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 52%, #f5f6f8 52%, #ffffff 100%);
}

main[data-cms-section="products"] .product-category-cover-panel,
main[data-cms-section^="product-"] .product-category-cover-panel {
  position: relative;
  max-width: 1540px;
  margin-right: auto;
  margin-bottom: clamp(34px, 4vw, 62px);
  margin-left: auto;
  isolation: isolate;
}

main[data-cms-section="products"] .product-category-cover-panel::after,
main[data-cms-section^="product-"] .product-category-cover-panel::after {
  position: absolute;
  right: clamp(20px, 5vw, 78px);
  bottom: clamp(-28px, -2vw, -18px);
  z-index: -1;
  width: clamp(180px, 18vw, 300px);
  height: clamp(70px, 8vw, 118px);
  content: "";
  background: linear-gradient(135deg, rgba(215, 25, 32, 0.13), rgba(17, 17, 17, 0.035));
}

main[data-cms-section="products"] .product-directory-title,
main[data-cms-section^="product-"] .product-directory-title {
  box-shadow: 0 34px 86px rgba(17, 17, 17, 0.12), 16px 20px 0 rgba(255, 255, 255, 0.7);
}

main[data-cms-section="products"] .product-directory-cover,
main[data-cms-section^="product-"] .product-directory-cover {
  border: 1px solid rgba(255, 255, 255, 0.68);
}

main[data-cms-section="products"] .product-directory-cover::before,
main[data-cms-section^="product-"] .product-directory-cover::before {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 32%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.34));
  pointer-events: none;
}

main[data-cms-section="products"] .product-directory-toolbar,
main[data-cms-section^="product-"] .product-directory-toolbar {
  position: relative;
  grid-template-columns: minmax(250px, 0.28fr) minmax(0, 1fr);
  gap: clamp(22px, 3.2vw, 42px);
  align-items: stretch;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(24px, 3vw, 40px);
  overflow: hidden;
  background:
    linear-gradient(120deg, #ffffff 0%, #ffffff 58%, #f7f8fa 58%, #f7f8fa 100%);
  border: 1px solid rgba(17, 17, 17, 0.09);
  box-shadow: 0 28px 82px rgba(17, 17, 17, 0.085);
  isolation: isolate;
}

main[data-cms-section="products"] .product-directory-toolbar::before,
main[data-cms-section^="product-"] .product-directory-toolbar::before {
  position: absolute;
  top: -70px;
  right: clamp(18px, 5vw, 82px);
  z-index: -1;
  width: clamp(180px, 20vw, 340px);
  height: clamp(180px, 20vw, 340px);
  content: "";
  background:
    radial-gradient(circle, rgba(215, 25, 32, 0.16), rgba(215, 25, 32, 0) 62%);
}

main[data-cms-section="products"] .product-directory-toolbar > div:first-child,
main[data-cms-section^="product-"] .product-directory-toolbar > div:first-child {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: clamp(20px, 2.2vw, 30px);
  background: #111111;
  color: #ffffff;
  box-shadow: inset 4px 0 0 var(--red);
  overflow: hidden;
}

main[data-cms-section="products"] .product-directory-toolbar > div:first-child::after,
main[data-cms-section^="product-"] .product-directory-toolbar > div:first-child::after {
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(12deg);
}

main[data-cms-section="products"] .product-directory-count,
main[data-cms-section^="product-"] .product-directory-count {
  display: none;
}

main[data-cms-section="products"] .product-directory-toolbar strong,
main[data-cms-section^="product-"] .product-directory-toolbar strong {
  color: inherit;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 0.98;
}

main[data-cms-section="products"] .product-directory-filter,
main[data-cms-section^="product-"] .product-directory-filter {
  align-self: stretch;
  gap: 12px;
}

main[data-cms-section="products"] .product-directory-filter a,
main[data-cms-section^="product-"] .product-directory-filter a {
  position: relative;
  min-height: 94px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: center;
  justify-content: stretch;
  padding: 18px 18px 18px 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(17, 17, 17, 0.08);
  color: rgba(47, 47, 47, 0.82);
  text-align: left;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.045);
  transform: translateY(0);
  transition:
    color 260ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

main[data-cms-section="products"] .product-directory-filter a::before,
main[data-cms-section^="product-"] .product-directory-filter a::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.7) 46%, transparent 62%);
  opacity: 0;
  transform: translateX(-38%);
  transition: opacity 260ms ease, transform 520ms ease;
}

main[data-cms-section="products"] .product-directory-filter a::after,
main[data-cms-section^="product-"] .product-directory-filter a::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 42px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.16;
}

main[data-cms-section="products"] .product-directory-filter a:hover,
main[data-cms-section^="product-"] .product-directory-filter a:hover {
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.11);
  transform: translateY(-4px);
}

main[data-cms-section="products"] .product-directory-filter a.is-active,
main[data-cms-section^="product-"] .product-directory-filter a.is-active {
  color: #ffffff;
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 26px 62px rgba(215, 25, 32, 0.26);
}

main[data-cms-section="products"] .product-directory-filter a:hover::before,
main[data-cms-section="products"] .product-directory-filter a.is-active::before,
main[data-cms-section^="product-"] .product-directory-filter a:hover::before,
main[data-cms-section^="product-"] .product-directory-filter a.is-active::before {
  opacity: 1;
  transform: translateX(36%);
}

main[data-cms-section="products"] .product-system-icon,
main[data-cms-section^="product-"] .product-system-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: visible;
  color: currentColor;
  filter: drop-shadow(0 12px 18px rgba(17, 17, 17, 0.08));
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

main[data-cms-section="products"] .product-system-icon::before,
main[data-cms-section="products"] .product-system-icon::after,
main[data-cms-section^="product-"] .product-system-icon::before,
main[data-cms-section^="product-"] .product-system-icon::after {
  display: none;
  position: absolute;
  content: "";
  border-color: currentColor;
}

main[data-cms-section="products"] .product-system-icon g,
main[data-cms-section^="product-"] .product-system-icon g,
main[data-cms-section="products"] .product-system-icon path,
main[data-cms-section="products"] .product-system-icon rect,
main[data-cms-section="products"] .product-system-icon circle,
main[data-cms-section^="product-"] .product-system-icon path,
main[data-cms-section^="product-"] .product-system-icon rect,
main[data-cms-section^="product-"] .product-system-icon circle {
  vector-effect: non-scaling-stroke;
}

main[data-cms-section="products"] .product-system-icon-shell,
main[data-cms-section^="product-"] .product-system-icon-shell {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(17, 17, 17, 0.09);
  stroke-width: 1;
}

main[data-cms-section="products"] .product-system-icon-plate,
main[data-cms-section^="product-"] .product-system-icon-plate {
  fill: rgba(215, 25, 32, 0.055);
  stroke: rgba(215, 25, 32, 0.13);
  stroke-width: 1;
}

main[data-cms-section="products"] .product-system-icon-orbit,
main[data-cms-section^="product-"] .product-system-icon-orbit {
  fill: none;
  stroke: rgba(215, 25, 32, 0.24);
  stroke-width: 1.2;
  stroke-linecap: round;
}

main[data-cms-section="products"] .product-system-icon-art,
main[data-cms-section^="product-"] .product-system-icon-art {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

main[data-cms-section="products"] .product-system-icon-accent,
main[data-cms-section^="product-"] .product-system-icon-accent {
  fill: currentColor;
  stroke: none;
  opacity: 0.82;
}

main[data-cms-section="products"] .product-directory-filter a:hover .product-system-icon,
main[data-cms-section="products"] .product-directory-filter a.is-active .product-system-icon,
main[data-cms-section^="product-"] .product-directory-filter a:hover .product-system-icon,
main[data-cms-section^="product-"] .product-directory-filter a.is-active .product-system-icon {
  filter: drop-shadow(0 16px 24px rgba(17, 17, 17, 0.18));
  transform: translateY(-2px) rotate(-6deg);
}

main[data-cms-section="products"] .product-directory-filter a:hover .product-system-icon-shell,
main[data-cms-section="products"] .product-directory-filter a.is-active .product-system-icon-shell,
main[data-cms-section^="product-"] .product-directory-filter a:hover .product-system-icon-shell,
main[data-cms-section^="product-"] .product-directory-filter a.is-active .product-system-icon-shell {
  fill: rgba(255, 255, 255, 0.18);
  stroke: rgba(255, 255, 255, 0.42);
}

main[data-cms-section="products"] .product-directory-filter a:hover .product-system-icon-plate,
main[data-cms-section="products"] .product-directory-filter a.is-active .product-system-icon-plate,
main[data-cms-section^="product-"] .product-directory-filter a:hover .product-system-icon-plate,
main[data-cms-section^="product-"] .product-directory-filter a.is-active .product-system-icon-plate {
  fill: rgba(255, 255, 255, 0.08);
  stroke: rgba(255, 255, 255, 0.28);
}

main[data-cms-section="products"] .product-directory-filter a:hover .product-system-icon-orbit,
main[data-cms-section="products"] .product-directory-filter a.is-active .product-system-icon-orbit,
main[data-cms-section^="product-"] .product-directory-filter a:hover .product-system-icon-orbit,
main[data-cms-section^="product-"] .product-directory-filter a.is-active .product-system-icon-orbit {
  stroke: rgba(255, 255, 255, 0.42);
}

main[data-cms-section="products"] .product-system-copy,
main[data-cms-section^="product-"] .product-system-copy {
  min-width: 0;
  justify-items: start;
  text-align: left;
}

main[data-cms-section="products"] .product-system-copy strong,
main[data-cms-section^="product-"] .product-system-copy strong {
  font-size: clamp(12px, 0.86vw, 14px);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

main[data-cms-section="products"] .product-system-card-index,
main[data-cms-section^="product-"] .product-system-card-index {
  display: none;
}

main[data-cms-section="products"] .product-system-arrow,
main[data-cms-section^="product-"] .product-system-arrow {
  justify-self: end;
  opacity: 0.52;
  transition: opacity 240ms ease, transform 240ms ease;
}

main[data-cms-section="products"] .product-directory-filter a:hover .product-system-arrow,
main[data-cms-section="products"] .product-directory-filter a.is-active .product-system-arrow,
main[data-cms-section^="product-"] .product-directory-filter a:hover .product-system-arrow,
main[data-cms-section^="product-"] .product-directory-filter a.is-active .product-system-arrow {
  opacity: 1;
  transform: translateX(3px);
}

main[data-cms-section="products"] .product-system-icon-grid::before,
main[data-cms-section^="product-"] .product-system-icon-grid::before {
  inset: 12px;
  border: 2px solid currentColor;
}

main[data-cms-section="products"] .product-system-icon-grid::after,
main[data-cms-section^="product-"] .product-system-icon-grid::after {
  top: 20px;
  right: 12px;
  left: 12px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 0 0 currentColor, 8px -8px 0 -7px currentColor;
}

main[data-cms-section="products"] .product-system-icon-compass::before,
main[data-cms-section^="product-"] .product-system-icon-compass::before {
  inset: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

main[data-cms-section="products"] .product-system-icon-compass::after,
main[data-cms-section^="product-"] .product-system-icon-compass::after {
  top: 14px;
  left: 20px;
  width: 2px;
  height: 14px;
  background: currentColor;
  transform: rotate(42deg);
  transform-origin: 50% 100%;
}

main[data-cms-section="products"] .product-system-icon-door::before,
main[data-cms-section^="product-"] .product-system-icon-door::before {
  top: 10px;
  left: 14px;
  width: 14px;
  height: 22px;
  border: 2px solid currentColor;
}

main[data-cms-section="products"] .product-system-icon-door::after,
main[data-cms-section^="product-"] .product-system-icon-door::after {
  top: 21px;
  left: 24px;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

main[data-cms-section="products"] .product-system-icon-cabinet::before,
main[data-cms-section^="product-"] .product-system-icon-cabinet::before,
main[data-cms-section="products"] .product-system-icon-closet::before,
main[data-cms-section^="product-"] .product-system-icon-closet::before {
  top: 12px;
  left: 10px;
  width: 22px;
  height: 18px;
  border: 2px solid currentColor;
}

main[data-cms-section="products"] .product-system-icon-cabinet::after,
main[data-cms-section^="product-"] .product-system-icon-cabinet::after,
main[data-cms-section="products"] .product-system-icon-closet::after,
main[data-cms-section^="product-"] .product-system-icon-closet::after {
  top: 12px;
  left: 20px;
  width: 2px;
  height: 18px;
  background: currentColor;
}

main[data-cms-section="products"] .product-system-icon-cup::before,
main[data-cms-section^="product-"] .product-system-icon-cup::before {
  top: 16px;
  left: 12px;
  width: 15px;
  height: 12px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

main[data-cms-section="products"] .product-system-icon-cup::after,
main[data-cms-section^="product-"] .product-system-icon-cup::after {
  top: 17px;
  left: 25px;
  width: 6px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-radius: 0 7px 7px 0;
}

main[data-cms-section="products"] .product-system-icon-entry::before,
main[data-cms-section^="product-"] .product-system-icon-entry::before {
  top: 12px;
  left: 11px;
  width: 20px;
  height: 18px;
  border: 2px solid currentColor;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

main[data-cms-section="products"] .product-system-icon-entry::after,
main[data-cms-section^="product-"] .product-system-icon-entry::after {
  top: 23px;
  left: 16px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

main[data-cms-section="products"] .product-system-icon-bath::before,
main[data-cms-section^="product-"] .product-system-icon-bath::before {
  top: 20px;
  left: 10px;
  width: 22px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

main[data-cms-section="products"] .product-system-icon-bath::after,
main[data-cms-section^="product-"] .product-system-icon-bath::after {
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-radius: 8px 0 0 0;
}

main[data-cms-section="products"] .product-system-icon-sofa::before,
main[data-cms-section^="product-"] .product-system-icon-sofa::before {
  top: 17px;
  left: 10px;
  width: 22px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 6px 6px 2px 2px;
}

main[data-cms-section="products"] .product-system-icon-sofa::after,
main[data-cms-section^="product-"] .product-system-icon-sofa::after {
  top: 28px;
  left: 13px;
  width: 16px;
  height: 2px;
  background: currentColor;
}

main[data-cms-section="products"] .product-system-icon-bed::before,
main[data-cms-section^="product-"] .product-system-icon-bed::before {
  top: 18px;
  left: 10px;
  width: 23px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

main[data-cms-section="products"] .product-system-icon-bed::after,
main[data-cms-section^="product-"] .product-system-icon-bed::after {
  top: 14px;
  left: 11px;
  width: 8px;
  height: 6px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

main[data-cms-section="products"] .product-system-icon-spark::before,
main[data-cms-section^="product-"] .product-system-icon-spark::before {
  top: 10px;
  left: 20px;
  width: 2px;
  height: 22px;
  background: currentColor;
  transform: rotate(0.125turn);
}

main[data-cms-section="products"] .product-system-icon-spark::after,
main[data-cms-section^="product-"] .product-system-icon-spark::after {
  top: 20px;
  left: 10px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: rotate(0.125turn);
}

main[data-cms-section="products"] .product-directory-grid,
main[data-cms-section^="product-"] .product-directory-grid {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  gap: clamp(22px, 2.4vw, 34px);
}

main[data-cms-section="products"] .product-directory-card,
main[data-cms-section^="product-"] .product-directory-card {
  position: relative;
  border-color: rgba(17, 17, 17, 0.075);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.075);
}

main[data-cms-section="products"] .product-directory-card::before,
main[data-cms-section^="product-"] .product-directory-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}

main[data-cms-section="products"] .product-directory-card:hover::before,
main[data-cms-section^="product-"] .product-directory-card:hover::before {
  opacity: 1;
}

main[data-cms-section="products"] .product-directory-card img,
main[data-cms-section^="product-"] .product-directory-card img {
  aspect-ratio: 4 / 3;
}

main[data-cms-section="products"] .product-directory-card div,
main[data-cms-section^="product-"] .product-directory-card div {
  min-height: 258px;
  gap: 11px;
  padding: clamp(22px, 2vw, 30px);
}

main[data-cms-section="products"] .product-card-index,
main[data-cms-section^="product-"] .product-card-index {
  position: absolute;
  top: clamp(22px, 2vw, 30px);
  right: clamp(22px, 2vw, 30px);
  color: rgba(17, 17, 17, 0.18);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.85;
}

main[data-cms-section="products"] .product-directory-card span:not(.product-card-index),
main[data-cms-section^="product-"] .product-directory-card span:not(.product-card-index) {
  width: fit-content;
  padding-right: 54px;
}

main[data-cms-section="products"] .product-directory-card h3,
main[data-cms-section^="product-"] .product-directory-card h3 {
  max-width: 340px;
  font-size: clamp(21px, 1.9vw, 30px);
  line-height: 1.07;
}

main[data-cms-section="products"] .product-directory-card p,
main[data-cms-section^="product-"] .product-directory-card p {
  max-width: 390px;
  color: var(--body-copy-color);
}

main[data-cms-section="products"] .product-card-action,
main[data-cms-section^="product-"] .product-card-action {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  border-bottom: 0;
}

main[data-cms-section="products"] .product-card-action::after,
main[data-cms-section^="product-"] .product-card-action::after {
  width: 26px;
  height: 1px;
  content: "";
  background: var(--red);
  transition: width 220ms ease;
}

main[data-cms-section="products"] .product-directory-card:hover .product-card-action::after,
main[data-cms-section^="product-"] .product-directory-card:hover .product-card-action::after {
  width: 42px;
}

main[data-cms-section="products"] .product-directory-pagination,
main[data-cms-section^="product-"] .product-directory-pagination,
main[data-cms-section="projects"] .content-list-pagination,
main[data-cms-section^="project-"] .content-list-pagination,
main[data-cms-section="news"] .content-list-pagination {
  align-items: center;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

main[data-cms-section="products"] .product-directory-pagination a,
main[data-cms-section^="product-"] .product-directory-pagination a,
main[data-cms-section="projects"] .content-list-pagination a,
main[data-cms-section^="project-"] .content-list-pagination a,
main[data-cms-section="news"] .content-list-pagination a {
  min-width: 44px;
  height: 44px;
  border-color: rgba(17, 17, 17, 0.1);
}

main[data-cms-section="products"] .product-directory-pagination a:hover,
main[data-cms-section="products"] .product-directory-pagination a.is-active,
main[data-cms-section^="product-"] .product-directory-pagination a:hover,
main[data-cms-section^="product-"] .product-directory-pagination a.is-active,
main[data-cms-section="projects"] .content-list-pagination a:hover,
main[data-cms-section="projects"] .content-list-pagination a.is-active,
main[data-cms-section^="project-"] .content-list-pagination a:hover,
main[data-cms-section^="project-"] .content-list-pagination a.is-active,
main[data-cms-section="news"] .content-list-pagination a:hover,
main[data-cms-section="news"] .content-list-pagination a.is-active {
  border-color: var(--red);
}

main[data-cms-section="products"] .product-directory-pagination .product-page-step,
main[data-cms-section^="product-"] .product-directory-pagination .product-page-step,
main[data-cms-section="projects"] .content-list-pagination .product-page-step,
main[data-cms-section^="project-"] .content-list-pagination .product-page-step,
main[data-cms-section="news"] .content-list-pagination .product-page-step {
  min-width: 92px;
  color: rgba(47, 47, 47, 0.74);
}

main[data-cms-section="products"] .product-directory-pagination a.is-disabled,
main[data-cms-section^="product-"] .product-directory-pagination a.is-disabled,
main[data-cms-section="projects"] .content-list-pagination a.is-disabled,
main[data-cms-section^="project-"] .content-list-pagination a.is-disabled,
main[data-cms-section="news"] .content-list-pagination a.is-disabled {
  background: #f7f8fa;
  border-color: rgba(17, 17, 17, 0.06);
}

/* Product directory image-over-copy redesign */
main[data-cms-section="products"] .product-category-cover-panel,
main[data-cms-section^="product-"] .product-category-cover-panel {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "media"
    "copy";
  gap: 0;
  max-width: 1480px;
  margin-right: auto;
  margin-bottom: clamp(36px, 4vw, 64px);
  margin-left: auto;
  padding: clamp(18px, 2.4vw, 34px);
  overflow: visible;
  background:
    linear-gradient(180deg, #f5f6f8 0%, #f5f6f8 68%, #ffffff 68%, #ffffff 100%);
  perspective: none;
  isolation: isolate;
}

main[data-cms-section="products"] .product-category-cover-panel::after,
main[data-cms-section^="product-"] .product-category-cover-panel::after {
  right: clamp(24px, 4vw, 66px);
  bottom: clamp(92px, 8vw, 132px);
  width: clamp(140px, 14vw, 240px);
  height: 4px;
  background: var(--red);
  opacity: 0.9;
  transform: none;
}

main[data-cms-section="products"] .product-directory-cover,
main[data-cms-section^="product-"] .product-directory-cover {
  grid-area: media;
  width: 100%;
  min-height: clamp(340px, 38vw, 560px);
  aspect-ratio: 16 / 6.8;
  border: 0;
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.14);
  transform: none;
}

main[data-cms-section="products"] .product-directory-cover img,
main[data-cms-section^="product-"] .product-directory-cover img {
  min-height: clamp(340px, 38vw, 560px);
}

main[data-cms-section="products"] .product-directory-cover::before,
main[data-cms-section^="product-"] .product-directory-cover::before {
  height: 42%;
  background:
    linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.32)),
    linear-gradient(90deg, rgba(17, 17, 17, 0.18), transparent 34%);
}

main[data-cms-section="products"] .product-directory-title,
main[data-cms-section^="product-"] .product-directory-title {
  grid-area: copy;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.48fr);
  gap: clamp(18px, 3vw, 44px);
  align-items: end;
  margin: 0;
  padding: clamp(26px, 3vw, 44px) clamp(24px, 3.6vw, 58px);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.075);
  border-top: 0;
  box-shadow: 0 22px 68px rgba(17, 17, 17, 0.07);
  transform: none;
}

main[data-cms-section="products"] .product-category-cover-panel .product-directory-title,
main[data-cms-section^="product-"] .product-category-cover-panel .product-directory-title {
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: 0 22px 68px rgba(17, 17, 17, 0.07);
  transform: none;
}

main[data-cms-section="products"] .product-directory-title::before,
main[data-cms-section^="product-"] .product-directory-title::before {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0));
}

main[data-cms-section="products"] .product-directory-title .breadcrumb,
main[data-cms-section^="product-"] .product-directory-title .breadcrumb,
main[data-cms-section="products"] .product-directory-title .eyebrow,
main[data-cms-section^="product-"] .product-directory-title .eyebrow,
main[data-cms-section="products"] .product-directory-title h1,
main[data-cms-section^="product-"] .product-directory-title h1 {
  grid-column: 1;
}

main[data-cms-section="products"] .product-directory-title h1,
main[data-cms-section^="product-"] .product-directory-title h1 {
  max-width: 620px;
}

main[data-cms-section="products"] .product-directory-title p:not(.eyebrow),
main[data-cms-section^="product-"] .product-directory-title p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  max-width: none;
  padding: clamp(18px, 2vw, 24px) clamp(18px, 2.2vw, 28px);
  background:
    linear-gradient(90deg, rgba(215, 25, 32, 0.075), rgba(247, 248, 250, 0.92));
  border-left: 3px solid var(--red);
  font-size: clamp(14px, 1vw, 16px);
}

main[data-cms-section="products"] .product-system-icon,
main[data-cms-section^="product-"] .product-system-icon {
  color: inherit;
  filter: drop-shadow(0 12px 20px rgba(17, 17, 17, 0.08));
}

main[data-cms-section="products"] .product-directory-filter a.is-active .product-system-icon,
main[data-cms-section^="product-"] .product-directory-filter a.is-active .product-system-icon {
  color: #ffffff;
}

/* Product category full-bleed cover */
main[data-cms-section="products"].page-main,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]).page-main {
  padding-top: 72px;
}

main[data-cms-section="products"] > .product-directory-section,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) > .product-directory-section {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

main[data-cms-section="products"] .product-category-cover-panel,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-category-cover-panel {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background: #ffffff;
}

main[data-cms-section="products"] .product-category-cover-panel::after,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-category-cover-panel::after {
  display: none;
}

main[data-cms-section="products"] .product-directory-cover,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-directory-cover {
  width: 100%;
  height: calc(100vh - 72px);
  height: calc(100svh - 72px);
  min-height: 420px;
  aspect-ratio: auto;
  box-shadow: none;
}

main[data-cms-section="products"] .product-directory-cover img,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-directory-cover img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 1320px) {
  main[data-cms-section="products"].page-main,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]).page-main {
    padding-top: 68px;
  }

  main[data-cms-section="products"] .product-directory-cover,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-directory-cover {
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
  }
}

/* Project category full-bleed cover */
main[data-cms-section^="project-"].page-main {
  padding-top: 72px;
}

main[data-cms-section="projects"] > .project-directory-section,
main[data-cms-section^="project-"] > .project-directory-section {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

main[data-cms-section="projects"] .project-category-cover-panel,
main[data-cms-section^="project-"] .project-category-cover-panel {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background: #ffffff;
}

main[data-cms-section="projects"] .project-category-cover-panel::after,
main[data-cms-section^="project-"] .project-category-cover-panel::after {
  display: none;
}

main[data-cms-section="projects"] .project-directory-cover,
main[data-cms-section^="project-"] .project-directory-cover {
  width: 100%;
  height: calc(100vh - 72px);
  height: calc(100svh - 72px);
  min-height: 420px;
  aspect-ratio: auto;
  box-shadow: none;
}

main[data-cms-section="projects"] .project-directory-cover img,
main[data-cms-section^="project-"] .project-directory-cover img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

main[data-cms-section="projects"] .project-category-cover-panel .project-directory-title,
main[data-cms-section^="project-"] .project-category-cover-panel .project-directory-title {
  margin-top: 0;
}

@media (max-width: 1320px) {
  main[data-cms-section^="project-"].page-main {
    padding-top: 68px;
  }

  main[data-cms-section="projects"] .project-directory-cover,
  main[data-cms-section^="project-"] .project-directory-cover {
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
  }
}

@media (max-width: 900px) {
  main[data-cms-section="products"] .product-directory-cover,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-directory-cover,
  main[data-cms-section="products"] .product-directory-cover img,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-directory-cover img {
    min-height: 240px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 1180px) {
  main[data-cms-section="products"] .product-directory-toolbar,
  main[data-cms-section^="product-"] .product-directory-toolbar {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="products"] .product-directory-filter,
  main[data-cms-section^="product-"] .product-directory-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-directory-toolbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "filters"
      "range";
  }

  .project-directory-toolbar > div:first-child {
    min-height: 0;
    box-shadow: 8px 8px 0 rgba(215, 25, 32, 0.1);
  }

  .project-directory-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  main[data-cms-section="products"] .product-directory-filter,
  main[data-cms-section^="product-"] .product-directory-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-category-cover-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
    padding: 0;
    background: #ffffff;
  }

  .project-category-cover-panel::after {
    display: none;
  }

  .project-directory-title {
    max-width: none;
    box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
    transform: none;
  }

  .project-directory-cover,
  .project-directory-cover img {
    min-height: 240px;
    transform: none;
  }

  main[data-cms-section="projects"] .project-category-cover-panel,
  main[data-cms-section^="project-"] .project-category-cover-panel {
    grid-template-areas:
      "media"
      "copy";
    gap: 0;
    margin-bottom: 34px;
  }

  main[data-cms-section="projects"] .project-directory-title,
  main[data-cms-section^="project-"] .project-directory-title {
    width: calc(100% - 28px);
    margin-top: -42px;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 24px 20px;
  }

  main[data-cms-section="projects"] .project-directory-title .breadcrumb,
  main[data-cms-section^="project-"] .project-directory-title .breadcrumb,
  main[data-cms-section="projects"] .project-directory-title .eyebrow,
  main[data-cms-section^="project-"] .project-directory-title .eyebrow,
  main[data-cms-section="projects"] .project-directory-title h1,
  main[data-cms-section^="project-"] .project-directory-title h1,
  main[data-cms-section="projects"] .project-directory-title p:not(.eyebrow),
  main[data-cms-section^="project-"] .project-directory-title p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  main[data-cms-section="projects"] .project-directory-title p:not(.eyebrow),
  main[data-cms-section^="project-"] .project-directory-title p:not(.eyebrow) {
    max-width: none;
    padding-left: 16px;
  }

  .project-directory-toolbar {
    padding: 20px;
  }

  .project-directory-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-directory-grid {
    grid-template-columns: 1fr;
  }

  .project-directory-card {
    transform: none;
  }

  main[data-cms-section="products"] .product-category-cover-panel,
  main[data-cms-section^="product-"] .product-category-cover-panel {
    gap: 24px;
    margin-bottom: 28px;
    padding: 0;
    background: #ffffff;
  }

  main[data-cms-section="products"] .product-category-cover-panel::after,
  main[data-cms-section^="product-"] .product-category-cover-panel::after {
    display: none;
  }

  main[data-cms-section="products"] .product-directory-title,
  main[data-cms-section^="product-"] .product-directory-title {
    box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
    transform: none;
  }

  main[data-cms-section="products"] .product-directory-cover,
  main[data-cms-section^="product-"] .product-directory-cover,
  main[data-cms-section="products"] .product-directory-cover img,
  main[data-cms-section^="product-"] .product-directory-cover img {
    min-height: 240px;
    transform: none;
  }

  main[data-cms-section="products"] .product-directory-toolbar,
  main[data-cms-section^="product-"] .product-directory-toolbar {
    padding: 20px;
  }

  main[data-cms-section="products"] .product-directory-card div,
  main[data-cms-section^="product-"] .product-directory-card div {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .project-directory-toolbar {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
    padding: 16px 14px 18px;
    border-right: 0;
    border-left: 0;
  }

  .project-directory-toolbar > div:first-child {
    padding: 18px;
  }

  .project-directory-toolbar strong {
    max-width: none;
    font-size: 24px;
  }

  .project-directory-filter {
    display: grid;
    grid-auto-columns: minmax(168px, 72vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    padding: 0 14px 4px 0;
    margin-right: -14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .project-directory-filter::-webkit-scrollbar {
    display: none;
  }

  .project-directory-filter a {
    min-height: 76px;
    scroll-snap-align: start;
  }

}

@media (max-width: 620px) {
  main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
  main[data-cms-section="manufacturing"] .manufacturing-process-section,
  main[data-cms-section="manufacturing"] .manufacturing-lines-section,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
  main[data-cms-section="manufacturing"] .manufacturing-capability-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-process,
  main[data-cms-section="manufacturing"] .manufacturing-capability,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
  main[data-cms-section="manufacturing"] .manufacturing-process-copy,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-highlight-list,
  main[data-cms-section="manufacturing"] .manufacturing-capability-points {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  main[data-cms-section="products"],
  main[data-cms-section="projects"],
  main[data-cms-section^="product-"],
  main[data-cms-section^="project-"] {
    overflow-x: clip;
  }

  main[data-cms-section="products"] .product-directory-toolbar,
  main[data-cms-section^="product-"] .product-directory-toolbar,
  main[data-cms-section="projects"] .project-directory-toolbar,
  main[data-cms-section^="project-"] .project-directory-toolbar {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 14px;
    box-sizing: border-box;
  }

  main[data-cms-section="projects"] .project-directory-toolbar,
  main[data-cms-section^="project-"] .project-directory-toolbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "filters";
    gap: 12px;
  }

  main[data-cms-section="projects"] .project-directory-toolbar > div:first-child,
  main[data-cms-section^="project-"] .project-directory-toolbar > div:first-child {
    width: 100%;
    max-width: none;
    min-height: 82px;
    padding: 18px;
  }

  main[data-cms-section="projects"] .project-directory-filter,
  main[data-cms-section^="project-"] .project-directory-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 10px;
    width: 100%;
    margin-right: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  main[data-cms-section="projects"] .project-directory-filter a,
  main[data-cms-section^="project-"] .project-directory-filter a {
    min-height: 76px;
    width: 100%;
    padding: 14px;
    scroll-snap-align: none;
  }

  main[data-cms-section="products"] .product-directory-filter,
  main[data-cms-section^="product-"] .product-directory-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  main[data-cms-section="products"] .product-directory-filter a,
  main[data-cms-section^="product-"] .product-directory-filter a {
    min-height: 76px;
    width: 100%;
    grid-template-columns: 34px minmax(0, 1fr) 14px;
    gap: 8px;
    padding: 12px 10px;
    scroll-snap-align: none;
  }

  main[data-cms-section="products"] .product-system-icon,
  main[data-cms-section^="product-"] .product-system-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  main[data-cms-section="products"] .product-system-copy strong,
  main[data-cms-section^="product-"] .product-system-copy strong {
    font-size: 11px;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  main[data-cms-section="products"] .product-directory-pagination,
  main[data-cms-section^="product-"] .product-directory-pagination,
  main[data-cms-section="projects"] .content-list-pagination,
  main[data-cms-section^="project-"] .content-list-pagination,
  main[data-cms-section="news"] .content-list-pagination {
    justify-content: space-between;
  }

  main[data-cms-section="products"] .product-directory-pagination a:not(.product-page-step),
  main[data-cms-section^="product-"] .product-directory-pagination a:not(.product-page-step),
  main[data-cms-section="projects"] .content-list-pagination a:not(.product-page-step),
  main[data-cms-section^="project-"] .content-list-pagination a:not(.product-page-step),
  main[data-cms-section="news"] .content-list-pagination a:not(.product-page-step) {
    width: 40px;
    min-width: 40px;
  }

  main[data-cms-section="products"] .product-directory-pagination,
  main[data-cms-section^="product-"] .product-directory-pagination,
  main[data-cms-section="projects"] .project-directory-pagination,
  main[data-cms-section^="project-"] .project-directory-pagination,
  main[data-cms-section="projects"] .content-list-pagination,
  main[data-cms-section^="project-"] .content-list-pagination,
  main[data-cms-section="news"] .content-list-pagination {
    display: none !important;
  }
}

/* About + Manufacturing final polish: CMS anchor pages */
body:has(main[data-cms-section="about"]),
body:has(main[data-cms-section="manufacturing"]) {
  overflow-x: clip;
}

main[data-cms-section="about"] .consultation-panel {
  isolation: isolate;
}

main[data-cms-section="about"] .consultation-panel::before {
  animation: inquiryAmbientSweep 8200ms ease-in-out infinite;
}

main[data-cms-section="about"] .consultation-panel .consultation-form input:focus,
main[data-cms-section="about"] .consultation-panel .consultation-form select:focus,
main[data-cms-section="about"] .consultation-panel .consultation-form textarea:focus {
  border-color: rgba(215, 25, 32, 0.72);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.1);
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(215, 25, 32, 0.24), transparent 27%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.84)),
    url("assets/footer/footbg.png") center / cover no-repeat,
    #050505;
  isolation: isolate;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section::before {
  z-index: -1;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head h2,
main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head > p {
  color: #ffffff;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head > p {
  opacity: 0.72;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card {
  border-color: rgba(255, 255, 255, 0.1);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section {
  position: relative;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 43%, #f5f6f8 43%, #f5f6f8 100%);
  overflow: hidden;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse {
  background:
    linear-gradient(90deg, #f5f6f8 0%, #f5f6f8 57%, #ffffff 57%, #ffffff 100%);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section::before {
  position: absolute;
  top: clamp(52px, 6vw, 92px);
  right: clamp(28px, 6vw, 96px);
  width: clamp(86px, 10vw, 150px);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.9), rgba(215, 25, 32, 0));
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail {
  grid-template-columns: minmax(620px, 1.18fr) minmax(420px, 0.82fr);
  gap: clamp(22px, 2.6vw, 42px);
  max-width: 1480px;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail {
  grid-template-columns: minmax(420px, 0.82fr) minmax(620px, 1.18fr);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-media {
  position: relative;
  z-index: 1;
  min-height: clamp(420px, 38vw, 620px);
  box-shadow: 0 42px 96px rgba(17, 17, 17, 0.18);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 600px;
  margin-left: clamp(-44px, -2.8vw, -24px);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 68px rgba(17, 17, 17, 0.12), -10px 14px 0 rgba(255, 255, 255, 0.68);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-copy {
  margin-right: clamp(-44px, -2.8vw, -24px);
  margin-left: 0;
  box-shadow: 0 26px 68px rgba(17, 17, 17, 0.12), 10px 14px 0 rgba(255, 255, 255, 0.68);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy h2 {
  max-width: 520px;
  font-size: clamp(28px, 2.55vw, 42px);
  line-height: 1.06;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail li,
main[data-cms-section="manufacturing"] .manufacturing-capability li {
  transition:
    transform 240ms ease,
    background 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail li:hover,
main[data-cms-section="manufacturing"] .manufacturing-capability li:hover {
  background: #ffffff;
  border-left-color: #9f0f15;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.08);
  transform: translateX(6px);
}

@keyframes inquiryAmbientSweep {
  0%,
  44% {
    opacity: 0.72;
    transform: translateX(-8%);
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 0.72;
    transform: translateX(8%);
  }
}

@media (prefers-reduced-motion: reduce) {
  main[data-cms-section="about"] .consultation-panel::before,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail li,
  main[data-cms-section="manufacturing"] .manufacturing-capability li {
    animation: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  body:has(main[data-cms-section="about"]),
  body:has(main[data-cms-section="manufacturing"]) {
    overflow-x: hidden;
  }

  main[data-cms-section="about"] .about-showcase-media {
    width: 100%;
    clip-path: none;
  }

  main[data-cms-section="about"] .consultation-panel .consultation-copy::after {
    max-width: 100%;
    overflow: hidden;
  }

  main[data-cms-section="manufacturing"] .manufacturing-lines-section {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.9)),
      url("assets/footer/footbg.png") center / cover no-repeat,
      #050505;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse {
    background: #ffffff;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section::before {
    display: none;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    width: 100%;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-media {
    order: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-media,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-copy {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
    transform: none;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-copy {
    padding: 24px 22px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail li:hover,
  main[data-cms-section="manufacturing"] .manufacturing-capability li:hover {
    transform: none;
  }
}

/* Final polish: Projects list, category, and detail pages */
@media (min-width: 901px) {
  main[data-cms-section="projects"] .page-hero,
  main[data-cms-section^="project-"] .page-hero {
    grid-template-columns: minmax(520px, 0.9fr) minmax(520px, 1.1fr);
    min-height: clamp(540px, 44vw, 680px);
    padding: clamp(48px, 5vw, 76px) clamp(48px, 5vw, 86px);
    background:
      linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #f4f6f8 42%, #f4f6f8 100%),
      radial-gradient(circle at 82% 18%, rgba(215, 25, 32, 0.08), transparent 28%);
  }

  main[data-cms-section="projects"] .page-hero > div,
  main[data-cms-section^="project-"] .page-hero > div {
    width: min(680px, 100%);
    max-width: 680px;
    margin-right: clamp(-98px, -4.8vw, -58px);
    padding: clamp(34px, 3.2vw, 48px);
    transform: translate3d(clamp(54px, 4.6vw, 88px), -6px, 56px);
  }

  main[data-cms-section="projects"] .page-hero h1,
  main[data-cms-section^="project-"] .page-hero h1 {
    max-width: 620px;
    font-size: clamp(48px, 5.4vw, 82px);
    line-height: 0.96;
  }

  main[data-cms-section="projects"] .page-hero p:not(.eyebrow),
  main[data-cms-section^="project-"] .page-hero p:not(.eyebrow) {
    max-width: 560px;
    font-size: clamp(16px, 1.18vw, 18px);
  }

  main[data-cms-section="projects"] .page-hero-media,
  main[data-cms-section^="project-"] .page-hero-media {
    min-height: clamp(420px, 36vw, 620px);
    aspect-ratio: 16 / 10;
  }
}

main[data-cms-section="projects"] .project-showcase,
main[data-cms-section^="project-"] .project-showcase {
  padding-top: clamp(58px, 6vw, 96px);
}

main[data-cms-section="projects"] .project-showcase-head,
main[data-cms-section^="project-"] .project-showcase-head {
  max-width: 1480px;
}

main[data-cms-section="projects"] .project-category-rail,
main[data-cms-section^="project-"] .project-category-rail {
  align-items: stretch;
  max-width: 1480px;
  margin-bottom: clamp(30px, 4vw, 56px);
  background: rgba(17, 17, 17, 0.14);
  border-color: rgba(17, 17, 17, 0.12);
}

main[data-cms-section="projects"] .project-category-rail a,
main[data-cms-section^="project-"] .project-category-rail a {
  display: grid;
  height: clamp(118px, 10vw, 156px);
  min-height: 0;
  align-items: end;
  padding: 18px;
}

main[data-cms-section="projects"] .project-category-rail a::after,
main[data-cms-section^="project-"] .project-category-rail a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.05), rgba(17, 17, 17, 0.72));
  pointer-events: none;
}

main[data-cms-section="projects"] .project-category-rail img,
main[data-cms-section^="project-"] .project-category-rail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

main[data-cms-section="projects"] .project-category-rail span,
main[data-cms-section^="project-"] .project-category-rail span {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
}

main[data-cms-section="projects"] .project-feature,
main[data-cms-section^="project-"] .project-feature,
main[data-cms-section="projects"] .project-tile-grid,
main[data-cms-section^="project-"] .project-tile-grid {
  max-width: 1480px;
}

main[data-cms-section^="project-detail-"] .product-detail-section {
  padding-top: clamp(70px, 7vw, 110px);
}

main[data-cms-section^="project-detail-"] .product-detail-copy h1 {
  font-size: clamp(32px, 3.8vw, 54px);
}

.product-detail-related .section-heading h2 {
  font-size: clamp(24px, 2.8vw, 38px);
}

main[data-cms-section^="project-detail-"] .product-detail-media {
  min-height: auto;
  aspect-ratio: 16 / 9;
  max-height: 520px;
}

main[data-cms-section^="project-detail-"] .product-detail-related .project-tile-grid:empty {
  display: none;
}

@media (max-width: 900px) {
  main[data-cms-section="projects"] .page-hero > div,
  main[data-cms-section^="project-"] .page-hero > div {
    width: auto;
    transform: none;
  }

  main[data-cms-section="projects"] .project-category-rail,
  main[data-cms-section^="project-"] .project-category-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="projects"] .project-category-rail a,
  main[data-cms-section^="project-"] .project-category-rail a {
    height: 118px;
  }
}

@media (max-width: 560px) {
  main[data-cms-section="projects"] .project-category-rail,
  main[data-cms-section^="project-"] .project-category-rail {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="projects"] .project-category-rail a,
  main[data-cms-section^="project-"] .project-category-rail a {
    height: 104px;
  }
}

/* Technology page: CMS-managed anchor sections */
main[data-cms-section="technology"] {
  background: #ffffff;
  overflow-x: clip;
}

.technology-overview-section {
  padding-top: clamp(76px, 8vw, 126px);
  padding-bottom: clamp(70px, 7vw, 112px);
  background: #111111;
  color: #ffffff;
}

[data-anchor-nav] {
  position: sticky;
  top: var(--sticky-subnav-top);
  z-index: 20;
  width: 100%;
  overflow-anchor: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.technology-overview-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: end;
  max-width: 1560px;
  margin: 0 auto;
}

[data-anchor-nav].is-condensed {
  padding-top: 7px;
  padding-bottom: 7px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

[data-anchor-nav].is-condensed .technology-overview-shell {
  min-height: 0;
  display: block;
  align-items: center;
  max-width: none;
}

[data-anchor-nav].is-condensed .technology-overview-copy {
  display: none;
}

[data-anchor-nav].is-condensed .technology-anchor-grid {
  width: min(980px, calc(100vw - 72px));
  max-width: none;
  margin: 0 auto;
  background: rgba(17, 17, 17, 0.12);
  border-color: rgba(17, 17, 17, 0.12);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.14);
}

.technology-overview-copy h2 {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 0.98;
}

.technology-overview-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.76;
}

.technology-anchor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.technology-anchor-card {
  min-width: 0;
  min-height: 228px;
  padding: clamp(22px, 2vw, 26px);
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.technology-anchor-card:hover {
  transform: translateY(-8px);
  background: var(--red);
  color: #ffffff;
}

.technology-anchor-card.is-active {
  background: var(--red);
  color: #ffffff;
}

.technology-anchor-card span,
.technology-feature-copy .eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.technology-anchor-card:hover span,
.technology-anchor-card.is-active span {
  color: #ffffff;
}

.technology-anchor-card strong {
  display: block;
  max-width: 14ch;
  margin: 0;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.08;
}

.technology-anchor-card em {
  display: block;
  margin-top: 18px;
  color: #555555;
  font-size: 14px;
  font-style: normal;
  line-height: 1.64;
}

.technology-anchor-card:hover em,
.technology-anchor-card.is-active em {
  color: rgba(255, 255, 255, 0.82);
}

[data-anchor-nav].is-condensed .technology-anchor-card {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #ffffff;
  color: #111111;
}

[data-anchor-nav].is-condensed .technology-anchor-card:hover,
[data-anchor-nav].is-condensed .technology-anchor-card.is-active {
  transform: none;
  background: #111111;
  color: #ffffff;
}

[data-anchor-nav].is-condensed .technology-anchor-card span,
[data-anchor-nav].is-condensed .technology-anchor-card em {
  display: none;
}

[data-anchor-nav].is-condensed .technology-anchor-card strong {
  max-width: none;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.technology-feature-section {
  scroll-margin-top: 112px;
  padding: clamp(72px, 8vw, 124px) 56px;
  background: #ffffff;
}

.technology-feature-section:nth-of-type(even) {
  background: #f6f7f8;
}

.technology-feature-shell {
  display: grid;
  grid-template-columns: minmax(360px, 1.04fr) minmax(320px, 0.96fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
}

.technology-feature-section.reverse .technology-feature-media {
  order: 2;
}

.technology-feature-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.16);
}

.technology-feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: clamp(360px, 36vw, 580px);
  object-fit: cover;
  transition: transform 500ms ease;
}

.technology-feature-media:hover img {
  transform: scale(1.035);
}

.technology-feature-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.technology-feature-media figcaption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  background: rgba(17, 17, 17, 0.72);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.technology-feature-copy {
  min-width: 0;
}

.technology-feature-copy h2 {
  max-width: 660px;
  margin: 0;
  color: #111111;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1;
}

.technology-feature-lede {
  max-width: 700px;
  margin: 24px 0 0;
  color: #555555;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
}

.technology-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: #d8dde2;
  border: 1px solid #d8dde2;
}

.technology-proof-grid article {
  min-width: 0;
  padding: 22px 18px;
  background: #ffffff;
}

.technology-feature-section:nth-of-type(even) .technology-proof-grid article {
  background: #fdfdfd;
}

.technology-proof-grid strong {
  display: block;
  color: #111111;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1;
}

.technology-proof-grid span {
  display: block;
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
  line-height: 1.45;
}

.technology-point-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.technology-point-list li {
  position: relative;
  min-width: 0;
  padding: 16px 18px 16px 42px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: #444444;
  font-size: 15px;
  line-height: 1.68;
}

.technology-point-list li::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--red);
}

.technology-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1480px;
  margin: clamp(34px, 5vw, 70px) auto 0;
  background: #111111;
}

.technology-step-list article {
  min-width: 0;
  padding: clamp(24px, 2.8vw, 38px);
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.technology-step-list span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.technology-step-list h3 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.12;
}

.technology-step-list p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .technology-overview-shell,
  .technology-feature-shell {
    grid-template-columns: 1fr;
  }

  .technology-feature-section.reverse .technology-feature-media {
    order: 0;
  }

  .technology-anchor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  main[data-cms-section="technology"] .page-hero-copy {
    margin-right: 0;
    transform: none;
  }

  .technology-overview-section,
  .technology-feature-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .technology-anchor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-proof-grid,
  .technology-step-list {
    grid-template-columns: 1fr;
  }

  .technology-anchor-card {
    min-height: 168px;
  }

  [data-anchor-nav].is-condensed {
    padding: 6px 0;
  }

  [data-anchor-nav].is-condensed .technology-anchor-grid {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    scroll-snap-type: x mandatory;
  }

  [data-anchor-nav].is-condensed .technology-anchor-card {
    flex: 0 0 48vw;
    min-height: 46px;
    padding: 8px 12px;
    scroll-snap-align: start;
  }

  .technology-feature-media img {
    min-height: 300px;
  }

  .technology-feature-media figcaption {
    position: static;
    padding: 12px;
    background: #111111;
  }

  .technology-point-list li {
    padding-right: 16px;
  }
}

/* Cooperation page: CMS-managed partner anchor sections */
main[data-cms-section="cooperation"] {
  background: #ffffff;
  overflow-x: clip;
  overflow-anchor: none;
}

.cooperation-overview-section {
  padding: 0 56px;
  padding-top: clamp(76px, 8vw, 126px);
  padding-bottom: clamp(42px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.96)),
    url("assets/materials/cooperation/partners-showroom.png") center / cover;
  color: #111111;
  isolation: isolate;
}

.cooperation-overview-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px);
  background-size: 150px 150px;
  opacity: 0.5;
}

.cooperation-overview-section::after {
  position: absolute;
  top: clamp(34px, 5vw, 72px);
  right: 56px;
  width: clamp(82px, 9vw, 150px);
  height: 3px;
  content: "";
  background: var(--red);
}

.cooperation-overview-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
  max-width: 1560px;
  margin: 0 auto;
}

.cooperation-overview-copy {
  min-width: 0;
}

.cooperation-overview-copy h2 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 0.98;
}

.cooperation-overview-copy.reveal {
  opacity: 1;
  filter: none;
  transform: none;
}

.cooperation-overview-copy .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.cooperation-overview-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.78;
}

.cooperation-overview-media {
  display: none;
}

.cooperation-overview-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cooperation-partner-network {
  position: relative;
  min-height: clamp(520px, 45vw, 700px);
  aspect-ratio: 16 / 7.4;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.94)),
    #f4f1ed;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 36px 110px rgba(17, 17, 17, 0.12);
  isolation: isolate;
}

.cooperation-partner-network.reveal {
  opacity: 1;
  filter: none;
  transform: none;
}

.cooperation-network-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(0.82) brightness(1.16);
}

.cooperation-partner-network::before,
.cooperation-partner-network::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.cooperation-partner-network::before {
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 52% 106%, rgba(215, 25, 32, 0.18), transparent 28%);
}

.cooperation-partner-network::after {
  top: 0;
  right: 0;
  width: 28%;
  height: 1px;
  background: linear-gradient(90deg, rgba(215, 25, 32, 0), rgba(215, 25, 32, 0.78));
}

.cooperation-network-heading {
  position: absolute;
  top: clamp(28px, 3.8vw, 58px);
  left: clamp(28px, 4.5vw, 72px);
  z-index: 4;
}

.cooperation-network-heading .eyebrow {
  margin: 0;
  color: var(--red);
  font-size: clamp(30px, 3.8vw, 62px);
  font-weight: 900;
  line-height: 0.98;
}

.cooperation-network-heading strong {
  display: block;
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.48);
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
}

.cooperation-partner-panel {
  position: absolute;
  top: clamp(66px, 5.2vw, 96px);
  right: clamp(30px, 4.2vw, 68px);
  z-index: 7;
  width: min(36%, 560px);
  min-height: clamp(176px, 15vw, 226px);
  padding: clamp(24px, 2.6vw, 38px) clamp(26px, 2.9vw, 46px) clamp(24px, 2.6vw, 38px) clamp(30px, 3.1vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(215, 25, 32, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 26px 72px rgba(17, 17, 17, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.cooperation-partner-panel::before {
  position: absolute;
  top: clamp(20px, 2vw, 30px);
  bottom: clamp(20px, 2vw, 30px);
  left: 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, var(--red), rgba(215, 25, 32, 0));
}

.cooperation-partner-panel h2 {
  position: relative;
  margin: 0;
  color: var(--red);
  font-size: clamp(22px, 1.9vw, 34px);
  line-height: 1.12;
}

.cooperation-partner-panel p {
  position: relative;
  margin: 18px 0 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.72;
}

.partner-orbit-svg {
  position: absolute;
  inset: 16% 2% -7%;
  z-index: 1;
  width: 96%;
  height: 92%;
  overflow: visible;
  pointer-events: none;
}

.partner-orbit {
  fill: none;
  stroke: rgba(124, 130, 135, 0.36);
  stroke-width: 0.38;
  vector-effect: non-scaling-stroke;
}

.partner-orbit-soft {
  stroke: rgba(124, 130, 135, 0.22);
  stroke-width: 0.28;
}

.cooperation-partner-core {
  position: absolute;
  left: 50%;
  bottom: clamp(-190px, -12vw, -118px);
  z-index: 2;
  width: clamp(300px, 29vw, 470px);
  aspect-ratio: 1;
  display: grid;
  place-items: start center;
  padding-top: clamp(84px, 8vw, 132px);
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 56%, #ffffff 0 42%, transparent 43%),
    radial-gradient(circle, var(--red) 0 68%, transparent 69%);
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0.92;
  box-shadow: 0 -16px 60px rgba(215, 25, 32, 0.16);
}

.cooperation-partner-core::before {
  position: absolute;
  inset: 11%;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.cooperation-partner-core span {
  position: relative;
  z-index: 1;
  color: var(--red);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 900;
}

.cooperation-partner-nodes {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.partner-node {
  position: absolute;
  z-index: 3;
  left: var(--node-x);
  top: var(--node-y);
  width: clamp(92px, 8.2vw, 148px);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: rgba(246, 247, 247, 0.94);
  border: clamp(6px, 0.7vw, 10px) solid var(--red);
  border-radius: 50%;
  color: #222222;
  text-align: center;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.68), 0 20px 46px rgba(17, 17, 17, 0.08);
  transform: translate(-50%, -50%);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.partner-node:hover {
  transform: translate(-50%, -50%) scale(1.045);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.82), 0 28px 68px rgba(215, 25, 32, 0.16);
}

.partner-node-gray {
  border-color: #8d9296;
}

.partner-node-small {
  width: clamp(74px, 5.7vw, 104px);
  border-width: clamp(5px, 0.52vw, 8px);
}

.partner-node-large {
  width: clamp(112px, 9.6vw, 168px);
}

.partner-node strong {
  display: block;
  max-width: 100%;
  color: inherit;
  font-size: clamp(13px, 1.2vw, 24px);
  font-weight: 900;
  line-height: 1;
}

.partner-node-small strong {
  font-size: clamp(10px, 0.78vw, 14px);
}

.partner-node em {
  display: block;
  max-width: 12ch;
  margin-top: 7px;
  color: rgba(17, 17, 17, 0.48);
  font-size: clamp(8px, 0.62vw, 10px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
}

.cooperation-anchor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  background: rgba(17, 17, 17, 0.12);
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 28px 74px rgba(17, 17, 17, 0.12);
}

.cooperation-anchor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: clamp(228px, 22vw, 306px);
  padding: clamp(22px, 2vw, 26px);
  overflow: hidden;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.cooperation-anchor-card.reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

main[data-cms-section="cooperation"] .cooperation-feature-section .reveal,
main[data-cms-section="cooperation"] .cta-band .reveal {
  opacity: 1;
  transform: none;
  filter: none;
}

.cooperation-anchor-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  content: "";
  background: var(--red);
  transform-origin: right center;
  transition: width 220ms ease, background 220ms ease;
}

.cooperation-anchor-card:hover {
  transform: translateY(-6px);
  background: #f7f7f7;
}

.cooperation-anchor-card.is-active {
  background: var(--red);
  color: #ffffff;
}

.cooperation-anchor-card:hover::after,
.cooperation-anchor-card.is-active::after {
  width: 100%;
  background: #ffffff;
}

.cooperation-anchor-card span,
.cooperation-feature-copy .eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.cooperation-anchor-card:hover span,
.cooperation-anchor-card.is-active span {
  color: #ffffff;
}

.cooperation-anchor-card strong {
  display: block;
  max-width: 13ch;
  margin: 0;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.08;
}

.cooperation-anchor-card em {
  display: block;
  margin-top: 18px;
  color: #555555;
  font-size: 14px;
  font-style: normal;
  line-height: 1.64;
}

.cooperation-anchor-card:hover em,
.cooperation-anchor-card.is-active em {
  color: rgba(255, 255, 255, 0.84);
}

[data-anchor-nav].is-condensed .cooperation-overview-shell {
  display: block;
  max-width: none;
}

[data-anchor-nav].is-condensed.cooperation-overview-section {
  display: block;
  min-height: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

[data-anchor-nav].is-condensed.cooperation-overview-section::before,
[data-anchor-nav].is-condensed.cooperation-overview-section::after {
  opacity: 0;
}

[data-anchor-nav].is-condensed .cooperation-overview-copy {
  display: none;
}

[data-anchor-nav].is-condensed .cooperation-partner-network {
  display: none;
}

[data-anchor-nav].is-condensed .cooperation-anchor-grid {
  width: min(980px, calc(100vw - 72px));
  max-width: none;
  margin: 0 auto;
  background: rgba(17, 17, 17, 0.12);
  border-color: rgba(17, 17, 17, 0.12);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.14);
}

[data-anchor-nav].is-condensed .cooperation-anchor-card {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #ffffff;
  color: #111111;
}

[data-anchor-nav].is-condensed .cooperation-anchor-card:hover,
[data-anchor-nav].is-condensed .cooperation-anchor-card.is-active {
  transform: none;
  background: #111111;
  color: #ffffff;
}

[data-anchor-nav].is-condensed .cooperation-anchor-card::after {
  display: none;
}

[data-anchor-nav].is-condensed .cooperation-anchor-card span,
[data-anchor-nav].is-condensed .cooperation-anchor-card em {
  display: none;
}

[data-anchor-nav].is-condensed .cooperation-anchor-card strong {
  max-width: none;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.cooperation-feature-section {
  scroll-margin-top: 112px;
  padding: clamp(72px, 8vw, 126px) 56px;
  background: #ffffff;
}

.cooperation-feature-section:nth-of-type(even) {
  background: #f6f7f8;
}

.cooperation-feature-shell {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(340px, 1fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
}

.cooperation-feature-section.reverse .cooperation-feature-media {
  order: 2;
}

.cooperation-feature-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.16);
}

.cooperation-feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: clamp(360px, 36vw, 580px);
  object-fit: cover;
  transition: transform 500ms ease;
}

.cooperation-feature-media:hover img {
  transform: scale(1.035);
}

.cooperation-feature-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cooperation-feature-media figcaption span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  background: rgba(17, 17, 17, 0.72);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.cooperation-feature-copy {
  min-width: 0;
}

.cooperation-feature-copy h2 {
  max-width: 660px;
  margin: 0;
  color: #111111;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1;
}

.cooperation-feature-lede {
  max-width: 700px;
  margin: 24px 0 0;
  color: #555555;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.78;
}

.cooperation-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: #d8dde2;
  border: 1px solid #d8dde2;
}

.cooperation-proof-grid article {
  min-width: 0;
  padding: 22px 18px;
  background: #ffffff;
}

.cooperation-proof-grid strong {
  display: block;
  color: #111111;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1;
}

.cooperation-proof-grid span {
  display: block;
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
  line-height: 1.45;
}

.cooperation-point-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cooperation-point-list li {
  position: relative;
  min-width: 0;
  padding: 16px 18px 16px 42px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: #444444;
  font-size: 15px;
  line-height: 1.68;
}

.cooperation-point-list li::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--red);
}

.cooperation-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1480px;
  margin: clamp(34px, 5vw, 70px) auto 0;
  background: #111111;
}

.cooperation-step-list article {
  min-width: 0;
  padding: clamp(24px, 2.8vw, 38px);
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cooperation-step-list span {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.cooperation-step-list h3 {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.12;
}

.cooperation-step-list p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.cooperation-partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: clamp(48px, 6vw, 80px) auto 0;
  padding: 0 22px;
}

.cooperation-partner-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 120px;
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.cooperation-partner-logo-card:hover {
  border-color: rgba(215, 25, 32, 0.24);
  box-shadow: 0 22px 54px rgba(17, 17, 17, 0.09);
  transform: translateY(-6px);
}

.cooperation-partner-logo-card img {
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .cooperation-partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .cooperation-partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .cooperation-partner-logo-card {
    min-height: 96px;
    padding: 18px 14px;
  }
}

@media (max-width: 1180px) {
  .cooperation-overview-shell,
  .cooperation-feature-shell {
    grid-template-columns: 1fr;
  }

  .cooperation-feature-section.reverse .cooperation-feature-media {
    order: 0;
  }

  .cooperation-anchor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cooperation-overview-section,
  .cooperation-feature-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .cooperation-overview-section {
    padding-top: calc(68px + 24px);
    padding-bottom: 44px;
  }

  .cooperation-overview-section::before {
    background-size: 76px 76px;
  }

  .cooperation-overview-section::after {
    right: 22px;
    width: 86px;
  }

  .cooperation-overview-copy h2 {
    font-size: clamp(34px, 13vw, 54px);
  }

  .cooperation-partner-network {
    min-height: 0;
    aspect-ratio: auto;
    padding: 26px 18px 22px;
  }

  .cooperation-network-bg {
    opacity: 0.2;
  }

  .cooperation-network-heading,
  .cooperation-partner-panel,
  .cooperation-partner-core {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    transform: none;
  }

  .cooperation-network-heading {
    margin-bottom: 18px;
  }

  .cooperation-network-heading .eyebrow {
    font-size: clamp(26px, 9vw, 38px);
  }

  .cooperation-network-heading strong {
    font-size: clamp(18px, 5vw, 24px);
  }

  .cooperation-partner-panel {
    min-height: 0;
    margin-bottom: 22px;
    padding: 18px;
    border-left-color: rgba(215, 25, 32, 0.64);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.78);
  }

  .cooperation-partner-panel h2 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .cooperation-partner-panel p {
    font-size: 14px;
  }

  .partner-orbit-svg,
  .cooperation-partner-core {
    display: none;
  }

  .cooperation-partner-nodes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .partner-node,
  .partner-node-small,
  .partner-node-large {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 96px;
    aspect-ratio: auto;
    border-width: 5px;
    border-radius: 999px;
    padding: 13px 10px;
    transform: none;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.58), 0 14px 28px rgba(17, 17, 17, 0.08);
  }

  .partner-node:hover {
    transform: translateY(-2px);
  }

  .partner-node strong,
  .partner-node-small strong {
    font-size: clamp(13px, 4.4vw, 18px);
  }

  .partner-node em {
    max-width: none;
    font-size: 10px;
  }

  .cooperation-anchor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cooperation-proof-grid,
  .cooperation-step-list {
    grid-template-columns: 1fr;
  }

  .cooperation-anchor-card {
    min-height: 168px;
  }

  [data-anchor-nav].is-condensed .cooperation-anchor-grid {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    scroll-snap-type: x mandatory;
  }

  [data-anchor-nav].is-condensed .cooperation-anchor-card {
    flex: 0 0 48vw;
    min-height: 46px;
    padding: 8px 12px;
    scroll-snap-align: start;
  }

  .cooperation-feature-media img {
    min-height: 300px;
  }

  .cooperation-feature-media figcaption {
    position: static;
    padding: 12px;
    background: #111111;
  }
}

@media (min-width: 901px) {
  main[data-cms-section="contact"] .contact-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    isolation: isolate;
    background: #111;
  }

  main[data-cms-section="contact"] .contact-hero::after {
    display: none;
  }

  main[data-cms-section="contact"] .contact-hero::before {
    display: none;
  }

  main[data-cms-section="contact"] .contact-hero .page-hero-media {
    width: 100%;
    min-height: clamp(360px, 42vw, 620px);
    object-position: center 36%;
    transform: none;
  }

  main[data-cms-section="contact"] .contact-hero .page-hero-copy {
    display: none;
  }
}

/* News page hero spacing */
@media (min-width: 901px) {
  main[data-cms-section="news"] .page-hero {
    padding-top: clamp(28px, 2.4vw, 38px);
  }
}

@media (max-width: 900px) {
  main[data-cms-section="news"] .page-hero {
    padding-top: 24px;
  }
}

/* Premium refinement: About, Technology, and Cooperation pages */
main[data-cms-section="about"],
main[data-cms-section="technology"],
main[data-cms-section="cooperation"] {
  --premium-page-x: clamp(22px, 5vw, 72px);
  --premium-section-y: clamp(72px, 7.5vw, 118px);
  --premium-max: 1480px;
  --premium-border: rgba(17, 17, 17, 0.085);
  --premium-muted: rgba(17, 17, 17, 0.68);
  overflow-x: clip;
}

main[data-cms-section="about"] .section-heading {
  max-width: var(--premium-max);
  margin-right: auto;
  margin-bottom: clamp(28px, 3.6vw, 52px);
  margin-left: auto;
}

main[data-cms-section="about"] .section-heading h2 {
  max-width: 700px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
}

main[data-cms-section="about"] .section-heading .section-description,
main[data-cms-section="about"] .section-description,
main[data-cms-section="about"] .section-intro {
  max-width: 760px;
  color: var(--premium-muted);
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.76;
}

main[data-cms-section="about"] .about-showcase-section {
  padding: clamp(10px, 1.25vw, 18px) var(--premium-page-x) clamp(70px, 7.5vw, 116px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

main[data-cms-section="about"] .about-showcase {
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(42px, 5.6vw, 88px);
  max-width: var(--premium-max);
  perspective: none;
  transform-style: flat;
}

main[data-cms-section="about"] .about-showcase::before,
main[data-cms-section="about"] .about-showcase::after,
main[data-cms-section="about"] .about-showcase-copy::after,
main[data-cms-section="about"] .about-media-panel::after {
  display: none;
}

main[data-cms-section="about"] .about-showcase-copy {
  top: auto;
  width: auto;
  max-width: 660px;
  margin: 0;
  padding: 0;
  gap: clamp(16px, 1.8vw, 24px);
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

main[data-cms-section="about"] .about-showcase-copy::before {
  top: 0;
  left: -18px;
  width: 3px;
  height: clamp(48px, 4vw, 66px);
}

main[data-cms-section="about"] .about-profile-mark {
  display: none;
}

main[data-cms-section="about"] .about-showcase-copy h1,
main[data-cms-section="about"] .about-showcase-copy h2 {
  max-width: 640px;
  font-size: clamp(34px, 3.9vw, 54px);
  line-height: 1.07;
}

main[data-cms-section="about"] .about-showcase-copy h1::after,
main[data-cms-section="about"] .about-showcase-copy h2::after {
  width: clamp(64px, 5vw, 90px);
  margin-top: 22px;
}

main[data-cms-section="about"] .about-showcase-copy p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.82;
}

main[data-cms-section="about"] .about-media-panel {
  margin: 0;
  transform: none;
}

main[data-cms-section="about"] .about-media-panel:hover .about-showcase-media,
main[data-cms-section="about"] .about-showcase-media {
  min-height: clamp(380px, 34vw, 560px);
  aspect-ratio: 16 / 10.6;
  clip-path: none;
  border-radius: 4px;
  box-shadow: 0 28px 76px rgba(17, 17, 17, 0.14);
  transform: none;
}

main[data-cms-section="about"] .about-metric-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--premium-max);
  margin-top: clamp(34px, 4.5vw, 64px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat {
  min-height: 128px;
  padding: clamp(22px, 2.2vw, 32px);
  background: #ffffff;
  border: 1px solid var(--premium-border);
  box-shadow: none;
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat:last-child {
  border-right: 1px solid var(--premium-border);
}

main[data-cms-section="about"] .about-metric-index .oppein-profile-stat:hover {
  box-shadow: 0 20px 48px rgba(17, 17, 17, 0.08);
  transform: translateY(-4px);
}

main[data-cms-section="about"] .brand-history-section,
main[data-cms-section="about"] .honors-section,
main[data-cms-section="about"] .partners-section,
main[data-cms-section="about"] .exhibitions-section {
  padding: var(--premium-section-y) var(--premium-page-x);
}

main[data-cms-section="about"] .brand-history-stage,
main[data-cms-section="about"] .exhibition-timeline-stage {
  max-width: var(--premium-max);
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 26px 72px rgba(17, 17, 17, 0.11);
}

main[data-cms-section="about"] .brand-history-stage {
  min-height: clamp(500px, 46vw, 650px);
}

main[data-cms-section="about"] .brand-history-copy {
  max-width: 620px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 4px;
}

main[data-cms-section="about"] .brand-history-year {
  font-size: clamp(28px, 3.5vw, 48px);
}

main[data-cms-section="about"] .brand-history-copy h3 {
  font-size: clamp(24px, 2.7vw, 38px);
  line-height: 1.08;
}

main[data-cms-section="about"] .brand-history-controls {
  max-width: var(--premium-max);
  margin-right: auto;
  margin-left: auto;
  gap: 12px;
  background: transparent;
  border: 0;
}

main[data-cms-section="about"] .brand-history-control {
  min-height: 88px;
  border: 1px solid var(--premium-border);
  border-radius: 4px;
}

main[data-cms-section="about"] .about-proof-shell,
main[data-cms-section="about"] .about-proof-shell.reverse {
  grid-template-columns: minmax(520px, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(42px, 5.6vw, 84px);
  align-items: center;
  max-width: var(--premium-max);
}

main[data-cms-section="about"] .about-proof-shell.reverse .about-proof-media {
  order: 2;
}

main[data-cms-section="about"] .about-proof-media,
main[data-cms-section="about"] .about-proof-shell.reverse .about-proof-media {
  position: relative;
  top: auto;
  border-radius: 4px;
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.12);
}

main[data-cms-section="about"] .about-proof-media img {
  min-height: clamp(380px, 32vw, 540px);
  aspect-ratio: 16 / 10.5;
}

main[data-cms-section="about"] .about-proof-copy h2 {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
}

main[data-cms-section="about"] .about-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

main[data-cms-section="about"] .about-proof-card,
main[data-cms-section="about"] .cert-card,
main[data-cms-section="about"] .honor-card {
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  gap: 14px;
  min-height: 142px;
  padding: clamp(20px, 2vw, 28px);
  border-radius: 4px;
}

main[data-cms-section="about"] .about-proof-card h3,
main[data-cms-section="about"] .cert-card h3,
main[data-cms-section="about"] .honor-card h3 {
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.22;
}

main[data-cms-section="about"] .about-proof-card p,
main[data-cms-section="about"] .cert-card p,
main[data-cms-section="about"] .honor-card p {
  font-size: 14px;
  line-height: 1.62;
}

@media (min-width: 981px) {
  main[data-cms-section="about"] .about-proof-card:nth-child(n+3) {
    display: none;
  }
}

main[data-cms-section="about"] .about-proof-card:hover,
main[data-cms-section="about"] .cert-card:hover,
main[data-cms-section="about"] .honor-card:hover {
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
  transform: translateY(-3px);
}

main[data-cms-section="about"] .partner-feature-panel {
  grid-template-columns: minmax(520px, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(42px, 5vw, 76px);
  max-width: var(--premium-max);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

main[data-cms-section="about"] .partner-feature-media {
  border-radius: 4px;
}

main[data-cms-section="about"] .partner-feature-media img {
  min-height: clamp(340px, 30vw, 500px);
  aspect-ratio: 16 / 10;
}

main[data-cms-section="about"] .partner-feature-copy h3,
main[data-cms-section="about"] .exhibition-timeline-copy h3 {
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.1;
}

main[data-cms-section="about"] .partner-feature-list li {
  padding: 14px 16px 14px 32px;
  background: #ffffff;
  border: 1px solid var(--premium-border);
  border-left: 3px solid var(--red);
  border-radius: 4px;
}

main[data-cms-section="about"] .partner-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--premium-max);
}

main[data-cms-section="about"] .partner-logo-card {
  min-height: 98px;
  border-radius: 4px;
  box-shadow: none;
}

main[data-cms-section="about"] .exhibition-timeline-carousel {
  max-width: var(--premium-max);
}

main[data-cms-section="about"] .exhibition-timeline-stage {
  min-height: clamp(540px, 44vw, 660px);
}

main[data-cms-section="about"] .exhibition-timeline-slide {
  grid-template-columns: minmax(620px, 1.16fr) minmax(420px, 0.84fr);
}

main[data-cms-section="about"] .exhibition-timeline-copy {
  padding: clamp(36px, 4.4vw, 68px);
}

main[data-cms-section="about"] .exhibition-timeline-copy p {
  max-width: 520px;
  font-size: clamp(16px, 1.18vw, 18px);
}

main[data-cms-section="about"] .exhibition-timeline-controls {
  max-width: var(--premium-max);
  margin-right: auto;
  margin-left: auto;
}

main[data-cms-section="about"] .exhibition-timeline-control {
  border-radius: 4px;
}

main[data-cms-section="about"] .consultation-panel {
  min-height: clamp(520px, 46vw, 650px);
}

main[data-cms-section="about"] .consultation-panel h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.08;
}

main[data-cms-section="about"] .consultation-panel .consultation-form {
  transform: none;
}

.technology-overview-section,
.cooperation-overview-section {
  padding: clamp(74px, 7vw, 108px) var(--premium-page-x) clamp(68px, 7vw, 102px);
}

.technology-overview-shell,
.cooperation-overview-shell {
  max-width: var(--premium-max);
  gap: clamp(38px, 5vw, 74px);
}

.technology-overview-copy h2,
.cooperation-overview-copy h2 {
  max-width: 560px;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.05;
}

.technology-anchor-grid,
.cooperation-anchor-grid {
  gap: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.technology-anchor-card,
.cooperation-anchor-card {
  min-height: clamp(168px, 15vw, 218px);
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: none;
}

.technology-anchor-card strong,
.cooperation-anchor-card strong {
  max-width: 15ch;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.14;
}

.technology-anchor-card em,
.cooperation-anchor-card em {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.58;
}

.technology-feature-section,
.cooperation-feature-section {
  padding: var(--premium-section-y) var(--premium-page-x);
}

.technology-feature-shell,
.cooperation-feature-shell {
  grid-template-columns: minmax(520px, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(46px, 6vw, 92px);
  max-width: var(--premium-max);
}

.technology-feature-media,
.cooperation-feature-media {
  border-radius: 4px;
  box-shadow: 0 26px 72px rgba(17, 17, 17, 0.12);
}

.technology-feature-media img,
.cooperation-feature-media img {
  min-height: clamp(360px, 31vw, 520px);
  aspect-ratio: 16 / 10.5;
}

.technology-feature-media figcaption,
.cooperation-feature-media figcaption {
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.technology-feature-media figcaption span,
.cooperation-feature-media figcaption span {
  min-height: 30px;
  padding: 0 11px;
  font-size: 11px;
}

.technology-feature-copy h2,
.cooperation-feature-copy h2 {
  max-width: 620px;
  font-size: clamp(32px, 3.35vw, 50px);
  line-height: 1.08;
}

.technology-feature-lede,
.cooperation-feature-lede {
  max-width: 660px;
  font-size: clamp(15px, 1.08vw, 17px);
}

.technology-proof-grid,
.cooperation-proof-grid {
  gap: 14px;
  margin-top: 30px;
  background: transparent;
  border: 0;
}

.technology-proof-grid article,
.cooperation-proof-grid article,
.technology-feature-section:nth-of-type(even) .technology-proof-grid article {
  min-height: 112px;
  padding: 20px 18px;
  background: #ffffff;
  border: 1px solid var(--premium-border);
}

.technology-proof-grid strong,
.cooperation-proof-grid strong {
  font-size: clamp(23px, 2.1vw, 34px);
}

.technology-point-list,
.cooperation-point-list {
  gap: 10px;
  margin-top: 28px;
}

.technology-point-list li,
.cooperation-point-list li {
  padding: 14px 18px 14px 36px;
  border-color: var(--premium-border);
  font-size: 14px;
  line-height: 1.68;
}

.technology-point-list li::before,
.cooperation-point-list li::before {
  top: 21px;
  left: 17px;
  width: 6px;
  height: 6px;
}

.technology-step-list,
.cooperation-step-list {
  gap: 14px;
  max-width: var(--premium-max);
  background: transparent;
}

.technology-step-list article,
.cooperation-step-list article {
  padding: clamp(24px, 2.4vw, 34px);
  border: 0;
  border-radius: 4px;
}

.technology-step-list h3,
.cooperation-step-list h3 {
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.18;
}

.cooperation-partner-logo-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--premium-max);
  padding: 0;
}

.cooperation-partner-logo-card {
  min-height: 98px;
  border-radius: 4px;
  box-shadow: none;
}

/* About Brand History compact grid override */
main[data-cms-section="about"] .brand-history-section {
  padding-top: clamp(46px, 5vw, 74px);
  padding-bottom: clamp(46px, 5vw, 74px);
}

main[data-cms-section="about"] .brand-history-timeline {
  max-width: min(1520px, calc(100vw - 96px));
}

main[data-cms-section="about"] .brand-history-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

main[data-cms-section="about"] .brand-history-card {
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 150px;
}

main[data-cms-section="about"] .brand-history-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

main[data-cms-section="about"] .brand-history-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

main[data-cms-section="about"] .brand-history-timeline-rail {
  display: none;
}

@media (max-width: 1180px) {
  main[data-cms-section="about"] .about-showcase,
  main[data-cms-section="about"] .about-proof-shell,
  main[data-cms-section="about"] .about-proof-shell.reverse,
  main[data-cms-section="about"] .partner-feature-panel,
  .technology-overview-shell,
  .technology-feature-shell,
  .cooperation-overview-shell,
  .cooperation-feature-shell {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="about"] .about-proof-shell.reverse .about-proof-media,
  .technology-feature-section.reverse .technology-feature-media,
  .cooperation-feature-section.reverse .cooperation-feature-media {
    order: 0;
  }

  main[data-cms-section="about"] .about-metric-index,
  main[data-cms-section="about"] .partner-logo-grid,
  .cooperation-partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="about"] .exhibition-timeline-slide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  main[data-cms-section="about"] .about-proof-grid {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="about"] .about-proof-card,
  main[data-cms-section="about"] .cert-card,
  main[data-cms-section="about"] .honor-card {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
  }
}

@media (max-width: 760px) {
  main[data-cms-section="about"],
  main[data-cms-section="technology"],
  main[data-cms-section="cooperation"] {
    --premium-page-x: 20px;
    --premium-section-y: 58px;
  }

  main[data-cms-section="about"] .section-heading h2,
  main[data-cms-section="about"] .about-showcase-copy h1,
  main[data-cms-section="about"] .about-showcase-copy h2,
  main[data-cms-section="about"] .about-proof-copy h2,
  main[data-cms-section="about"] .consultation-panel h2,
  .technology-overview-copy h2,
  .cooperation-overview-copy h2,
  .technology-feature-copy h2,
  .cooperation-feature-copy h2 {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.12;
  }

  main[data-cms-section="about"] .about-showcase-copy::before {
    display: none;
  }

  main[data-cms-section="about"] .about-showcase-copy {
    padding: 0;
    box-shadow: none;
  }

  main[data-cms-section="about"] .about-media-panel:hover .about-showcase-media,
  main[data-cms-section="about"] .about-showcase-media,
  main[data-cms-section="about"] .about-proof-media img,
  main[data-cms-section="about"] .partner-feature-media img,
  .technology-feature-media img,
  .cooperation-feature-media img {
    min-height: 260px;
    aspect-ratio: 16 / 10.5;
  }

  main[data-cms-section="about"] .about-metric-index,
  main[data-cms-section="about"] .partner-logo-grid,
  main[data-cms-section="about"] .about-proof-grid,
  .technology-proof-grid,
  .technology-step-list,
  .cooperation-proof-grid,
  .cooperation-step-list,
  .cooperation-partner-logo-grid {
    grid-template-columns: 1fr;
  }

  .technology-anchor-grid,
  .cooperation-anchor-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .technology-anchor-card,
  .cooperation-anchor-card {
    min-height: 132px;
  }

  [data-anchor-nav].is-condensed .technology-anchor-grid,
  [data-anchor-nav].is-condensed .cooperation-anchor-grid {
    gap: 1px;
  }

  .technology-feature-media figcaption,
  .cooperation-feature-media figcaption {
    position: static;
    padding: 12px;
    background: #111111;
  }
}

/* Contact page inquiry copy frame */
main[data-cms-section="contact"] .consultation-copy {
  position: relative;
  align-self: stretch;
  display: grid;
  align-content: center;
  max-width: 760px;
  min-height: 360px;
  padding: clamp(30px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-left: 4px solid var(--red);
  box-shadow: 0 24px 72px rgba(17, 17, 17, 0.08);
}

main[data-cms-section="contact"] .consultation-copy .eyebrow {
  color: rgba(215, 25, 32, 0.42);
}

main[data-cms-section="contact"] .consultation-route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

main[data-cms-section="contact"] .consultation-route-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: #222222;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 900px) {
  main[data-cms-section="contact"] .consultation-copy {
    min-height: 0;
    padding: 24px 20px;
  }
}

/* Manufacturing page ordered refinement */
main[data-cms-section="manufacturing"] {
  --mfg-max: min(1480px, calc(100vw - 96px));
  --mfg-page-x: 48px;
  --mfg-section-y: 72px;
  --mfg-border: rgba(17, 17, 17, 0.1);
  --mfg-soft: #f5f6f7;
  --mfg-ink: #181818;
  --mfg-muted: #656565;
  background: #ffffff;
  color: var(--mfg-ink);
  overflow-x: clip;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
main[data-cms-section="manufacturing"] .manufacturing-process-section,
main[data-cms-section="manufacturing"] .manufacturing-lines-section,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
main[data-cms-section="manufacturing"] .manufacturing-capability-section {
  padding: var(--mfg-section-y) var(--mfg-page-x);
  background: #ffffff;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-section {
  padding-top: 34px;
}

main[data-cms-section="manufacturing"] .manufacturing-process-section,
main[data-cms-section="manufacturing"] .manufacturing-capability-section,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse {
  background: var(--mfg-soft);
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section {
  background: #ffffff;
  isolation: auto;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section::before,
main[data-cms-section="manufacturing"] .manufacturing-lines-section::after,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-section::before,
main[data-cms-section="manufacturing"] .manufacturing-showcase-media::before,
main[data-cms-section="manufacturing"] .manufacturing-process-media::before,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media::before,
main[data-cms-section="manufacturing"] .manufacturing-capability-media::before,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy::before {
  display: none;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase,
main[data-cms-section="manufacturing"] .manufacturing-process,
main[data-cms-section="manufacturing"] .manufacturing-line-detail,
main[data-cms-section="manufacturing"] .manufacturing-capability {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
  width: 100%;
  max-width: var(--mfg-max);
  margin: 0 auto;
}

main[data-cms-section="manufacturing"] .manufacturing-process,
main[data-cms-section="manufacturing"] .manufacturing-line-detail,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail,
main[data-cms-section="manufacturing"] .manufacturing-capability {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
main[data-cms-section="manufacturing"] .manufacturing-process-copy,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy h1,
main[data-cms-section="manufacturing"] .manufacturing-process-copy h2,
main[data-cms-section="manufacturing"] .manufacturing-section-head h2,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy h2 {
  max-width: 660px;
  margin: 0;
  color: var(--mfg-ink);
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--mfg-ink);
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-copy p:not(.eyebrow),
main[data-cms-section="manufacturing"] .manufacturing-process-copy > p,
main[data-cms-section="manufacturing"] .manufacturing-section-head > p,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy > p,
main[data-cms-section="manufacturing"] .manufacturing-capability-copy > p,
main[data-cms-section="manufacturing"] .manufacturing-process-steps p,
main[data-cms-section="manufacturing"] .manufacturing-line-card p {
  max-width: 680px;
  margin: 0;
  color: var(--mfg-muted);
  font-size: 16px;
  line-height: 1.72;
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-media,
main[data-cms-section="manufacturing"] .manufacturing-process-media,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media,
main[data-cms-section="manufacturing"] .manufacturing-capability-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #eeeeee;
  border: 1px solid var(--mfg-border);
  border-radius: 4px;
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.1);
}

main[data-cms-section="manufacturing"] .manufacturing-showcase-media img,
main[data-cms-section="manufacturing"] .manufacturing-process-media img,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-media img,
main[data-cms-section="manufacturing"] .manufacturing-capability-media img {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-media img {
  aspect-ratio: 16 / 9.4;
}

main[data-cms-section="manufacturing"] .manufacturing-highlight-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

main[data-cms-section="manufacturing"] .manufacturing-highlight-list span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 13px 14px;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-left: 3px solid var(--red);
  color: var(--mfg-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: var(--mfg-max);
  margin: 36px auto 0;
  background: transparent;
}

main[data-cms-section="manufacturing"] .manufacturing-metric {
  min-height: 118px;
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-top: 3px solid var(--red);
  box-shadow: none;
}

main[data-cms-section="manufacturing"] .manufacturing-metric-value {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

main[data-cms-section="manufacturing"] .manufacturing-metric strong {
  color: var(--mfg-ink);
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}

main[data-cms-section="manufacturing"] .manufacturing-metric em {
  margin-bottom: 3px;
  color: var(--red);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

main[data-cms-section="manufacturing"] .manufacturing-metric span:last-child {
  color: var(--mfg-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article {
  min-height: 154px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: start;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-left: 3px solid var(--red);
  border-radius: 4px;
  box-shadow: none;
  transform: none;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps span {
  display: none;
  grid-row: span 2;
  width: auto;
  height: auto;
  margin: 2px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--red);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps article:hover {
  box-shadow: none;
  transform: none;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps h3,
main[data-cms-section="manufacturing"] .manufacturing-line-card h3 {
  margin: 0;
  color: var(--mfg-ink);
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-section-head {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  max-width: var(--mfg-max);
  margin: 0 auto 36px;
  text-align: left;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head.reveal {
  opacity: 1;
  transform: none;
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head h2 {
  color: var(--mfg-ink);
}

main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head > p {
  color: var(--mfg-muted);
  max-width: none;
  opacity: 1;
  text-align: left;
  white-space: nowrap;
}

main[data-cms-section="manufacturing"] .manufacturing-line-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--mfg-max);
  margin: 0 auto;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card {
  grid-column: auto;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card:nth-child(4),
main[data-cms-section="manufacturing"] .manufacturing-line-card:nth-child(5) {
  grid-column: auto;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card:hover {
  transform: none;
  border-color: rgba(215, 25, 32, 0.28);
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.1);
}

main[data-cms-section="manufacturing"] .manufacturing-line-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card div {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 214px;
  padding: 24px;
}

main[data-cms-section="manufacturing"] .manufacturing-line-card span,
main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy > span {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section {
  position: relative;
  overflow: visible;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-media {
  z-index: 1;
  min-height: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-media {
  order: 2;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy {
  position: relative;
  z-index: 1;
  align-self: stretch;
  align-content: center;
  max-width: none;
  margin: 0;
  padding: 40px;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-radius: 4px;
  box-shadow: none;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-copy {
  margin: 0;
  box-shadow: none;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy ul,
main[data-cms-section="manufacturing"] .manufacturing-capability ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail li,
main[data-cms-section="manufacturing"] .manufacturing-capability li {
  position: relative;
  padding: 14px 16px 14px 36px;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-left: 0;
  color: var(--mfg-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.62;
  box-shadow: none;
  transition: border-color 220ms ease, background 220ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail li::before,
main[data-cms-section="manufacturing"] .manufacturing-capability li::before {
  position: absolute;
  top: 22px;
  left: 16px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--red);
}

main[data-cms-section="manufacturing"] .manufacturing-line-detail li:hover,
main[data-cms-section="manufacturing"] .manufacturing-capability li:hover {
  background: #ffffff;
  border-color: rgba(215, 25, 32, 0.28);
  box-shadow: none;
  transform: none;
}

@media (max-width: 1180px) {
  main[data-cms-section="manufacturing"] {
    --mfg-page-x: 34px;
    --mfg-section-y: 64px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-process,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail,
  main[data-cms-section="manufacturing"] .manufacturing-capability {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section.reverse .manufacturing-line-detail-media {
    order: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  main[data-cms-section="manufacturing"] {
    --mfg-page-x: 18px;
    --mfg-section-y: 54px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-section {
    padding-top: 24px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy h1,
  main[data-cms-section="manufacturing"] .manufacturing-process-copy h2,
  main[data-cms-section="manufacturing"] .manufacturing-section-head h2,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy p:not(.eyebrow),
  main[data-cms-section="manufacturing"] .manufacturing-process-copy > p,
  main[data-cms-section="manufacturing"] .manufacturing-section-head > p,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy > p,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy > p,
  main[data-cms-section="manufacturing"] .manufacturing-process-steps p,
  main[data-cms-section="manufacturing"] .manufacturing-line-card p {
    font-size: 15px;
    line-height: 1.68;
  }

  main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head > p {
    max-width: 100%;
    white-space: normal;
  }

  main[data-cms-section="manufacturing"] .manufacturing-highlight-list,
  main[data-cms-section="manufacturing"] .manufacturing-process-steps,
  main[data-cms-section="manufacturing"] .manufacturing-line-grid,
  main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy {
    padding: 24px 20px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-card div {
    min-height: 0;
    padding: 20px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process-steps article {
    min-height: 0;
  }
}

/* Manufacturing process cards: remove numeric markers */
main[data-cms-section="manufacturing"] .manufacturing-process-steps > article > span {
  display: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: initial !important;
  justify-content: initial !important;
  justify-self: start !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--red) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

main[data-cms-section="manufacturing"] .manufacturing-process-steps > article {
  grid-template-columns: minmax(0, 1fr) !important;
  border-left: 3px solid var(--red) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Manufacturing process balance: enlarge left image and reduce empty space */
@media (min-width: 1181px) {
  main[data-cms-section="manufacturing"] .manufacturing-process-section {
    padding-right: 48px;
    padding-left: 28px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr) !important;
    gap: 44px !important;
    max-width: var(--mfg-max) !important;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process-media {
    width: 100%;
    justify-self: stretch;
  }

  main[data-cms-section="manufacturing"] .manufacturing-process-media img {
    min-height: 600px;
    aspect-ratio: 16 / 9.2;
    object-fit: cover;
  }
}

/* Manufacturing capability tabs: heading above image, copy tabs below */
main[data-cms-section="manufacturing"] .manufacturing-capability-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: start;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-copy {
  display: grid;
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-copy::before,
main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-copy h2::after,
main[data-cms-section="manufacturing"] .manufacturing-capability-kicker {
  display: none;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.12;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-copy > p {
  max-width: none;
  margin: 0;
  white-space: nowrap;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-media {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #eeeeee;
  border: 1px solid var(--mfg-border);
  border-radius: 4px;
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.1);
  transform: none !important;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 7.8;
  object-fit: cover;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-slide {
  display: none !important;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-slide.is-active {
  display: block !important;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tab {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 112px;
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid var(--mfg-border);
  border-left: 3px solid transparent;
  color: var(--mfg-ink);
  cursor: pointer;
  box-shadow: none;
  text-align: left;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tab:hover,
main[data-cms-section="manufacturing"] .manufacturing-capability-tab.is-active {
  border-color: rgba(215, 25, 32, 0.32);
  border-left-color: var(--red);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.08);
  transform: translateY(-2px);
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tab:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

main[data-cms-section="manufacturing"] .manufacturing-capability-tab strong {
  color: var(--mfg-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.56;
}

@media (max-width: 1180px) {
  main[data-cms-section="manufacturing"] .manufacturing-capability-tabs {
    gap: 22px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-media img {
    aspect-ratio: 16 / 8.8;
  }
}

@media (max-width: 760px) {
  main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-media img {
    aspect-ratio: 16 / 10;
  }

  main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-capability-tab {
    min-height: 0;
    padding: 18px 18px;
    transform: none;
  }

  main[data-cms-section="manufacturing"] .manufacturing-capability-tabs .manufacturing-capability-copy > p {
    white-space: normal;
  }
}

/* Remove eyebrow labels across CMS pages */
main[data-cms-section] .eyebrow {
  display: none !important;
}

/* Cover heroes: 1920x680 full-width editorial images */
main[data-cms-section="about"] .about-cover-hero,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero,
main[data-cms-section="news"] .news-cover-hero,
main[data-cms-section="projects"] .projects-cover-hero,
main[data-cms-section="cooperation"] .cooperation-cover-hero,
main[data-cms-section="products"] .products-cover-hero,
main[data-cms-section="contact"] .contact-cover-hero,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero {
  display: block;
  position: relative;
  isolation: isolate;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #111111;
}

main[data-cms-section="about"] .about-cover-hero::before,
main[data-cms-section="about"] .about-cover-hero::after,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero::before,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero::after,
main[data-cms-section="news"] .news-cover-hero::before,
main[data-cms-section="news"] .news-cover-hero::after,
main[data-cms-section="projects"] .projects-cover-hero::before,
main[data-cms-section="projects"] .projects-cover-hero::after,
main[data-cms-section="cooperation"] .cooperation-cover-hero::before,
main[data-cms-section="cooperation"] .cooperation-cover-hero::after,
main[data-cms-section="products"] .products-cover-hero::before,
main[data-cms-section="products"] .products-cover-hero::after,
main[data-cms-section="contact"] .contact-cover-hero::before,
main[data-cms-section="contact"] .contact-cover-hero::after,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero::before,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero::after {
  display: none;
}

main[data-cms-section="about"] .about-cover-hero .page-hero-media,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero .page-hero-media,
main[data-cms-section="news"] .news-cover-hero .page-hero-media,
main[data-cms-section="projects"] .projects-cover-hero .page-hero-media,
main[data-cms-section="cooperation"] .cooperation-cover-hero .page-hero-media,
main[data-cms-section="products"] .products-cover-hero .page-hero-media,
main[data-cms-section="contact"] .contact-cover-hero .page-hero-media,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero .page-hero-media {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1920 / 680;
  object-fit: cover;
  object-position: center top;
  box-shadow: none;
  transform: scale(1);
  transition: transform 700ms ease;
}

main[data-cms-section="about"] .about-cover-hero:hover .page-hero-media,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero:hover .page-hero-media,
main[data-cms-section="news"] .news-cover-hero:hover .page-hero-media,
main[data-cms-section="projects"] .projects-cover-hero:hover .page-hero-media,
main[data-cms-section="cooperation"] .cooperation-cover-hero:hover .page-hero-media,
main[data-cms-section="products"] .products-cover-hero:hover .page-hero-media,
main[data-cms-section="contact"] .contact-cover-hero:hover .page-hero-media,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero:hover .page-hero-media {
  transform: scale(1.04);
}

main[data-cms-section] .page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  padding: clamp(56px, 8vw, 112px) clamp(24px, 6vw, 96px);
  text-align: center;
  color: #fff;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.3) 100%);
}

main[data-cms-section] .page-hero-overlay h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

main[data-cms-section] .page-hero-overlay p {
  display: none;
}

main[data-cms-section="news"] .news-cover-hero .page-hero-overlay,
main[data-cms-section="projects"] .projects-cover-hero .page-hero-overlay,
main[data-cms-section="cooperation"] .cooperation-cover-hero .page-hero-overlay,
main[data-cms-section="products"] .products-cover-hero .page-hero-overlay,
main[data-cms-section="about"] .about-cover-hero .page-hero-overlay,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero .page-hero-overlay,
main[data-cms-section="contact"] .contact-cover-hero .page-hero-overlay,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero .page-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  box-shadow: none !important;
}

main[data-cms-section="news"] .news-cover-hero .page-hero-overlay h1,
main[data-cms-section="projects"] .projects-cover-hero .page-hero-overlay h1,
main[data-cms-section="cooperation"] .cooperation-cover-hero .page-hero-overlay h1,
main[data-cms-section="products"] .products-cover-hero .page-hero-overlay h1,
main[data-cms-section="about"] .about-cover-hero .page-hero-overlay h1,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero .page-hero-overlay h1,
main[data-cms-section="contact"] .contact-cover-hero .page-hero-overlay h1,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero .page-hero-overlay h1 {
  max-width: min(980px, 100%);
  color: #fff;
}

main[data-cms-section="news"] .news-cover-hero .page-hero-overlay p,
main[data-cms-section="projects"] .projects-cover-hero .page-hero-overlay p,
main[data-cms-section="cooperation"] .cooperation-cover-hero .page-hero-overlay p,
main[data-cms-section="products"] .products-cover-hero .page-hero-overlay p,
main[data-cms-section="about"] .about-cover-hero .page-hero-overlay p,
main[data-cms-section="manufacturing"] .manufacturing-cover-hero .page-hero-overlay p,
main[data-cms-section="contact"] .contact-cover-hero .page-hero-overlay p,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero .page-hero-overlay p {
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  border-left: 0;
}

main[data-cms-section="products"] .product-category-cover-panel,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-category-cover-panel {
  display: none;
}

main[data-cms-section="products"].page-main,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]).page-main {
  padding-top: 78px;
}

@media (max-width: 900px) {
  main[data-cms-section="about"] .about-cover-hero,
  main[data-cms-section="manufacturing"] .manufacturing-cover-hero,
  main[data-cms-section="news"] .news-cover-hero,
  main[data-cms-section="projects"] .projects-cover-hero,
  main[data-cms-section="cooperation"] .cooperation-cover-hero,
  main[data-cms-section="products"] .products-cover-hero,
  main[data-cms-section="contact"] .contact-cover-hero,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero {
    padding: 0;
  }

  main[data-cms-section="about"] .about-cover-hero .page-hero-media,
  main[data-cms-section="manufacturing"] .manufacturing-cover-hero .page-hero-media,
  main[data-cms-section="news"] .news-cover-hero .page-hero-media,
  main[data-cms-section="projects"] .projects-cover-hero .page-hero-media,
  main[data-cms-section="cooperation"] .cooperation-cover-hero .page-hero-media,
  main[data-cms-section="products"] .products-cover-hero .page-hero-media,
  main[data-cms-section="contact"] .contact-cover-hero .page-hero-media,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .products-cover-hero .page-hero-media {
    min-height: 210px;
    aspect-ratio: 16 / 7;
  }

  main[data-cms-section] .page-hero-overlay {
    gap: 10px;
    padding: 42px 20px;
  }

  main[data-cms-section] .page-hero-overlay h1 {
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1.08;
  }

  main[data-cms-section] .page-hero-overlay p {
    display: none;
  }
}

/* Unified cover banners */
main[data-cms-section] .page-cover-hero {
  display: block;
  position: relative;
  isolation: isolate;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #111111;
}

main[data-cms-section] .page-cover-hero::before,
main[data-cms-section] .page-cover-hero::after,
main[data-cms-section] .page-cover-hero .page-hero-overlay::before,
main[data-cms-section] .page-cover-hero .page-hero-overlay::after,
main[data-cms-section] .page-cover-hero .page-hero-overlay h1::after {
  display: none !important;
  content: none !important;
}

main[data-cms-section] .page-cover-hero .page-hero-media {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1920 / 680;
  object-fit: cover;
  object-position: center top;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none;
  transform: scale(1);
  transition: transform 700ms ease;
}

main[data-cms-section] .page-cover-hero:hover .page-hero-media {
  transform: scale(1.04);
}

main[data-cms-section] .page-cover-hero .page-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(56px, 8vw, 112px) clamp(24px, 6vw, 96px) !important;
  text-align: center;
  color: #fff;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.14);
  opacity: 1 !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

main[data-cms-section] .page-cover-hero .page-hero-overlay h1 {
  max-width: min(980px, 100%);
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.38);
}

main[data-cms-section] .page-cover-hero .page-hero-overlay p {
  display: block !important;
  max-width: min(720px, 92vw);
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
}

@media (max-width: 900px) {
  main[data-cms-section] .page-cover-hero {
    padding: 0;
  }

  main[data-cms-section] .page-cover-hero .page-hero-media {
    min-height: 210px;
    aspect-ratio: 16 / 7;
  }

  main[data-cms-section] .page-cover-hero .page-hero-overlay {
    padding: 42px 20px !important;
  }

  main[data-cms-section] .page-cover-hero .page-hero-overlay h1 {
    font-size: clamp(30px, 9vw, 46px);
    line-height: 1.08;
  }

  main[data-cms-section] .page-cover-hero .page-hero-overlay p {
    max-width: min(520px, 92vw);
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.45;
  }
}

@media (max-width: 1320px) {
  main[data-cms-section="products"].page-main,
  main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]).page-main {
    padding-top: 68px;
  }
}

@media (max-width: 1180px) {
  main[data-cms-section="about"] .certifications-heading {
    max-width: calc(100vw - 48px);
  }

  main[data-cms-section="about"] .certifications-stage {
    width: 100vw;
    height: clamp(360px, 52vw, 500px);
    --certificate-card-width: clamp(150px, 23vw, 230px);
    --certificate-card-height: clamp(212px, 32vw, 324px);
    --coverflow-edge: min(64vw, 420px);
  }

  main[data-cms-section="about"] .brand-history-step {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  }

  main[data-cms-section="about"] .brand-history-step-copy {
    padding: 14px 16px;
  }
}

@media (max-width: 760px) {
  main[data-cms-section="about"] .certifications-section {
    padding-top: 58px;
  }

  main[data-cms-section="about"] .certifications-heading {
    margin-bottom: 38px;
  }

  main[data-cms-section="about"] .certifications-heading h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  main[data-cms-section="about"] .certifications-intro {
    font-size: 16px;
  }

  main[data-cms-section="about"] .certifications-stage {
    width: 100vw;
    height: 320px;
    --certificate-card-width: clamp(116px, 36vw, 150px);
    --certificate-card-height: clamp(164px, 50vw, 212px);
    --coverflow-edge: 58vw;
  }
}

@media (min-width: 1181px) {
  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-metric-strip {
    max-width: var(--mfg-max);
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 48px;
  }
}

/* Global CMS top rhythm refinements */
main[data-cms-section] .location-bar {
  width: min(1480px, calc(100% - 144px));
  margin-top: clamp(18px, 2.2vw, 32px);
  margin-bottom: 0;
}

main[data-cms-section] .location-bar.has-hero {
  margin-top: clamp(18px, 2.2vw, 32px);
}

main[data-cms-section] .location-bar.no-hero {
  margin-top: clamp(16px, 2vw, 28px);
}

main[data-cms-section="about"] .location-bar {
  width: min(var(--premium-max, 1480px), calc(100% - (var(--premium-page-x) * 2)));
  margin-left: calc((100% - min(var(--premium-max, 1480px), calc(100% - (var(--premium-page-x) * 2)))) / 2 - 19px);
}

main[data-cms-section="about"] .about-showcase-section,
main[data-cms-section="projects"] > .project-directory-section,
main[data-cms-section="news"] .news-editorial,
main[data-cms-section="contact"] #global-contact-information,
main[data-cms-section] .location-bar + .cooperation-feature-section,
main[data-cms-section] .location-bar + .technology-feature-section {
  padding-top: clamp(22px, 2.2vw, 36px);
}

main[data-cms-section="projects"] .project-category-cover-panel {
  display: none;
}

main[data-cms-section="projects"] > .project-directory-section {
  padding-top: 0;
}

main[data-cms-section^="project-"]:not([data-cms-section^="project-detail-"]) .project-category-cover-panel {
  display: none;
}

main[data-cms-section="projects"] .project-directory-toolbar,
main[data-cms-section="news"] .news-directory-toolbar,
main[data-cms-section="contact"] #global-contact-information .section-heading,
main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-feature-shell,
main[data-cms-section] .location-bar + .technology-feature-section .technology-feature-shell {
  margin-top: 0;
}

main[data-cms-section="projects"] .project-directory-toolbar.reveal,
main[data-cms-section="news"] .news-directory-toolbar.reveal,
main[data-cms-section="contact"] #global-contact-information .section-heading.reveal {
  opacity: 1;
  transform: none;
}

@media (min-width: 901px) {
  main[data-cms-section="projects"] .location-bar,
  main[data-cms-section^="project-"]:not([data-cms-section^="project-detail-"]) .location-bar {
    width: min(1440px, calc(100% - 180px));
    max-width: 1440px;
  }

  main[data-cms-section="projects"] .project-directory-toolbar,
  main[data-cms-section^="project-"]:not([data-cms-section^="project-detail-"]) .project-directory-toolbar {
    width: min(1440px, calc(100% - 180px));
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}

main[data-cms-section="news"] .news-editorial::before {
  display: none;
}

main[data-cms-section="news"] .news-directory-toolbar {
  display: none;
}

main[data-cms-section="contact"] #global-contact-information .section-heading {
  margin-bottom: clamp(26px, 2.8vw, 42px);
}

main[data-cms-section="technology"] .location-bar {
  margin-top: clamp(16px, 1.8vw, 26px);
  margin-bottom: clamp(6px, 0.8vw, 12px);
}

main[data-cms-section] .location-bar + .technology-feature-section {
  padding-top: clamp(6px, 0.8vw, 12px);
}

main[data-cms-section] .location-bar + .cooperation-feature-section {
  padding-bottom: clamp(46px, 4.5vw, 72px);
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-feature-media figcaption {
  display: none;
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-feature-media img {
  min-height: clamp(280px, 24vw, 390px);
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-proof-grid {
  margin-top: 24px;
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-step-list {
  margin-top: 20px;
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-feature-shell {
  align-items: start;
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-feature-copy h2 {
  font-size: clamp(30px, 3.1vw, 46px);
}

main[data-cms-section] .location-bar + .cooperation-feature-section .cooperation-feature-lede {
  margin-top: 16px;
}

@media (min-width: 1181px) {
  main[data-cms-section="about"] .about-showcase-section {
    padding-bottom: clamp(58px, 5vw, 82px);
  }

  main[data-cms-section="about"] .about-showcase {
    grid-template-columns: minmax(560px, 0.94fr) minmax(560px, 1.06fr);
    gap: 0;
    max-width: min(1520px, calc(100vw - 96px));
  }

  main[data-cms-section="about"] .about-showcase-copy {
    align-self: center;
    max-width: 710px;
    margin: 0 clamp(-100px, -5vw, -62px) 0 0;
    padding: clamp(30px, 3vw, 44px);
    transform: none;
  }

  main[data-cms-section="about"] .about-showcase-media {
    min-height: clamp(420px, 38vw, 620px);
    aspect-ratio: 16 / 10.5;
    clip-path: none;
    transform: none;
  }

  main[data-cms-section="about"] .about-media-panel {
    transform: none;
  }
}

@media (min-width: 901px) {
  main[data-cms-section="about"] .about-showcase-copy {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 18px;
    max-width: 710px;
    padding: clamp(30px, 3vw, 44px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 28px 70px rgba(17, 17, 17, 0.14), 14px 18px 0 rgba(255, 255, 255, 0.68), 0 84px 122px rgba(17, 17, 17, 0.09);
  }

  main[data-cms-section="about"] .about-showcase-copy::before {
    display: block;
    left: 0;
    top: clamp(28px, 2.6vw, 40px);
    height: clamp(46px, 4vw, 66px);
  }

  main[data-cms-section="about"] .about-showcase-copy h1,
  main[data-cms-section="about"] .about-showcase-copy h2 {
    font-size: clamp(28px, 2.45vw, 40px);
    line-height: 1.1;
  }
}

@media (max-width: 900px) {
  main[data-cms-section] .location-bar {
    width: calc(100% - 40px);
  }
}

/* Product directory breathing room below breadcrumb */
main[data-cms-section="products"] .product-directory-section,
main[data-cms-section^="product-"]:not([data-cms-section^="product-detail-"]) .product-directory-section {
  padding-top: clamp(18px, 1.8vw, 28px);
}

/* Technology sticky anchor should not flash while condensing */
main[data-cms-section="technology"] [data-technology-anchor-nav],
main[data-cms-section="technology"] [data-technology-anchor-nav] .technology-overview-shell,
main[data-cms-section="technology"] [data-technology-anchor-nav] .technology-anchor-grid {
  transition: none !important;
}

main[data-cms-section="technology"] [data-technology-anchor-nav] *,
main[data-cms-section="technology"] [data-technology-anchor-nav] *::before,
main[data-cms-section="technology"] [data-technology-anchor-nav] *::after {
  animation: none !important;
  transition: none !important;
}

main[data-cms-section="technology"] [data-technology-anchor-nav] {
  backface-visibility: hidden;
  contain: paint;
  overflow-anchor: none !important;
  transform: translateZ(0);
}

main[data-cms-section="technology"],
main[data-cms-section="technology"] * {
  overflow-anchor: none;
}

main[data-cms-section="technology"] [data-technology-anchor-nav].is-condensed {
  min-height: 58px;
  overflow: hidden;
}

/* About Brand History open milestone grid */
main[data-cms-section="about"] .brand-history-section {
  padding: clamp(54px, 5.4vw, 82px) var(--premium-page-x) clamp(64px, 6vw, 96px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 38%),
    linear-gradient(120deg, rgba(215, 25, 32, 0.045), transparent 32%, rgba(17, 17, 17, 0.028) 100%),
    #f4f4f3;
}

main[data-cms-section="about"] .brand-history-section .section-heading {
  display: block;
  max-width: min(1520px, calc(100vw - 96px));
  margin: 0 auto clamp(30px, 3.5vw, 50px);
}

main[data-cms-section="about"] .brand-history-section .section-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}

main[data-cms-section="about"] .brand-history-section .section-heading h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--red), rgba(215, 25, 32, 0.18));
}

main[data-cms-section="about"] .brand-history-section .section-description {
  margin: 16px 0 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.72;
  white-space: nowrap;
  max-width: none;
}

@media (max-width: 900px) {
  main[data-cms-section="about"] .brand-history-section .section-description {
    white-space: normal;
    max-width: 100%;
  }
}

main[data-cms-section="about"] .certifications-heading {
  width: min(100%, calc(var(--premium-max) + (var(--premium-page-x) * 2)));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--premium-page-x);
  padding-left: var(--premium-page-x);
}

main[data-cms-section="about"] .brand-history-timeline {
  position: relative;
  max-width: min(1520px, calc(100vw - 96px));
  margin: 0 auto;
  isolation: isolate;
}

main[data-cms-section="about"] .brand-history-timeline-rail {
  display: none;
}

main[data-cms-section="about"] .brand-history-curve {
  display: none;
  position: absolute;
  inset: 20px -16px 18px;
  z-index: 0;
  width: calc(100% + 24px);
  height: calc(100% - 38px);
  overflow: visible;
  pointer-events: none;
}

main[data-cms-section="about"] .brand-history-curve path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

main[data-cms-section="about"] .brand-history-curve-shadow {
  stroke: rgba(215, 25, 32, 0.105);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 28;
}

main[data-cms-section="about"] .brand-history-curve-line {
  stroke: rgba(215, 25, 32, 0.72);
  stroke-dasharray: 2 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

main[data-cms-section="about"] .brand-history-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(236px, 1fr);
  align-items: stretch;
  gap: clamp(44px, 4vw, 68px) clamp(24px, 2vw, 34px);
}

main[data-cms-section="about"] .brand-history-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 13px;
  align-content: start;
  min-height: 236px;
  padding: clamp(68px, 5.3vw, 82px) clamp(22px, 1.8vw, 28px) clamp(22px, 1.8vw, 28px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(252, 241, 241, 0.92) 100%);
  border: 1px solid rgba(17, 17, 17, 0.075);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: none;
  backdrop-filter: blur(7px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

main[data-cms-section="about"] .brand-history-card::before {
  position: absolute;
  top: clamp(92px, 6.5vw, 106px);
  bottom: 34px;
  left: 0;
  width: 2px;
  height: auto;
  content: "";
  background: linear-gradient(180deg, rgba(215, 25, 32, 0.08), rgba(215, 25, 32, 0.58), rgba(215, 25, 32, 0.08));
  border: 0;
  border-radius: 0 999px 999px 0;
  box-shadow: none;
}

main[data-cms-section="about"] .brand-history-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 112px;
  height: 112px;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, transparent 50%, rgba(215, 25, 32, 0.055) 50%);
}

main[data-cms-section="about"] .brand-history-card:hover {
  border-color: rgba(215, 25, 32, 0.2);
  box-shadow: 0 30px 68px rgba(17, 17, 17, 0.105), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-5px);
}

main[data-cms-section="about"] .brand-history-card-year {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: clamp(22px, 1.8vw, 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 68px;
  margin: 0;
  padding: 7px 13px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #e41f29, #bd131b);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

main[data-cms-section="about"] .brand-history-card-year::after {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 12px;
  height: 12px;
  content: "";
  background: #ffffff;
  border: 4px solid #d71920;
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(215, 25, 32, 0.12), 0 8px 18px rgba(215, 25, 32, 0.2);
  transform: translateY(-50%);
}

main[data-cms-section="about"] .brand-history-card h3 {
  grid-column: 1;
  display: block;
  margin: 0;
  max-width: 92%;
  padding-right: 0;
  overflow: visible;
  font-size: clamp(18px, 1.24vw, 22px);
  color: #171717;
  font-weight: 800;
  line-height: 1.22;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

main[data-cms-section="about"] .brand-history-card p {
  grid-column: 1;
  display: block;
  margin: 0;
  overflow: visible;
  color: #5b5b5b;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.66;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

main[data-cms-section="about"] .brand-history-card.reveal {
  opacity: 1;
}

main[data-cms-section="about"] .brand-history-card.reveal:nth-child(4n + 1) {
  transform: none;
}

main[data-cms-section="about"] .brand-history-card.reveal:hover {
  transform: translateY(-5px);
}

@media (max-width: 1320px) {
  main[data-cms-section="about"] .brand-history-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  main[data-cms-section="about"] .brand-history-curve {
    display: none;
  }

  main[data-cms-section="about"] .brand-history-card,
  main[data-cms-section="about"] .brand-history-card:nth-child(4n + 2),
  main[data-cms-section="about"] .brand-history-card:nth-child(4n + 3),
  main[data-cms-section="about"] .brand-history-card:nth-child(4n + 4),
  main[data-cms-section="about"] .brand-history-card.reveal:nth-child(4n + 2),
  main[data-cms-section="about"] .brand-history-card.reveal:nth-child(4n + 3),
  main[data-cms-section="about"] .brand-history-card.reveal:nth-child(4n + 4) {
    grid-column: auto;
    grid-row: auto;
    transform: none;
  }
}

@media (max-width: 980px) {
  main[data-cms-section="about"] .brand-history-section .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: calc(100vw - 40px);
  }

  main[data-cms-section="about"] .brand-history-timeline {
    max-width: calc(100vw - 40px);
  }

  main[data-cms-section="about"] .brand-history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main[data-cms-section="about"] .brand-history-curve {
    display: none;
  }

  main[data-cms-section="about"] .brand-history-card,
  main[data-cms-section="about"] .brand-history-card:nth-child(4n + 2),
  main[data-cms-section="about"] .brand-history-card:nth-child(4n + 4),
  main[data-cms-section="about"] .brand-history-card.reveal:nth-child(4n + 2),
  main[data-cms-section="about"] .brand-history-card.reveal:nth-child(4n + 4) {
    transform: none;
  }
}

@media (max-width: 620px) {
  main[data-cms-section="about"] .brand-history-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  main[data-cms-section="about"] .brand-history-grid {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="about"] .brand-history-card {
    min-height: 0;
    padding: 72px 22px 24px;
  }

  main[data-cms-section="about"] .brand-history-card-year {
    top: 22px;
    left: 22px;
  }

  main[data-cms-section="about"] .brand-history-card h3 {
    max-width: 100%;
  }
}

/* About Corporate Honors certificate grid */
main[data-cms-section="about"] .honors-section {
  padding: clamp(64px, 6vw, 96px) var(--premium-page-x);
  overflow: hidden;
  overflow-x: clip;
  background: var(--soft);
}

main[data-cms-section="about"] .honors-showcase {
  width: min(100%, var(--premium-max));
  margin: 0 auto;
}

main[data-cms-section="about"] .honors-heading {
  max-width: 760px;
  margin: 0 0 clamp(30px, 3.8vw, 54px);
  text-align: left;
}

main[data-cms-section="about"] .honors-heading h2 {
  max-width: 700px;
  margin: 0 0 18px;
  color: #202020;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

main[data-cms-section="about"] .honors-intro {
  max-width: 760px;
  margin: 0;
  color: var(--premium-muted);
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 400;
  line-height: 1.76;
}

main[data-cms-section="about"] .honors-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

main[data-cms-section="about"] .honor-certificate-card {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(10px, 1vw, 16px);
  aspect-ratio: 1.44 / 1;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 4px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.07);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

main[data-cms-section="about"] .honor-certificate-card:hover {
  border-color: rgba(215, 25, 32, 0.18);
  box-shadow: 0 24px 58px rgba(17, 17, 17, 0.11);
  transform: translateY(-4px);
}

main[data-cms-section="about"] .honor-certificate-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

main[data-cms-section="about"] .certifications-intro,
main[data-cms-section="about"] .honors-intro,
main[data-cms-section="about"] .partners-section .section-description {
  white-space: nowrap;
  max-width: none;
}

@media (max-width: 900px) {
  main[data-cms-section="about"] .certifications-intro,
  main[data-cms-section="about"] .honors-intro,
  main[data-cms-section="about"] .partners-section .section-description {
    white-space: normal;
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  main[data-cms-section="about"] .honors-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  main[data-cms-section="about"] .honors-gallery {
    grid-template-columns: 1fr;
  }

  main[data-cms-section="about"] .honor-certificate-card {
    padding: 10px;
  }
}

/* Manufacturing first-screen alignment */
@media (min-width: 901px) {
  main[data-cms-section="manufacturing"] .manufacturing-showcase-section {
    padding-top: clamp(16px, 1.6vw, 24px);
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase {
    align-items: start;
    max-width: var(--mfg-max);
  }
}

/* Manufacturing mobile width correction */
@media (max-width: 620px) {
  main[data-cms-section="manufacturing"] .manufacturing-showcase-section,
  main[data-cms-section="manufacturing"] .manufacturing-process-section,
  main[data-cms-section="manufacturing"] .manufacturing-lines-section,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-section,
  main[data-cms-section="manufacturing"] .manufacturing-capability-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase,
  main[data-cms-section="manufacturing"] .manufacturing-process,
  main[data-cms-section="manufacturing"] .manufacturing-capability,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-showcase-copy,
  main[data-cms-section="manufacturing"] .manufacturing-process-copy,
  main[data-cms-section="manufacturing"] .manufacturing-capability-copy,
  main[data-cms-section="manufacturing"] .manufacturing-line-detail-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-highlight-list,
  main[data-cms-section="manufacturing"] .manufacturing-capability-points {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-lines-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-lines-section .manufacturing-section-head,
  main[data-cms-section="manufacturing"] .manufacturing-line-grid {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-card {
    width: 100%;
  }

  main[data-cms-section="manufacturing"] .manufacturing-line-card div {
    min-height: 0;
    padding: 22px 20px 24px;
  }
}
