.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(1120px 470px at 96% 12%, rgba(216, 222, 63, 0.22), transparent 64%),
    radial-gradient(760px 320px at 14% 8%, rgba(125, 181, 222, 0.08), transparent 74%),
    radial-gradient(720px 320px at 56% 96%, rgba(125, 181, 222, 0.05), transparent 78%),
    var(--bg-hero-gradient);
}

.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.06), transparent 66%),
    linear-gradient(180deg, rgba(23, 28, 32, 0) 0%, rgba(23, 28, 32, 0.34) 34%, rgba(23, 28, 32, 0.86) 100%);
  filter: blur(24px);
  opacity: 0.94;
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1120px 470px at 96% 12%, rgba(216, 222, 63, 0.22), transparent 64%),
    radial-gradient(760px 320px at 14% 8%, rgba(125, 181, 222, 0.08), transparent 74%),
    radial-gradient(720px 320px at 56% 96%, rgba(125, 181, 222, 0.05), transparent 78%),
    var(--bg-hero-gradient);
}

.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.24) 0%, rgba(22, 27, 31, 0.14) 56%, rgba(22, 27, 31, 0.04) 100%),
    linear-gradient(95deg, rgba(22, 27, 31, 0.42) 0%, rgba(22, 27, 31, 0.22) 38%, rgba(22, 27, 31, 0.08) 100%),
    radial-gradient(920px 430px at 95% 22%, rgba(216, 222, 63, 0.16), 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-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;
}
@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;
  }
}
.production-product-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.production-product-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.85rem;
  margin-top: auto;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 222, 63, 0.28);
  background: rgba(247, 246, 246, 0.08);
  color: var(--c-paper);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.production-product-card__link:hover,
body.cursor-enabled .production-product-card__link.is-cursor-focus {
  transform: translateY(-2px);
  border-color: rgba(216, 222, 63, 0.5);
  background: rgba(216, 222, 63, 0.12);
}

@media (max-width: 640px) {
  .production-product-card__link {
    width: 100%;
  }
}
