.v2-home-page {
  background: #ffffff;
  color: #172126;
}

.v2-home-page .site-header {
  position: sticky;
  top: 0;
}

.v2-home-page .cn-main-nav > a.active {
  background: rgba(0, 54, 130, 0.34);
  color: #ffffff;
  font-weight: 800;
}

.v2-home-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.v2-home-page .btn svg,
.home-section-heading > a svg,
.home-text-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-hero {
  position: relative;
  min-height: clamp(560px, calc(100vh - 155px), 700px);
  overflow: hidden;
  background: #203238;
  color: #ffffff;
  touch-action: pan-y;
}

.home-hero-media,
.home-hero-media img,
.home-hero-shade {
  position: absolute;
  inset: 0;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 700ms ease, transform 6200ms ease;
}

.home-hero-media img:nth-child(1) {
  object-position: center 46%;
}

.home-hero-media img:nth-child(2),
.home-hero-media img:nth-child(3) {
  object-position: center 54%;
}

.home-hero-media img.active {
  opacity: 1;
  transform: scale(1.04);
}

.home-hero-shade {
  background: rgba(8, 22, 27, 0.5);
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(560px, calc(100vh - 155px), 700px);
  align-items: center;
  padding: 76px 0 92px;
}

.home-hero-copy {
  max-width: 760px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.home-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: 1.12;
  letter-spacing: 0;
}

.home-hero-company-suffix {
  white-space: nowrap;
}

html[lang="en"] .home-hero-copy,
html[lang="es"] .home-hero-copy,
html[lang="fr"] .home-hero-copy {
  max-width: 880px;
}

html[lang="en"] .home-hero-copy h1,
html[lang="es"] .home-hero-copy h1,
html[lang="fr"] .home-hero-copy h1 {
  max-width: 880px;
  font-size: 58px;
}

html[lang="en"] .home-hero-title,
html[lang="es"] .home-hero-title,
html[lang="fr"] .home-hero-title {
  max-width: 760px;
  font-size: 28px;
}

.home-hero-title {
  margin: 23px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.35;
}

.home-hero-description {
  max-width: 670px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

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

.home-hero-actions .btn {
  min-width: 144px;
  min-height: 48px;
}

.home-hero-actions .btn.primary {
  background: #ffffff;
  color: #075b59;
  text-shadow: none;
}

.home-hero-actions .btn.secondary {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.14);
  color: #ffffff;
  text-shadow: none;
}

.home-hero-arrows {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 26px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.home-hero-arrows button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(7, 24, 29, 0.34);
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-hero-arrows button:hover,
.home-hero-arrows button:focus-visible {
  border-color: #ffffff;
  background: rgba(7, 24, 29, 0.7);
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
  transform: translateY(-2px);
}

.home-hero-arrows svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-strength-strip {
  border-bottom: 1px solid #dce4e1;
  background: #ffffff;
}

.home-strength-strip .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-strength-strip article {
  --strength-accent: #0d6e69;
  min-width: 0;
  padding: 27px 24px 25px;
  border-right: 1px solid #e1e7e5;
  box-shadow: inset 0 3px 0 var(--strength-accent);
}

.home-strength-strip article:nth-child(2) {
  --strength-accent: #2f6f9f;
}

.home-strength-strip article:nth-child(3) {
  --strength-accent: #9a7532;
}

.home-strength-strip article:nth-child(4) {
  --strength-accent: #4b7558;
}

.home-strength-strip article:first-child {
  border-left: 1px solid #e1e7e5;
}

.home-strength-strip strong {
  display: block;
  color: var(--strength-accent);
  font-size: 17px;
  line-height: 1.45;
}

.home-strength-strip p {
  margin: 7px 0 0;
  color: #586a70;
  font-size: 13px;
  line-height: 1.65;
}

.home-products,
.home-about,
.home-factory,
.home-applications,
.home-news,
.home-contact {
  scroll-margin-top: var(--v2-header-height, 116px);
}

.home-products {
  padding: 86px 0 94px;
}

.home-section-heading,
.home-factory-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.home-section-heading > div,
.home-factory-heading > div {
  max-width: 760px;
}

.home-section-heading h2,
.home-factory-heading h2,
.home-about-copy h2,
.home-process-heading h2,
.home-news-heading h2,
.home-contact-intro h2 {
  margin: 0;
  color: #162b30;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.2;
  letter-spacing: 0;
}

.home-section-heading p,
.home-factory-heading p {
  margin: 12px 0 0;
  color: #657479;
  font-size: 15px;
  line-height: 1.8;
}

.home-section-heading > a,
.home-text-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #0d6e69;
  font-size: 13px;
  font-weight: 800;
}

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

