.page-home main {
  padding-top: 0;
}

.page-home:not(.page-lang-ru) main {
  background:
    radial-gradient(1180px 520px at 92% 4%, rgba(216, 222, 63, 0.15), transparent 58%),
    radial-gradient(840px 360px at 10% 12%, rgba(125, 181, 222, 0.12), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.018) 0%, transparent 26%, transparent 76%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, #30383d 0%, #242c31 44%, #171e22 100%);
}

.page-home:not(.page-lang-ru) main::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    radial-gradient(900px 340px at 84% 10%, rgba(216, 222, 63, 0.05), transparent 72%),
    radial-gradient(760px 320px at 16% 20%, rgba(125, 181, 222, 0.05), transparent 74%);
  background-size: 48px 48px, 48px 48px, auto, auto;
  opacity: 0.82;
}

.section {
  padding: 3.2rem 0;
}

.section-soft {
  background: transparent;
  border-top: none;
  border-bottom: none;
}

.hero {
  padding: 1.1rem 0 2.1rem;
  position: relative;
  overflow: hidden;
}

.page-home .hero {
  padding-top: calc(var(--header-height) + 1.1rem);
  padding-bottom: 4rem;
  min-height: calc(100vh - 32px);
}

.hero-video {
  background:
    radial-gradient(1080px 460px at 92% 10%, rgba(216, 222, 63, 0.24), transparent 56%),
    radial-gradient(840px 340px at 10% 12%, rgba(125, 181, 222, 0.14), transparent 62%),
    linear-gradient(140deg, rgba(71, 79, 85, 0.96) 0%, rgba(48, 56, 61, 0.96) 46%, rgba(31, 38, 43, 0.98) 100%);
}

.hero-video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7rem;
  height: 16rem;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(74% 124% at 50% 0%, rgba(125, 181, 222, 0.08), transparent 64%),
    linear-gradient(180deg, rgba(23, 28, 32, 0) 0%, rgba(23, 28, 32, 0.42) 36%, rgba(23, 28, 32, 0.9) 100%);
  filter: blur(24px);
  opacity: 0.94;
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1080px 460px at 92% 10%, rgba(216, 222, 63, 0.24), transparent 56%),
    radial-gradient(840px 340px at 10% 12%, rgba(125, 181, 222, 0.14), transparent 62%),
    linear-gradient(140deg, rgba(71, 79, 85, 0.96) 0%, rgba(48, 56, 61, 0.96) 46%, rgba(31, 38, 43, 0.98) 100%);
}

.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
  display: block;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 27, 31, 0.14) 0%, rgba(22, 27, 31, 0.2) 52%, rgba(22, 27, 31, 0.08) 100%),
    linear-gradient(100deg, rgba(16, 20, 23, 0.54) 0%, rgba(16, 20, 23, 0.2) 40%, rgba(16, 20, 23, 0.08) 100%),
    radial-gradient(920px 430px at 95% 18%, rgba(216, 222, 63, 0.14), transparent 72%);
}

.page-home #services {
  margin-top: -1.2rem;
  padding-top: 4.4rem;
  background: transparent;
}

.hero-video .container {
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.98fr);
  grid-template-areas:
    "main industries"
    "video video";
  gap: 1rem 0.75rem;
  align-items: start;
}

