.page-production-system-selector main {
  min-height: 100vh;
  background: var(--bg-fiber-economy-main);
  background-size:
    48px 48px,
    48px 48px,
    auto,
    auto,
    auto,
    auto;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--c-paper);
}

h1 {
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4.2vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.hero-main h1 {
  max-width: 12.5ch;
  font-size: clamp(2.45rem, 3.6vw, 3rem);
  line-height: 1.04;
  letter-spacing: 0.02em;
  white-space: normal;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-title {
  position: relative;
}

.hero-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.98em;
  width: min(11.2ch, 100%);
  border-top: 2px solid rgba(255, 255, 255, 0.88);
}


h2 {
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  margin-bottom: 1.2rem;
}

.hero-subtitle {
  margin: 0.85rem 0 0;
  max-width: 61ch;
  line-height: 1.6;
  color: rgba(247, 246, 246, 0.86);
}

.hero-video .hero-main {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(91, 97, 102, 0.88) 0%, rgba(75, 81, 86, 0.76) 100%);
  border-color: rgba(216, 222, 63, 0.38);
  backdrop-filter: blur(10px);
  box-shadow:
    0 28px 60px rgba(9, 12, 14, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-video .hero-main::before {
  content: "";
  position: absolute;
  right: 15%;
  bottom: 20%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 68%);
  filter: blur(14px);
  pointer-events: none;
}

.hero-video .hero-main::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -108px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 222, 63, 0.34) 0%, rgba(216, 222, 63, 0.12) 28%, rgba(216, 222, 63, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-video .hero-main .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.hero-video .hero-main h1 {
  color: #ffffff;
}

.hero-video .hero-main .hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  max-width: 36ch;
  margin-top: 1.05rem;
  font-size: 0.99rem;
  line-height: 1.56;
}

.hero-actions {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-main .hero-actions {
  margin-top: 1.55rem;
}

.hero-main .btn {
  min-width: 0;
  padding: 1rem 1.45rem;
  font-size: 1rem;
}

.hero-call-row {
  gap: 0.82rem;
}

.hero-call-row .btn-wa {
  min-width: 14.35rem;
}

.hero-phone-link {
  min-width: 16.8rem;
  white-space: nowrap;
}

.hero-main .btn-solid {
  background: rgba(67, 72, 76, 0.92);
  border-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 26px rgba(18, 22, 25, 0.24);
}

.hero-main .btn-ghost {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(78, 84, 88, 0.92);
}

.hero-metrics {
  display: grid;
  gap: 0.55rem;
}

.metric-card {
  background: linear-gradient(160deg, var(--c-charcoal) 0%, #3f4548 100%);
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 0.9rem 0.95rem;
  box-shadow: var(--shadow-panel);
}

.metric-card h3 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 1.46rem;
}

.metric-card p {
  margin: 0;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
}

.content-frame {
  border: 2px dashed rgba(216, 222, 63, 0.48);
  border-radius: var(--radius-lg);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(216, 222, 63, 0.1),
      rgba(216, 222, 63, 0.1) 10px,
      rgba(41, 48, 52, 0.48) 10px,
      rgba(41, 48, 52, 0.48) 20px
    );
  padding: 1rem;
  box-shadow: inset 0 0 0 1px rgba(216, 222, 63, 0.1);
}

.content-frame h3 {
  font-size: 1.02rem;
  margin-bottom: 0.42rem;
}

.content-frame p {
  margin: 0.3rem 0 0;
  color: var(--c-copy-muted);
  line-height: 1.45;
}

.content-frame-lg {
  min-height: 0;
}

.hero-media {
  grid-area: video;
  display: grid;
  gap: 0.8rem;
  align-content: start;
  justify-items: center;
  width: 100%;
  min-height: 452px;
  padding: 0.95rem 1.1rem 1rem;
}

.hero-media-label {
  margin: 0;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(247, 246, 246, 0.72);
  text-align: center;
}

.hero-video-shell {
  position: relative;
  width: 100%;
  min-height: clamp(220px, 28vw, 316px);
  border-radius: 1rem;
  background: rgba(18, 23, 26, 0.9);
  border: 1px solid rgba(216, 222, 63, 0.24);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-video-poster {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  padding: 2rem 2.25rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-video-poster:focus-visible {
  outline: 2px solid rgba(125, 181, 222, 0.78);
  outline-offset: -6px;
}

.hero-video-stage {
  position: relative;
  width: min(100%, 627px);
  aspect-ratio: 627 / 244;
  overflow: hidden;
  border-radius: 0.45rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.hero-video-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.94) contrast(1.02);
}

.hero-video-embed {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hero-video-shell.is-playing .hero-video-stage {
  box-shadow: none;
}

.hero-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.4rem;
  height: 3.8rem;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  background: #ff003e;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.26);
}

.hero-video-play::before {
  content: "";
  position: absolute;
  left: 2.15rem;
  top: 1.1rem;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.35rem solid #ffffff;
}

.hero-video-link {
  width: fit-content;
  min-width: 14.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: 0.05rem;
  padding: 1rem 1.72rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 222, 63, 0.4);
  background: rgba(86, 93, 79, 0.34);
  color: var(--c-lime);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-video-link:hover {
  transform: translateY(-1px);
  background: rgba(110, 118, 92, 0.42);
  border-color: rgba(216, 222, 63, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-video-ready {
  width: min(100%, 20rem);
  min-height: 126px;
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(216, 222, 63, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(216, 222, 63, 0.08) 100%),
    rgba(23, 29, 33, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-video-ready-icon {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(216, 222, 63, 0.36);
  background: radial-gradient(circle at 32% 28%, rgba(216, 222, 63, 0.32), rgba(216, 222, 63, 0.06) 72%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-video-ready-icon::before {
  content: "";
  position: absolute;
  top: 0.82rem;
  left: 1.08rem;
  border-top: 0.48rem solid transparent;
  border-bottom: 0.48rem solid transparent;
  border-left: 0.78rem solid var(--c-lime);
}

.hero-video-shell-empty {
  min-height: 300px;
}

.content-frame-panel {
  min-height: 240px;
  display: grid;
  align-content: center;
}

.frame-mark {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(216, 222, 63, 0.92);
}
.hero-video .content-frame {
  border-color: rgba(216, 222, 63, 0.72);
  background:
    linear-gradient(180deg, rgba(79, 86, 79, 0.82) 0%, rgba(56, 63, 66, 0.88) 100%),
    repeating-linear-gradient(
      -45deg,
      rgba(216, 222, 63, 0.16),
      rgba(216, 222, 63, 0.16) 16px,
      rgba(47, 56, 61, 0.08) 16px,
      rgba(47, 56, 61, 0.08) 32px
    );
  box-shadow:
    0 22px 44px rgba(12, 15, 18, 0.24),
    inset 0 0 0 1px rgba(216, 222, 63, 0.14);
}

.hero-video .metric-card {
  background: linear-gradient(160deg, rgba(99, 106, 110, 0.92) 0%, rgba(76, 80, 82, 0.88) 100%);
  border: 1px solid rgba(216, 222, 63, 0.3);
}
.card-grid {
  display: grid;
  gap: 0.8rem;
}

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

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

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

.service-card,
.case-card,
.adv-card,
.contact-card,
.lead-form,
.legal-block {
  background: linear-gradient(165deg, var(--c-surface-strong) 0%, var(--c-surface) 100%);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 48px rgba(13, 17, 20, 0.22);
  backdrop-filter: blur(10px);
}

.service-card,
.case-card,
.adv-card {
  padding: 1rem;
  height: 100%;
}

.case-card {
  overflow: hidden;
}

.case-frame {
  margin: -1.2rem -1.2rem 0.9rem;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  min-height: 128px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.service-card h3,
.case-card h3 {
  font-size: 1.03rem;
  margin-bottom: 0.55rem;
}

.service-card p,
.case-card p,
.adv-card p,
.contact-card p {
  margin: 0;
  line-height: 1.55;
  color: var(--c-copy-muted);
}

.production-block-page {
  padding-top: 1.2rem;
  padding-bottom: 4rem;
}

.production-block-shell {
  position: relative;
  overflow: hidden;
  padding: 0.7rem;
  border-radius: calc(var(--radius-xl) + 8px);
  border: 1px solid rgba(216, 222, 63, 0.18);
  background: linear-gradient(152deg, rgba(90, 96, 101, 0.32) 0%, rgba(23, 29, 33, 0.94) 54%, rgba(18, 23, 27, 0.99) 100%);
  box-shadow: 0 34px 82px rgba(8, 11, 13, 0.34);
}

.production-block-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 246, 246, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(247, 246, 246, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.12;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), transparent 100%);
  pointer-events: none;
}

.production-block-shell::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -18%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 222, 63, 0.22) 0%, rgba(216, 222, 63, 0.04) 52%, transparent 74%);
  filter: blur(14px);
  opacity: 0.92;
  pointer-events: none;
}

.production-block-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) 62px minmax(360px, 0.94fr);
  gap: 0;
  align-items: stretch;
}

.production-block-layout.is-compact {
  grid-template-columns: minmax(0, 1fr);
}

.production-block-main,
.production-block-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(247, 246, 246, 0.05);
  box-shadow: inset 0 1px 0 rgba(247, 246, 246, 0.03);
}