.home-category-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce4e1;
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-category-card:hover,
.home-category-card:focus-within {
  border-color: #91aba7;
  box-shadow: 0 14px 34px rgba(27, 49, 53, 0.1);
  transform: translateY(-3px);
}

.home-category-card > a {
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

.home-category-media {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #edf1f0;
  background: #ffffff;
}

.home-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 220ms ease;
}

.home-product-media--localized {
  position: relative;
}

.home-product-media--localized::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15%;
  background: #ffffff;
  content: "";
  pointer-events: none;
}

.home-localized-product-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  min-height: 15%;
  padding: 7px 12px;
  overflow: hidden;
  background: #ffffff;
  color: #17282d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  pointer-events: none;
}

.home-category-card:hover .home-category-media img {
  transform: scale(1.025);
}

.home-category-card:nth-child(2) .home-category-media img {
  transform: scale(1.075);
  transform-origin: center top;
}

.home-category-card:nth-child(2):hover .home-category-media img {
  transform: scale(1.1);
}

.home-category-copy {
  flex: 1;
  padding: 20px 20px 22px;
}

.home-category-copy > span {
  color: #8d9a9e;
  font-size: 12px;
  font-weight: 800;
}

.home-category-copy h3 {
  min-height: 52px;
  margin: 8px 0 7px;
  color: #193036;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0;
}

.home-category-copy p {
  margin: 0;
  color: #68767b;
  font-size: 13px;
  line-height: 1.7;
}

.home-category-copy small {
  display: block;
  margin-top: 12px;
  color: #0d6e69;
  font-size: 12px;
  font-weight: 800;
}

.home-category-card > a > svg {
  position: absolute;
  right: 18px;
  bottom: 19px;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #0d6e69;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-about {
  padding: 94px 0;
  border-top: 1px solid #e0e7e5;
  border-bottom: 1px solid #dce4e1;
  background: #f4f7f6;
}

.home-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, 0.88fr);
  align-items: stretch;
  gap: 58px;
}

.home-about-media {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe7e4;
}

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

.home-about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-about-copy h2 {
  font-size: clamp(32px, 3.2vw, 44px);
}

.home-about-copy > p {
  margin: 18px 0 0;
  color: #55666c;
  font-size: 15px;
  line-height: 1.9;
}

.home-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 28px;
  border-top: 1px solid #d5dfdc;
  border-bottom: 1px solid #d5dfdc;
}

.home-about-facts > div {
  padding: 18px 14px 17px 0;
}

.home-about-facts > div + div {
  padding-left: 14px;
  border-left: 1px solid #d5dfdc;
}

.home-about-facts strong,
.home-about-facts span {
  display: block;
}

.home-about-facts strong {
  color: #163b40;
  font-size: 22px;
  line-height: 1.25;
}

.home-about-facts span {
  margin-top: 5px;
  color: #6d7a7f;
  font-size: 11px;
}

.home-about-copy .home-text-link {
  align-self: flex-start;
}

.home-factory {
  padding: 90px 0 98px;
  background: #ffffff;
}

.home-factory-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  min-height: 640px;
  overflow: hidden;
  border: 1px solid #d8e1de;
  border-radius: 8px;
  background: #f2f6f4;
}

