@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-800-normal.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MumengBrand";
  src: url("assets/fonts/marcellus-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body.duletai-home {
  --font-sans: Montserrat, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --font-display: Montserrat, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --home-ink: #172c29;
  --home-text: #344a47;
  --home-muted: #6a7b77;
  --home-green: #207365;
  --home-pale-green: #edf8f1;
  --home-card-green: #f1faf4;
  --home-deep: #102f2b;
  --home-red: #b9555c;
  --home-soft: #f5f7f4;
  --home-line: rgba(23, 44, 41, 0.14);
  color: var(--home-ink);
  background: #f5f5f2;
  font-family: var(--font-sans);
}

body.duletai-home input,
body.duletai-home select,
body.duletai-home textarea,
body.duletai-home button {
  font-family: var(--font-sans);
}

body.duletai-home .site-header {
  position: absolute;
  min-height: 86px;
  color: #fff;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body.duletai-home .brand.brand-split {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: min-content;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body.duletai-home .brand-mark {
  width: clamp(48px, 4.6vw, 66px);
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.26));
}

body.duletai-home .brand-word {
  display: block;
  color: #fff;
  font-family: "MumengBrand", Optima, "Avenir Next", "Trebuchet MS", Montserrat, sans-serif;
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
}

body.duletai-home .site-nav {
  gap: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.duletai-home .site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.38);
}

body.duletai-home .site-nav a:not(.nav-rfq)::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 9px;
  left: 12px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease-out);
}

body.duletai-home .site-nav a:not(.nav-rfq):hover,
body.duletai-home .site-nav a:not(.nav-rfq):focus-visible,
body.duletai-home .site-nav a.is-current:not(.nav-rfq) {
  color: #fff;
  background: transparent;
  outline: 0;
}

body.duletai-home .site-nav a:not(.nav-rfq):hover::after,
body.duletai-home .site-nav a:not(.nav-rfq):focus-visible::after,
body.duletai-home .site-nav a.is-current:not(.nav-rfq)::after {
  transform: scaleX(1);
}

body.duletai-home .site-nav .nav-rfq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  min-width: 118px;
  padding: 10px 16px;
  color: #fff;
  background: var(--home-red);
  text-align: center;
  text-shadow: none;
  box-shadow: 0 16px 30px rgba(93, 34, 38, 0.24);
  transition: transform 180ms var(--ease-out), background 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
}

body.duletai-home .site-nav .nav-rfq strong,
body.duletai-home .site-nav .nav-rfq span {
  display: block;
  line-height: 1;
}

body.duletai-home .site-nav .nav-rfq strong {
  font-size: 13px;
  font-weight: 800;
}

body.duletai-home .site-nav .nav-rfq span {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.82;
}

body.duletai-home .site-nav .nav-rfq:hover,
body.duletai-home .site-nav .nav-rfq:focus-visible {
  color: #fff;
  background: #a9464d;
  outline: 0;
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(93, 34, 38, 0.28);
}

body.duletai-home .button {
  border-radius: 3px;
  font-family: inherit;
  text-transform: uppercase;
}

body.duletai-home .button-primary {
  background: var(--home-red);
  box-shadow: 0 18px 40px rgba(124, 52, 56, 0.22);
}

body.duletai-home .button-light {
  color: var(--home-ink);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(23, 44, 41, 0.18);
}

.factory-hero {
  position: relative;
  min-height: clamp(760px, 88vh, 900px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 144px clamp(22px, 5vw, 72px) 104px;
  color: #fff;
  background: var(--home-deep);
}

.home-carousel,
.home-carousel__slide,
.factory-hero__shade {
  position: absolute;
  inset: 0;
}

.home-carousel__slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 900ms ease;
}

.home-carousel__slide.is-active {
  opacity: 1;
}

.factory-hero__shade {
  background:
    linear-gradient(90deg, rgba(10, 23, 21, 0.82) 0%, rgba(16, 38, 35, 0.54) 48%, rgba(22, 34, 31, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 11, 10, 0.18), rgba(5, 11, 10, 0.22));
}