.production-block-main {
  position: relative;
  min-height: 598px;
  padding: 2.15rem 1.9rem 1.65rem;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(340px 270px at 86% 22%, rgba(216, 222, 63, 0.16), transparent 72%),
    linear-gradient(168deg, rgba(92, 98, 103, 0.82) 0%, rgba(71, 77, 82, 0.72) 49%, rgba(57, 63, 68, 0.68) 100%);
}

.page-production-system-selector .production-block-layout.is-compact .production-block-main {
  min-height: 0;
  padding: 1.95rem 1.75rem 1.5rem;
  gap: 0;
}

.production-block-main::before {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -112px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 222, 63, 0.28) 0%, rgba(216, 222, 63, 0.08) 32%, transparent 72%);
  filter: blur(6px);
  opacity: 0.84;
  pointer-events: none;
}

.production-block-main > * {
  position: relative;
  z-index: 1;
}

.production-block-eyebrow,
.production-block-label {
  margin: 0;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.production-block-eyebrow {
  color: rgba(247, 246, 246, 0.74);
}

.production-block-copy {
  width: min(100%, 34rem);
  margin-top: 0.8rem;
}

.page-production-system-selector .production-block-layout.is-compact .production-block-copy {
  width: min(100%, 62rem);
  margin-top: 0.7rem;
}

.production-block-title {
  position: relative;
  margin: 0;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 4.55vw, 4.38rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.015em;
  color: var(--c-paper);
  text-shadow: 0 8px 26px rgba(10, 13, 16, 0.18);
}

.page-production-system-selector .production-block-layout.is-compact .production-block-title {
  max-width: 12.5ch;
  font-size: clamp(2.7rem, 4.2vw, 4.05rem);
  line-height: 0.97;
}

.production-block-title-line {
  display: block;
}

.production-block-title-accent {
  color: rgba(216, 222, 63, 0.98);
  text-shadow: 0 0 18px rgba(216, 222, 63, 0.08);
}

.production-block-title::after {
  content: "";
  position: absolute;
  left: -1.95rem;
  right: -4.8rem;
  top: 48.5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(68, 164, 255, 0.12) 0%, rgba(68, 164, 255, 0.78) 34%, rgba(68, 164, 255, 0.22) 74%, transparent 100%);
  box-shadow: 0 0 18px rgba(68, 164, 255, 0.26);
}

.production-block-description {
  max-width: 32rem;
  margin: 1.55rem 0 0;
  font-size: 1.16rem;
  line-height: 1.62;
  color: rgba(247, 246, 246, 0.84);
}

.page-production-system-selector .production-block-layout.is-compact .production-block-description {
  max-width: 72rem;
  margin-top: 1.25rem;
  font-size: 1.03rem;
  line-height: 1.58;
}

.production-block-industries {
  width: min(100%, 35rem);
  margin-top: 3rem;
  display: grid;
  gap: 0.88rem;
}

.page-production-system-selector .production-block-layout.is-compact .production-block-industries {
  width: min(100%, 74rem);
  margin-top: 2rem;
  gap: 0.7rem;
}

.production-block-label {
  color: rgba(216, 222, 63, 0.9);
}

.production-block-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.5rem;
}

.page-production-system-selector .production-block-layout.is-compact .production-block-pill-list {
  gap: 0.48rem 0.46rem;
}

.production-block-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.46rem 0.86rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 222, 63, 0.22);
  background: rgba(25, 31, 35, 0.18);
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.03);
  color: rgba(247, 246, 246, 0.88);
  font-size: 0.9rem;
  line-height: 1.28;
}

.page-production-system-selector .production-block-layout.is-compact .production-block-pill {
  min-height: 1.86rem;
  padding: 0.4rem 0.76rem;
  font-size: 0.85rem;
}

.production-block-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 2rem;
}

.page-production-system-selector .production-block-layout.is-compact .production-block-actions {
  margin-top: 1.6rem;
  padding-top: 0;
}

.production-block-actions .btn {
  min-height: 3.3rem;
  padding-inline: 1.35rem;
}

.production-block-actions .btn-solid {
  min-width: 15.2rem;
}

.production-block-actions .btn-outline {
  min-width: 12.8rem;
}

.production-block-diagram {
  position: relative;
  min-height: 100%;
}

.production-block-diagram::before {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 16%;
  width: 1px;
  background: linear-gradient(180deg, rgba(216, 222, 63, 0.34) 0%, rgba(92, 175, 255, 0.84) 49%, rgba(216, 222, 63, 0.34) 100%);
  opacity: 0.92;
}

.production-block-diagram-line {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.production-block-diagram-line-top {
  top: 20%;
  height: 17%;
  border-top: 1px solid rgba(216, 222, 63, 0.58);
  border-right: 1px solid rgba(216, 222, 63, 0.58);
  border-bottom: 1px solid rgba(216, 222, 63, 0.58);
  border-radius: 0 18px 18px 0;
}

.production-block-diagram-line-middle {
  top: 49.4%;
  border-top: 1px solid rgba(92, 175, 255, 0.88);
  box-shadow: 0 0 14px rgba(92, 175, 255, 0.22);
}

.production-block-diagram-line-bottom {
  top: 71.6%;
  height: 15.8%;
  border-top: 1px solid rgba(216, 222, 63, 0.44);
  border-right: 1px solid rgba(216, 222, 63, 0.44);
  border-bottom: 1px solid rgba(216, 222, 63, 0.44);
  border-radius: 0 18px 18px 0;
}

.production-block-diagram-node {
  position: absolute;
  right: -5px;
  pointer-events: none;
}

.production-block-diagram-node-top,
.production-block-diagram-node-bottom {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(216, 222, 63, 0.46);
  background: rgba(52, 60, 47, 0.92);
  box-shadow:
    0 0 0 4px rgba(216, 222, 63, 0.08),
    0 0 16px rgba(216, 222, 63, 0.18);
}

.production-block-diagram-node-top {
  top: 36.95%;
}

.production-block-diagram-node-middle {
  top: calc(49.4% - 6px);
  width: 11px;
  height: 11px;
  border: 1px solid rgba(92, 175, 255, 0.46);
  background: #8fcbff;
  box-shadow:
    0 0 0 4px rgba(92, 175, 255, 0.08),
    0 0 18px rgba(92, 175, 255, 0.22);
}

.production-block-diagram-node-bottom {
  top: 87.4%;
}

.production-block-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "card1 card1"
    "card2 card2"
    "card3 card4";
  grid-template-rows: minmax(138px, 0.78fr) minmax(138px, 0.78fr) minmax(132px, 0.74fr);
  gap: 0.78rem;
  min-height: 100%;
}

