.engineering-hero {
  position: relative;
  min-height: 710px;
  padding: 166px 0 70px;
  overflow: hidden;
  background: #f4f1eb;
  color: #111;
}

.engineering-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 8px;
  background: #ff6b00;
}

.engineering-hero__grid {
  position: absolute;
  inset: 0;
  opacity: .52;
  background:
    linear-gradient(rgba(16,16,16,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.8) 58%, transparent 100%);
}

.engineering-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
  gap: 70px;
  align-items: center;
}

.engineering-hero__copy h1 {
  max-width: 740px;
  margin: 22px 0 22px;
  color: #111;
  font: 700 clamp(50px,5.5vw,82px)/.94 "Playfair Display",serif;
  letter-spacing: -.045em;
}
.engineering-hero__copy h1 em { color: #ff6b00; font-style: normal; }
.engineering-hero__copy > p {
  max-width: 670px;
  margin: 0;
  color: #565656;
  font-size: 17px;
  line-height: 1.68;
}
.engineering-hero .product-button--ghost { border-color: rgba(16,16,16,.38); color: #111; }
.engineering-hero .product-button--ghost:hover { border-color: #111; background: #111; color: #fff; }

.engineering-hero__visual {
  position: relative;
  border: 1px solid rgba(16,16,16,.2);
  background: #fff;
  box-shadow: 22px 28px 0 rgba(255,107,0,.1);
}
.engineering-hero__visual::before,
.engineering-hero__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.engineering-hero__visual::before { top: -13px; left: 38px; width: 1px; height: 26px; background: #ff6b00; }
.engineering-hero__visual::after { top: 38px; left: -13px; width: 26px; height: 1px; background: #ff6b00; }
.engineering-hero__visual-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(16,16,16,.14);
  font: 800 10px/1.2 Manrope,sans-serif;
  letter-spacing: .13em;
}
.engineering-hero__visual-head span { color: #ff6b00; }
.engineering-hero__visual-head small { color: #858585; font-size: 9px; }
.engineering-hero__visual figure { position: relative; height: 390px; margin: 0; overflow: hidden; }
.engineering-hero__visual figure::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.engineering-hero__visual figure img { width: 100%; height: 100%; object-fit: cover; }
.engineering-profile-frame {
  position: relative;
  padding: 14px 14px 0;
  background: #151515;
}
.engineering-profile-frame::before,
.engineering-profile-frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  pointer-events: none;
}
.engineering-profile-frame::before {
  top: 6px;
  left: 6px;
  border-top: 2px solid #ff6b00;
  border-left: 2px solid #ff6b00;
}
.engineering-profile-frame::after {
  right: 6px;
  bottom: 6px;
  border-right: 2px solid #ff6b00;
  border-bottom: 2px solid #ff6b00;
}
.engineering-profile-ruler {
  height: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-bottom: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 17px, rgba(255,255,255,.34) 17px 18px),
    linear-gradient(90deg, #ff6b00 0 20%, transparent 20% 100%);
  background-size: auto 7px, auto 2px;
  background-position: 0 100%, 0 0;
  background-repeat: repeat-x, no-repeat;
}
.engineering-profile-showcase {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 376px;
  overflow: hidden;
  background:
    linear-gradient(rgba(16,16,16,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,.045) 1px, transparent 1px),
    #f4f1eb;
  background-size: 32px 32px;
}
.engineering-hero__visual .engineering-profile-showcase figure {
  position: relative;
  height: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(16,16,16,.13);
  background: rgba(255,255,255,.54);
}
.engineering-hero__visual .engineering-profile-showcase figure:last-child { border-right: 0; }
.engineering-hero__visual .engineering-profile-showcase figure::after { display: none; }
.engineering-hero__visual .engineering-profile-showcase img {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--profile-crop-width);
  max-width: none;
  height: auto;
  padding: 0;
  object-fit: contain;
  transform: translate(var(--profile-crop-x), -25%);
}
.engineering-profile-showcase figure:nth-child(1) { --profile-crop-width: 494%; --profile-crop-x: -6.25%; }
.engineering-profile-showcase figure:nth-child(2) { --profile-crop-width: 488%; --profile-crop-x: -3%; }
.engineering-profile-showcase figure:nth-child(3) { --profile-crop-width: 482%; --profile-crop-x: -3%; }
.engineering-profile-showcase figure:nth-child(4) { --profile-crop-width: 425%; --profile-crop-x: -2.25%; }
.engineering-profile-showcase figure:nth-child(5) { --profile-crop-width: 513%; --profile-crop-x: -5%; }
.engineering-object-frame { padding-bottom: 14px; }
.engineering-hero__visual .engineering-object-photo {
  height: 376px;
  margin: 0;
  overflow: hidden;
  background: #e8e2d8;
}
.engineering-hero__visual .engineering-object-photo::after { display: none; }
.engineering-hero__visual .engineering-object-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.engineering-hero__facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(16,16,16,.14); }
.engineering-hero__facts > div { padding: 16px 17px; border-right: 1px solid rgba(16,16,16,.14); }
.engineering-hero__facts > div:last-child { border-right: 0; }
.engineering-hero__facts strong { display: block; font: 800 16px/1.2 Manrope,sans-serif; }
.engineering-hero__facts small { display: block; margin-top: 5px; color: #777; font-size: 10px; line-height: 1.3; }

.showcase-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.showcase-hero__backdrop,
.showcase-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showcase-hero__backdrop {
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.showcase-hero__shade {
  background:
    linear-gradient(90deg, rgba(7,7,7,.94) 0%, rgba(7,7,7,.79) 40%, rgba(7,7,7,.22) 75%, rgba(7,7,7,.42) 100%),
    linear-gradient(0deg, rgba(7,7,7,.86) 0%, transparent 58%);
}

.showcase-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 72px;
  align-items: end;
  padding-top: 180px;
  padding-bottom: 70px;
}

.showcase-hero__copy { max-width: 830px; }
.showcase-hero__copy h1 {
  max-width: 820px;
  margin: 22px 0 22px;
  font: 700 clamp(52px, 6vw, 88px)/.94 "Playfair Display", serif;
  letter-spacing: -.045em;
}
.showcase-hero__copy h1 em { color: #ff6b00; font-style: normal; }
.showcase-hero__copy > p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.68;
}

.showcase-hero__panel {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(12,12,12,.7);
  backdrop-filter: blur(14px);
}
.showcase-hero__panel > span {
  display: block;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #ff6b00;
  font: 800 10px/1.2 Manrope, sans-serif;
  letter-spacing: .14em;
}
.showcase-hero__panel > div { padding: 20px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.showcase-hero__panel > div:last-child { border-bottom: 0; }
.showcase-hero__panel strong { display: block; font: 800 20px/1.15 Manrope, sans-serif; }
.showcase-hero__panel small { display: block; margin-top: 7px; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.4; }

.showcase-heading h2 { max-width: 820px; }

.project-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 276px;
  min-height: 680px;
  border: 1px solid rgba(16,16,16,.12);
  background: #101010;
  box-shadow: 0 32px 90px rgba(20,20,20,.12);
  overflow: hidden;
}
.page-shtaketnik .project-viewer { border: 0; background: #f4f1eb; box-shadow: 0 26px 70px rgba(20,20,20,.1); }
.page-shtaketnik .project-viewer__stage { background: #e8e2d8; }
.project-viewer__stage { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #151515; }
.project-viewer__stage::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,5,5,.9)); pointer-events: none; }
.project-viewer__stage > img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; transition: opacity .2s ease, transform .35s ease; }
.project-viewer__stage figcaption { position: absolute; z-index: 1; right: 38px; bottom: 34px; left: 38px; color: #fff; }
.project-viewer__stage figcaption span { color: #ff6b00; font: 800 10px/1 Manrope, sans-serif; letter-spacing: .15em; }
.project-viewer__stage figcaption h3 { margin: 11px 0 8px; font: 700 clamp(34px, 4vw, 55px)/.98 "Playfair Display", serif; }
.project-viewer__stage figcaption p { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.55; }

.project-viewer__rail { display: flex; flex-direction: column; padding: 10px; background: #f4f1eb; overflow: auto; }
.project-thumb {
  flex: 1 0 112px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 9px;
  border: 1px solid transparent;
  background: transparent;
  color: #111;
  text-align: left;
  cursor: pointer;
  transition: .2s ease;
}
.project-thumb + .project-thumb { margin-top: 5px; }
.project-thumb:hover,
.project-thumb.is-active { border-color: rgba(255,107,0,.55); background: #fff; }
.project-thumb img { width: 86px; height: 82px; object-fit: cover; }
.project-thumb b { display: block; font: 800 14px/1.2 Manrope, sans-serif; }
.project-thumb small { display: block; margin-top: 5px; color: #777; font-size: 10px; line-height: 1.35; }

.solution-section { background: #fff; }
.solution-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 15px; }
.solution-card { position: relative; min-height: 500px; overflow: hidden; background: #111; color: #fff; }
.solution-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.solution-card:hover img { transform: scale(1.035); }
.solution-card::after { content: ""; position: absolute; inset: 34% 0 0; background: linear-gradient(transparent, rgba(6,6,6,.92)); }
.solution-card > div { position: absolute; z-index: 1; right: 24px; bottom: 25px; left: 24px; }
.solution-card span { color: #ff6b00; font: 800 11px/1 Manrope, sans-serif; letter-spacing: .14em; }
.solution-card h3 { margin: 12px 0 8px; font: 700 30px/1.05 "Playfair Display", serif; }
.solution-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.5; }

.technical-section { border-top: 1px solid rgba(16,16,16,.08); }
.product-section--compact { padding-top: 70px; }
.brief-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 18px; border: 1px solid rgba(16,16,16,.12); }
.brief-strip > div { display: flex; gap: 13px; align-items: center; min-height: 76px; padding: 15px 18px; border-right: 1px solid rgba(16,16,16,.12); }
.brief-strip > div:last-child { border-right: 0; }
.brief-strip span { color: #ff6b00; font: 800 12px/1 Manrope, sans-serif; }
.brief-strip strong { font: 800 13px/1.25 Manrope, sans-serif; }

.product-cta--photo { grid-template-columns: 190px minmax(0,1fr) auto; padding: 0 32px 0 0; overflow: hidden; }
.product-cta--photo > img { width: 190px; height: 170px; object-fit: cover; }

.privacy-section { background: #fff; }
.privacy-switcher { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); min-height: 560px; border: 1px solid rgba(16,16,16,.12); box-shadow: 0 28px 80px rgba(20,20,20,.08); }
.privacy-switcher figure { margin: 0; min-width: 0; overflow: hidden; background: #111; }
.privacy-switcher figure img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; transition: opacity .2s ease, transform .35s ease; }
.privacy-switcher__copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; background: #f4f1eb; }
.privacy-choice-label { display: flex; gap: 12px; align-items: center; margin-bottom: 14px; }
.privacy-choice-label > i { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #ff6b00; color: #fff; font-size: 13px; }
.privacy-choice-label span { display: grid; gap: 4px; }
.privacy-choice-label small { color: #ff6b00; font: 800 9px/1 Manrope,sans-serif; letter-spacing: .13em; }
.privacy-choice-label strong { font: 800 14px/1.2 Manrope,sans-serif; }
.privacy-switcher .layout-switch { gap: 10px; }
.privacy-switcher .layout-switch button {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(16,16,16,.18);
  background: #fff;
  text-align: left;
  box-shadow: 0 7px 18px rgba(20,20,20,.045);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.privacy-switcher .layout-switch button:hover { transform: translateY(-2px); border-color: #ff6b00; }
.privacy-switcher .layout-switch button > i { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(16,16,16,.13); background: #f4f1eb; color: #ff6b00; }
.privacy-switcher .layout-switch button span { display: grid; gap: 4px; }
.privacy-switcher .layout-switch button b { font: 800 14px/1.1 Manrope,sans-serif; }
.privacy-switcher .layout-switch button small { color: #777; font: 600 9px/1.2 Manrope,sans-serif; }
.privacy-switcher .layout-switch button.is-active { border-color: #111; background: #111; color: #fff; }
.privacy-switcher .layout-switch button.is-active > i { border-color: #ff6b00; background: #ff6b00; color: #fff; }
.privacy-switcher .layout-switch button.is-active small { color: rgba(255,255,255,.62); }
.privacy-switcher__copy h3 { margin: 26px 0 14px; font: 700 38px/1.02 "Playfair Display", serif; }
.privacy-switcher__copy > p { margin: 0; color: #606060; font-size: 15px; line-height: 1.65; }
.text-button { display: inline-flex; align-items: center; gap: 12px; align-self: flex-start; margin-top: 28px; padding: 0 0 8px; border: 0; border-bottom: 2px solid #ff6b00; background: transparent; color: #111; font: 800 12px/1.25 Manrope, sans-serif; cursor: pointer; }
.text-button i { color: #ff6b00; }

.page-shtaketnik .profile-lab { grid-template-columns: 330px minmax(0,1fr); }
.page-shtaketnik .profile-list { background: #ece8df; }
.page-shtaketnik .profile-option { grid-template-columns: 88px 1fr auto; min-height: 104px; }
.page-shtaketnik .profile-option img { width: 82px; height: 82px; padding: 3px; background: #f4f1eb; object-fit: contain; }
.page-shtaketnik .profile-stage__media { background: #f4f1eb; }
.page-shtaketnik .profile-stage__media::before {
  background:
    linear-gradient(rgba(16,16,16,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,16,16,.05) 1px,transparent 1px);
  background-size: 34px 34px;
}
.page-shtaketnik .profile-stage__media img { height: 480px; filter: none; }
.page-shtaketnik .profile-stage__media span { color: rgba(16,16,16,.55); }
.page-proflist .profile-option img { padding: 3px; background: #f4f1eb; object-fit: contain; }
.page-proflist .profile-stage__media { background: #f4f1eb; }
.page-proflist .profile-stage__media::before {
  background:
    linear-gradient(rgba(16,16,16,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,16,16,.05) 1px, transparent 1px);
  background-size: 34px 34px;
}
.page-proflist .profile-stage__media img { width: 96%; height: 470px; filter: none; }
.page-proflist .profile-stage__media span { color: rgba(16,16,16,.56); }
.page-shtaketnik .shtaketnik-works-title {
  max-width: none;
  font-size: clamp(38px, 3.65vw, 52px);
  line-height: .98;
}
.page-shtaketnik .works-heading--single { grid-template-columns: 1fr; gap: 18px; }
.page-shtaketnik .works-heading--single p { max-width: 790px; }
.profile-palette-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 26px;
  border: 1px solid rgba(16,16,16,.14);
  border-left: 4px solid #ff6b00;
  background: #fff;
  color: #111;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.profile-palette-link:hover { transform: translateY(-2px); box-shadow: 0 18px 45px rgba(20,20,20,.08); }
.profile-palette-link span { display: grid; gap: 5px; }
.profile-palette-link small { color: #ff6b00; font: 800 9px/1.2 Manrope,sans-serif; letter-spacing: .14em; }
.profile-palette-link strong { font: 800 17px/1.25 Manrope,sans-serif; }
.profile-palette-link i { color: #ff6b00; }
.product-cta--shtaketnik { width: 100%; grid-template-columns: 220px minmax(0,1fr) auto; }
.product-cta--shtaketnik > img { width: 220px; }
.product-cta--shtaketnik h3 { max-width: 610px; font-size: clamp(25px, 2vw, 31px); }
.product-cta--compact {
  position: relative;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  width: 100%;
  margin-top: 18px;
  padding: 0 28px 0 0;
  background: linear-gradient(112deg, #171717 0 27%, #2d261f 27% 100%);
  box-shadow: 0 22px 55px rgba(20,20,20,.12);
  overflow: hidden;
}
.product-cta--compact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 4px;
  background: #ff6b00;
}
.product-cta--compact > img {
  display: block;
  width: 230px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.product-cta--compact .product-button {
  background: #ff6b00;
  border-color: #ff6b00;
}
.product-cta--proflist {
  position: relative;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  width: 100%;
  padding: 0 30px 0 0;
  background: linear-gradient(112deg, #171717 0 29%, #30271f 29% 100%);
  box-shadow: 0 22px 55px rgba(20,20,20,.12);
  overflow: hidden;
}
.product-cta--proflist::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 4px;
  background: #ff6b00;
}
.product-cta--proflist > img { display: block; width: 240px; height: 180px; object-fit: cover; }
.product-cta--proflist h3 { max-width: 650px; font-size: clamp(25px, 2.05vw, 32px); }
.product-cta--proflist .product-button { background: #ff6b00; border-color: #ff6b00; }

@media (min-width: 1120px) {
  .page-shtaketnik .works-heading--single h2 { white-space: nowrap; }
  .page-shtaketnik .product-heading--profile,
  .page-shtaketnik .product-heading--finish { grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr); gap: 34px; }
  .page-shtaketnik .product-heading--profile h2,
  .page-shtaketnik .product-heading--finish h2 { white-space: nowrap; }
  .page-shtaketnik .product-heading--profile h2,
  .page-shtaketnik .product-heading--finish h2 { font-size: clamp(40px, 3.65vw, 52px); }
}

@media (max-width: 1050px) {
  .engineering-hero { padding-top: 145px; }
  .engineering-hero__content { grid-template-columns: 1fr; gap: 44px; }
  .engineering-hero__visual figure { height: 500px; }
  .engineering-profile-showcase { grid-template-columns: repeat(5, 118px); justify-content: center; height: 408px; }
  .engineering-hero__visual .engineering-object-photo { height: 500px; }
  .showcase-hero__content { grid-template-columns: 1fr; gap: 36px; }
  .showcase-hero__panel { display: grid; grid-template-columns: repeat(3,1fr); }
  .showcase-hero__panel > span { grid-column: 1/-1; }
  .showcase-hero__panel > div { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
  .project-viewer { grid-template-columns: 1fr; min-height: 0; }
  .project-viewer__stage > img { min-height: 600px; }
  .project-viewer__rail { flex-direction: row; overflow-x: auto; }
  .project-thumb { min-width: 220px; flex-basis: 220px; }
  .project-thumb + .project-thumb { margin-top: 0; margin-left: 5px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card--wide { grid-column: 1/-1; }
  .solution-card { min-height: 430px; }
  .privacy-switcher { grid-template-columns: 1fr; }
  .privacy-switcher figure img { min-height: 520px; }
  .brief-strip { grid-template-columns: 1fr 1fr; }
  .brief-strip > div:nth-child(2) { border-right: 0; }
  .brief-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(16,16,16,.12); }
  .product-cta--photo { grid-template-columns: 170px 1fr; padding-right: 24px; }
  .product-cta--photo > img { width: 170px; height: 190px; grid-row: 1/3; }
  .product-cta--shtaketnik { grid-template-columns: 190px 1fr; }
  .product-cta--shtaketnik > img { width: 190px; }
  .product-cta--compact { grid-template-columns: 190px 1fr; width: 100%; padding-right: 24px; }
  .product-cta--compact > img { width: 190px; height: 190px; }
  .product-cta--proflist { grid-template-columns: 190px 1fr; padding-right: 24px; }
  .product-cta--proflist > img { width: 190px; height: 190px; grid-row: 1 / 3; }
}

@media (max-width: 760px) {
  .engineering-hero { min-height: 0; padding: 100px 0 45px; }
  .engineering-hero__content { gap: 30px; }
  .engineering-hero__copy h1 { font-size: clamp(42px,12vw,58px); }
  .engineering-hero__copy > p { font-size: 15px; line-height: 1.58; }
  .engineering-hero__visual { box-shadow: 10px 12px 0 rgba(255,107,0,.1); }
  .engineering-hero__visual-head { padding: 0 12px; }
  .engineering-hero__visual-head small { display: none; }
  .engineering-hero__visual figure { height: 300px; }
  .engineering-profile-showcase {
    grid-template-columns: repeat(5, 116px);
    justify-content: start;
    height: 286px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .engineering-hero__visual .engineering-profile-showcase figure { height: auto; scroll-snap-align: start; }
  .engineering-profile-frame { padding: 11px 11px 0; }
  .engineering-profile-ruler { height: 18px; }
  .engineering-hero__visual .engineering-object-photo { height: 300px; }
  .engineering-hero__facts > div { padding: 12px 9px; }
  .engineering-hero__facts strong { font-size: 12px; }
  .engineering-hero__facts small { font-size: 8px; }
  .showcase-hero { min-height: 690px; align-items: stretch; }
  .showcase-hero__shade { background: linear-gradient(0deg, rgba(7,7,7,.96) 0%, rgba(7,7,7,.64) 68%, rgba(7,7,7,.28) 100%); }
  .showcase-hero__backdrop { object-position: 58% center; }
  .showcase-hero__content { align-content: end; gap: 24px; padding-top: 150px; padding-bottom: 28px; }
  .showcase-hero__copy h1 { font-size: clamp(42px, 12.5vw, 59px); }
  .showcase-hero__copy > p { font-size: 15px; line-height: 1.58; }
  .showcase-hero__panel { grid-template-columns: 1fr 1fr 1fr; }
  .showcase-hero__panel > div { padding: 13px 10px; }
  .showcase-hero__panel strong { font-size: 14px; }
  .showcase-hero__panel small { font-size: 9px; }
  .project-viewer__stage > img { min-height: 470px; }
  .project-viewer__stage figcaption { right: 20px; bottom: 22px; left: 20px; }
  .project-viewer__stage figcaption h3 { font-size: 34px; }
  .project-viewer__stage figcaption p { font-size: 12px; }
  .project-viewer__rail { padding: 8px; }
  .project-thumb { min-width: 195px; grid-template-columns: 68px 1fr; padding: 7px; }
  .project-thumb img { width: 68px; height: 68px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card--wide { grid-column: auto; }
  .solution-card { min-height: 410px; }
  .brief-strip { grid-template-columns: 1fr; }
  .brief-strip > div { border-right: 0; border-bottom: 1px solid rgba(16,16,16,.12); }
  .brief-strip > div:last-child { border-bottom: 0; }
  .product-cta--photo { grid-template-columns: 1fr; padding: 0 20px 22px; }
  .product-cta--photo > img { width: calc(100% + 40px); height: 210px; margin-left: -20px; grid-row: auto; }
  .product-cta--shtaketnik { grid-template-columns: 1fr; }
  .product-cta--shtaketnik > img { width: calc(100% + 40px); }
  .product-cta--compact { grid-template-columns: 1fr; width: 100%; padding: 0 20px 22px; }
  .product-cta--compact > img { width: calc(100% + 40px); height: 220px; margin-left: -20px; }
  .product-cta--proflist { grid-template-columns: 1fr; padding: 0 20px 22px; }
  .product-cta--proflist > img { width: calc(100% + 40px); height: 220px; margin-left: -20px; grid-row: auto; }
  .privacy-switcher figure img { min-height: 400px; }
  .privacy-switcher__copy { padding: 28px 20px; }
  .privacy-switcher .layout-switch button { min-height: 72px; }
  .privacy-switcher__copy h3 { font-size: 34px; }
  .page-shtaketnik .profile-lab { display: block; }
  .page-shtaketnik .profile-option { grid-template-columns: 72px 1fr auto; min-height: 88px; }
  .page-shtaketnik .profile-option img { width: 66px; height: 66px; }
  .page-shtaketnik .profile-stage__media img { height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .project-viewer__stage > img,
  .privacy-switcher figure img,
  .solution-card img { transition: none; }
}