.hero-main {
  grid-area: main;
  min-height: 434px;
  background: linear-gradient(150deg, #ffffff 0%, #f0f2f3 100%);
  border: 1px solid rgba(76, 80, 82, 0.14);
  border-radius: var(--radius-xl);
  padding: 2.15rem 2.45rem 1.7rem;
  box-shadow: var(--shadow-soft);
}

.hero-main-copy {
  position: relative;
  z-index: 1;
  max-width: 36rem;
}

.hero-industries {
  grid-area: industries;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.hero-industries .hero-industry-card:nth-child(1) {
  order: 4;
}

.hero-industries .hero-industry-card:nth-child(2) {
  order: 2;
}

.hero-industries .hero-industry-card:nth-child(3) {
  order: 1;
}

.hero-industries .hero-industry-card:nth-child(4) {
  order: 3;
}

.hero-industry-card {
  min-height: 92px;
  padding: 1.12rem 1.05rem 0.95rem;
  border-radius: calc(var(--radius-lg) + 2px);
  background: linear-gradient(180deg, rgba(102, 108, 112, 0.9) 0%, rgba(80, 86, 90, 0.76) 100%);
  border: 1px solid rgba(216, 222, 63, 0.34);
  box-shadow: 0 18px 34px rgba(13, 17, 20, 0.18);
  backdrop-filter: blur(8px);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-industry-card:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 222, 63, 0.46);
  box-shadow: 0 22px 38px rgba(13, 17, 20, 0.22);
}

.hero-industry-card h3 {
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.02rem, 1.5vw, 1.54rem);
  line-height: 1.06;
  color: #ffffff;
  max-width: 18.5ch;
}

.hero-industry-card p {
  margin: 0.62rem 0 0;
  line-height: 1.42;
  color: rgba(247, 246, 246, 0.82);
  font-size: 0.88rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(247, 246, 246, 0.76);
}

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-showcase {
  background: transparent;
}

.production-showcase-shell {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border-radius: calc(var(--radius-xl) + 6px);
  border: 1px solid rgba(216, 222, 63, 0.18);
  background: linear-gradient(145deg, rgba(89, 95, 99, 0.34) 0%, rgba(34, 41, 45, 0.94) 54%, rgba(19, 25, 29, 0.99) 100%);
  box-shadow: 0 30px 80px rgba(9, 12, 15, 0.28);
}

.production-showcase-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 246, 246, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(247, 246, 246, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.14;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 100%);
}

.production-showcase-shell::after {
  content: "";
  position: absolute;
  left: 38%;
  right: -14%;
  top: -22%;
  height: 430px;
  background: radial-gradient(circle, rgba(216, 222, 63, 0.22) 0%, rgba(216, 222, 63, 0.06) 44%, transparent 74%);
  filter: blur(10px);
  opacity: 0.9;
  pointer-events: none;
}

.production-showcase-grid,
.production-showcase-metrics,
.production-showcase-lower {
  position: relative;
  z-index: 1;
}

.production-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 1rem;
  align-items: stretch;
}

.production-showcase-copy {
  display: grid;
  align-content: start;
}

.production-showcase-kicker,
.production-showcase-panel-label {
  margin: 0;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.production-showcase-kicker {
  color: var(--c-lime);
}

.production-showcase-copy h2 {
  margin: 0.45rem 0 0;
  max-width: 13ch;
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.production-showcase-description {
  margin: 0.95rem 0 0;
  max-width: 60ch;
  font-size: 1rem;
  line-height: 1.62;
  color: var(--c-copy-muted);
}

.production-showcase-chip-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.production-showcase-chip {
  padding: 0.58rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 181, 222, 0.28);
  background: rgba(21, 27, 30, 0.42);
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.03);
  color: rgba(247, 246, 246, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.production-showcase-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.production-showcase-visual {
  position: relative;
  min-height: 100%;
  padding: 0.9rem;
  border-radius: calc(var(--radius-xl) + 2px);
  border: 1px solid rgba(216, 222, 63, 0.14);
  background: linear-gradient(180deg, rgba(89, 95, 99, 0.22) 0%, rgba(18, 23, 27, 0.68) 100%);
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.03);
}

.production-showcase-visual-media {
  position: relative;
  min-height: 415px;
  height: 100%;
  border-radius: calc(var(--radius-lg) + 6px);
  overflow: hidden;
  background: rgba(15, 20, 24, 0.56);
}

.production-showcase-visual-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 12, 14, 0.08) 0%, rgba(9, 12, 14, 0.2) 34%, rgba(9, 12, 14, 0.88) 100%);
}