.production-block-card {
  --card-position: 50% 50%;
  --card-scale: 1;
  --card-overlay:
    linear-gradient(180deg, rgba(10, 13, 15, 0.04) 0%, rgba(10, 13, 15, 0.2) 34%, rgba(10, 13, 15, 0.84) 100%);
  position: relative;
  overflow: hidden;
  padding: 0.95rem 1rem 1.05rem;
  display: flex;
  align-items: flex-end;
  background: rgba(24, 29, 33, 0.68);
  box-shadow: 0 22px 44px rgba(8, 11, 13, 0.28);
  isolation: isolate;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.production-block-card:hover,
body.cursor-enabled .production-block-card.is-cursor-focus {
  transform: translate3d(8px, -4px, 0);
  border-color: rgba(216, 222, 63, 0.34);
  box-shadow:
    0 28px 54px rgba(8, 11, 13, 0.34),
    0 0 0 1px rgba(216, 222, 63, 0.08);
}

.production-block-card-media,
.production-block-card-media::after {
  position: absolute;
  inset: 0;
}

.production-block-card-media::after {
  content: "";
  background: var(--card-overlay);
  z-index: 1;
}

.production-block-card-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--card-position);
  transform: scale(var(--card-scale));
  transform-origin: center center;
  filter: saturate(0.98) contrast(1.04) brightness(0.92);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.28s ease;
}

.production-block-card:hover .production-block-card-media img,
body.cursor-enabled .production-block-card.is-cursor-focus .production-block-card-media img {
  transform: scale(calc(var(--card-scale) + 0.08));
  filter: saturate(1.03) contrast(1.08) brightness(1);
}

.production-block-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.05);
  pointer-events: none;
}

.production-block-card-1 {
  grid-area: card1;
}

.production-block-card-2 {
  grid-area: card2;
}

.production-block-card-3 {
  grid-area: card3;
}

.production-block-card-4 {
  grid-area: card4;
}

.production-block-card-olive {
  --card-overlay:
    radial-gradient(180px 120px at 16% 14%, rgba(247, 246, 246, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(21, 28, 22, 0.08) 0%, rgba(12, 16, 14, 0.18) 32%, rgba(10, 14, 12, 0.84) 100%);
}

.production-block-card-sky {
  --card-overlay:
    radial-gradient(220px 140px at 20% 12%, rgba(92, 175, 255, 0.16), transparent 72%),
    linear-gradient(180deg, rgba(8, 18, 28, 0.12) 0%, rgba(8, 18, 28, 0.24) 34%, rgba(7, 15, 24, 0.88) 100%);
}

.production-block-card-amber {
  --card-overlay:
    radial-gradient(220px 140px at 78% 16%, rgba(255, 185, 88, 0.14), transparent 72%),
    linear-gradient(180deg, rgba(34, 24, 14, 0.08) 0%, rgba(21, 16, 11, 0.2) 34%, rgba(15, 12, 9, 0.88) 100%);
}

.production-block-card-cold {
  --card-overlay:
    radial-gradient(220px 140px at 74% 18%, rgba(174, 221, 255, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(16, 24, 34, 0.08) 0%, rgba(12, 18, 26, 0.22) 34%, rgba(9, 14, 20, 0.88) 100%);
}

.production-block-card-badge,
.production-block-card-title {
  position: relative;
  z-index: 2;
}

.production-block-card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  min-width: 3.2rem;
  padding: 0.48rem 0.56rem 0.44rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(247, 246, 246, 0.18);
  background: rgba(69, 77, 82, 0.48);
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.04);
  backdrop-filter: blur(12px);
  color: rgba(247, 246, 246, 0.88);
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.production-block-card-title {
  margin: 0;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 1.68vw, 1.72rem);
  line-height: 0.96;
  text-transform: uppercase;
  color: var(--c-paper);
  text-shadow: 0 4px 18px rgba(8, 11, 13, 0.42);
}

.production-block-card-title span {
  display: block;
}

.production-block-card-1 .production-block-card-title,
.production-block-card-2 .production-block-card-title {
  max-width: 11.5ch;
}

.production-block-card-3 .production-block-card-title {
  max-width: 13.4ch;
  font-size: clamp(1.1rem, 1.42vw, 1.52rem);
}

.production-block-card-4 .production-block-card-title {
  max-width: 11.2ch;
  font-size: clamp(1.02rem, 1.35vw, 1.38rem);
}

.page-production-system-selector .production-block-page {
  padding-top: 0.55rem;
  padding-bottom: 1.1rem;
}

.page-production-system-selector .production-lab-conditions-section {
  padding-top: 1.4rem;
}

@keyframes production-block-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

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

.production-block-main,
.production-block-card {
  animation: production-block-rise 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.production-block-card-1 {
  animation-delay: 0.08s;
}

.production-block-card-2 {
  animation-delay: 0.16s;
}

.production-block-card-3 {
  animation-delay: 0.24s;
}

.production-block-card-4 {
  animation-delay: 0.3s;
}

.tick-list {
  margin: 0.85rem 0 1.15rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.tick-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.45;
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--c-lime);
  box-shadow: 0 0 0 4px rgba(216, 222, 63, 0.26);
}

.panel-label {
  display: inline-block;
  width: fit-content;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  color: var(--c-lime);
  border-bottom: 2px solid rgba(216, 222, 63, 0.74);
  padding-bottom: 0.3rem;
}

.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.case-area {
  margin-top: 0.75rem !important;
  font-weight: 800;
  color: var(--c-paper) !important;
}

.contacts-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0.85rem;
}

.contact-card,
.lead-form {
  padding: 1.15rem;
}

.contact-meta {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.36rem;
}

.contact-meta a {
  color: var(--c-paper);
  font-weight: 700;
}

.lead-form {
  display: grid;
  gap: 0.7rem;
}

.lead-form h3 {
  font-size: 1.15rem;
}

.lead-form label {
  display: grid;
  gap: 0.34rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--c-copy);
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 222, 63, 0.18);
  border-radius: var(--radius-md);
  padding: 0.76rem 0.88rem;
  font: inherit;
  color: var(--c-paper);
  background: rgba(21, 27, 30, 0.38);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(247, 246, 246, 0.46);
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(125, 181, 222, 0.36);
  border-color: rgba(216, 222, 63, 0.24);
}

.form-status {
  min-height: 1.1rem;
  margin: 0;
  font-weight: 700;
  font-size: 0.84rem;
}

.form-status.is-error {
  color: #f2a6a6;
}

.form-status.is-success {
  color: #8ae0a0;
}

.form-note {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(247, 246, 246, 0.62);
}

.form-note a {
  color: var(--c-lime);
  text-decoration: underline;
}

.lead-form .btn {
  width: 100%;
}

.production-hero .stat-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.production-showcase-hero {
  padding-top: 1.1rem;
  padding-bottom: 3.35rem;
}

.production-showcase-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.96fr);
  grid-template-areas: "main industries";
  gap: 1rem;
  align-items: stretch;
}

.production-showcase-main {
  position: relative;
  min-height: 768px;
  padding: 2.15rem 2rem 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  animation: production-showcase-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
  background:
    radial-gradient(380px 280px at 84% 18%, rgba(216, 222, 63, 0.16), transparent 66%),
    radial-gradient(320px 240px at 16% 88%, rgba(125, 181, 222, 0.12), transparent 70%),
    linear-gradient(167deg, rgba(92, 98, 103, 0.92) 5%, rgba(72, 78, 83, 0.84) 50%, rgba(48, 54, 58, 0.92) 100%);
}

.production-showcase-main::before {
  right: 9%;
  bottom: 22%;
  width: 410px;
  height: 410px;
  background: radial-gradient(circle, rgba(247, 246, 246, 0.08) 0%, rgba(247, 246, 246, 0) 72%);
  filter: blur(24px);
}

.production-showcase-main::after {
  right: -108px;
  bottom: -138px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(216, 222, 63, 0.28) 0%, rgba(216, 222, 63, 0.12) 32%, rgba(216, 222, 63, 0) 74%);
}

.production-showcase-copy {
  max-width: 40rem;
  gap: 0;
}

.production-showcase-copy .eyebrow {
  margin-bottom: 0.95rem;
  color: rgba(247, 246, 246, 0.74);
}