.home-factory-nav {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-right: 1px solid #d8e1de;
}

.home-factory-nav button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: center;
  column-gap: 8px;
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid #d8e1de;
  background: #f2f6f4;
  color: #5a696e;
  cursor: pointer;
  text-align: left;
}

.home-factory-nav button:last-child {
  border-bottom: 0;
}

.home-factory-nav button:hover,
.home-factory-nav button:focus-visible {
  background: #e8f1ee;
  outline: 2px solid #16817c;
  outline-offset: -2px;
}

.home-factory-nav button.active {
  background: #153f43;
  color: #ffffff;
}

.home-factory-nav button > span {
  grid-row: 1 / span 2;
  color: #829095;
  font-size: 12px;
  font-weight: 800;
}

.home-factory-nav button.active > span,
.home-factory-nav button.active small {
  color: rgba(255, 255, 255, 0.66);
}

.home-factory-nav strong,
.home-factory-nav small {
  display: block;
}

.home-factory-nav strong {
  font-size: 16px;
}

.home-factory-nav small {
  margin-top: 4px;
  color: #78868a;
  font-size: 11px;
}

.home-factory-stage {
  position: relative;
  min-width: 0;
  min-height: 640px;
  overflow: hidden;
  background: #d8e0de;
}

.home-factory-stage figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 560ms ease;
  pointer-events: none;
}

.home-factory-stage figure.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.home-factory-gallery {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: minmax(0, 1.7fr) minmax(210px, 0.75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
  background: #ffffff;
}

.home-factory-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-factory-gallery-main {
  grid-row: 1 / span 2;
}

.home-factory-stage figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  background: rgba(9, 24, 29, 0.78);
  color: #ffffff;
}

.home-factory-stage figcaption strong {
  flex: 0 0 auto;
  font-size: 20px;
}

.home-factory-stage figcaption span {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-align: right;
}

.home-applications {
  padding: 90px 0 94px;
  border-top: 1px solid #dce4e1;
  background: #f4f7f6;
}

.home-application-list {
  border-top: 1px solid #cad6d2;
}

.home-application-list article {
  display: grid;
  grid-template-columns: 152px 48px minmax(260px, 1.2fr) minmax(230px, 0.8fr);
  align-items: center;
  gap: 24px;
  min-height: 154px;
  border-bottom: 1px solid #cad6d2;
}

.home-application-media {
  width: 152px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-right: 1px solid #d6dfdc;
  border-left: 1px solid #d6dfdc;
  background: #ffffff;
}

.home-application-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 220ms ease;
}

.home-application-list article:hover .home-application-media img {
  transform: scale(1.035);
}

.home-application-list article:nth-child(2) .home-application-media img {
  transform: scale(1.075);
  transform-origin: center top;
}

.home-application-list article:nth-child(2):hover .home-application-media img {
  transform: scale(1.1);
}

.home-application-list article > span {
  color: #8d9a9e;
  font-size: 13px;
  font-weight: 800;
}

.home-application-list h3 {
  margin: 0;
  color: #1a3035;
  font-size: 22px;
  letter-spacing: 0;
}

.home-application-list p {
  margin: 6px 0 0;
  color: #68767b;
  font-size: 13px;
}

.home-application-list a {
  justify-self: end;
  color: #0d6e69;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.home-application-list a:hover,
.home-application-list a:focus-visible {
  text-decoration: underline;
}

.home-process {
  padding: 74px 0 80px;
  background: #183137;
  color: #ffffff;
}

.home-process-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.home-process-heading > div {
  max-width: 720px;
}

.home-process-heading h2 {
  color: #ffffff;
  font-size: 38px;
}

.home-process-heading p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.home-process-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.home-process-heading > a:hover,
.home-process-heading > a:focus-visible {
  border-color: #8ed6c7;
  background: rgba(255, 255, 255, 0.08);
}

.home-process-heading > a svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.home-process li {
  min-width: 0;
  padding: 24px 22px 0 0;
}

.home-process li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.home-process li span,
.home-process li strong {
  display: block;
}

.home-process li span {
  color: #7fc8b8;
  font-size: 12px;
  font-weight: 800;
}

.home-process li strong {
  margin-top: 12px;
  font-size: 17px;
}

.home-process li p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
  line-height: 1.65;
}