.factory-hero__content {
  position: relative;
  z-index: 2;
  width: min(780px, 74vw);
}

.factory-hero__company {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.factory-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.factory-hero__subline {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 600;
}

.factory-hero__actions,
.factory-statement__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-carousel__nav {
  position: absolute;
  left: clamp(22px, 5vw, 72px);
  bottom: 66px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.home-carousel__nav button {
  width: 42px;
  height: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.home-carousel__nav button.is-active {
  background: #fff;
}

.home-carousel__next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: clamp(92px, 11vw, 150px);
  padding: 0 clamp(20px, 3vw, 48px) 0 24px;
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(90deg, rgba(13, 32, 29, 0), rgba(13, 32, 29, 0.16) 48%, rgba(13, 32, 29, 0.36));
  cursor: pointer;
}

.home-carousel__next span {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: clamp(64px, 8vw, 112px);
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  transition: transform 220ms var(--ease-out), color 220ms var(--ease-out), opacity 220ms var(--ease-out);
}

.home-carousel__next:hover span,
.home-carousel__next:focus-visible span {
  color: rgba(255, 255, 255, 0.94);
  transform: translateX(8px);
}

.home-carousel__next:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: -8px;
}

.factory-statement {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1128px, calc(100% - 44px));
  margin: -64px auto 0;
  padding: clamp(30px, 5vw, 52px);
  overflow: hidden;
  color: var(--home-ink);
  background:
    linear-gradient(135deg, rgba(237, 248, 241, 0.82), rgba(255, 255, 255, 0.62) 54%, rgba(231, 242, 236, 0.78)),
    rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 28px 86px rgba(23, 53, 49, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(20px) saturate(1.18);
  transition: transform 260ms var(--ease-out), box-shadow 260ms var(--ease-out), border-color 260ms var(--ease-out);
}

.factory-statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.34), rgba(185, 85, 92, 0.08), rgba(32, 115, 101, 0.12));
  opacity: 0;
  transition: opacity 260ms var(--ease-out);
  pointer-events: none;
}

.factory-statement:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 96px rgba(23, 53, 49, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.factory-statement:hover::before {
  opacity: 1;
}

.factory-statement > * {
  position: relative;
  z-index: 1;
}

.factory-statement h2 {
  max-width: 850px;
  margin-bottom: 12px;
  color: var(--home-ink);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.16;
}

.factory-statement p {
  max-width: 940px;
  margin: 0;
  color: var(--home-text);
  font-weight: 600;
}

.duletai-section,
.inner-section {
  padding: clamp(82px, 9vw, 132px) clamp(22px, 5vw, 72px);
}

.duletai-heading,
.inner-heading {
  max-width: 960px;
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.duletai-heading span,
.inner-heading span {
  display: block;
  margin-bottom: -6px;
  color: rgba(24, 44, 42, 0.1);
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.duletai-heading h2,
.inner-heading h2 {
  margin: 0 auto;
  color: var(--home-ink);
  font-size: clamp(25px, 3vw, 42px);
}

.why-grid,
.services-grid,
.products-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 72px);
  max-width: 1128px;
  margin: 0 auto;
}

.why-grid article,
.service-card,
.news-card {
  padding-top: 8px;
}

.why-grid h3,
.service-card h3,
.catalog-card h3,
.news-card h3,
.about-copy h2,
.factory-overview h2 {
  color: var(--home-ink);
  font-size: 21px;
  font-weight: 700;
}

.why-grid p,
.service-card p,
.catalog-card p,
.news-card p,
.about-copy p,
.factory-overview p,
.inner-hero p,
.waiting-input {
  color: var(--home-muted);
  font-weight: 600;
}

.factory-card-grid,
.breakthrough-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1128px;
  margin: 54px auto 0;
}