.production-showcase-copy h1 {
  max-width: 11.4ch;
  font-size: clamp(2.7rem, 4.6vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.production-showcase-main .hero-subtitle {
  max-width: 39ch;
  margin-top: 1.08rem;
  font-size: 0.99rem;
  line-height: 1.58;
  color: rgba(247, 246, 246, 0.86);
}

.production-showcase-actions {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 0.3rem;
  align-items: center;
}

.production-showcase-actions .btn {
  min-height: 3.45rem;
  padding-inline: 1.45rem;
}

.production-showcase-actions .btn-solid {
  min-width: 15.2rem;
}

.production-showcase-actions .btn-ghost {
  min-width: 12.5rem;
}

.production-showcase-stats {
  position: relative;
  z-index: 1;
  margin-top: 0;
  gap: 0.7rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(247, 246, 246, 0.12);
}

.production-showcase-main .metric-card {
  min-height: 6.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(216, 222, 63, 0.16);
  background: linear-gradient(155deg, rgba(87, 93, 98, 0.5) 0%, rgba(38, 44, 48, 0.86) 100%);
  box-shadow:
    0 18px 34px rgba(11, 14, 16, 0.18),
    inset 0 0 0 1px rgba(247, 246, 246, 0.04);
}

.production-showcase-main .metric-card h3 {
  font-size: clamp(1.26rem, 1.9vw, 1.66rem);
}

.production-showcase-main .metric-card p {
  font-size: 0.82rem;
  line-height: 1.4;
}

.production-showcase-gallery {
  position: relative;
  grid-template-columns: 1fr;
  gap: 0.88rem;
  align-content: stretch;
  padding-left: 1.2rem;
}

.production-showcase-gallery::before,
.production-showcase-gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.production-showcase-gallery::before {
  left: 0.36rem;
  top: 1.35rem;
  bottom: 1.35rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 222, 63, 0.08), rgba(216, 222, 63, 0.34) 20%, rgba(216, 222, 63, 0.2) 82%, rgba(216, 222, 63, 0.06));
}

.production-showcase-gallery::after {
  left: -0.18rem;
  top: 16%;
  width: 1.08rem;
  height: 68%;
  background: radial-gradient(circle, rgba(216, 222, 63, 0.1) 0%, rgba(216, 222, 63, 0) 72%);
  filter: blur(12px);
}

.production-showcase-gallery .production-showcase-card:nth-child(1) {
  order: 1;
}

.production-showcase-gallery .production-showcase-card:nth-child(2) {
  order: 2;
}

.production-showcase-gallery .production-showcase-card:nth-child(3) {
  order: 3;
}

.production-showcase-gallery .production-showcase-card:nth-child(4) {
  order: 4;
}

.production-showcase-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 162px;
  padding: 1.08rem 1.05rem 1rem 1.1rem;
  display: flex;
  align-items: flex-end;
  border-radius: calc(var(--radius-lg) + 6px);
  border: 1px solid rgba(216, 222, 63, 0.16);
  background: linear-gradient(165deg, rgba(88, 94, 98, 0.62) 0%, rgba(35, 41, 45, 0.9) 100%);
  box-shadow:
    0 18px 36px rgba(9, 12, 15, 0.24),
    inset 0 0 0 1px rgba(247, 246, 246, 0.04);
  backdrop-filter: blur(14px);
  animation: production-showcase-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.production-showcase-card-chip {
  position: absolute;
  top: 0.78rem;
  right: 0.78rem;
  z-index: 4;
  padding: 0.34rem 0.5rem 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 222, 63, 0.18);
  background: rgba(18, 24, 28, 0.5);
  box-shadow:
    0 10px 16px rgba(7, 10, 12, 0.2),
    inset 0 0 0 1px rgba(247, 246, 246, 0.04);
  color: rgba(247, 246, 246, 0.72);
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.production-showcase-card-connector {
  position: absolute;
  left: -1.18rem;
  top: 50%;
  z-index: 4;
  width: 1.26rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 222, 63, 0.22) 0%, rgba(216, 222, 63, 0.72) 100%);
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(216, 222, 63, 0.14);
}

.production-showcase-card-connector::before {
  content: "";
  position: absolute;
  left: -0.34rem;
  top: 50%;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid rgba(216, 222, 63, 0.34);
  background: rgba(47, 55, 42, 0.8);
  box-shadow:
    0 0 0 3px rgba(216, 222, 63, 0.08),
    0 0 18px rgba(216, 222, 63, 0.14);
  transform: translate(-50%, -50%);
}

.production-showcase-card::before,
.production-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.production-showcase-card::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 15, 18, 0.02) 0%, rgba(12, 15, 18, 0.14) 30%, rgba(12, 15, 18, 0.82) 74%, rgba(12, 15, 18, 0.96) 100%),
    radial-gradient(180px 120px at 12% 10%, rgba(247, 246, 246, 0.1), transparent 72%);
}

.production-showcase-card::after {
  inset: 1px;
  border-radius: inherit;
  z-index: 3;
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.06);
}

.production-showcase-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.28s ease;
  transform-origin: center center;
  filter: saturate(0.96) contrast(1.04) brightness(0.9);
}

.production-showcase-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 11.2ch;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.1rem, 1.55vw, 1.58rem);
  line-height: 0.95;
  color: var(--c-paper);
  text-shadow: 0 4px 18px rgba(7, 10, 12, 0.48);
}

.production-showcase-card:hover,
body.cursor-enabled .production-showcase-card.is-cursor-focus {
  transform: translate3d(12px, -4px, 0) scale(1.01);
  border-color: rgba(216, 222, 63, 0.34);
  box-shadow:
    0 26px 52px rgba(8, 11, 13, 0.3),
    0 0 0 1px rgba(216, 222, 63, 0.08),
    -14px 0 24px rgba(216, 222, 63, 0.06);
}

.production-showcase-card:hover img,
body.cursor-enabled .production-showcase-card.is-cursor-focus img {
  transform: scale(1.1);
  filter: saturate(1.02) contrast(1.08) brightness(0.98);
}

.production-showcase-card:hover::before,
body.cursor-enabled .production-showcase-card.is-cursor-focus::before {
  background:
    linear-gradient(180deg, rgba(12, 15, 18, 0.02) 0%, rgba(12, 15, 18, 0.1) 28%, rgba(12, 15, 18, 0.74) 72%, rgba(12, 15, 18, 0.9) 100%),
    radial-gradient(220px 150px at 16% 10%, rgba(216, 222, 63, 0.16), transparent 72%);
}

.production-showcase-card:hover .production-showcase-card-chip,
body.cursor-enabled .production-showcase-card.is-cursor-focus .production-showcase-card-chip {
  color: rgba(247, 246, 246, 0.9);
  border-color: rgba(216, 222, 63, 0.3);
  background: rgba(18, 24, 28, 0.68);
}

.production-showcase-card:hover .production-showcase-card-connector,
body.cursor-enabled .production-showcase-card.is-cursor-focus .production-showcase-card-connector {
  background: linear-gradient(90deg, rgba(216, 222, 63, 0.28) 0%, rgba(216, 222, 63, 0.94) 100%);
  box-shadow: 0 0 16px rgba(216, 222, 63, 0.2);
}

.production-showcase-card-1 {
  min-height: 172px;
}

.production-showcase-card-1 img {
  object-position: 26% 77%;
  transform: scale(1.36);
}

.production-showcase-card-2 {
  min-height: 172px;
}

.production-showcase-card-2 img {
  object-position: 11% 22%;
  transform: scale(1.18);
}

.production-showcase-card-3 {
  min-height: 198px;
}

.production-showcase-card-3 img {
  object-position: 50% 19%;
  transform: scale(1.28);
}

.production-showcase-card-4 {
  min-height: 172px;
}

.production-showcase-card-4 img {
  object-position: 48% 9%;
  transform: scale(1.28);
}

.production-showcase-card-1 {
  animation-delay: 0.08s;
}

.production-showcase-card-2 {
  animation-delay: 0.14s;
}

.production-showcase-card-3 {
  animation-delay: 0.2s;
}

.production-showcase-card-4 {
  animation-delay: 0.26s;
}

.production-showcase-card-2:hover img,
body.cursor-enabled .production-showcase-card-2.is-cursor-focus img {
  transform: scale(1.24);
}

.production-showcase-card-4:hover img,
body.cursor-enabled .production-showcase-card-4.is-cursor-focus img {
  transform: scale(1.34);
}

.production-showcase-card-1:hover img,
body.cursor-enabled .production-showcase-card-1.is-cursor-focus img {
  transform: scale(1.42);
}

.production-showcase-card-3:hover img,
body.cursor-enabled .production-showcase-card-3.is-cursor-focus img {
  transform: scale(1.32);
}

@keyframes production-showcase-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

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

.process-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
  display: grid;
  gap: 0.65rem;
}