.home-news {
  display: flex;
  min-height: calc(100svh - var(--v2-header-height, 116px));
  align-items: center;
  padding: 78px 0 82px;
  border-bottom: 1px solid #dce4e1;
  background: #ffffff;
}

.home-news-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.home-news-heading h2 {
  font-size: 38px;
}

.home-news-heading p {
  margin: 12px 0 0;
  color: #68767b;
  font-size: 14px;
  line-height: 1.8;
}

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

.home-news-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7e0dd;
  border-radius: 8px;
  background: #ffffff;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.home-news-grid article:hover,
.home-news-grid article:focus-within {
  transform: translateY(-3px);
  border-color: #9bbeb7;
  box-shadow: 0 16px 32px rgba(17, 50, 54, 0.1);
}

.home-news-grid article > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.home-news-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid #e3e9e7;
  background: #eef3f1;
}

.home-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.home-news-grid article:hover .home-news-media img,
.home-news-grid article:focus-within .home-news-media img {
  transform: scale(1.035);
}

.home-news-copy {
  display: flex;
  min-height: 245px;
  flex: 1;
  flex-direction: column;
  padding: 21px 22px 20px;
}

.home-news-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-news-copy span {
  color: #0d6e69;
  font-size: 13px;
  font-weight: 800;
}

.home-news-copy time {
  color: #718085;
  font-size: 13px;
}

.home-news-copy h3 {
  margin: 13px 0 0;
  color: #20353a;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

.home-news-copy p {
  margin: 10px 0 0;
  color: #637278;
  font-size: 14px;
  line-height: 1.75;
}

.home-news-copy > strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 20px;
  color: #0d6e69;
  font-size: 14px;
}

.home-news-copy > strong svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-contact {
  position: relative;
  display: flex;
  min-height: calc(100svh - var(--v2-header-height, 116px));
  align-items: center;
  padding: 86px 0 90px;
  border-top: 4px solid #22968c;
  background: #15373c;
  color: #ffffff;
}

.home-contact-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 64px;
}

.home-contact-intro h2 {
  color: #ffffff;
  font-size: 42px;
}

.home-contact-intro > p {
  margin: 15px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.home-contact-intro > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.home-contact-intro > a span,
.home-contact-intro > a strong {
  display: block;
}

.home-contact-intro > a svg {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #77c7b8;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-contact-intro > a span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.home-contact-intro > a strong {
  margin-top: 2px;
  font-size: 38px;
  line-height: 1.2;
}

.home-contact-directory {
  padding: 24px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(4, 18, 21, 0.22);
}

.home-contact-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-contact-people a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #d6e0dd;
}

.home-contact-people a:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid #d6e0dd;
}

.home-contact-people span {
  color: #66757a;
  font-size: 14px;
}

.home-contact-people strong {
  color: #20353a;
  font-size: 16px;
}

.home-contact-people a:hover strong,
.home-contact-people a:focus-visible strong {
  color: #0d6e69;
}

.home-contact-address {
  padding-top: 25px;
}

.home-contact-address span,
.home-contact-address strong,
.home-contact-address small {
  display: block;
}

.home-contact-address span {
  color: #6d7a7f;
  font-size: 13px;
}

.home-contact-address strong {
  margin-top: 6px;
  color: #20353a;
  font-size: 18px;
}

.home-contact-address small {
  margin-top: 5px;
  color: #7c898d;
  font-size: 12px;
  line-height: 1.7;
}

.home-footer .footer-inner {
  gap: 30px;
}

.home-footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-footer-links a {
  font-size: 13px;
}