.production-showcase-visual-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.production-showcase-visual-copy {
  position: absolute;
  left: 1.45rem;
  right: 1.45rem;
  bottom: 1.35rem;
  padding-right: 0.6rem;
}

.production-showcase-panel-label {
  color: rgba(247, 246, 246, 0.72);
}

.production-showcase-visual-copy h3 {
  margin: 0.42rem 0 0;
  max-width: 16ch;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.24rem, 2vw, 1.82rem);
  line-height: 1.04;
  color: var(--c-paper);
}

.production-showcase-visual-copy p {
  margin: 0.55rem 0 0;
  color: rgba(247, 246, 246, 0.8);
}

.production-showcase-visual-caption {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-lime) !important;
}

.production-showcase-visual-meta {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.34rem;
  font-size: 0.82rem;
  color: rgba(247, 246, 246, 0.66);
}

.production-showcase-metrics {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.production-showcase-metric {
  padding: 1rem 1.05rem;
  border-radius: calc(var(--radius-lg) + 2px);
  border: 1px solid rgba(125, 181, 222, 0.18);
  background: linear-gradient(145deg, rgba(76, 80, 82, 0.42) 0%, rgba(24, 30, 34, 0.86) 100%);
  box-shadow: 0 16px 32px rgba(7, 10, 12, 0.18);
}

.production-showcase-metric-value,
.production-showcase-metric-label {
  margin: 0;
}

.production-showcase-metric-value {
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1;
  color: var(--c-paper);
}

.production-showcase-metric-label {
  margin-top: 0.35rem;
  max-width: 24ch;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--c-copy-muted);
}

.production-showcase-lower {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 0.95rem;
  align-items: start;
}

.production-showcase-timeline {
  padding: 1rem 1.05rem;
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid rgba(216, 222, 63, 0.14);
  background: linear-gradient(180deg, rgba(28, 34, 38, 0.94) 0%, rgba(19, 24, 28, 0.98) 100%);
}

.production-showcase-step-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.78rem;
}

.production-showcase-step {
  padding-top: 0.78rem;
  border-top: 1px solid rgba(247, 246, 246, 0.08);
}

.production-showcase-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.production-showcase-step h3,
.production-showcase-highlight-card h3 {
  margin: 0;
  color: var(--c-paper);
}

.production-showcase-step h3 {
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  line-height: 1.18;
  text-transform: uppercase;
}

.production-showcase-step p {
  margin: 0.45rem 0 0;
  color: var(--c-copy-muted);
}

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

.production-showcase-highlight-card {
  position: relative;
  min-height: 146px;
  padding: 1rem 1rem 1rem 3.3rem;
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid rgba(125, 181, 222, 0.16);
  background: linear-gradient(155deg, rgba(85, 91, 95, 0.34) 0%, rgba(23, 29, 33, 0.92) 100%);
  box-shadow: inset 0 0 0 1px rgba(247, 246, 246, 0.03);
}

.production-showcase-card-index {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.78rem;
  height: 1.78rem;
  display: grid;
  place-items: center;
  border-radius: 0.62rem;
  background: linear-gradient(145deg, var(--c-lime), #eef07d);
  box-shadow: 0 12px 24px rgba(216, 222, 63, 0.18);
  color: #172126;
  font-family: "Tektur", "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.production-showcase-highlight-card h3 {
  font-size: 1.05rem;
  line-height: 1.15;
}

.production-showcase-highlight-card p {
  margin: 0.52rem 0 0;
  color: var(--c-copy-muted);
}

@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;
}
@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-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;
  }

  .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 {
    --conditions-panel-height: 28.5rem;
    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: 2.8lh;
    font-size: clamp(1.6rem, 9vw, 2.1rem);
  }

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

  .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-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: 0;
  }

  .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;
  }
}