.process-list li {
  counter-increment: flow;
  background: linear-gradient(160deg, var(--c-surface-strong) 0%, var(--c-surface) 100%);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--radius-md);
  padding: 0.95rem 1rem 0.95rem 3rem;
  position: relative;
  line-height: 1.5;
  color: var(--c-copy);
  box-shadow: 0 18px 40px rgba(13, 17, 20, 0.22);
}

.process-list li::before {
  content: counter(flow);
  position: absolute;
  left: 0.95rem;
  top: 0.9rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--c-lime);
  color: #20262a;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.8rem;
}

.production-lab-hero-section {
  padding-top: 0.95rem;
  padding-bottom: 2.3rem;
}

.production-lab-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
  gap: 1rem;
  align-items: start;
}

.production-lab-hero-main,
.production-lab-hero-gallery-card,
.production-lab-visual-card,
.production-lab-table-card,
.production-lab-insight-card,
.production-lab-callout-card,
.production-lab-placeholder-card,
.production-lab-process-card {
  background: linear-gradient(165deg, var(--c-surface-strong) 0%, var(--c-surface) 100%);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--radius-xl);
  box-shadow: 0 24px 56px rgba(13, 17, 20, 0.22);
  backdrop-filter: blur(10px);
}

.production-lab-hero-main {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 1.75rem 1.7rem 1.5rem;
  display: grid;
  gap: 1.2rem;
  align-content: start;
  background:
    radial-gradient(320px 258px at 88% 18%, rgba(216, 222, 63, 0.16), transparent 70%),
    linear-gradient(166.92deg, rgba(92, 98, 103, 0.88) 6.9%, rgba(74, 80, 85, 0.76) 51.72%, rgba(65, 71, 75, 0.74) 93.1%);
}

.production-lab-hero-main::after {
  content: none;
}

.production-lab-hero-eyebrow {
  position: static;
  width: auto;
  margin: 0;
  color: rgba(247, 246, 246, 0.76);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.production-lab-hero-copy {
  position: static;
  width: min(100%, 41rem);
  display: grid;
  gap: 1.05rem;
}

.production-lab-hero-title {
  margin: 0;
  color: var(--c-paper);
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(2.75rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.97;
  letter-spacing: 0.01em;
  font-variation-settings: "wdth" 100;
}

.production-lab-hero-title span {
  display: block;
}

.production-lab-hero-title-highlight {
  color: rgba(216, 222, 63, 0.96);
  text-shadow: 0 0 18px rgba(216, 222, 63, 0.08);
}

.production-lab-hero-subtitle {
  position: static;
  width: auto;
  max-width: 58rem;
  margin: 0;
  color: rgba(247, 246, 246, 0.86);
  font-size: 1.02rem;
  line-height: 1.58;
}

.production-lab-hero-industries {
  position: static;
  width: auto;
  margin-top: 0;
  display: grid;
  gap: 0.72rem;
}

.production-lab-hero-pill-list {
  gap: 0.5rem;
  row-gap: 0.5rem;
  align-items: flex-start;
}

.production-lab-pill.production-lab-hero-pill {
  width: auto;
  min-height: 1.9rem;
  padding: 0.42rem 0.78rem;
  font-size: 0.84rem;
  line-height: 1.25;
}

.production-lab-hero-actions {
  position: static;
  width: auto;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.production-lab-hero-actions .btn {
  min-height: 3.2rem;
  padding: 0.92rem 1.25rem;
  font-size: 0.96rem;
  font-weight: 700;
}

.production-lab-hero-actions .btn-solid {
  width: auto;
  min-width: 16rem;
  justify-content: center;
}

.production-lab-hero-actions .btn-outline {
  width: auto;
  min-width: 15rem;
  justify-content: center;
  gap: 0.55rem;
}

.production-lab-hero-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.production-lab-hero-gallery-card {
  width: 100%;
  height: auto;
  min-height: 13.75rem;
  background: linear-gradient(168.86deg, rgba(88, 94, 98, 0.82) 7.74%, rgba(78, 84, 88, 0.64) 92.27%);
  border-radius: 1rem;
  box-shadow: 0 16px 37px rgba(13, 17, 20, 0.22);
}

.production-lab-hero-gallery-card-1 {
  padding: 0.85rem;
}

.production-lab-hero-gallery-card-2 {
  padding: 0.85rem;
}

.production-lab-hero-gallery-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 12rem;
  border-radius: 0.7rem;
}

.production-lab-hero-gallery-frame img,
.production-lab-visual-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.production-lab-block-label,
.production-lab-section-kicker {
  margin: 0;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(216, 222, 63, 0.88);
}

.production-lab-section-kicker {
  margin-bottom: 0.7rem;
}

.production-lab-pill-list,
.production-lab-tag-row,
.production-lab-source-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.production-lab-pill,
.production-lab-tag,
.production-lab-source-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.46rem 0.82rem;
  border-radius: 999px;
  line-height: 1.25;
}

.production-lab-pill {
  border: 1px solid rgba(216, 222, 63, 0.26);
  background: rgba(31, 38, 42, 0.26);
  color: rgba(247, 246, 246, 0.92);
  font-size: 0.88rem;
}

.production-lab-source-pill {
  border: 1px solid rgba(125, 181, 222, 0.18);
  background: rgba(20, 26, 30, 0.34);
  color: rgba(247, 246, 246, 0.7);
  font-size: 0.75rem;
  font-weight: 700;
}

.production-lab-tag {
  border: 1px solid rgba(216, 222, 63, 0.22);
  background: rgba(216, 222, 63, 0.08);
  color: var(--c-paper);
  font-size: 0.76rem;
  font-weight: 700;
}

.production-lab-visual-copy h3,
.production-lab-solution-card h3,
.production-lab-process-card h3 {
  margin-bottom: 0;
}

.production-lab-side-points {
  margin: 0;
}

.production-lab-section-head {
  display: grid;
  gap: 0.72rem;
  max-width: 70rem;
  margin-bottom: 1.45rem;
}

.production-lab-section-head h2,
.production-lab-cta-copy h2 {
  margin-bottom: 0;
}

.production-lab-section-intro {
  margin: 0;
  max-width: 58rem;
  color: var(--c-copy-muted);
  line-height: 1.6;
}

.production-lab-conditions-shell {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border-radius: calc(var(--radius-xl) + 6px);
  border: 1px solid rgba(216, 222, 63, 0.16);
  background:
    radial-gradient(640px 280px at 2% 0%, rgba(125, 181, 222, 0.08), transparent 70%),
    radial-gradient(540px 220px at 100% 100%, rgba(216, 222, 63, 0.08), transparent 74%),
    linear-gradient(180deg, rgba(48, 56, 61, 0.72) 0%, rgba(21, 27, 31, 0.92) 100%);
  box-shadow: 0 28px 60px rgba(10, 14, 17, 0.28);
}

.production-lab-conditions-shell::before,
.production-lab-conditions-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.production-lab-conditions-shell::before {
  background-image:
    linear-gradient(rgba(247, 246, 246, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 246, 246, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 100%);
  opacity: 0.22;
}

.production-lab-conditions-shell::after {
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(247, 246, 246, 0.04);
}

.production-lab-conditions-head,
.production-lab-conditions-stage {
  position: relative;
  z-index: 1;
}

.production-lab-conditions-head {
  margin-bottom: 1.25rem;
}

.production-lab-conditions-stage {
  display: grid;
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: start;
}

.production-lab-conditions-panel {
  --conditions-panel-height: 31.5rem;
  position: sticky;
  top: 1rem;
  isolation: isolate;
  overflow: hidden;
  min-height: var(--conditions-panel-height);
  height: var(--conditions-panel-height);
  padding: 1.25rem 1.2rem 1.15rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.25rem;
  border-radius: calc(var(--radius-lg) + 8px);
  border: 1px solid rgba(125, 181, 222, 0.14);
  background: linear-gradient(160deg, rgba(66, 74, 79, 0.76) 0%, rgba(25, 31, 35, 0.92) 72%);
  box-shadow:
    0 24px 48px rgba(7, 10, 12, 0.28),
    inset 0 0 0 1px rgba(247, 246, 246, 0.05);
}

.production-lab-conditions-panel::before,
.production-lab-conditions-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.production-lab-conditions-panel::before {
  inset: 0;
  background:
    radial-gradient(300px 180px at 18% 18%, rgba(216, 222, 63, 0.13), transparent 70%),
    radial-gradient(260px 180px at 82% 78%, rgba(125, 181, 222, 0.12), transparent 72%);
  opacity: 0.9;
}

.production-lab-conditions-panel::after {
  top: 12%;
  left: -18%;
  width: 56%;
  height: 2px;
  background: linear-gradient(90deg, rgba(216, 222, 63, 0), rgba(216, 222, 63, 0.9), rgba(125, 181, 222, 0));
  box-shadow: 0 0 18px rgba(216, 222, 63, 0.22);
  transform: rotate(-12deg);
  transform-origin: center center;
  animation: production-conditions-scan 7s linear infinite;
  opacity: 0.72;
}

.production-lab-conditions-panel > * {
  position: relative;
  z-index: 1;
}

.production-lab-conditions-panel-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.85rem;
}

.production-lab-conditions-panel-index {
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(4rem, 9vw, 6rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0.04em;
  color: rgba(247, 246, 246, 0.94);
  text-shadow: 0 6px 28px rgba(8, 11, 13, 0.24);
}

.production-lab-conditions-panel-total {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 181, 222, 0.16);
  background: rgba(14, 20, 23, 0.46);
  color: rgba(247, 246, 246, 0.72);
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.production-lab-conditions-panel-copy {
  display: grid;
  gap: 0.85rem;
  max-width: 30rem;
  align-content: start;
}

.production-lab-conditions-panel-copy h3 {
  margin: 0;
  max-width: 11ch;
  min-height: 3lh;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--c-paper);
}

.production-lab-conditions-panel-copy p,
.production-lab-conditions-panel-note p {
  margin: 0;
  max-width: 32rem;
  color: rgba(247, 246, 246, 0.76);
  line-height: 1.7;
}

.production-lab-conditions-panel-copy [data-conditions-text] {
  min-height: 4lh;
}

.production-lab-conditions-panel-note {
  display: grid;
  gap: 0.7rem;
  align-self: end;
}

.production-lab-conditions-meter {
  display: grid;
  grid-template-columns: repeat(var(--conditions-count, 7), minmax(0, 1fr));
  gap: 0.45rem;
}

.production-lab-conditions-meter span {
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(247, 246, 246, 0.12);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.production-lab-conditions-meter span.is-complete {
  background: rgba(125, 181, 222, 0.36);
}

.production-lab-conditions-meter span.is-active {
  background: linear-gradient(90deg, rgba(216, 222, 63, 0.95), rgba(125, 181, 222, 0.82));
  transform: scaleY(1.35);
  box-shadow: 0 0 18px rgba(216, 222, 63, 0.22);
}

.production-lab-conditions-rail {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding-left: 1.35rem;
}

.production-lab-conditions-rail::before {
  content: "";
  position: absolute;
  left: 0.38rem;
  top: 1rem;
  bottom: 1rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 222, 63, 0.08), rgba(216, 222, 63, 0.54) 24%, rgba(125, 181, 222, 0.28) 72%, rgba(125, 181, 222, 0.08));
  box-shadow: 0 0 24px rgba(216, 222, 63, 0.08);
}