/* Keep supporting information readable on image-heavy and data-heavy sections. */
.home-about-facts span,
.home-factory-nav small {
  font-size: 12px;
}

.home-strength-strip p,
.home-category-copy > span,
.home-category-copy small,
.home-factory-nav button > span,
.home-process li span {
  font-size: 13px;
}

.home-category-copy p,
.home-application-list article > span,
.home-application-list p,
.home-application-list a,
.home-process li p {
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-media img,
  .home-factory-stage figure,
  .home-category-card,
  .home-category-media img,
  .home-news-grid article,
  .home-news-media img {
    transition: none;
  }
}

@media (max-width: 1120px) {
  .home-hero-arrows {
    right: 16px;
    left: 16px;
  }

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

  .home-category-card > a {
    min-height: 0;
  }

  .home-category-copy h3 {
    min-height: 0;
  }

  .home-about-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 42px;
  }

  .home-factory-layout {
    grid-template-columns: 270px minmax(0, 1fr);
  }
}

@media (max-width: 960px) {
  html[lang="en"] .home-hero-copy h1,
  html[lang="es"] .home-hero-copy h1,
  html[lang="fr"] .home-hero-copy h1 {
    font-size: 48px;
  }

  .v2-home-page .main-nav {
    top: var(--v2-header-height, 112px);
  }

  .v2-home-page .cn-main-nav > a.active {
    background: #e8f1ee;
    color: #075b59;
  }

  .home-strength-strip .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-strength-strip article:nth-child(2) {
    border-right: 1px solid #e1e7e5;
  }

  .home-strength-strip article:nth-child(n + 3) {
    border-top: 1px solid #e1e7e5;
  }

  .home-about-layout,
  .home-contact-layout {
    grid-template-columns: 1fr;
  }

  .home-about-media {
    min-height: 430px;
  }

  .home-factory-layout {
    grid-template-columns: 1fr;
  }

  .home-factory-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    border-right: 0;
    border-bottom: 1px solid #d8e1de;
  }

  .home-factory-nav button {
    grid-template-columns: 1fr;
    border-right: 1px solid #d8e1de;
    border-bottom: 0;
  }

  .home-factory-nav button:last-child {
    border-right: 0;
  }

  .home-factory-nav button > span {
    grid-row: auto;
  }

  .home-factory-nav small {
    display: none;
  }

  .home-factory-stage {
    min-height: 500px;
  }

  .home-application-list article {
    grid-template-columns: 132px 44px minmax(0, 1fr);
    gap: 18px;
    padding: 22px 0;
  }

  .home-application-media {
    grid-row: 1 / span 2;
    width: 132px;
  }

  .home-application-list a {
    grid-column: 3;
    justify-self: start;
    text-align: left;
  }

  .home-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .home-process li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

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

  .home-news-grid article:last-child {
    grid-column: 1 / -1;
  }

  .home-news-grid article:last-child > a {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  }

  .home-news-grid article:last-child .home-news-media {
    aspect-ratio: auto;
    border-right: 1px solid #e3e9e7;
    border-bottom: 0;
  }

  .home-contact-layout {
    gap: 34px;
  }
}