.factory-card-grid article,
.breakthrough-grid article,
.catalog-card,
.news-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx, 50%) 0%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.9), var(--home-card-green) 58%, rgba(236, 247, 241, 0.96));
  border: 1px solid var(--home-line);
  box-shadow: 0 16px 44px rgba(23, 53, 49, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out), border-color 220ms var(--ease-out);
}

.factory-card-grid article::before,
.breakthrough-grid article::before,
.catalog-card::before,
.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(185, 85, 92, 0.08), rgba(32, 115, 101, 0.1));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms var(--ease-out);
}

.factory-card-grid article:hover,
.breakthrough-grid article:hover,
.catalog-card:hover,
.catalog-card:focus-visible,
.news-card:hover {
  transform: translateY(-5px);
  border-color: rgba(53, 121, 110, 0.24);
  box-shadow: 0 28px 74px rgba(23, 53, 49, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.factory-card-grid article:hover::before,
.breakthrough-grid article:hover::before,
.catalog-card:hover::before,
.catalog-card:focus-visible::before,
.news-card:hover::before {
  opacity: 1;
}

.factory-card-grid article > *,
.breakthrough-grid article > *,
.catalog-card > *,
.news-card > * {
  position: relative;
  z-index: 1;
}

.factory-card-grid img,
.breakthrough-grid img,
.catalog-card img,
.news-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.factory-card-grid h3,
.factory-card-grid p,
.breakthrough-grid h3,
.breakthrough-grid p,
.catalog-card h3,
.catalog-card p,
.catalog-card span,
.news-card h3,
.news-card p {
  padding-inline: 20px;
}

.factory-card-grid h3,
.breakthrough-grid h3,
.catalog-card h3,
.news-card h3 {
  margin-top: 22px;
}

.factory-card-grid p,
.breakthrough-grid p,
.catalog-card p,
.news-card p {
  padding-bottom: 22px;
}

.industry-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(360px, 1.3fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
  padding: clamp(80px, 9vw, 130px) clamp(22px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(14, 45, 41, 0.94), rgba(14, 45, 41, 0.72)),
    url("assets/homepage/homepage3.jpg") center / cover;
}

.industry-copy {
  position: sticky;
  top: 118px;
}

.industry-copy p,
.media-copy p,
.order-guide__intro p,
.inner-hero__label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.industry-copy h2,
.media-copy h2,
.order-guide__intro h2,
.inner-hero h1 {
  color: inherit;
  max-width: 560px;
  font-size: clamp(32px, 3.7vw, 48px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.dark-hero p {
  color: rgba(255, 255, 255, 0.76);
}

.industry-copy span,
.industry-item span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.industry-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.industry-item {
  display: block;
  padding: 26px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.industry-item:hover,
.industry-item:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: 0;
}

.industry-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(21px, 2.6vw, 34px);
}

.product-directory,
.inner-page .inner-section:nth-of-type(even) {
  background: var(--home-soft);
}

.product-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1128px;
  margin: 0 auto;
}

.directory-product {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 18px;
  border-radius: 0;
  background:
    radial-gradient(circle at var(--mx, 50%) 0%, rgba(255, 255, 255, 0.92), transparent 32%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.94), var(--home-card-green) 62%, rgba(236, 247, 241, 0.96));
}

.directory-product--wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: center;
}

.directory-product img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  object-fit: contain;
  background: #f8faf8;
}

.directory-product--wide img {
  margin: 0;
  aspect-ratio: 1 / 1;
}

.directory-product span,
.catalog-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--home-red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-band,
.order-guide,
.inner-hero,
.about-layout,
.factory-overview {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(80px, 9vw, 130px) clamp(22px, 5vw, 72px);
}

.media-band,
.inner-hero,
.about-layout {
  background: #fff;
}

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

.media-grid article {
  border: 1px solid var(--home-line);
  background: var(--home-card-green);
}

.media-grid video,
.about-layout img,
.factory-overview img {
  width: 100%;
  object-fit: cover;
  background: #111;
}

.media-grid video {
  aspect-ratio: 16 / 10;
}