.production-lab-condition-card {
  position: relative;
  --condition-delay: calc(var(--condition-order, 0) * 70ms);
}

.production-lab-condition-trigger {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.95rem;
  align-items: start;
  padding: 1rem 1.05rem 1rem 0.95rem;
  border: 1px solid rgba(216, 222, 63, 0.14);
  border-radius: 1.1rem;
  background: linear-gradient(165deg, rgba(79, 86, 91, 0.72) 0%, rgba(40, 46, 51, 0.92) 100%);
  box-shadow:
    0 18px 34px rgba(8, 11, 13, 0.18),
    inset 0 0 0 1px rgba(247, 246, 246, 0.04);
  appearance: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  overflow: hidden;
  text-align: left;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.production-lab-condition-trigger::before,
.production-lab-condition-trigger::after {
  content: "";
  position: absolute;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.production-lab-condition-trigger::before {
  inset: 0;
  background: linear-gradient(90deg, rgba(216, 222, 63, 0.16), rgba(216, 222, 63, 0.02) 30%, rgba(125, 181, 222, 0.08) 100%);
  opacity: 0;
}

.production-lab-condition-trigger::after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.24rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 222, 63, 0.94), rgba(125, 181, 222, 0.7));
  box-shadow: 0 0 16px rgba(216, 222, 63, 0.18);
  opacity: 0.1;
  transform: scaleY(0.18);
  transform-origin: top;
}

.production-lab-condition-trigger:hover,
.production-lab-condition-trigger:focus-visible,
.production-lab-condition-trigger[aria-selected="true"] {
  transform: translateX(0.4rem);
  border-color: rgba(216, 222, 63, 0.36);
  background: linear-gradient(165deg, rgba(93, 100, 105, 0.82) 0%, rgba(42, 49, 54, 0.96) 100%);
  box-shadow:
    0 22px 42px rgba(8, 11, 13, 0.24),
    inset 0 0 0 1px rgba(247, 246, 246, 0.05);
}

.production-lab-condition-trigger:hover::before,
.production-lab-condition-trigger:focus-visible::before,
.production-lab-condition-trigger[aria-selected="true"]::before {
  opacity: 1;
}

.production-lab-condition-trigger:hover::after,
.production-lab-condition-trigger:focus-visible::after,
.production-lab-condition-trigger[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleY(1);
}

.production-lab-condition-trigger:focus-visible {
  outline: none;
}

.production-lab-card-index {
  position: relative;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  background: rgba(247, 246, 246, 0.08);
  border: 1px solid rgba(247, 246, 246, 0.14);
  color: rgba(247, 246, 246, 0.88);
  display: grid;
  place-items: center;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.04);
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.production-lab-condition-trigger[aria-selected="true"] .production-lab-card-index {
  background: rgba(216, 222, 63, 0.95);
  border-color: rgba(216, 222, 63, 0.94);
  color: #1c2428;
  box-shadow: 0 0 0 4px rgba(216, 222, 63, 0.12);
}

.production-lab-condition-copy {
  min-width: 0;
  display: grid;
  gap: 0.4rem;
}

.production-lab-condition-title {
  display: block;
  color: var(--c-paper);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
}

.production-lab-condition-text {
  display: block;
  color: rgba(247, 246, 246, 0.68);
  line-height: 1.56;
}

.production-lab-condition-status {
  align-self: center;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  background: rgba(247, 246, 246, 0.18);
  box-shadow: 0 0 0 0 rgba(216, 222, 63, 0);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.production-lab-condition-trigger:hover .production-lab-condition-status,
.production-lab-condition-trigger:focus-visible .production-lab-condition-status,
.production-lab-condition-trigger[aria-selected="true"] .production-lab-condition-status {
  transform: scale(1.16);
  background: rgba(216, 222, 63, 0.96);
  box-shadow: 0 0 0 6px rgba(216, 222, 63, 0.12);
}

.page-production-system-selector .production-lab-source-group {
  display: none;
}

.production-lab-solution-card {
  position: relative;
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 100%;
  padding: 1.15rem 1.1rem 1.15rem;
}

.production-lab-solution-card h3 {
  max-width: none;
  font-size: 1.08rem;
  line-height: 1.22;
}

@keyframes production-conditions-scan {
  from {
    transform: translate3d(-18%, 0, 0) rotate(-12deg);
  }

  to {
    transform: translate3d(170%, 0, 0) rotate(-12deg);
  }
}

@keyframes production-conditions-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }

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

.production-lab-conditions-section.is-observing .production-lab-conditions-panel,
.production-lab-conditions-section.is-observing .production-lab-condition-card {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}

.production-lab-conditions-section.is-visible .production-lab-conditions-panel {
  animation: production-conditions-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.production-lab-conditions-section.is-visible .production-lab-condition-card {
  animation: production-conditions-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--condition-delay);
}

.production-lab-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.production-lab-solution-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.82rem;
  align-items: start;
  margin-bottom: 0.2rem;
}

.production-lab-solution-meta {
  margin: 0;
  display: grid;
  gap: 0.95rem;
}