@media (max-width: 720px) {
  .home-hero,
  .home-hero-inner {
    min-height: 600px;
  }

  .home-hero-inner {
    align-items: flex-end;
    padding: 76px 0 86px;
  }

  .home-hero-copy h1 {
    font-size: 40px;
  }

  html[lang="en"] .home-hero-copy h1,
  html[lang="es"] .home-hero-copy h1,
  html[lang="fr"] .home-hero-copy h1 {
    font-size: 36px;
  }

  html[lang="en"] .home-hero-title,
  html[lang="es"] .home-hero-title,
  html[lang="fr"] .home-hero-title {
    font-size: 22px;
  }

  .home-hero-title {
    font-size: 25px;
  }

  .home-hero-description {
    font-size: 14px;
  }

  .home-hero-actions .btn {
    width: 100%;
  }

  .home-hero-arrows {
    top: 42%;
    right: 12px;
    left: 12px;
  }

  .home-hero-arrows button {
    width: 42px;
    height: 42px;
  }

  .home-strength-strip article {
    padding: 20px 16px;
  }

  .home-products,
  .home-factory,
  .home-applications {
    padding: 64px 0 68px;
  }

  .home-about,
  .home-news,
  .home-contact {
    padding: 66px 0;
  }

  .home-news,
  .home-contact {
    display: block;
    min-height: 0;
  }

  .home-section-heading,
  .home-factory-heading,
  .home-process-heading,
  .home-news-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .home-section-heading h2,
  .home-factory-heading h2,
  .home-about-copy h2,
  .home-process-heading h2,
  .home-news-heading h2,
  .home-contact-intro h2 {
    font-size: 34px;
  }

  .home-category-grid {
    grid-template-columns: 1fr;
  }

  .home-category-card > a {
    display: grid;
    grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
    min-height: 210px;
  }

  .home-category-media {
    aspect-ratio: auto;
    border-right: 1px solid #edf1f0;
    border-bottom: 0;
  }

  .home-category-copy {
    align-self: center;
    padding: 20px;
  }

  .home-category-card > a > svg {
    right: 15px;
    bottom: 15px;
  }

  .home-about-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-about-facts {
    grid-template-columns: 1fr;
  }

  .home-about-facts > div,
  .home-about-facts > div + div {
    padding: 14px 0;
    border-left: 0;
    border-bottom: 1px solid #d5dfdc;
  }

  .home-about-facts > div:last-child {
    border-bottom: 0;
  }

  .home-factory-nav {
    display: flex;
    overflow-x: auto;
  }

  .home-factory-nav button {
    min-width: 132px;
    padding: 14px;
  }

  .home-factory-stage {
    min-height: 430px;
  }

  .home-factory-gallery {
    grid-template-columns: minmax(0, 1.35fr) minmax(110px, 0.65fr);
  }

  .home-factory-stage figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
  }

  .home-factory-stage figcaption span {
    text-align: left;
  }

  .home-process {
    padding: 58px 0 62px;
  }

  .home-process ol {
    grid-template-columns: 1fr;
  }

  .home-process li,
  .home-process li + li,
  .home-process li:nth-child(3) {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .home-process li:last-child {
    border-bottom: 0;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .home-news-grid article:last-child {
    grid-column: auto;
  }

  .home-news-grid article:last-child > a {
    display: flex;
  }

  .home-news-grid article:last-child .home-news-media {
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid #e3e9e7;
  }

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

  .home-contact-people {
    grid-template-columns: 1fr;
  }

  .home-contact-people a:nth-child(n) {
    padding: 0;
    border-left: 0;
  }

  .home-footer .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  html[lang="en"] .home-hero-copy h1,
  html[lang="es"] .home-hero-copy h1,
  html[lang="fr"] .home-hero-copy h1 {
    font-size: 32px;
  }

  .home-strength-strip .container {
    grid-template-columns: 1fr;
  }

  .home-strength-strip article:nth-child(n) {
    border-right: 1px solid #e1e7e5;
    border-bottom: 1px solid #e1e7e5;
    border-left: 1px solid #e1e7e5;
  }

  .home-strength-strip article:last-child {
    border-bottom: 0;
  }

  .home-category-card > a {
    grid-template-columns: 1fr;
  }

  .home-category-media {
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid #edf1f0;
  }

  .home-application-list article {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
  }

  .home-application-media {
    width: 104px;
  }

  .home-application-list article > span {
    display: none;
  }

  .home-application-list article > div:not(.home-application-media),
  .home-application-list a {
    grid-column: 2;
  }

  .home-contact-intro > a strong {
    font-size: 28px;
  }

  .home-contact-directory {
    padding: 18px 20px 22px;
  }

  .home-footer-links {
    flex-wrap: wrap;
  }
}