.media-grid h3 {
  padding: 18px;
  color: var(--home-ink);
}

.order-guide,
.inner-hero.dark-hero {
  color: #fff;
  background: var(--home-deep);
}

.order-guide__intro span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.order-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.order-tabs button {
  min-height: 64px;
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.order-tabs button.is-active,
.order-tabs button:hover,
.order-tabs button:focus-visible {
  color: #fff;
  background: var(--home-red);
  outline: 0;
}

.order-panels article {
  display: none;
  margin-top: 18px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.order-panels article.is-active {
  display: block;
}

.rfq-section {
  padding: clamp(80px, 9vw, 132px) clamp(22px, 5vw, 72px);
  background: #fff;
}

.rfq-section .inquiry-form {
  border: 1px solid var(--home-line);
  padding: 28px;
  background: var(--home-card-green);
}

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

.inner-hero {
  padding-top: 150px;
  align-items: end;
}

.inner-hero__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-layout img,
.factory-overview img {
  aspect-ratio: 16 / 10;
}

.factory-overview img {
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--home-line);
}

.services-grid,
.products-grid {
  gap: 24px;
}

.service-card,
.news-card {
  padding: 28px;
  border: 1px solid var(--home-line);
  background:
    radial-gradient(circle at var(--mx, 50%) 0%, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.9), var(--home-card-green) 58%, rgba(236, 247, 241, 0.96));
}

.catalog-card {
  display: flex;
  flex-direction: column;
}

.waiting-input {
  display: grid;
  place-items: center;
  min-height: 240px;
  border: 1px dashed rgba(23, 44, 41, 0.26);
  background: rgba(255, 255, 255, 0.6);
  font-weight: 800;
  text-transform: uppercase;
}

body.duletai-home .site-footer {
  color: var(--home-text);
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

body.duletai-home .site-footer img {
  filter: none;
}

@media (max-width: 1080px) {
  body.duletai-home .site-nav .nav-rfq {
    margin-left: 0;
  }

  .why-grid,
  .services-grid,
  .products-grid,
  .media-grid,
  .breakthrough-grid {
    grid-template-columns: 1fr;
  }

  .factory-card-grid,
  .product-directory__grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-band,
  .media-band,
  .order-guide,
  .inner-hero,
  .about-layout,
  .factory-overview {
    grid-template-columns: 1fr;
  }

  .industry-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  body.duletai-home .site-header {
    min-height: 72px;
  }

  body.duletai-home .site-nav {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 22px 60px rgba(23, 53, 49, 0.16);
    backdrop-filter: blur(18px);
  }

  body.duletai-home .site-nav a:not(.nav-rfq) {
    min-height: 48px;
    color: var(--home-ink);
    text-shadow: none;
  }

  body.duletai-home .site-nav a:not(.nav-rfq):hover,
  body.duletai-home .site-nav a:not(.nav-rfq):focus-visible,
  body.duletai-home .site-nav a.is-current:not(.nav-rfq) {
    color: var(--home-ink);
    background: var(--home-card-green);
  }

  .factory-hero {
    min-height: 690px;
    padding-top: 120px;
    padding-bottom: 92px;
  }

  .factory-hero__content {
    width: 100%;
  }

  .factory-hero h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .factory-statement,
  .directory-product--wide {
    grid-template-columns: 1fr;
  }

  .factory-statement {
    width: calc(100% - 44px);
    margin-top: 0;
  }

  .home-carousel__next {
    top: auto;
    width: 118px;
    height: 190px;
  }

  .home-carousel__next span {
    font-size: 64px;
  }

  .factory-card-grid,
  .product-directory__grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .directory-product--wide {
    grid-column: auto;
  }

  .order-tabs {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-carousel__slide,
  .home-carousel__next span,
  .factory-statement,
  .factory-statement::before,
  .factory-card-grid article,
  .breakthrough-grid article,
  .catalog-card,
  .news-card {
    transition: none;
  }
}