.production-lab-solution-meta div {
  display: grid;
  gap: 0.38rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(216, 222, 63, 0.1);
}

.production-lab-solution-meta dt {
  margin: 0 0 0.28rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(216, 222, 63, 0.78);
}

.production-lab-solution-meta dd,
.production-lab-card-note,
.production-lab-visual-copy p,
.production-lab-process-card p,
.production-lab-case-source,
.production-lab-form-intro {
  margin: 0;
  color: var(--c-copy-muted);
  line-height: 1.62;
}

.production-lab-card-note {
  margin-top: 0.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(125, 181, 222, 0.12);
}

.production-lab-visual-head {
  margin-top: 1.9rem;
  margin-bottom: 1.1rem;
}

.production-lab-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.production-lab-visual-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: 0.8rem;
  overflow: hidden;
}

.production-lab-visual-media {
  height: clamp(12.5rem, 18vw, 14.75rem);
  background: rgba(20, 26, 30, 0.72);
  border-radius: 1rem;
  overflow: hidden;
}

.production-lab-visual-copy {
  padding: 0.95rem 0.15rem 0.1rem;
  display: grid;
  gap: 0.68rem;
}

.production-lab-visual-copy h3 {
  font-size: 1.06rem;
  line-height: 1.24;
}

.production-lab-visual-copy p {
  font-size: 0.96rem;
}

.production-lab-tag-row {
  gap: 0.42rem;
}

.production-lab-economics-shell {
  padding: 0.95rem;
  border-radius: calc(var(--radius-xl) + 8px);
  border: 1px solid rgba(216, 222, 63, 0.12);
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(216, 222, 63, 0.08), transparent 72%),
    linear-gradient(180deg, rgba(39, 46, 51, 0.72) 0%, rgba(25, 31, 35, 0.88) 100%);
  box-shadow: 0 28px 60px rgba(10, 14, 17, 0.22);
}

.production-lab-economics-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  gap: 1rem;
}

.production-lab-table-card {
  padding: 1rem;
  overflow: auto;
}

.production-lab-economics-table-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  overflow: hidden;
}

.production-lab-economics-compare-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
  gap: 1rem;
  align-items: end;
}

.production-lab-economics-compare-head h3 {
  margin: 0.4rem 0 0;
  font-size: 1.2rem;
  line-height: 1.22;
}

.production-lab-economics-compare-head p:last-child {
  margin: 0;
  color: var(--c-copy-muted);
  line-height: 1.58;
}

.production-lab-economics-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.production-lab-economics-summary-card {
  display: grid;
  gap: 0.48rem;
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(125, 181, 222, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.production-lab-economics-summary-card strong {
  color: var(--c-paper);
  font-size: 1rem;
  line-height: 1.3;
}

.production-lab-economics-summary-card span {
  color: var(--c-copy-muted);
  line-height: 1.56;
}

.production-lab-economics-summary-card--accent {
  background: linear-gradient(145deg, rgba(216, 222, 63, 0.08), rgba(125, 181, 222, 0.08));
  border-color: rgba(216, 222, 63, 0.18);
}

.production-lab-table-wrap {
  overflow: auto;
  border-radius: 1.2rem;
  background: rgba(21, 27, 30, 0.22);
}

.production-lab-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 38rem;
}

.production-lab-table th,
.production-lab-table td {
  padding: 0.88rem 0.9rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(216, 222, 63, 0.1);
  text-align: left;
}

.production-lab-table thead th {
  background: rgba(15, 20, 24, 0.7);
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--c-paper);
}

.production-lab-table tbody th {
  width: 12.5rem;
  color: var(--c-paper);
  font-size: 0.94rem;
  line-height: 1.34;
}

.production-lab-table td {
  color: var(--c-copy-muted);
  line-height: 1.62;
}

.production-lab-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.production-lab-economics-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.production-lab-insight-card,
.production-lab-callout-card,
.production-lab-placeholder-card {
  padding: 1.1rem;
  display: grid;
  gap: 0.65rem;
}

.production-lab-economics-points {
  margin: 0.3rem 0 0;
}

.production-lab-economics-insight-card {
  background: linear-gradient(165deg, rgba(66, 74, 79, 0.84) 0%, rgba(31, 37, 41, 0.94) 100%);
}

.production-lab-economics-callout-card,
.production-lab-economics-placeholder-card {
  background: rgba(255, 255, 255, 0.03);
}

.production-lab-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.9rem;
}

.production-lab-benefit-card {
  min-height: 100%;
  padding: 1rem 1.05rem;
}

.production-lab-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.production-lab-case-card {
  display: grid;
  gap: 0.72rem;
  align-content: start;
  padding: 1.1rem 1.05rem;
}

.production-lab-case-type {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(216, 222, 63, 0.82) !important;
}

.production-lab-case-list {
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.production-lab-case-list li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.45;
  color: var(--c-copy-muted);
}

.production-lab-case-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--c-lime);
}

.production-lab-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.9rem;
}

.production-lab-process-card {
  position: relative;
  min-height: 100%;
  padding: 1rem 1rem 1rem 3.95rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.production-lab-process-index {
  position: absolute;
  left: 1rem;
  top: 1.02rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--c-lime);
  color: #20262a;
  display: grid;
  place-items: center;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.74rem;
}

.production-lab-process-card h3 {
  font-size: 1.02rem;
  line-height: 1.24;
}

.production-lab-case-card h3 {
  font-size: 1.14rem;
  line-height: 1.22;
}

.production-lab-cta-layout {
  align-items: stretch;
}

.production-lab-cta-copy,
.production-lab-form {
  min-height: 100%;
}

.production-lab-cta-points {
  margin-bottom: 1.2rem;
}

.production-lab-form {
  gap: 0.8rem;
}

.production-lab-form-intro {
  margin-top: -0.2rem;
}

@media (max-width: 1120px) {
  :root {
    --header-height: 132px;
  }

  .header-row {
    min-height: auto;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.72rem;
    padding: 0.72rem 0;
  }

  .top-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "industries"
      "video";
  }

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

  .hero-media {
    min-height: 0;
  }

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

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

  .production-showcase-grid,
  .production-showcase-lower,
  .production-lab-hero-grid,
  .production-lab-economics-layout {
    grid-template-columns: 1fr;
  }

  .production-showcase-main {
    min-height: 0;
    padding: 1.85rem 1.75rem 1.35rem;
  }

  .production-showcase-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
  }

  .production-showcase-gallery::before,
  .production-showcase-gallery::after,
  .production-showcase-card-connector {
    display: none;
  }

  .production-showcase-card,
  .production-showcase-card-1,
  .production-showcase-card-2,
  .production-showcase-card-3,
  .production-showcase-card-4 {
    min-height: 238px;
  }

  .production-showcase-visual {
    min-height: 0;
  }

  .production-showcase-visual-media {
    min-height: 360px;
  }

  .production-lab-hero-main,
  .production-lab-hero-gallery-card {
    width: 100%;
  }

  .production-lab-hero-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .production-lab-hero-gallery-card {
    height: 100%;
    min-height: 320px;
  }

  .production-lab-hero-copy,
  .production-lab-hero-eyebrow,
  .production-lab-hero-orbit,
  .production-lab-hero-industries,
  .production-lab-hero-actions {
    position: static;
    width: auto;
    left: auto;
    top: auto;
  }

  .production-lab-hero-main {
    min-height: 0;
    padding: 1.9rem 2rem 1.9rem;
    display: grid;
    gap: 1rem;
  }

  .production-lab-hero-copy {
    display: grid;
    gap: 1rem;
  }

  .production-lab-hero-subtitle {
    position: static;
    width: auto;
  }

  .production-lab-hero-orbit {
    height: 62px;
  }

  .production-lab-pill.production-lab-hero-pill {
    width: auto;
    max-width: 100%;
  }

  .production-lab-hero-actions {
    flex-wrap: wrap;
  }

  .production-lab-hero-actions .btn-solid,
  .production-lab-hero-actions .btn-outline {
    width: auto;
    min-width: 240px;
  }

  .production-lab-economics-compare-head,
  .production-lab-economics-summary-grid {
    grid-template-columns: 1fr;
  }

  .production-lab-conditions-panel {
    --conditions-panel-height: 30rem;
    position: relative;
    top: auto;
  }

  .production-lab-benefits-grid,
  .production-lab-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-lab-cases-grid,
  .production-lab-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .production-block-layout {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .production-block-main {
    min-height: 0;
    padding: 1.9rem 1.75rem 1.5rem;
  }

  .production-block-title::after,
  .production-block-diagram {
    display: none;
  }

  .production-block-description,
  .production-block-industries {
    width: auto;
    max-width: none;
  }

  .production-block-cards {
    min-height: 0;
  }

  .production-block-card {
    min-height: 220px;
  }

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

@media (max-width: 860px) {
  .desktop-wa {
    display: none;
  }

  .hero {
    padding-top: 1rem;
  }

  .page-home .hero {
    padding-top: calc(var(--header-height) + 1rem);
    min-height: auto;
  }

  .production-block-page {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .page-production-system-selector .production-block-page {
    padding-top: 0.7rem;
    padding-bottom: 1.15rem;
  }

  .page-production-system-selector .production-lab-conditions-section {
    padding-top: 1.15rem;
  }

  .production-block-shell {
    padding: 0.9rem;
  }

  .production-block-main {
    padding: 1.45rem 1rem 1.1rem;
  }

  .production-block-title {
    font-size: clamp(2.15rem, 9.2vw, 3.05rem);
    line-height: 0.98;
  }

  .production-block-description {
    margin-top: 1.15rem;
    font-size: 0.98rem;
    line-height: 1.56;
  }

  .production-block-industries {
    margin-top: 2rem;
    gap: 0.75rem;
  }

  .production-block-pill {
    font-size: 0.82rem;
    padding: 0.42rem 0.76rem;
  }

  .production-block-actions {
    padding-top: 1.4rem;
  }

  .production-block-actions .btn {
    width: 100%;
  }

  .production-block-cards {
    grid-template-columns: 1fr;
    grid-template-areas:
      "card1"
      "card2"
      "card3"
      "card4";
    grid-template-rows: none;
  }

  .production-block-card {
    min-height: 220px;
    padding: 0.95rem;
  }

  .production-block-card-title,
  .production-block-card-3 .production-block-card-title,
  .production-block-card-4 .production-block-card-title {
    max-width: 15ch;
    font-size: clamp(1.04rem, 5.1vw, 1.48rem);
  }

  .hero-main {
    min-height: 0;
    padding: 1.4rem 1.2rem 1.2rem;
  }

  .hero-main h1 {
    font-size: clamp(1.95rem, 8.6vw, 2.75rem);
    line-height: 1.02;
  }

  .hero-industries {
    grid-template-columns: 1fr;
  }

  .hero-media {
    padding: 0.85rem;
    min-height: 0;
  }

  .hero-title::after {
    width: min(9.2ch, 100%);
  }

  .hero-video-link {
    width: 100%;
  }

  .hero-video-poster {
    padding: 1.1rem;
  }

  .hero-video-shell {
    min-height: 220px;
  }

  .hero-phone-link,
  .hero-call-row .btn-wa {
    width: 100%;
  }

  .production-showcase-shell {
    padding: 1rem;
  }

  .production-showcase-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    line-height: 0.98;
  }

  .production-showcase-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(2.2rem, 9vw, 3.25rem);
    line-height: 0.98;
  }

  .production-showcase-actions .btn {
    width: 100%;
  }

  .production-showcase-main {
    padding: 1.45rem 1rem 1.1rem;
  }

  .production-showcase-main .hero-subtitle {
    max-width: none;
    font-size: 0.96rem;
  }

  .production-showcase-stats {
    grid-template-columns: 1fr;
  }

  .production-showcase-gallery {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .production-showcase-gallery::before,
  .production-showcase-gallery::after,
  .production-showcase-card-connector {
    display: none;
  }

  .production-showcase-card,
  .production-showcase-card-1,
  .production-showcase-card-2,
  .production-showcase-card-3,
  .production-showcase-card-4 {
    min-height: 220px;
    padding: 0.95rem;
  }

  .production-showcase-card h3 {
    max-width: 15ch;
    font-size: clamp(1.02rem, 5.2vw, 1.52rem);
  }

  .production-showcase-visual {
    padding: 0.78rem;
  }

  .production-showcase-visual-media {
    min-height: 16rem;
  }

  .production-showcase-visual-copy {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding-right: 0;
  }

  .production-showcase-metrics,
  .production-showcase-highlight-grid {
    grid-template-columns: 1fr;
  }

  .production-showcase-highlight-card {
    min-height: 0;
  }

  .production-lab-hero-main,
  .production-lab-table-card,
  .production-lab-insight-card,
  .production-lab-callout-card,
  .production-lab-placeholder-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .production-lab-hero-main {
    padding: 1.4rem 1rem 1.2rem;
  }

  .production-lab-hero-title {
    font-size: clamp(2rem, 8vw, 2.85rem);
    line-height: 1.03;
  }

  .production-lab-hero-orbit {
    display: none;
  }

  .production-lab-hero-gallery {
    grid-template-columns: 1fr;
  }

  .production-lab-hero-gallery-card {
    min-height: 0;
    height: auto;
  }

  .production-lab-hero-gallery-card-1,
  .production-lab-hero-gallery-card-2 {
    padding: 0.9rem;
  }

  .production-lab-hero-gallery-frame {
    min-height: 13.5rem;
  }

  .production-lab-hero-actions .btn-solid,
  .production-lab-hero-actions .btn-outline {
    width: 100%;
    min-width: 0;
  }

  .production-lab-conditions-shell {
    padding: 1rem;
  }

  .production-lab-conditions-stage {
    grid-template-columns: 1fr;
  }

  .production-lab-conditions-panel {
    min-height: 0;
    height: auto;
    padding: 1rem;
  }

  .production-lab-conditions-panel-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .production-lab-conditions-panel-copy h3 {
    max-width: none;
    min-height: 0;
    font-size: clamp(1.6rem, 9vw, 2.1rem);
  }

  .production-lab-conditions-panel-copy [data-conditions-text] {
    min-height: 0;
  }

  .production-lab-conditions-panel-total {
    min-width: 0;
  }

  .production-lab-conditions-rail {
    padding-left: 1rem;
  }

  .production-lab-condition-trigger {
    padding: 0.9rem 0.9rem 0.9rem 0.85rem;
    gap: 0.8rem;
  }

  .production-lab-condition-status {
    align-self: flex-start;
    margin-top: 0.72rem;
  }

  .production-lab-visual-media,
  .production-lab-media-frame {
    height: 13.5rem;
    min-height: 13.5rem;
  }

  .production-lab-economics-shell,
  .production-lab-economics-table-card {
    padding: 0.9rem;
  }

  .production-lab-table-wrap {
    -webkit-overflow-scrolling: touch;
  }

  .production-lab-solutions-grid,
  .production-lab-benefits-grid,
  .production-lab-cases-grid,
  .production-lab-process-grid,
  .production-lab-visual-grid {
    grid-template-columns: 1fr;
  }

  .production-lab-table {
    min-width: 30rem;
  }

  .production-lab-table th,
  .production-lab-table td {
    padding: 0.76rem 0.72rem;
  }

  .production-lab-table thead th {
    font-size: 0.74rem;
  }

  .production-lab-table tbody th,
  .production-lab-table td {
    font-size: 0.88rem;
  }

  .card-grid-3,
  .card-grid-2,
  .card-grid-4,
  .production-hero .stat-row,
  .footer-grid,
  .adv-grid {
    grid-template-columns: 1fr;
  }

  .mobile-wa {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 7rem;
  }

  .site-cursor {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-cursor,
  .site-cursor-halo,
  .site-cursor-dot,
  .site-cursor-chip,
  .btn,
  .btn::after,
  .production-lab-conditions-panel,
  .production-lab-conditions-panel::after,
  .production-lab-condition-card,
  .production-lab-condition-trigger,
  .production-lab-condition-trigger::before,
  .production-lab-condition-trigger::after,
  .production-lab-condition-status,
  .production-lab-conditions-meter span,
  .production-showcase-main,
  .production-showcase-card {
    transition-duration: 0.01ms !important;
  }

  .production-lab-conditions-panel::after,
  .production-lab-condition-card,
  .production-showcase-main,
  .production-showcase-card {
    animation: none !important;
  }
}
