@import url("assets/icons/andrey/icons.css");

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-variable.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --graphite: #20242a;
  --graphite-2: #2d333b;
  --steel: #59616c;
  --line: #d8dde2;
  --light: #f4f6f8;
  --white: #ffffff;
  --yellow: #f6c400;
  --yellow-soft: rgba(246, 196, 0, 0.12);
  --yellow-focus: rgba(246, 196, 0, 0.34);
  --amber: var(--yellow);
  --icon-color: var(--yellow);
  --icon-tile-bg: rgba(246, 196, 0, 0.11);
  --icon-tile-border: rgba(246, 196, 0, 0.34);
  --max: 1180px;
  --radius: 8px;
  --motion-fast: 160ms;
  --motion-base: 180ms;
  --motion-hover: 220ms;
  --motion-reveal: 620ms;
  --motion-reveal-long: 760ms;
  --motion-drift: 18s;
  --motion-process-drift: 15s;
  --motion-shimmer: 14s;
  --motion-pulse: 2200ms;
  --motion-ease: cubic-bezier(0.2, 0, 0.2, 1);
  --motion-ease-out: cubic-bezier(0.19, 1, 0.22, 1);
  --eyebrow-line: 24px;
  --sticky-header-offset: 0px;
  --objects-switcher-offset: 161px;
  --text-body-weight: 400;
  --text-body-strong: 460;
  --text-card-title: 640;
  --text-section-title: 700;
  --text-display: 850;
  --text-label: 680;
  --text-meta: 640;
  --eyebrow-label-gap: 8px;
  --eyebrow-title-gap: 12px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #101216;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  background: #101216;
  color: var(--graphite);
  font-size: 16px;
  font-weight: var(--text-body-weight);
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

main {
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 1.4vw, 22px);
  min-height: 78px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(32, 36, 42, 0.94);
  color: var(--white);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 116px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 38%, rgba(246, 196, 0, 0.018));
  opacity: 0.46;
}

.site-header::after,
.section--specialization-home::after,
.home-advantages::after,
.projects-showcase::after,
.home-contacts::after {
  content: "";
  position: absolute;
  inset: -38% -46%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(246, 196, 0, 0.16) 0%, rgba(246, 196, 0, 0.1) 18%, rgba(255, 232, 126, 0.045) 36%, rgba(246, 196, 0, 0.018) 50%, transparent 70%);
  filter: blur(22px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.brand img {
  width: 62px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(9px, 0.9vw, 15px);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
  transition: color var(--motion-fast) var(--motion-ease);
}

.site-nav a:hover,
.site-nav .is-active {
  color: var(--yellow);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  justify-self: end;
}

.header-contact {
  display: grid;
  justify-items: end;
  gap: 5px;
}

.header-phone {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.header-email {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: color var(--motion-fast) var(--motion-ease);
}

.header-email:hover {
  color: var(--yellow);
}

.header-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  transition:
    transform var(--motion-fast) var(--motion-ease),
    background var(--motion-fast) var(--motion-ease),
    border-color var(--motion-fast) var(--motion-ease),
    color var(--motion-fast) var(--motion-ease);
}

.header-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.header-social--max svg {
  width: 17px;
  height: 17px;
}

.header-social:hover {
  transform: translateY(-1px);
}

.header-social--telegram:hover {
  border-color: #2aabee;
  background: #2aabee;
  color: var(--white);
}

.header-social--max:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #44ccff 0%, #5533ee 66%, #9933dd 100%);
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform var(--motion-fast) var(--motion-ease),
    background var(--motion-fast) var(--motion-ease),
    border-color var(--motion-fast) var(--motion-ease),
    color var(--motion-fast) var(--motion-ease);
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary,
.button--small {
  background: var(--yellow);
  color: #181a1f;
}

.button--primary:hover,
.button--small:hover {
  border-color: var(--yellow);
  background: var(--graphite);
  color: var(--white);
}

.button--secondary,
.button--dark {
  background: var(--graphite);
  color: var(--white);
}

.button--secondary:hover,
.button--dark:hover {
  background: var(--graphite);
  color: var(--yellow);
}

.button--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.button--ghost:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.08);
  color: var(--yellow);
}

.button--small {
  min-height: 40px;
  padding: 0 18px;
  white-space: nowrap;
}

.site-header .header-cta {
  min-height: 42px;
  padding: 0 22px;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: var(--white);
}

.site-header .header-cta:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.08);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 78px);
  margin-bottom: -48px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #14191f;
  color: var(--white);
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.34);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 19, 23, 0.08) 0%, rgba(17, 19, 23, 0.12) 58%, rgba(17, 19, 23, 0.48) 100%),
    linear-gradient(90deg, rgba(15, 19, 24, 0.76) 0%, rgba(15, 19, 24, 0.7) 34%, rgba(15, 19, 24, 0.52) 54%, rgba(15, 19, 24, 0.26) 78%, rgba(15, 19, 24, 0.06) 100%);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: heroSlowDrift var(--motion-drift) ease-in-out infinite alternate;
  transform: scale(1.025);
  transform-origin: center top;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 40px 0 42px;
}

.hero__logo {
  width: 128px;
  margin-bottom: 20px;
}

.hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__kicker::before {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
}

.hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: 60px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 700;
}

.hero__text {
  max-width: 710px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: var(--text-body-weight);
  line-height: 1.62;
}

.hero__actions,
.section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3.2vw, 44px);
  max-width: 980px;
  margin-top: 52px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  font-family: inherit;
  font-style: normal;
}

.hero__facts div {
  min-height: 0;
  padding: 0;
}

.hero__facts strong,
.hero__facts span {
  display: block;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
}

.hero__facts strong {
  color: var(--yellow);
  font-size: clamp(42px, 3.9vw, 54px);
  font-weight: 900;
  line-height: 0.92;
  white-space: nowrap;
}

.hero__facts span {
  max-width: 240px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 750;
  line-height: 1.18;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--yellow);
  color: #171717;
}

.trust-strip__item {
  padding: 24px max(24px, calc((100vw - var(--max)) / 2));
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.trust-strip__item strong,
.trust-strip__item span {
  display: block;
}

.trust-strip__item strong {
  font-size: 24px;
  line-height: 1;
}

.trust-strip__item span {
  margin-top: 7px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
}

.section {
  padding: 84px max(24px, calc((100vw - var(--max)) / 2));
}

.section--light {
  background: var(--light);
}

.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.section__eyebrow::before {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section__head--compact {
  max-width: 760px;
  margin-bottom: 28px;
}

.section__head--compact h2 {
  margin: 22px 0 0;
  color: var(--graphite);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: var(--text-section-title);
  line-height: 1.05;
}

.section--specialization-home {
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.section--specialization-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.section--specialization-home .section__eyebrow {
  color: var(--yellow);
}

.section--specialization-home > * {
  position: relative;
  z-index: 1;
}

.home-specializations__head {
  max-width: 780px;
  margin-bottom: 40px;
}

.home-specializations__head h2 {
  margin-top: 22px;
  color: var(--white);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: var(--text-section-title);
  line-height: 1.04;
}

.home-specializations__head p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: var(--text-body-weight);
  line-height: 1.62;
}

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

.home-specialization-card {
  position: relative;
  display: grid;
  min-height: 278px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
  align-content: start;
  transform-origin: center;
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.home-specialization-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 196, 0, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
}

.home-specialization-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--icon-tile-border);
  border-radius: 8px;
  background: var(--icon-tile-bg);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease);
}

.home-specialization-card:hover .home-specialization-card__icon {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(246, 196, 0, 0.15);
}

.home-specialization-card__icon .site-icon {
  width: 24px;
  height: 24px;
  color: var(--icon-color);
}

.home-specialization-card__mark {
  display: block;
  width: 44px;
  height: 3px;
  margin: 22px 0 34px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.64);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.home-specialization-card:hover .home-specialization-card__mark {
  transform: scaleX(1);
}

.home-specialization-card h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 21px;
  font-weight: var(--text-card-title);
  line-height: 1.16;
}

.home-specialization-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: var(--text-body-weight);
  line-height: 1.6;
}

.projects-showcase,
.home-contacts {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.projects-showcase::before,
.home-contacts::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.projects-showcase > *,
.home-contacts > * {
  position: relative;
  z-index: 1;
}

.section--services-home {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.1), rgba(237, 242, 245, 0.18)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
  border-top: 1px solid rgba(32, 36, 42, 0.08);
}

.section--services-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.58) 30%, rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0) 100%);
}

.section--services-home > * {
  position: relative;
  z-index: 1;
}

.section--services-home .section__actions {
  justify-content: center;
  margin-top: 38px;
}

.section__subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section__subhead h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 26px;
  line-height: 1.1;
}

.section--dark {
  background: var(--graphite);
  color: var(--white);
}

.home-advantages {
  position: relative;
  overflow: hidden;
  padding-top: 104px;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.home-advantages::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.home-advantages > * {
  position: relative;
  z-index: 1;
}

.home-advantages__head {
  display: grid;
  justify-items: start;
  gap: 0;
  max-width: 780px;
  margin-bottom: 32px;
  text-align: left;
}

.home-advantages__head span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.home-advantages__head span::before,
.home-advantages__head span::after {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.home-advantages__head span::after {
  display: none;
}

.home-advantages__head h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 3.6vw, 48px);
}

.home-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
}

.home-advantage-card {
  position: relative;
  display: grid;
  min-height: 204px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
  align-content: start;
  transform-origin: center;
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.home-advantage-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 196, 0, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.034)),
    rgba(246, 196, 0, 0.018);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26);
}

.home-advantage-card span {
  display: inline-flex;
  position: relative;
  width: fit-content;
  height: auto;
  align-items: center;
  margin: 0 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--yellow);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition:
    color var(--motion-hover) var(--motion-ease),
    transform var(--motion-hover) var(--motion-ease);
}

.home-advantage-card:hover span {
  transform: translateY(-2px);
}

.home-advantage-card span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.64);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.home-advantage-card:hover span::after {
  transform: scaleX(1);
}

.home-advantage-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 20px;
  font-weight: 740;
  line-height: 1.16;
}

.home-advantage-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.54;
}

@keyframes heroSlowDrift {
  0% {
    transform: scale(1.025) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.068) translate3d(-1.6%, 0, 0);
  }
}

@keyframes processImageDrift {
  0% {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.078) translate3d(-1.1%, 0.55%, 0);
  }
}

@keyframes umsuShimmerFlow {
  0% {
    opacity: 0;
    transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  }

  12% {
    opacity: 0.48;
  }

  52% {
    opacity: 0.68;
  }

  88% {
    opacity: 0.46;
  }

  100% {
    opacity: 0;
    transform: translate3d(34%, -3%, 0) skewX(-8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header::after,
  .section--specialization-home::after,
  .hero__media img,
  .about-hero__media img,
  .split__media--process img,
  .home-advantages::after,
  .projects-showcase::after,
  .home-contacts::after {
    animation: none;
  }

  .hero__media img,
  .about-hero__media img,
  .split__media--process img {
    transform: none;
  }

  .split--construction-process[data-reveal-ready] .process-proof span {
    opacity: 1;
    transform: none;
  }

  .split--construction-process[data-reveal-ready] .process-proof span::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .home-advantage-card,
  .home-advantage-card:hover,
  .home-specialization-card,
  .home-specialization-card:hover,
  .about-specialization-grid article,
  .about-specialization-grid article:hover,
  .about-principle-grid article,
  .about-principle-grid article:hover,
  .safety-intro-card-grid article,
  .safety-intro-card-grid article:hover,
  .safety-direction-card,
  .safety-direction-card:hover {
    transform: none;
    transition: none;
  }

  .home-specialization-card__icon,
  .home-specialization-card__mark,
  .home-advantage-card span,
  .home-advantage-card span::after,
  .about-specialization-card__icon,
  .about-specialization-card__mark,
  .about-principle-grid span,
  .about-principle-grid span::after,
  .safety-intro-card__icon,
  .safety-direction-card__icon,
  .safety-direction-card__head em {
    transform: none;
    transition: none;
  }
}

.section__head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section h2,
.split h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.section__head p,
.page-hero p,
.split p,
.reliability-grid p {
  color: var(--steel);
  font-size: 18px;
}

.section--specialization-home .home-specializations__head p {
  color: rgba(255, 255, 255, 0.72);
}

.section--dark .section__head p {
  color: rgba(255, 255, 255, 0.7);
}

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

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

.service-grid--full {
  grid-template-columns: repeat(2, 1fr);
}

.service-card,
.project-card,
.reliability-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 34px rgba(24, 29, 35, 0.08);
}

.service-card {
  display: block;
  scroll-margin-top: 104px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  border-color: rgba(32, 36, 42, 0.18);
  box-shadow: 0 24px 42px rgba(24, 29, 35, 0.14);
}

.service-card--home {
  color: var(--graphite);
  will-change: transform;
}

.service-card--home:hover {
  transform: translateY(-4px);
}

.service-card--home:focus-visible {
  outline: 3px solid rgba(246, 196, 0, 0.72);
  outline-offset: 4px;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card__title {
  display: block;
  min-height: 104px;
  padding: 20px;
  font-size: 19px;
  font-weight: 740;
  line-height: 1.18;
}

.service-card div {
  padding: 22px;
}

.service-card h3,
.project-card strong,
.project-detail h3,
.reliability-grid h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.service-card p,
.project-card span,
.project-detail p {
  color: var(--steel);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.split--construction-process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  z-index: 2;
  min-height: 486px;
  margin-bottom: -48px;
  padding-top: 46px;
  padding-bottom: 72px;
  background: #171b21;
  color: var(--white);
  grid-template-columns: minmax(0, 720px);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.34);
}

.split--construction-process::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.9) 32%, rgba(18, 21, 26, 0.58) 62%, rgba(18, 21, 26, 0.24) 100%),
    linear-gradient(180deg, rgba(18, 21, 26, 0.12), rgba(18, 21, 26, 0.42));
}

.split__content {
  max-width: 620px;
}

.split--construction-process .split__content {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 720px;
  transform: translateY(16px);
}

.split--construction-process h2 {
  color: var(--white);
  font-size: clamp(32px, 3.25vw, 46px);
}

.split--construction-process p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.52;
}

.process-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.process-proof span {
  position: relative;
  width: min(100%, 210px);
  min-height: 82px;
  padding: 14px 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
  transition:
    opacity var(--motion-reveal-long) var(--motion-ease-out),
    transform var(--motion-reveal-long) var(--motion-ease-out);
}

.process-proof span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 168px);
  height: 2px;
  border-radius: 999px;
  background: rgba(246, 196, 0, 0.78);
  transform-origin: left center;
  transition:
    opacity var(--motion-reveal-long) var(--motion-ease-out),
    transform var(--motion-reveal-long) var(--motion-ease-out);
}

.process-proof span:nth-child(1) {
  --process-proof-delay: 0ms;
}

.process-proof span:nth-child(2) {
  --process-proof-delay: 420ms;
}

.process-proof span:nth-child(3) {
  --process-proof-delay: 840ms;
}

.split--construction-process[data-reveal-ready]:not(.is-visible) .process-proof span {
  opacity: 0;
  transform: translateY(18px);
}

.split--construction-process[data-reveal-ready]:not(.is-visible) .process-proof span::before {
  opacity: 0;
  transform: scaleX(0.18);
}

.split--construction-process.is-visible .process-proof span,
.split--construction-process.is-visible .process-proof span::before {
  transition-delay: var(--process-proof-delay);
}

.split__media {
  overflow: hidden;
  border-radius: var(--radius);
}

.split__media--process {
  position: absolute;
  inset: 0;
  z-index: -2;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
}

.split__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.split__media--process img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 66% 62%;
  filter: saturate(0.94) contrast(1.04);
  transform: scale(1.03);
  transform-origin: 66% 62%;
  animation: processImageDrift var(--motion-process-drift) ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .split__media--process img {
    animation: none;
    transform: none;
  }

  .split--construction-process[data-reveal-ready] .process-proof span {
    opacity: 1;
    transform: none;
  }

  .split--construction-process[data-reveal-ready] .process-proof span::before {
    opacity: 1;
    transform: scaleX(1);
  }
}

.split__media--tall img {
  aspect-ratio: 4 / 5;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.project-grid--wide {
  grid-template-columns: repeat(3, 1fr);
}

.projects-showcase {
  overflow: hidden;
}

.projects-showcase__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  margin-bottom: 34px;
}

.projects-showcase__title {
  display: grid;
  justify-items: start;
  gap: 0;
}

.projects-showcase__title h2 {
  margin: 0;
}

.projects-showcase__controls {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.project-carousel__arrow {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.project-carousel__arrow:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.08);
  color: var(--yellow);
  transform: translateY(-1px);
}

.project-carousel__arrow:disabled {
  opacity: 0.34;
  cursor: default;
  transform: none;
}

.project-carousel__arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-carousel__track {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 2px 0 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}

.project-carousel__track::-webkit-scrollbar {
  display: none;
}

.project-carousel__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

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

.project-card--home {
  flex: 0 0 calc((100% - 22px) / 2);
  min-width: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: #2b3139;
  scroll-snap-align: start;
  transition: border-color 180ms ease, transform 180ms ease;
}

.project-card--home:hover,
.project-card--home.is-active {
  border-color: rgba(246, 196, 0, 0.45);
}

.project-card--home:hover {
  transform: translateY(-2px);
}

.project-card__main {
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.project-card__main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #cfd4da;
}

.project-card__body {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 20px;
}

.project-card__body--home {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 20px 24px 22px;
}

.project-card__meta {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-card__meta--home {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(246, 196, 0, 0.78);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.project-card__meta--home span {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.project-card__meta--home span + span::before {
  content: "•";
  margin-right: 10px;
  color: rgba(246, 196, 0, 0.44);
  font-weight: 900;
}

.project-card__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
  padding: 10px 10px 0;
}

.project-card__main-media {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 6px;
  background: #1b2026;
}

.project-card__media-stage {
  width: 100%;
  height: 100%;
}

.project-card__main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.project-card__main-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #0f1318;
  object-fit: cover;
}

.project-card__main-media .portfolio-card__media-count {
  left: 12px;
  top: 12px;
}

.project-card__main-media .portfolio-card__media-open {
  right: 12px;
  top: 12px;
}

.project-card__main-media .portfolio-card__media-step {
  width: 38px;
  height: 52px;
  opacity: 0.54;
}

.project-card__main-media:hover .portfolio-card__media-step,
.project-card__main-media:focus-within .portfolio-card__media-step {
  opacity: 0.82;
}

.project-card__thumb-panel {
  position: relative;
  height: 350px;
}

.project-card__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 350px;
  overflow-y: auto;
  padding-right: 0;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}

.project-card__thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.project-card__thumbs::-webkit-scrollbar-track {
  background: transparent;
}

.project-card__thumbs::-webkit-scrollbar-thumb {
  background: transparent;
}

.project-card__thumb-nav {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(32, 36, 42, 0.74);
  color: var(--white);
  cursor: pointer;
  transform: translateX(-50%);
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.project-card__thumb-nav--up {
  top: 5px;
}

.project-card__thumb-nav--down {
  bottom: 5px;
}

.project-card__thumb-nav:hover {
  border-color: var(--yellow);
  background: rgba(32, 36, 42, 0.9);
  color: var(--yellow);
}

.project-card__thumb-nav:disabled {
  opacity: 0.34;
  cursor: default;
}

.project-card__thumb-nav svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.project-card__thumb {
  flex: 0 0 80px;
  height: 80px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  opacity: 0.56;
  transition: border-color 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
}

.project-card__thumb:hover,
.project-card__thumb:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  opacity: 0.86;
}

.project-card__thumb.is-active {
  border-color: rgba(255, 255, 255, 0.44);
  opacity: 1;
}

.project-card__thumb.is-active {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.project-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card--home strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--white);
  font-size: 28px;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-card__link {
  margin-top: auto;
  color: var(--graphite);
  font-weight: 800;
}

.project-card--home .project-card__link {
  color: var(--yellow);
}

.project-detail {
  grid-column: 1 / -1;
  padding: 22px;
  border-top: 1px solid var(--line);
  background: #fbfcfd;
}

.project-detail__text {
  max-width: 760px;
}

.project-detail__text a {
  color: var(--amber);
  font-weight: 800;
}

.project-detail__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.project-detail__gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.projects-showcase__actions {
  justify-content: center;
  margin-top: 30px;
}

.projects-showcase__cta:hover {
  color: var(--white);
}

.work-stages {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.1), rgba(237, 242, 245, 0.18)),
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
}

.work-stages::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat;
  opacity: 0.92;
  transform: scaleX(-1);
}

.work-stages::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.58) 30%, rgba(255, 255, 255, 0.24) 62%, rgba(255, 255, 255, 0) 100%);
}

.work-stages > * {
  position: relative;
  z-index: 1;
}

.work-stages__head {
  display: grid;
  justify-items: start;
  gap: 0;
  max-width: 760px;
  margin-bottom: 38px;
}

.work-stages__head h2 {
  margin: 0;
}

.work-stages__head .section__eyebrow {
  color: var(--yellow);
}

.work-stages__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.work-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  min-height: 236px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(32, 36, 42, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 38px rgba(32, 36, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.work-stage::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), rgba(246, 196, 0, 0));
  opacity: 0.95;
}

.work-stage:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 196, 0, 0.42);
  box-shadow: 0 24px 48px rgba(32, 36, 42, 0.12);
}

.work-stage--wide {
  grid-column: span 4;
}

.work-stage__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.work-stage__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--icon-tile-border);
  border-radius: 6px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
}

.work-stage__icon .site-icon {
  width: 24px;
  height: 24px;
}

.work-stage__icon .site-icon--paper-plane {
  --site-icon-url: url("paper-plane.svg?v=20260605-passAH");
}

.work-stage__icon .site-icon--file-shield {
  --site-icon-url: url("file-shield.svg?v=20260605-passAH");
}

.work-stage__icon .site-icon--comments {
  --site-icon-url: url("comments.svg?v=20260605-passAH");
}

.work-stage__number {
  color: rgba(32, 36, 42, 0.18);
  font-size: 36px;
  font-weight: 900;
  line-height: 0.9;
}

.work-stage strong,
.work-stage > span {
  display: block;
}

.work-stage strong {
  max-width: 300px;
  font-size: 22px;
  line-height: 1.15;
}

.work-stage > span {
  margin-top: 14px;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.48;
}

.work-stages__actions {
  justify-content: center;
  margin-top: 34px;
}

.trust-section {
  background: linear-gradient(180deg, #edf0f3 0%, #f6f8fa 100%);
}

.trust-section__head {
  display: grid;
  justify-items: start;
  max-width: 760px;
  margin-right: 0;
  margin-bottom: 42px;
  margin-left: 0;
  text-align: left;
}

.trust-section__head .section__eyebrow {
  color: var(--yellow);
}

.trust-section__head .section__eyebrow::before {
  background: var(--yellow);
}

.trust-section__head h2 {
  margin-top: 14px;
  font-size: clamp(34px, 3.5vw, 48px);
}

.trust-section__head p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

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

.partner-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--graphite);
  box-shadow: 0 20px 42px rgba(32, 36, 42, 0.09);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 196, 0, 0.48);
  box-shadow: 0 26px 52px rgba(32, 36, 42, 0.14);
}

.partner-card__logo {
  display: grid;
  place-items: center;
  min-height: 178px;
  padding: 32px;
  background: var(--white);
}

.partner-card--dark .partner-card__logo {
  background: #222830;
}

.partner-card__logo img {
  width: 100%;
  max-height: 112px;
  object-fit: contain;
}

.partner-card__content {
  display: grid;
  gap: 7px;
  padding: 22px 24px;
  border-top: 1px solid rgba(32, 36, 42, 0.1);
}

.partner-card__content strong {
  font-size: 22px;
  line-height: 1.1;
}

.partner-card__content span {
  color: var(--steel);
  font-size: 14px;
  font-weight: 750;
}

.partner-card__content em {
  max-width: 640px;
  margin-top: 8px;
  color: var(--steel);
  font-size: 15px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.partner-source-list {
  display: grid;
  gap: 38px;
}

.partner-source-list__group {
  display: grid;
  gap: 18px;
}

.partner-source-list__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(32, 36, 42, 0.12);
}

.partner-source-list__group-head span {
  color: rgba(32, 36, 42, 0.76);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-source-list__group-head small {
  color: rgba(32, 36, 42, 0.45);
  font-size: 12px;
  font-weight: 800;
}

.partner-source-list__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 0;
  border-top: 1px solid rgba(32, 36, 42, 0.1);
}

.partner-source-card {
  position: relative;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 116px;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid rgba(32, 36, 42, 0.1);
  border-radius: 0;
  background: transparent;
  color: var(--graphite);
  box-shadow: none;
  transition: background 180ms ease, padding 180ms ease;
}

.partner-source-card::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  background: var(--yellow);
  opacity: 0;
  transform: scaleY(0.5);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.partner-source-card--link:hover {
  padding-right: 14px;
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.54);
}

.partner-source-card--link:hover::before {
  opacity: 1;
  transform: scaleY(1);
}

.partner-source-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(32, 36, 42, 0.1);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease;
}

.partner-source-card--link:hover .partner-source-card__logo {
  border-color: rgba(246, 196, 0, 0.65);
  background: #ffffff;
}

.partner-source-card__logo--dark,
.partner-source-card--link:hover .partner-source-card__logo--dark {
  border-color: rgba(32, 36, 42, 0.82);
  background: var(--graphite);
}

.partner-source-card__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 144px;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1) contrast(1.02);
}

.partner-source-card__logo--cover img {
  width: 100%;
  height: 76px;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.partner-source-card__logo--text {
  align-items: center;
}

.partner-source-card__logo--text strong {
  color: var(--graphite);
  font-size: 22px;
  line-height: 1;
}

.partner-source-card__body {
  display: grid;
  justify-items: start;
  min-width: 0;
}

.partner-source-card__name {
  display: block;
  color: var(--graphite);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.22;
}

.partner-source-card em {
  display: block;
  margin-top: 8px;
  color: var(--steel);
  font-size: 12px;
  font-style: normal;
  font-weight: 620;
  line-height: 1.3;
}

.partner-source-card small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 12px;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(246, 196, 0, 0.72);
  color: var(--graphite);
  font-size: 10px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.partner-source-card small svg {
  width: 13px;
  height: 13px;
  fill: var(--yellow);
}

.certificates-block {
  margin-top: 62px;
}

.certificates-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.certificates-block__head h3 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.certificates-block__controls {
  display: flex;
  gap: 10px;
}

.certificate-carousel {
  overflow: hidden;
}

.certificate-carousel__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.certificate-carousel__track::-webkit-scrollbar {
  display: none;
}

.certificate-carousel__arrow {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(32, 36, 42, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--graphite);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.certificate-carousel__arrow:hover {
  border-color: var(--yellow);
  background: var(--yellow-soft);
  color: var(--graphite);
  transform: translateY(-1px);
}

.certificate-carousel__arrow:disabled {
  opacity: 0.36;
  cursor: default;
  transform: none;
}

.certificate-carousel__arrow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.certificate-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 250px;
  overflow: hidden;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--graphite);
  font: inherit;
  text-align: left;
  cursor: zoom-in;
  scroll-snap-align: start;
  box-shadow: 0 18px 34px rgba(32, 36, 42, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.certificate-card:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 196, 0, 0.52);
  box-shadow: 0 26px 48px rgba(32, 36, 42, 0.14);
}

.certificate-card__image {
  display: block;
  padding: 10px;
  background: #f8fafb;
}

.certificate-card__image img {
  width: 100%;
  height: 330px;
  border-radius: 5px;
  background: var(--white);
  object-fit: cover;
  object-position: top center;
}

.certificate-card__caption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 16px 18px 18px;
}

.certificate-card__caption span {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.certificate-card__caption strong {
  font-size: 16px;
  line-height: 1.18;
}

.certificate-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 26px;
}

.certificate-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(11, 13, 16, 0.78);
  backdrop-filter: blur(7px);
  cursor: zoom-out;
}

.certificate-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  width: fit-content;
  max-width: calc(100vw - 52px);
  max-height: calc(100svh - 52px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.certificate-lightbox__dialog img {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 72px);
  max-height: calc(100svh - 102px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  background: var(--white);
  object-fit: contain;
  object-position: center;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.34);
}

.certificate-lightbox__dialog figcaption {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.certificate-lightbox__close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(32, 36, 42, 0.16);
  border-radius: 50%;
  background: var(--white);
  color: var(--graphite);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.certificate-lightbox__close:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  transform: translateY(-1px);
}

.home-contacts__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.home-contacts__content {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: #222830;
}

.home-contacts__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.home-contacts__kicker::before {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.home-contacts h2 {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 1.04;
}

.home-contacts p {
  max-width: 540px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  font-weight: var(--text-body-weight);
  line-height: 1.58;
}

.home-contacts__list {
  display: grid;
  gap: 15px;
  margin: 26px 0 0;
}

.home-contacts__list div {
  display: grid;
  gap: 5px;
}

.home-contacts__list dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.home-contacts__list dd {
  margin: 0;
  color: var(--white);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.26;
}

.home-contacts__copy-value {
  display: inline;
  cursor: pointer;
  transition: color 160ms ease;
}

.home-contacts__copy-value:hover,
.home-contacts__copy-value:focus-visible,
.home-contacts__copy-value.is-copied {
  color: var(--yellow);
  outline: none;
}

.home-contacts__copy-value:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.home-contacts__list a:hover {
  color: var(--yellow);
}

.home-contacts__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.home-contacts__map-link {
  border-color: rgba(255, 255, 255, 0.42);
}

.home-contacts__map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #242a31 0%, #1a2027 100%);
}

.home-contacts__map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 37%, rgba(255, 255, 255, 0.12) 37.2% 37.8%, transparent 38% 100%),
    linear-gradient(28deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 42.2% 42.8%, transparent 43% 100%),
    linear-gradient(151deg, transparent 0 60%, rgba(255, 255, 255, 0.07) 60.2% 60.8%, transparent 61% 100%),
    linear-gradient(84deg, transparent 0 52%, rgba(246, 196, 0, 0.08) 52.1% 52.4%, transparent 52.6% 100%);
  opacity: 0.5;
}

.home-contacts__map-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 1;
  filter: grayscale(0.92) saturate(0.32) contrast(0.96) brightness(0.94);
  transform-origin: center;
}

.yandex-map-consent-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 28px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 50% 20%, rgba(246, 196, 0, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(32, 36, 42, 0.94), rgba(24, 28, 34, 0.98));
}

.yandex-map-consent-placeholder strong {
  color: var(--yellow);
  font-size: 20px;
  line-height: 1.15;
}

.yandex-map-consent-placeholder span {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.yandex-map-consent-placeholder .button {
  justify-self: center;
}

.page-hero {
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: 92px max(24px, calc((100vw - var(--max)) / 2)) 54px;
  background: linear-gradient(135deg, var(--graphite) 0%, #343b44 100%);
  color: var(--white);
}

.page-hero--projects {
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: calc(100vh - var(--header-height, 87px));
  min-height: calc(100svh - var(--header-height, 87px));
  padding-top: 54px;
  padding-bottom: 54px;
  overflow: hidden;
  isolation: isolate;
  background: #15191f;
}

.page-hero--projects::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: url("assets/generated/umsu1-objects-hero-client-scale-2026-06-18.webp") center top / cover no-repeat;
  animation: heroSlowDrift var(--motion-drift) ease-in-out infinite alternate;
  transform: scale(1.025);
  transform-origin: center top;
}

.page-hero--projects::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.97) 0%, rgba(18, 21, 26, 0.9) 38%, rgba(18, 21, 26, 0.48) 72%, rgba(18, 21, 26, 0.18) 100%),
    linear-gradient(0deg, rgba(18, 21, 26, 0.76) 0%, rgba(18, 21, 26, 0) 44%);
}

.page-hero--projects .page-hero__inner {
  position: relative;
  z-index: 1;
}

.objects-hero__content {
  max-width: 960px;
}

.objects-hero__content h1 {
  max-width: 720px;
}

.objects-hero__content p {
  max-width: 790px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.46;
}

.objects-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-hero--contacts {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(92deg, rgba(18, 21, 26, 0.94) 0%, rgba(18, 21, 26, 0.82) 39%, rgba(18, 21, 26, 0.42) 68%, rgba(18, 21, 26, 0.08) 100%),
    url("assets/generated/umsu1-contacts-hero-no-people-tablet-wide-2026-06-19.webp") center center / cover;
}

.page-hero--contacts::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 0;
  display: none;
  z-index: 0;
  pointer-events: none;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 196, 0, 0.78), rgba(255, 255, 255, 0.18), transparent);
}

.contact-hero__inner {
  display: grid;
}

.contact-hero__content {
  max-width: 940px;
}

.contact-hero__content p {
  max-width: 690px;
  margin-top: 14px;
}

.page-hero--news {
  background:
    linear-gradient(92deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.84) 42%, rgba(18, 21, 26, 0.46) 72%, rgba(18, 21, 26, 0.2) 100%),
    url("assets/generated/umsu1-news-articles-hero-analytics-wide-2026-06-19.webp") center center / cover;
}

.page-hero--article {
  min-height: 430px;
  background:
    linear-gradient(92deg, rgba(18, 21, 26, 0.97) 0%, rgba(18, 21, 26, 0.88) 48%, rgba(18, 21, 26, 0.5) 100%),
    url("assets/generated/umsu1-news-articles-hero-analytics-wide-2026-06-19.webp") center center / cover;
}

.page-hero--technical-docs {
  background:
    linear-gradient(92deg, rgba(18, 21, 26, 0.97) 0%, rgba(18, 21, 26, 0.88) 48%, rgba(18, 21, 26, 0.5) 100%),
    url("assets/generated/umsu1-technical-docs-hero-pto-wide-2026-06-19.webp") center center / cover;
}

.page-hero--legal h1 {
  max-width: 1060px;
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 1.05;
}

.page-hero--legal .page-hero__inner {
  display: grid;
  align-content: center;
}

.page-hero--legal .page-hero__back {
  margin-bottom: 28px;
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}

.news-feature {
  position: relative;
  display: grid;
  gap: 28px;
  overflow: hidden;
}

.news-feature--articles {
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.16), rgba(237, 242, 245, 0.2)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
}

.news-feature--articles::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.68) 34%, rgba(255, 255, 255, 0.3) 68%, rgba(255, 255, 255, 0) 100%);
}

.news-feature--articles > * {
  position: relative;
  z-index: 1;
}

.news-feature__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.news-feature__head h2 {
  max-width: 860px;
  margin: 0;
  color: var(--graphite);
  font-size: clamp(32px, 3vw, 38px);
  font-weight: var(--text-section-title);
  line-height: 1.08;
}

.news-feature__head p {
  max-width: 560px;
  margin: 0;
  color: var(--steel);
  font-size: 17px;
  font-weight: var(--text-body-weight);
  line-height: 1.62;
}

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

.news-card,
.news-category,
.article-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.news-feature__article-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  gap: 24px;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(32, 36, 42, 0.98), rgba(48, 55, 65, 0.96)),
    var(--graphite);
  box-shadow: 0 24px 58px rgba(32, 36, 42, 0.18);
  transform-origin: center;
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.news-feature__article-card::before {
  content: "";
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.68);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.news-feature__article-card:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 196, 0, 0.44);
  box-shadow: 0 30px 68px rgba(32, 36, 42, 0.24);
}

.news-feature__article-card:hover::before {
  transform: scaleX(1);
}

.news-feature__article-card > div {
  align-self: start;
  display: grid;
  gap: 16px;
}

.news-feature__article-card h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: var(--text-card-title);
  line-height: 1.14;
}

.news-feature__article-card h3 a {
  color: inherit;
  text-decoration: none;
}

.news-feature__article-card h3 a:hover {
  color: var(--yellow);
}

.news-feature__article-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: var(--text-body-weight);
  line-height: 1.56;
}

.news-feature__article-card .news-source {
  color: rgba(255, 255, 255, 0.56);
}

.news-feature__article-card .news-feature__link {
  align-self: end;
  justify-self: start;
  color: var(--white);
}

.news-feature__actions {
  display: flex;
  justify-content: center;
}

.news-feature__meta,
.news-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.news-chip,
.news-source {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.news-chip {
  color: var(--yellow);
}

.news-source {
  color: var(--steel);
}

.article-body h2 {
  margin: 0;
}

.article-body ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-body li {
  position: relative;
  padding-left: 22px;
  color: var(--steel);
  line-height: 1.48;
}

.article-body li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 9px;
  height: 2px;
  background: var(--yellow);
}

.news-feed__head,
.news-articles__head,
.news-categories__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.news-feed--dark {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.97) 0%, rgba(32, 36, 42, 0.92) 58%, rgba(32, 36, 42, 0.8) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.news-feed--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.news-feed--dark > * {
  position: relative;
  z-index: 1;
}

.news-feed--dark h2,
.news-feed--dark .news-archive__head h3,
.news-feed--dark .about-section-kicker {
  color: var(--white);
}

.news-feed--dark .about-section-kicker {
  color: var(--yellow);
}

.news-feed--dark .news-feed__head p,
.news-feed--dark .news-archive__head p {
  color: rgba(255, 255, 255, 0.68);
}

.news-feed__head p,
.news-articles__head p,
.news-categories__head p {
  max-width: 560px;
  margin: 0;
  color: var(--steel);
}

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

.news-feed-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0 0 22px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.news-feed-filter-panel {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.news-feed-filter-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.news-feed-filter-row::-webkit-scrollbar {
  display: none;
}

.news-feed-filter-row > span {
  flex: 0 0 auto;
  min-width: 78px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.news-feed-filters::-webkit-scrollbar {
  display: none;
}

.news-feed-filter {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.news-feed-filter:hover,
.news-feed-filter[aria-pressed="true"] {
  border-color: rgba(246, 196, 0, 0.72);
  background: rgba(246, 196, 0, 0.14);
  color: var(--white);
}

.news-feed-filter-status {
  margin: -6px 0 18px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 700;
}

.news-feed-empty {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.news-articles .news-feed-filter-row > span {
  color: rgba(32, 36, 42, 0.58);
}

.news-feed-filter-panel--articles .news-feed-filter-row {
  flex-wrap: wrap;
  align-items: flex-start;
  overflow-x: visible;
  padding-bottom: 0;
}

.news-feed-filter-panel--articles .news-feed-filter-row > span {
  flex: 0 0 112px;
  padding-top: 8px;
}

.news-feed-filter-panel--articles .news-feed-filter {
  flex: 0 0 auto;
}

.news-articles .news-feed-filter {
  border-color: rgba(32, 36, 42, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(32, 36, 42, 0.72);
}

.news-articles .news-feed-filter:hover,
.news-articles .news-feed-filter[aria-pressed="true"] {
  border-color: rgba(246, 196, 0, 0.72);
  background: rgba(246, 196, 0, 0.14);
  color: var(--graphite);
}

.news-articles .news-feed-filter-status {
  color: var(--steel);
}

.news-article-catalog {
  display: grid;
  gap: 18px;
}

.article-catalog-empty {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(32, 36, 42, 0.035);
  color: var(--steel);
  font-weight: 720;
}

.content-section-tabs {
  position: sticky;
  top: 0;
  z-index: 42;
  border-bottom: 1px solid rgba(32, 36, 42, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(32, 36, 42, 0.08);
  backdrop-filter: blur(12px);
}

.content-section-tabs__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 8px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.content-section-tabs__inner::-webkit-scrollbar {
  display: none;
}

.content-section-tabs__link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--graphite);
  text-align: center;
  text-decoration: none;
  transition:
    color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease),
    transform var(--motion-hover) var(--motion-ease);
}

.content-section-tabs__link:hover {
  border-color: rgba(246, 196, 0, 0.62);
  box-shadow: 0 8px 18px rgba(32, 36, 42, 0.09);
  transform: translateY(-1px);
}

.content-section-tabs__link.is-active {
  border-color: rgba(246, 196, 0, 0.86);
  background: var(--graphite);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(32, 36, 42, 0.16);
}

.content-section-tabs__link span {
  font-size: 14px;
  font-weight: var(--text-label);
  line-height: 1.1;
  white-space: nowrap;
}

[data-news-feed-card].is-hidden {
  display: none;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 260px;
  padding: 24px;
}

.news-month-divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 840;
  text-transform: uppercase;
}

.news-month-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.news-card h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 24px;
  line-height: 1.04;
}

.news-card p {
  margin: 0;
  color: var(--steel);
  line-height: 1.48;
}

.news-feed--dark .news-card h3,
.news-feed--dark .news-card p {
  color: var(--graphite);
}

.news-feed--dark .news-card p {
  color: var(--steel);
}

.news-card__link,
.news-feature__link,
.article-source-link {
  display: inline-flex;
  width: fit-content;
  align-self: start;
  color: var(--graphite);
  font-weight: 840;
  text-decoration: underline;
  text-decoration-color: rgba(246, 196, 0, 0.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transform-origin: left center;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease,
    transform 180ms ease;
}

.news-card__link:hover,
.news-feature__link:hover,
.article-source-link:hover {
  color: var(--graphite);
  text-decoration-color: rgba(246, 196, 0, 1);
  transform: translateX(2px) scale(1.035);
}

.news-feature__article-card:hover .news-feature__link,
.news-feature__article-card .news-feature__link:hover {
  color: var(--yellow);
  text-decoration-color: rgba(246, 196, 0, 1);
}

.news-card__link--disabled {
  color: var(--muted);
  cursor: default;
  text-decoration: none;
  pointer-events: none;
  transform: none;
}

.news-card__link:focus-visible,
.news-feature__link:focus-visible,
.article-source-link:focus-visible {
  outline: 2px solid rgba(246, 196, 0, 0.8);
  outline-offset: 5px;
}

.news-card .news-card__link {
  margin-top: auto;
}

.news-article-catalog-link p {
  margin: 8px 0 0;
  color: var(--steel);
}

.news-category-grid {
  display: grid;
  gap: 14px;
}

.news-category {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(260px, 0.34fr) minmax(220px, 0.32fr);
  grid-template-areas:
    "title topics sources"
    "summary topics sources"
    "note topics sources"
    ". . link";
  grid-template-rows: auto auto 1fr auto;
  gap: 12px 28px;
  align-items: stretch;
  min-height: 0;
  padding: 24px 26px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(32, 36, 42, 0.98), rgba(48, 55, 65, 0.95)),
    var(--graphite);
  box-shadow: 0 18px 46px rgba(32, 36, 42, 0.12);
  transform-origin: center;
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.news-category::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 26px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.68);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.news-category:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 196, 0, 0.42);
  box-shadow: 0 24px 58px rgba(32, 36, 42, 0.18);
}

.news-category:hover::before {
  transform: scaleX(1);
}

.news-category strong {
  grid-area: title;
  margin-top: 18px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.12;
}

.news-category strong a {
  color: inherit;
  text-decoration: none;
}

.news-category strong a:hover {
  color: var(--yellow);
}

.news-category__summary {
  grid-area: summary;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.42;
}

.news-category__sources {
  grid-area: sources;
  align-self: center;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.42;
}

.news-category__sources b {
  color: var(--white);
  font-weight: 700;
}

.news-category__topics {
  grid-area: topics;
  display: grid;
  align-self: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-category__topics li {
  position: relative;
  padding-left: 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.38;
}

.news-category__topics li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 2px;
  background: var(--yellow);
}

.news-category small {
  grid-area: note;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.42;
}

.news-category__link {
  grid-area: link;
  align-self: end;
  justify-self: end;
  margin-top: 0;
  color: var(--white);
}

.news-category__link:hover {
  color: var(--yellow);
  text-decoration-color: rgba(246, 196, 0, 1);
}

.news-documentation-access {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.97), rgba(48, 55, 65, 0.92)),
    var(--graphite);
  color: var(--white);
  text-align: center;
}

.news-documentation-access::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.04), transparent 45%);
  opacity: 0.6;
}

.news-documentation-access > * {
  position: relative;
  z-index: 1;
}

.news-documentation-access__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.news-documentation-access__copy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0;
  max-width: 1360px;
  margin: 0 auto;
}

.news-documentation-access .about-section-kicker {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.news-documentation-access .about-section-kicker::before {
  display: none;
}

.news-documentation-access h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(44px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.05;
}

.news-documentation-access p {
  max-width: 960px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.52;
}

.news-documentation-access h2 + p {
  margin-top: 16px;
}

.news-documentation-access p + p {
  margin-top: 12px;
}

.news-documentation-access__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.news-articles,
.news-categories--directional {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.16), rgba(237, 242, 245, 0.2)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
}

.news-articles::before,
.news-categories--directional::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.32) 68%, rgba(255, 255, 255, 0) 100%);
}

.news-articles > *,
.news-categories--directional > * {
  position: relative;
  z-index: 1;
}

.news-article-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.news-article-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(32, 36, 42, 0.98), rgba(48, 55, 65, 0.96)),
    var(--graphite);
  box-shadow: 0 18px 46px rgba(32, 36, 42, 0.12);
}

.news-article-row h3 {
  margin: 10px 0 0;
  color: var(--white);
  font-size: 28px;
  font-weight: 620;
  line-height: 1.06;
}

.news-article-row h3 a {
  color: inherit;
  text-decoration: none;
}

.news-article-row h3 a:hover {
  color: var(--yellow);
}

.news-article-row .news-source {
  color: rgba(255, 255, 255, 0.56);
}

.news-article-row .button--secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font-weight: 760;
}

.news-article-row .button--secondary:hover {
  border-color: rgba(246, 196, 0, 0.72);
  background: rgba(246, 196, 0, 0.12);
  color: var(--yellow);
}

.news-articles--catalog .news-article-row {
  align-items: start;
}

.news-articles--catalog .news-article-row p {
  max-width: 780px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.52;
}

.news-article-catalog-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.content-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
}

.content-pagination__link,
.content-pagination__current {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

button.content-pagination__link,
button.content-pagination__current {
  appearance: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

button.content-pagination__current {
  cursor: default;
}

.news-articles .content-pagination__link,
.news-articles .content-pagination__current {
  border-color: rgba(32, 36, 42, 0.14);
  color: var(--graphite);
}

.content-pagination__current,
button.content-pagination__current,
.news-articles .content-pagination__current,
.news-articles button.content-pagination__current {
  border-color: rgba(246, 196, 0, 0.86);
  background: rgba(246, 196, 0, 0.1);
  color: var(--yellow);
}

.news-articles .content-pagination__current,
.news-articles button.content-pagination__current {
  color: #8a6900;
}

.content-pagination__link:hover {
  border-color: rgba(246, 196, 0, 0.72);
  background: rgba(246, 196, 0, 0.12);
  color: var(--yellow);
}

.content-pagination__current {
  border-color: rgba(246, 196, 0, 0.84);
  background: rgba(246, 196, 0, 0.1);
  color: var(--yellow);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.article-body {
  display: grid;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.page-breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.page-breadcrumbs a:hover {
  color: var(--yellow);
}

.page-breadcrumbs span:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.42);
}

.page-hero--article .page-hero__kicker {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.news-feed .about-section-kicker,
.news-articles .about-section-kicker,
.news-categories .about-section-kicker {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.page-hero__back,
.article-back-link {
  display: flex;
  width: fit-content;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.page-hero__back {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.page-hero__back:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.article-body p {
  margin: 0;
  color: var(--steel);
  font-size: 18px;
  line-height: 1.62;
}

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

.article-fact-grid div {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--light);
}

.article-fact-grid strong {
  color: var(--graphite);
  font-size: 34px;
  line-height: 1;
}

.article-fact-grid span {
  color: var(--steel);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.28;
}

.article-body h2 {
  margin-top: 18px;
  font-size: 34px;
  line-height: 1;
}

.article-deepening {
  display: grid;
  gap: 20px;
  margin-top: 4px;
}

.article-use-case-grid,
.article-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.article-use-case-card,
.article-related-card,
.article-faq-item {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.article-related-card {
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.article-use-case-card {
  background: linear-gradient(180deg, var(--white), rgba(244, 246, 248, 0.68));
}

.article-use-case-card h3,
.article-related-card h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 21px;
  line-height: 1.08;
}

.article-use-case-card p,
.article-related-card p,
.article-faq-item p {
  margin: 0;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.5;
}

.article-question-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-question-list li {
  position: relative;
  padding-left: 24px;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.52;
}

.article-question-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--yellow);
}

.article-faq-list {
  display: grid;
  gap: 10px;
}

.article-faq-item summary {
  cursor: pointer;
  color: var(--graphite);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.18;
}

.article-faq-item[open] {
  background: var(--light);
}

.article-related-card span {
  color: var(--steel);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.article-related-card h3 a {
  color: inherit;
  text-decoration: none;
}

.article-related-card h3 a:hover {
  color: var(--yellow);
}

.article-related-card .news-card__link {
  margin-top: 8px;
}

.article-source-box,
.article-return {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--light);
}

.article-source-box span {
  color: var(--steel);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-return {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-top: 10px;
  background: var(--white);
}

.article-return strong {
  color: var(--graphite);
  font-size: 22px;
  line-height: 1.1;
}

.article-return p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.48;
}

.article-return__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.article-note {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.article-note strong {
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.18;
}

.article-note p {
  margin: 0;
  color: var(--steel);
  line-height: 1.48;
}

.article-note .button {
  justify-content: center;
  width: 100%;
  margin-top: 4px;
}

.rubric-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 36px;
  align-items: start;
}

.rubric-layout--wide {
  grid-template-columns: minmax(0, 1fr);
}

.rubric-layout--wide .rubric-body {
  max-width: none;
}

.rubric-topic-grid,
.rubric-scenario-grid,
.rubric-article-grid,
.rubric-source-grid,
.rubric-signal-list,
.rubric-related-grid,
.rubric-faq-list {
  display: grid;
  gap: 14px;
}

.rubric-related .news-categories__head h2 {
  font-size: 34px;
  line-height: 1;
}

.rubric-topic-card,
.rubric-scenario-card,
.rubric-article-card,
.rubric-source-card,
.rubric-signal-card,
.rubric-related-card,
.rubric-faq-item {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

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

.rubric-library-tools,
.rubric-subscribe {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 246, 248, 0.78)),
    var(--white);
}

.rubric-library-tools__head,
.rubric-subscribe {
  grid-template-columns: minmax(0, 1fr);
}

.rubric-library-tools__head {
  display: grid;
  gap: 10px;
}

.rubric-library-tools h2,
.rubric-subscribe h2 {
  margin: 0;
  color: var(--graphite);
  font-size: 30px;
  line-height: 1;
}

.rubric-library-tools p,
.rubric-subscribe p {
  margin: 0;
  color: var(--steel);
  font-size: 16px;
  line-height: 1.5;
}

.rubric-library-tools__count {
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: 999px;
  background: var(--white);
  font-weight: 850;
}

.rubric-library-active {
  padding: 12px 14px;
  border-left: 3px solid var(--yellow);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(246, 196, 0, 0.08);
  font-weight: 760;
}

.rubric-layout--wide .rubric-library-tools {
  scroll-margin-top: 110px;
}

.rubric-layout--wide .rubric-library-tools__head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.rubric-library-search,
.rubric-subscribe-form label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 850;
}

.rubric-library-search input,
.rubric-subscribe-form input[type="email"] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(32, 36, 42, 0.18);
  border-radius: 8px;
  background: var(--white);
  color: var(--graphite);
  font: inherit;
}

.rubric-library-search input:focus,
.rubric-subscribe-form input[type="email"]:focus {
  border-color: var(--yellow);
  outline: 2px solid rgba(246, 196, 0, 0.22);
  outline-offset: 2px;
}

.rubric-library-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rubric-library-filter {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(32, 36, 42, 0.14);
  border-radius: 999px;
  background: var(--white);
  color: var(--graphite);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.rubric-library-filter[aria-pressed="true"],
.rubric-library-filter:hover {
  border-color: rgba(246, 196, 0, 0.7);
  background: rgba(246, 196, 0, 0.16);
}

.rubric-library-empty {
  padding: 14px;
  border: 1px dashed rgba(32, 36, 42, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.rubric-document-card.is-hidden {
  display: none;
}

.rubric-document-group[hidden] {
  display: none;
}

.rubric-technical-docs {
  display: grid;
  gap: 18px;
  scroll-margin-top: 110px;
}

.rubric-technical-docs > h2,
.rubric-technical-docs > p {
  margin-bottom: 0;
}

.rubric-technical-docs__status {
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(246, 196, 0, 0.34);
  border-radius: 999px;
  background: rgba(246, 196, 0, 0.1);
  color: var(--graphite);
  font-size: 15px;
  font-weight: 760;
}

.rubric-technical-docs--filtered .rubric-technical-docs__status {
  border-color: rgba(246, 196, 0, 0.62);
  background: rgba(246, 196, 0, 0.16);
}

.rubric-topic-card,
.rubric-scenario-card {
  background: linear-gradient(180deg, var(--white), rgba(244, 246, 248, 0.7));
}

.rubric-topic-card h3,
.rubric-scenario-card h3,
.rubric-article-card h3,
.rubric-source-card strong,
.rubric-signal-card h3,
.rubric-related-card strong {
  margin: 0;
  color: var(--graphite);
  font-size: 21px;
  line-height: 1.08;
}

.rubric-topic-card p,
.rubric-scenario-card p,
.rubric-article-card p,
.rubric-source-card p,
.rubric-signal-card p,
.rubric-related-card p {
  margin: 0;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.5;
}

.rubric-checklist,
.rubric-next-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rubric-checklist li,
.rubric-next-list li {
  position: relative;
  padding-left: 24px;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.52;
}

.rubric-checklist li::before,
.rubric-next-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--yellow);
}

.rubric-article-grid,
.rubric-source-grid,
.rubric-signal-list,
.rubric-scenario-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rubric-article-card h3 a,
.rubric-related-card strong a {
  color: inherit;
  text-decoration: none;
}

.rubric-article-card h3 a:hover,
.rubric-related-card strong a:hover {
  color: var(--yellow);
}

.rubric-source-card,
.rubric-signal-card {
  background: linear-gradient(180deg, var(--white), rgba(244, 246, 248, 0.62));
}

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

.rubric-subscribe {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 34px 38px;
  background:
    linear-gradient(135deg, rgba(32, 36, 42, 0.04), rgba(246, 196, 0, 0.1)),
    var(--white);
}

.rubric-subscribe__intro {
  display: grid;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.rubric-subscribe-form {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.rubric-subscribe__email-row {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(230px, 320px);
  gap: 14px;
  align-items: end;
}

.rubric-subscribe__email-row .button {
  width: 100%;
  min-height: 48px;
}

.rubric-subscribe-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rubric-subscribe-topics legend {
  width: 100%;
  margin-bottom: 4px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 850;
}

.rubric-subscribe-topics label {
  display: inline-grid;
  grid-template-columns: 17px minmax(0, auto);
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 760;
}

.rubric-subscribe-topics input {
  width: 17px;
  height: 17px;
  accent-color: var(--yellow);
}

.rubric-subscribe .form-consent {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rubric-subscribe .form-consent__option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--steel);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.42;
}

.rubric-subscribe .form-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 3px;
  accent-color: var(--yellow);
}

.rubric-subscribe .form-consent__error,
.rubric-subscribe .form-consent legend {
  grid-column: 1 / -1;
}

.rubric-subscribe .form-note {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.rubric-note {
  position: sticky;
  top: 96px;
}

.rubric-note__actions {
  display: grid;
  gap: 8px;
}

.rubric-faq-item summary {
  cursor: pointer;
  color: var(--graphite);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.18;
}

.rubric-faq-item p {
  margin: 0;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.5;
}

.rubric-faq-item[open] {
  background: var(--light);
}

.legal-layout {
  grid-template-columns: minmax(0, 0.76fr) minmax(260px, 0.24fr);
}

.legal-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.legal-layout--single .legal-document {
  width: min(100%, 1040px);
}

.legal-document a {
  color: var(--graphite);
  font-weight: 860;
  text-decoration: underline;
  text-decoration-color: rgba(246, 196, 0, 0.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.legal-status {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(246, 196, 0, 0.42);
  border-radius: var(--radius);
  background: rgba(246, 196, 0, 0.1);
}

.legal-status--soft {
  border-color: rgba(32, 36, 42, 0.12);
  background: var(--light);
}

.legal-status strong {
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.18;
}

.legal-status span {
  color: var(--steel);
  font-weight: 680;
  line-height: 1.46;
}

.legal-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.legal-table div {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  padding: 14px 16px;
  border-top: 1px solid var(--line);
}

.legal-table div:first-child {
  border-top: 0;
}

.legal-table strong {
  color: var(--graphite);
  font-size: 14px;
  line-height: 1.35;
}

.legal-table span {
  color: var(--steel);
  font-weight: 650;
  line-height: 1.42;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-row button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.filter-row .is-active {
  background: var(--graphite);
  color: var(--white);
  border-color: var(--graphite);
}

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

.reliability-grid article {
  padding: 26px;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.proof-list li {
  padding: 20px;
  border-left: 4px solid var(--yellow);
  background: var(--light);
  font-weight: 700;
}

.contact-overview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.1), rgba(237, 242, 245, 0.18)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
}

.contact-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.54) 30%, rgba(255, 255, 255, 0.18) 62%, rgba(255, 255, 255, 0) 100%);
}

.contact-overview > * {
  position: relative;
  z-index: 1;
}

#contact-request,
#contacts-map {
  scroll-margin-top: 96px;
}

.contact-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #242930 0%, #2d343d 100%);
  box-shadow: 0 28px 80px rgba(32, 36, 42, 0.24);
}

.contact-board__info,
.contact-board__form,
.contact-board__map {
  min-width: 0;
  padding: 30px;
}

.contact-board__info {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-board__form {
  border-left: 0;
}

.contact-board__map {
  grid-column: 1 / -1;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-details {
  display: grid;
  gap: 12px;
  margin: 0;
  border: 0;
  background: transparent;
}

.contact-details__item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 0;
  margin: 0 -8px;
  border-radius: 8px;
  padding: 0 8px 12px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  transition: border-color 160ms ease;
}

.contact-details__item:last-child {
  border-bottom: 0;
}

.contact-details__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(246, 196, 0, 0.24);
  border-radius: 6px;
  background: rgba(246, 196, 0, 0.075);
  color: var(--yellow);
  transition: border-color 160ms ease, background 160ms ease;
}

.contact-details__icon .site-icon {
  width: 15px;
  height: 15px;
}

.contact-details__body {
  display: grid;
  gap: 5px;
}

.contact-details dt,
.contact-requisites dt,
.contacts-map-strip span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
}

.contact-details dd,
.contact-requisites dd {
  margin: 0;
  color: var(--white);
  font-weight: 650;
  line-height: 1.3;
}

.contact-details dd {
  font-size: 18px;
}

@media (min-width: 981px) {
  .contact-copy-row[data-copy-label="Фактический адрес"] dd {
    font-size: 16.5px;
    white-space: nowrap;
  }
}

.contact-copy-row:hover,
.contact-copy-row:focus-visible,
.contact-copy-row.is-copied {
  border-color: rgba(255, 255, 255, 0.09);
  background: transparent;
}

.contact-copy-row:focus-visible {
  outline: 2px solid var(--yellow-focus);
  outline-offset: 2px;
}

.contact-copy-row:hover .contact-details__icon,
.contact-copy-row:focus-visible .contact-details__icon,
.contact-copy-row.is-copied .contact-details__icon {
  border-color: rgba(246, 196, 0, 0.24);
  background: rgba(246, 196, 0, 0.075);
}

.contact-copy-row:hover dd,
.contact-copy-row:focus-visible dd,
.contact-copy-row.is-copied dd {
  color: var(--yellow);
}

.contact-requisites {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
  margin: 4px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.contact-requisites__item--wide {
  grid-column: 1 / -1;
}

.contact-requisites__item {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.contact-requisites__item--document {
  align-content: start;
  justify-items: center;
  padding-top: 16px;
}

.contact-requisites__item--document dd {
  width: min(100%, 280px);
}

.contact-requisites dd,
.contact-requisites .contact-copy-value__text {
  font-size: 16px;
}

@media (min-width: 981px) {
  .contact-requisites [data-copy-label="Полное название"] .contact-copy-value__text {
    font-size: 15.8px;
    white-space: nowrap;
  }
}

.contact-company-card-link {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.15;
  text-align: center;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.contact-company-card-link:hover,
.contact-company-card-link:focus-visible {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.1);
  color: var(--yellow);
}

.contact-company-card-link:focus-visible {
  outline: 2px solid var(--yellow-focus);
  outline-offset: 2px;
}

.contact-copy-value {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  color: var(--white);
  cursor: pointer;
  transition: color 160ms ease;
}

.contact-copy-value:hover,
.contact-copy-value:focus-visible,
.contact-copy-value.is-copied {
  background: transparent;
  color: var(--yellow);
}

.contact-copy-value:hover .contact-copy-value__text,
.contact-copy-value:focus-visible .contact-copy-value__text,
.contact-copy-value.is-copied .contact-copy-value__text {
  color: var(--yellow);
}

.contact-copy-value:focus-visible {
  outline: 2px solid var(--yellow-focus);
  outline-offset: 2px;
}

.contact-copy-value__text {
  line-height: 1.3;
}

.contact-copy-value__hint {
  display: none;
}

.contact-copy-tooltip {
  position: fixed;
  z-index: 10000;
  max-width: 180px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  background: rgba(18, 21, 26, 0.92);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  font-size: 12px;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.contact-copy-tooltip.is-visible {
  opacity: 1;
}

.contact-details__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-details__map-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: var(--white);
  font-weight: 800;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.contact-details__map-link:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.1);
  color: var(--yellow);
  transform: translateY(-1px);
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.contact-form__head {
  display: grid;
  justify-items: start;
  gap: 0;
  margin-bottom: 2px;
}

.contact-form__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-form__eyebrow::before {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.contact-form h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 690;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--white);
  color: var(--graphite);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(89, 97, 108, 0.48);
  font-weight: 500;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--yellow-focus);
  outline-offset: 1px;
  border-color: rgba(246, 196, 0, 0.72);
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.form-note.is-success {
  color: #f8d766;
  font-weight: 760;
}

.form-note.is-error {
  color: #ff9a8f;
  font-weight: 760;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.contact-form .button:disabled {
  cursor: default;
  opacity: 0.82;
}

.contact-form .form-consent {
  gap: 8px;
  padding: 12px 13px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.contact-form .form-consent__option {
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 9px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 540;
  line-height: 1.42;
}

.contact-form .form-consent__option:focus-within {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-consent input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.contact-form .form-consent__text a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-form .form-consent__error {
  color: #ffd7d1;
}

.contact-inline-map {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  background: #f4f6f7;
}

.contact-inline-map.is-map-consent-pending {
  min-height: 380px;
}

.contact-inline-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 218px;
  height: 22px;
  background: #fff;
  pointer-events: auto;
}

.contacts-map-canvas {
  position: relative;
  height: 190px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(32, 36, 42, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #eef2f4 0%, #f8fafb 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.contacts-map-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 40%, rgba(246, 196, 0, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), transparent 48%);
}

.contacts-map-canvas__district {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  color: rgba(89, 97, 108, 0.78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.contacts-map-road {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(32, 36, 42, 0.1);
  box-shadow: 0 10px 26px rgba(32, 36, 42, 0.08);
}

.contacts-map-road--main {
  top: 52%;
  left: -6%;
  width: 112%;
  height: 24px;
  transform: rotate(-3deg);
}

.contacts-map-road--industrial {
  top: 11%;
  left: 58%;
  width: 26px;
  height: 122%;
  background: rgba(246, 196, 0, 0.32);
  transform: rotate(8deg);
}

.contacts-map-road--east {
  top: 30%;
  left: 20%;
  width: 68%;
  height: 18px;
  transform: rotate(1deg);
}

.contacts-map-road--service {
  top: 69%;
  left: 16%;
  width: 56%;
  height: 16px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(9deg);
}

.contacts-map-pin {
  position: absolute;
  top: 52%;
  left: 58%;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(290px, calc(100% - 32px));
  padding: 14px;
  border: 1px solid rgba(246, 196, 0, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(32, 36, 42, 0.16);
  transform: translate(-34%, -24%);
}

.contacts-map-pin .site-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--yellow);
}

.contacts-map-pin strong,
.contacts-map-pin span {
  display: block;
}

.contacts-map-pin strong {
  color: var(--graphite);
  font-size: 17px;
  line-height: 1;
}

.contacts-map-pin span {
  margin-top: 8px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.3;
}

.contacts-yandex-map__frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
  background: #f4f6f7;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.contact-inline-map .yandex-map-consent-placeholder {
  color: var(--graphite);
  background:
    radial-gradient(circle at 70% 32%, rgba(246, 196, 0, 0.2), transparent 28%),
    linear-gradient(135deg, #eef2f4 0%, #f8fafb 100%);
}

.contact-inline-map .yandex-map-consent-placeholder strong {
  color: var(--graphite);
}

.contact-inline-map .yandex-map-consent-placeholder span {
  color: var(--steel);
}

.contacts-map-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(24, 28, 33, 0.62);
}

.contacts-map-strip strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.25;
}

.contacts-map-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(246, 196, 0, 0.4);
  border-radius: 6px;
  padding: 0 13px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 820;
  white-space: nowrap;
}

.contacts-map-open:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.12);
}

.request-modal {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: grid;
  place-items: center;
  padding: 24px;
}

.request-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(11, 13, 16, 0.72);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.request-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100svh - 48px);
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #f8fafb;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.request-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--graphite);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.request-modal__close:hover {
  border-color: var(--yellow);
  color: var(--graphite);
  transform: translateY(-1px);
}

.request-modal__head {
  padding-right: 46px;
}

.request-modal__head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
}

.request-modal__head p {
  margin: 12px 0 0;
  color: var(--steel);
}

.request-form {
  display: grid;
  gap: 15px;
  margin-top: 24px;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-weight: 800;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--white);
  color: var(--graphite);
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: rgba(89, 97, 108, 0.48);
  font-weight: 500;
}

.request-phone-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  padding: 0 14px;
}

.request-phone-field span {
  color: var(--graphite);
  font-weight: 800;
}

.request-phone-field input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.request-form input:focus,
.request-form textarea:focus {
  outline: 2px solid var(--yellow-focus);
  border-color: var(--yellow);
}

.request-phone-field:focus-within {
  outline: 2px solid var(--yellow-focus);
  border-color: var(--yellow);
}

.request-phone-field input:focus {
  outline: 0;
}

.request-form p {
  margin: 0;
  color: var(--steel);
  font-size: 13px;
}

.form-consent {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(32, 36, 42, 0.14);
  border-radius: 8px;
  background: rgba(32, 36, 42, 0.035);
}

.contact-form .form-consent__option,
.request-form .form-consent__option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--steel);
  font-size: 13px;
  font-weight: 680;
  line-height: 1.42;
}

.contact-form .form-consent input,
.request-form .form-consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  padding: 0;
  border-radius: 3px;
  accent-color: var(--yellow);
}

.form-consent__option:focus-within {
  color: var(--graphite);
}

.form-consent__text a {
  display: inline;
  color: var(--graphite);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(246, 196, 0, 0.75);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.form-consent__error {
  margin: 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.36;
}

.contact-form .form-consent {
  gap: 8px;
  padding: 12px 13px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.contact-form .form-consent__option {
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 9px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 540;
  line-height: 1.42;
}

.contact-form .form-consent__option:focus-within {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form .form-consent input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.contact-form .form-consent__text a {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact-form .form-consent__error {
  color: #ffd7d1;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: block;
  padding: 42px max(24px, calc((100vw - var(--max)) / 2)) 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #101216;
  color: rgba(255, 255, 255, 0.68);
}

body[data-page="home"] .site-footer {
  z-index: 4;
  margin-top: -28px;
  box-shadow: 0 -28px 62px rgba(0, 0, 0, 0.26);
}

body[data-page="services"] .site-footer {
  z-index: 4;
  margin-top: -28px;
  box-shadow: 0 -28px 62px rgba(0, 0, 0, 0.26);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(160px, 0.72fr) minmax(360px, 1fr) minmax(230px, 0.82fr);
  gap: 34px;
  align-items: start;
}

.site-footer__brand {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: fit-content;
  text-align: center;
}

.site-footer__brand img {
  width: 112px;
}

.site-footer strong,
.site-footer span,
.site-footer a {
  display: block;
}

.site-footer strong,
.site-footer a {
  color: var(--white);
  font-weight: var(--text-body-strong);
}

.site-footer__brand strong {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.site-footer__brand span {
  max-width: 230px;
  font-size: 15px;
  font-weight: var(--text-body-weight);
  line-height: 1.32;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.site-footer__nav,
.site-footer__contacts {
  display: grid;
  gap: 8px;
}

.site-footer__label {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11.5px;
  font-weight: var(--text-label);
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer__nav a,
.site-footer__contacts a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: var(--text-body-strong);
  line-height: 1.35;
  transition: color 160ms ease;
}

.site-footer__nav a:hover,
.site-footer__contacts a:hover {
  color: var(--yellow);
}

.site-footer__contacts span {
  max-width: 300px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: var(--text-body-weight);
  line-height: 1.42;
}

.site-footer__action {
  display: block;
  justify-self: end;
  text-align: right;
}

.site-footer__action .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 44px;
  white-space: nowrap;
  text-align: center;
}

.site-footer__socials {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 10px;
}

.site-footer .site-footer__socials .header-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.site-footer__action .site-footer__contacts {
  margin-top: 14px;
}

.site-footer__bottom {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.44);
  font-size: 13px;
  line-height: 1.4;
}

.site-footer__bottom span {
  font-weight: var(--text-body-weight);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.site-footer__legal a {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: var(--text-body-weight);
  line-height: 1.35;
}

.site-footer__legal a:hover {
  color: var(--yellow);
}

.cookie-consent {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 9000;
  pointer-events: auto;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  width: min(304px, calc(100vw - 36px));
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(31, 36, 42, 0.84);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px) saturate(122%);
  color: rgba(255, 255, 255, 0.78);
}

.cookie-consent__body {
  display: grid;
  gap: 5px;
}

.cookie-consent__body strong {
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.cookie-consent__body p {
  max-width: none;
  margin: 0;
  font-size: 11.5px;
  line-height: 1.3;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cookie-consent__actions .button {
  flex: 1 1 0;
  min-height: 30px;
  padding-inline: 8px;
  font-size: 10.5px;
  white-space: nowrap;
}

.cookie-consent__actions [data-cookie-reject] {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.cookie-consent__actions [data-cookie-reject]:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.cookie-consent__details {
  width: fit-content;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.24);
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.cookie-consent__details:hover,
.cookie-consent__details:focus-visible {
  color: var(--yellow);
  text-decoration-color: rgba(246, 196, 0, 0.68);
  outline: none;
}

.page-hero__inner {
  width: min(100%, var(--max));
}

.page-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.page-hero__kicker::before {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
}

.page-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 190px));
  gap: 1px;
  width: fit-content;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.page-hero__metrics div {
  min-height: 86px;
  padding: 16px 18px;
  background: rgba(24, 28, 33, 0.64);
}

.page-hero__metrics strong,
.page-hero__metrics span {
  display: block;
}

.page-hero__metrics strong {
  color: var(--white);
  font-size: 30px;
  line-height: 1;
}

.page-hero__metrics span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.page-hero--services {
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: calc(100vh - var(--header-height, 87px));
  min-height: calc(100svh - var(--header-height, 87px));
  padding-top: 54px;
  padding-bottom: 54px;
  overflow: hidden;
  isolation: isolate;
  background: #15191f;
}

.page-hero--services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: url("assets/generated/umsu1-services-hero-wide-complex-v05-2026-06-18.webp") center top / cover no-repeat;
  animation: heroSlowDrift var(--motion-drift) ease-in-out infinite alternate;
  transform: scale(1.025);
  transform-origin: center top;
}

.page-hero--services::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.88) 38%, rgba(18, 21, 26, 0.46) 72%, rgba(18, 21, 26, 0.16) 100%),
    linear-gradient(0deg, rgba(18, 21, 26, 0.72) 0%, rgba(18, 21, 26, 0) 44%);
}

.page-hero--services .page-hero__inner {
  position: relative;
  z-index: 1;
}

.services-hero__content {
  max-width: 860px;
}

.services-hero__content h1 {
  max-width: 820px;
}

.services-hero__content p {
  max-width: 790px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.46;
}

.services-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-hero--about {
  position: relative;
  align-items: center;
  min-height: calc(100vh - var(--header-height, 87px));
  min-height: calc(100svh - var(--header-height, 87px));
  padding-top: 54px;
  padding-bottom: 54px;
  overflow: hidden;
  isolation: isolate;
  background: #15191f;
}

.page-hero--about::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.86) 38%, rgba(18, 21, 26, 0.3) 70%, rgba(18, 21, 26, 0.12) 100%),
    linear-gradient(0deg, rgba(18, 21, 26, 0.66) 0%, rgba(18, 21, 26, 0) 42%);
}

.page-hero--about::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 0;
  display: none;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 196, 0, 0.78), rgba(255, 255, 255, 0.16), transparent);
}

.about-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: heroSlowDrift var(--motion-drift) ease-in-out infinite alternate;
  transform: scale(1.025);
  transform-origin: center top;
}

.about-hero__content {
  max-width: 760px;
}

.about-hero__content h1 {
  max-width: 720px;
}

.about-hero__content p {
  max-width: 690px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.42;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-hero__metrics {
  grid-template-columns: repeat(4, minmax(0, 170px));
  margin-top: 34px;
}

.about-hero__metrics strong {
  font-size: 26px;
}

.about-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 13px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.about-section-kicker::before {
  content: "";
  width: var(--eyebrow-line);
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.about-overview {
  display: block;
}

.about-overview__content h2 {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.02;
}

.about-overview__lead > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(32, 36, 42, 0.76);
  font-size: 19px;
  font-weight: 620;
  line-height: 1.42;
}

.about-overview__copy {
  max-width: 720px;
  margin-top: 0;
  padding-left: 0;
  border-left: 0;
}

.about-overview__copy p {
  margin: 0;
  color: var(--steel);
  font-size: 18px;
  line-height: 1.54;
}

.about-overview__media {
  margin: 0;
}

.about-overview__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(32, 36, 42, 0.18);
}

.about-overview__media figcaption {
  margin-top: 12px;
  color: var(--steel);
  font-size: 14px;
  font-weight: 750;
}

.about-scale {
  background: #edf0f3;
}

.about-scale__head {
  max-width: 960px;
}

.about-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: rgba(32, 36, 42, 0.12);
}

.about-metric-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-height: 162px;
  padding: 26px 28px;
  background: var(--white);
}

.about-metric-grid strong,
.about-metric-grid article > span {
  display: block;
}

.metric-card__value {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.metric-card__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid var(--icon-tile-border);
  border-radius: 6px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
}

.metric-card__icon .site-icon {
  width: 18px;
  height: 18px;
}

.about-metric-grid strong {
  color: var(--graphite);
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1;
}

.metric-card__label {
  max-width: 230px;
  margin-top: 0;
  margin-left: 60px;
  color: var(--steel);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.28;
}

.about-specializations__head {
  max-width: 980px;
}

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

.about-specialization-grid article {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 36px;
  padding: 28px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 44px rgba(32, 36, 42, 0.08);
}

.about-specialization-grid span {
  color: var(--icon-color);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-specialization-grid p {
  margin: 0;
  color: var(--graphite);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.3;
}

.about-specializations__actions {
  justify-content: center;
  margin-top: 34px;
}

.about-principles {
  background: #181d23;
  color: var(--white);
}

.about-principles__head {
  max-width: 960px;
}

.about-principles__head p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.7);
}

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

.about-principle-grid article {
  min-height: 292px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.about-principle-grid span {
  color: var(--yellow);
  font-size: 16px;
  font-weight: 900;
}

.about-principle-grid h3 {
  margin: 54px 0 0;
  color: var(--white);
  font-size: 25px;
  line-height: 1.08;
}

.about-principle-grid p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.48;
}

.about-timeline {
  padding-top: 48px;
  padding-bottom: 48px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.035), transparent 30%),
    #181d23;
  color: var(--white);
}

.about-timeline__head {
  max-width: 860px;
}

.about-timeline__head h2 {
  color: var(--white);
  font-size: clamp(42px, 4.1vw, 54px);
  line-height: 1.02;
}

.about-timeline__rail {
  position: relative;
  display: grid;
  max-width: 1120px;
  margin-top: 28px;
  padding-left: 50px;
}

.about-timeline__rail::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 9px;
  bottom: 9px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(246, 196, 0, 0.42), rgba(246, 196, 0, 0.1));
}

.about-timeline__rail article {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: 0 0 22px;
}

.about-timeline__rail article:last-child {
  padding-bottom: 0;
}

.about-timeline__rail article::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 6px;
  z-index: 1;
  width: 14px;
  height: 14px;
  border: 4px solid #181d23;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 1px rgba(246, 196, 0, 0.42);
}

.about-timeline__rail time {
  color: var(--yellow);
  font-size: 26px;
  font-weight: 850;
  line-height: 1;
}

.about-timeline__rail h3 {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.14;
}

.about-timeline__rail p {
  max-width: 1040px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.58;
}

.about-directions__head {
  max-width: 900px;
}

.about-directions__head p {
  max-width: 720px;
  line-height: 1.5;
}

.about-direction-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 54px;
  border-top: 1px solid rgba(32, 36, 42, 0.14);
}

.about-direction-list a {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  min-height: 130px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(32, 36, 42, 0.14);
  transition: color 160ms ease;
}

.about-direction-list a:hover strong {
  color: var(--amber);
}

.about-direction-list span {
  grid-row: 1 / span 2;
  color: var(--amber);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.about-direction-list strong {
  font-size: 22px;
  line-height: 1.12;
  transition: color 160ms ease;
}

.about-direction-list em {
  grid-column: 2;
  color: var(--steel);
  font-size: 16px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.42;
}

.about-work-model {
  background: #181d23;
  color: var(--white);
}

.about-work-model__head {
  max-width: 920px;
}

.about-work-model__head p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.about-work-model__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.about-work-model__grid article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.about-work-model__grid article::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 70px;
  height: 1px;
  background: rgba(246, 196, 0, 0.38);
}

.about-work-model__grid span {
  display: inline-flex;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.about-work-model__grid h3 {
  margin: 58px 0 0;
  color: var(--white);
  font-size: 23px;
  line-height: 1.1;
}

.about-work-model__grid p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.48;
}

.about-resources {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: start;
}

.about-resources__content h2 {
  max-width: 520px;
}

.about-resources__content p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--steel);
  font-size: 20px;
  line-height: 1.56;
}

.about-resource-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(32, 36, 42, 0.14);
}

.about-resource-list article {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(32, 36, 42, 0.14);
}

.about-resource-list strong,
.about-resource-list span {
  display: block;
}

.about-resource-list strong {
  font-size: 24px;
  line-height: 1.08;
}

.about-resource-list span {
  color: var(--steel);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.about-safety {
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
  gap: 44px;
  align-items: stretch;
  background: #edf0f3;
}

.about-safety__media {
  position: sticky;
  top: 112px;
  align-self: start;
}

.about-safety__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(32, 36, 42, 0.15);
}

.about-safety__content {
  display: grid;
  align-content: start;
}

.about-safety__content h2 {
  max-width: 820px;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.05;
}

.about-safety__content > p {
  max-width: 880px;
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.54;
}

.about-safety-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 32px;
}

.about-safety-card-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px 18px;
  align-items: start;
  min-height: 0;
  padding: 22px 24px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 44px rgba(32, 36, 42, 0.08);
}

.about-safety-card__icon {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--icon-tile-border);
  border-radius: 6px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
}

.about-safety-card__icon .site-icon {
  width: 18px;
  height: 18px;
}

.about-safety-card-grid h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 19px;
  line-height: 1.12;
}

.about-safety-card-grid p {
  margin: 0;
  color: var(--steel);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.about-safety-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.about-safety-result-grid article {
  min-height: 0;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: #20262d;
  color: var(--white);
}

.about-safety-result-grid strong,
.about-safety-result-grid span {
  display: block;
}

.about-safety-result-grid strong {
  color: var(--yellow);
  font-size: 34px;
  line-height: 1;
}

.about-safety-result-grid span {
  margin-top: 12px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
}

.about-safety-result-grid p {
  display: none;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.38;
}

.about-safety__actions {
  margin-top: 28px;
}

.about-safety__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.about-safety__columns article,
.about-safety__wide {
  padding: 26px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 20px 44px rgba(32, 36, 42, 0.08);
}

.about-safety__wide {
  margin-top: 16px;
}

.about-safety__columns h3,
.about-safety__wide h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.08;
}

.about-safety__columns ul,
.about-safety__wide ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-safety__columns li,
.about-safety__wide li {
  position: relative;
  padding-left: 22px;
  color: var(--steel);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.42;
}

.about-safety__columns li::before,
.about-safety__wide li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.page-hero--safety,
.page-hero--safety-legacy {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #15191f;
}

.page-hero--safety {
  align-items: center;
  min-height: calc(100vh - var(--header-height, 87px));
  min-height: calc(100svh - var(--header-height, 87px));
  padding-top: 54px;
  padding-bottom: 54px;
}

.page-hero--safety-legacy {
  min-height: 590px;
}

.page-hero--safety::before,
.page-hero--safety-legacy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.86) 40%, rgba(18, 21, 26, 0.42) 72%, rgba(18, 21, 26, 0.16) 100%),
    linear-gradient(0deg, rgba(18, 21, 26, 0.72) 0%, rgba(18, 21, 26, 0) 44%);
}

.page-hero--safety::after,
.page-hero--safety-legacy::after {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 196, 0, 0.78), rgba(255, 255, 255, 0.16), transparent);
}

.page-hero--safety::after {
  display: none;
}

.page-hero--safety-legacy::after {
  display: none;
}

.safety-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.safety-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: heroSlowDrift var(--motion-drift) ease-in-out infinite alternate;
  transform: scale(1.025);
  transform-origin: center top;
}

.safety-hero__content {
  max-width: 760px;
}

.safety-hero__content p {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.42;
}

.safety-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.safety-hero__metrics {
  grid-template-columns: repeat(4, minmax(0, 170px));
  margin-top: 34px;
}

.safety-hero__metrics strong {
  font-size: 26px;
}

.safety-intro {
  background: var(--white);
}

.safety-intro__head,
.safety-directions__head {
  align-items: flex-end;
  justify-content: space-between;
}

.safety-intro__head h2,
.safety-directions__head h2 {
  max-width: 1180px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.06;
}

.safety-intro__head p,
.safety-directions__head p {
  max-width: 520px;
  margin: 0;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.48;
}

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

.safety-intro-card-grid article {
  min-height: 0;
  padding: 24px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: #f8fafb;
  box-shadow: 0 20px 44px rgba(32, 36, 42, 0.08);
}

.safety-intro-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--icon-tile-border);
  border-radius: 6px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
}

.safety-intro-card__icon .site-icon {
  width: 18px;
  height: 18px;
}

.safety-intro-card-grid h3 {
  margin: 24px 0 0;
  color: var(--graphite);
  font-size: 23px;
  line-height: 1.1;
}

.safety-intro-card-grid p {
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.48;
}

.safety-directions {
  background: #edf0f3;
}

.safety-direction-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.safety-direction-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: 34px;
  align-content: start;
  min-height: 0;
  padding: 28px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 54px rgba(32, 36, 42, 0.1);
}

.safety-direction-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.safety-direction-card__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--icon-tile-border);
  border-radius: 6px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
}

.safety-direction-card__icon .site-icon {
  width: 18px;
  height: 18px;
}

.safety-direction-card__head em {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(246, 196, 0, 0.16);
  color: var(--graphite);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.safety-direction-card h3 {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--graphite);
  font-size: 25px;
  line-height: 1.08;
}

.safety-direction-card > p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.48;
}

.safety-direction-card__summary > p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.48;
}

.safety-direction-card__list {
  margin-top: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(32, 36, 42, 0.12);
}

.safety-direction-card__list h4 {
  margin: 0;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1;
}

.safety-direction-card__list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.safety-direction-card__list li {
  position: relative;
  padding-left: 22px;
  color: var(--steel);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.42;
}

.safety-direction-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.safety-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
  background: #181d23;
  color: var(--white);
}

.safety-results__content h2 {
  max-width: 1180px;
}

.safety-results__content p {
  max-width: 920px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.54;
}

.safety-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.safety-result-grid article {
  min-height: 0;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.safety-result-grid article:last-child {
  border-right: 0;
}

.safety-result-grid strong {
  display: block;
  color: var(--yellow);
  font-size: 48px;
  line-height: 1;
}

.safety-result-grid h3 {
  margin: 28px 0 0;
  color: var(--white);
  font-size: 24px;
  line-height: 1.08;
}

.safety-result-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.42;
}

.safety-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: var(--white);
}

.safety-page-cta span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.safety-page-cta h2 {
  max-width: 820px;
  margin: 10px 0 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
}

.safety-page-cta .button {
  flex: 0 0 auto;
  min-width: 220px;
  min-height: 50px;
}

.news-page-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 58%, rgba(32, 36, 42, 0.78) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.news-page-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  background-position: 0 0, 0 0;
  opacity: 0.56;
  animation: newsCtaBackgroundDrift var(--motion-drift) ease-in-out infinite alternate;
}

.news-page-cta > * {
  position: relative;
  z-index: 1;
}

.news-page-cta span {
  color: rgba(246, 196, 0, 0.88);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.news-page-cta h2 {
  color: var(--white);
  font-size: clamp(27px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.12;
}

.news-page-cta .button {
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

@keyframes newsCtaBackgroundDrift {
  100% {
    background-position: 54px 0, 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-page-cta::before,
  .vacancies-section::after {
    animation: none;
  }

  .news-card__link,
  .article-source-link {
    transition: none;
  }

  .news-card__link:hover,
  .article-source-link:hover {
    transform: none;
  }
}

.page-hero--vacancies {
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: calc(100vh - var(--header-height, 87px));
  min-height: calc(100svh - var(--header-height, 87px));
  padding-top: 54px;
  padding-bottom: 54px;
  overflow: hidden;
  isolation: isolate;
  background: #15191f;
}

.page-hero--vacancies::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: url("assets/generated/umsu1-vacancies-hero-hiring-handshake-client-2026-06-18.webp") center top / cover no-repeat;
  animation: heroSlowDrift var(--motion-drift) ease-in-out infinite alternate;
  transform: scale(1.025);
  transform-origin: center top;
}

.page-hero--vacancies::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.88) 38%, rgba(18, 21, 26, 0.42) 72%, rgba(18, 21, 26, 0.12) 100%),
    linear-gradient(0deg, rgba(18, 21, 26, 0.72) 0%, rgba(18, 21, 26, 0) 44%);
}

.vacancies-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
}

.vacancies-hero__content {
  display: grid;
  justify-items: start;
  max-width: 840px;
}

.vacancies-hero__content h1 {
  margin: 16px 0 0;
}

.vacancies-hero__content p {
  max-width: 790px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.46;
}

.vacancies-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.vacancies-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 72px;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.vacancies-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.vacancies-section::after {
  content: "";
  position: absolute;
  inset: -38% -46%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(246, 196, 0, 0.16) 0%, rgba(246, 196, 0, 0.1) 18%, rgba(255, 232, 126, 0.045) 36%, rgba(246, 196, 0, 0.018) 50%, transparent 70%);
  filter: blur(22px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.vacancies-section > * {
  position: relative;
  z-index: 1;
}

.vacancies-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 32px;
}

.vacancies-section__head h2 {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--white);
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.04;
}

.vacancies-section__head h2 span {
  color: inherit;
}

.vacancies-section__head p {
  max-width: 620px;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.42;
}

.vacancy-list {
  display: grid;
  gap: 18px;
}

.vacancy-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 13px;
  padding: 24px 28px 26px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vacancy-card:hover {
  border-color: var(--yellow);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(32, 36, 42, 0.07), 0 0 0 2px rgba(246, 196, 0, 0.34);
  transform: translateY(-1px);
}

.vacancy-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: first baseline;
}

.vacancies-section .vacancy-card__title {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(21px, 1.7vw, 25px);
  line-height: 1.18;
}

.vacancy-card__head em {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(246, 196, 0, 0.2);
  color: var(--graphite);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.vacancy-card__salary {
  margin: 8px 0 0;
  color: var(--graphite);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.vacancy-card__desc {
  margin: 0;
  max-width: 1080px;
  color: var(--steel);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.5;
}

.vacancy-card__requirements {
  display: grid;
  gap: 9px;
  padding-top: 0;
}

.vacancy-card__requirements h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.vacancy-card__requirements ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vacancy-card__requirements li {
  position: relative;
  padding-left: 20px;
  color: var(--steel);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.45;
}

.vacancy-card__requirements li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--yellow);
}

.vacancy-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

.vacancy-card__actions .button {
  min-width: 180px;
  min-height: 44px;
}

.vacancy-application-form input[readonly] {
  background: #eef1f4;
  color: var(--graphite);
  font-weight: 850;
}

.request-modal--vacancy .request-modal__dialog {
  width: min(100%, 760px);
}

.request-modal--vacancy .request-modal__head h2 {
  font-size: clamp(32px, 3vw, 38px);
}

.vacancy-application-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 20px;
}

.vacancy-application-form label:first-child,
.vacancy-application-form label:nth-child(4),
.vacancy-application-form label:nth-child(5),
.vacancy-application-form .form-note,
.vacancy-application-form .form-consent,
.vacancy-application-form .button {
  grid-column: 1 / -1;
}

.vacancy-application-form textarea {
  min-height: 96px;
  resize: vertical;
}

.vacancy-application-form .form-consent {
  gap: 8px;
  padding: 12px 14px;
}

.vacancy-file-field {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--graphite);
  overflow: hidden;
  cursor: pointer;
}

.vacancy-file-field > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 5px;
  background: var(--graphite);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.vacancy-file-field em {
  color: var(--steel);
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vacancy-file-field input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.about-documents {
  background: var(--white);
}

.about-documents__head {
  max-width: 960px;
}

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

.light-icon-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 0;
  min-height: 292px;
  padding: 28px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--graphite);
  box-shadow: 0 20px 44px rgba(32, 36, 42, 0.08);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.light-icon-card:hover {
  border-color: rgba(246, 196, 0, 0.38);
  box-shadow: 0 28px 64px rgba(32, 36, 42, 0.14);
  transform: translateY(-3px);
}

.light-icon-card :is(.about-document-card__icon) {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--icon-tile-border);
  border-radius: 6px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease);
}

.light-icon-card:hover :is(.about-document-card__icon) {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(246, 196, 0, 0.12);
}

.light-icon-card :is(.about-document-card__icon) .site-icon {
  width: 22px;
  height: 22px;
}

.light-icon-card__mark {
  display: block;
  width: 34px;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--yellow);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.light-icon-card:hover .light-icon-card__mark {
  transform: scaleX(1.18);
}

.light-icon-card h3 {
  display: block;
  margin: 34px 0 0;
  color: var(--graphite);
  font-size: clamp(20px, 1.55vw, 22px);
  font-weight: var(--text-card-title);
  line-height: 1.2;
}

.light-icon-card p {
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 15px;
  font-weight: var(--text-body-weight);
  line-height: 1.62;
}

.about-trust {
  background: var(--white);
}

.about-trust__head {
  max-width: 900px;
}

.about-partner-grid {
  max-width: none;
}

.about-partner-grid .partner-card__logo {
  min-height: 230px;
  padding: 42px;
}

.about-partner-grid .partner-card__content {
  min-height: 190px;
  padding: 28px 30px 30px;
}

.about-partner-grid .partner-card__content strong {
  font-size: 26px;
}

.about-source-list {
  margin-top: 22px;
}

.about-certificates {
  margin-top: 48px;
}

.about-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  background: #181d23;
  color: var(--white);
}

.about-page-cta h2 {
  max-width: 760px;
}

.about-page-cta p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 760;
}

.about-page-cta .button {
  flex: 0 0 auto;
  min-width: 220px;
}

/* Approved standalone hero metrics: homepage/about/safety/objects */
.about-hero__metrics,
.objects-hero__metrics,
.safety-hero__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3.2vw, 44px);
  width: min(980px, calc(100vw - 260px));
  margin-top: 42px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-family: inherit;
  font-style: normal;
}

.about-hero__metrics div,
.objects-hero__metrics div,
.safety-hero__metrics div {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-style: normal;
}

.about-hero__metrics strong,
.objects-hero__metrics strong,
.safety-hero__metrics strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(38px, 3.6vw, 50px);
  font-weight: 900;
  line-height: 0.95;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
}

.about-hero__metrics span,
.objects-hero__metrics span,
.safety-hero__metrics span {
  display: block;
  max-width: 170px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.22;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.objects-hero__metrics :is(svg, .site-icon, .objects-summary__icon, .metric-card__icon, [class*="__icon"]) {
  display: none !important;
}

.objects-hero__metrics div::before,
.objects-hero__metrics div::after,
.objects-hero__metrics strong::before,
.objects-hero__metrics strong::after,
.objects-hero__metrics span::before,
.objects-hero__metrics span::after {
  content: none !important;
  display: none !important;
}

.about-overview,
.about-specializations,
.about-documents {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.08), rgba(237, 242, 245, 0.18)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
}

.about-overview::before,
.about-specializations::before,
.about-documents::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.58) 34%, rgba(255, 255, 255, 0.22) 66%, rgba(255, 255, 255, 0) 100%);
}

.about-overview > *,
.about-specializations > *,
.about-documents > * {
  position: relative;
  z-index: 1;
}

.about-overview {
  display: block;
}

.about-overview .section__eyebrow,
.about-specializations .section__eyebrow,
.about-documents .section__eyebrow,
.about-trust .section__eyebrow {
  color: var(--yellow);
}

.about-overview__content h2 {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(36px, 3.7vw, 54px);
  line-height: 1.02;
}

.about-overview__content {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  column-gap: 58px;
  align-items: center;
}

.about-overview__lead {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  align-content: start;
  max-width: 760px;
}

.about-overview__lead > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(32, 36, 42, 0.76);
  font-size: 19px;
  font-weight: 620;
  line-height: 1.42;
}

.about-overview__copy {
  grid-column: 2;
  grid-row: 1;
  max-width: 720px;
  margin-top: 0;
  padding: 0;
  border-left: 0;
  gap: 0;
}

.about-overview__copy p {
  color: var(--steel);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.64;
}

.about-overview__profile {
  padding-top: 3px;
}

.about-mission-card {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.97) 0%, rgba(32, 36, 42, 0.91) 58%, rgba(32, 36, 42, 0.82) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  box-shadow: 0 24px 58px rgba(32, 36, 42, 0.2);
}

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

.about-mission-card::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 118px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.04), transparent 44%, rgba(246, 196, 0, 0.018));
  opacity: 0.56;
}

.about-mission-card::after {
  inset: -70% -58%;
  background: radial-gradient(ellipse at center, rgba(246, 196, 0, 0.18) 0%, rgba(246, 196, 0, 0.08) 26%, rgba(246, 196, 0, 0.02) 52%, transparent 72%);
  filter: blur(20px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.about-mission-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
}

.about-mission-card span::before {
  content: "";
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
}

.about-overview__copy .about-mission-card p {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
}

.about-overview[data-about-overview-reveal-ready] .about-overview__lead .section__eyebrow,
.about-overview[data-about-overview-reveal-ready] .about-overview__content h2,
.about-overview[data-about-overview-reveal-ready] .about-overview__lead > p,
.about-overview[data-about-overview-reveal-ready] .about-overview__profile,
.about-overview[data-about-overview-reveal-ready] .about-mission-card,
.about-overview[data-about-overview-reveal-ready] .about-mission-card span,
.about-overview[data-about-overview-reveal-ready] .about-mission-card p {
  transition:
    opacity var(--motion-reveal-long) var(--motion-ease-out),
    transform var(--motion-reveal-long) var(--motion-ease-out);
  will-change: opacity, transform;
}

.about-overview[data-about-overview-reveal-ready] .about-overview__lead .section__eyebrow::before,
.about-overview[data-about-overview-reveal-ready] .about-mission-card span::before {
  transform-origin: left center;
  transition:
    opacity var(--motion-reveal-long) var(--motion-ease-out),
    transform var(--motion-reveal-long) var(--motion-ease-out);
  will-change: opacity, transform;
}

.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-overview__lead .section__eyebrow,
.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-overview__content h2,
.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-overview__lead > p,
.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-overview__profile,
.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-mission-card span {
  opacity: 0;
  transform: translateY(14px);
}

.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-mission-card {
  opacity: 0;
  transform: translateY(22px);
}

.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-mission-card p {
  opacity: 0;
  transform: translateY(6px);
}

.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-overview__lead .section__eyebrow::before,
.about-overview[data-about-overview-reveal-ready]:not(.is-visible) .about-mission-card span::before {
  opacity: 0.35;
  transform: scaleX(0.16);
}

.about-overview[data-about-overview-reveal-ready].is-visible .about-overview__lead .section__eyebrow,
.about-overview[data-about-overview-reveal-ready].is-visible .about-overview__lead .section__eyebrow::before {
  transition-delay: 80ms;
}

.about-overview[data-about-overview-reveal-ready].is-visible .about-overview__content h2 {
  transition-delay: 180ms;
}

.about-overview[data-about-overview-reveal-ready].is-visible .about-overview__lead > p,
.about-overview[data-about-overview-reveal-ready].is-visible .about-overview__profile {
  transition-delay: 280ms;
}

.about-overview[data-about-overview-reveal-ready].is-visible .about-mission-card {
  transition-delay: 380ms;
}

.about-overview[data-about-overview-reveal-ready].is-visible .about-mission-card span,
.about-overview[data-about-overview-reveal-ready].is-visible .about-mission-card span::before {
  transition-delay: 480ms;
}

.about-overview[data-about-overview-reveal-ready] .about-mission-card p {
  transition:
    opacity var(--motion-reveal) var(--motion-ease-out),
    transform var(--motion-reveal-long) var(--motion-ease-out);
}

.about-overview[data-about-overview-reveal-ready].is-visible .about-mission-card p {
  transition-delay: 560ms;
}

.about-scale,
.about-principles,
.about-safety,
.about-page-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.about-scale::before,
.about-principles::before,
.about-page-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.about-scale::after,
.about-principles::after,
.about-safety::after,
.about-page-cta::after {
  content: "";
  position: absolute;
  inset: -38% -46%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(246, 196, 0, 0.16) 0%, rgba(246, 196, 0, 0.1) 18%, rgba(255, 232, 126, 0.045) 36%, rgba(246, 196, 0, 0.018) 50%, transparent 70%);
  filter: blur(22px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.about-scale > *,
.about-principles > *,
.about-safety > *,
.about-page-cta > * {
  position: relative;
  z-index: 1;
}

.about-scale .section__eyebrow,
.about-principles .section__eyebrow,
.about-timeline .section__eyebrow,
.about-safety .section__eyebrow {
  color: var(--yellow);
}

.about-scale__head,
.about-principles__head,
.about-specializations__head,
.about-documents__head,
.about-trust__head {
  display: grid;
  justify-items: start;
  max-width: 780px;
  text-align: left;
}

.about-scale__head h2,
.about-principles__head h2 {
  color: var(--white);
}

.about-scale__head p,
.about-principles__head p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 520;
}

.about-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.about-metric-grid article {
  justify-content: flex-start;
  gap: 12px;
  min-height: 170px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.about-metric-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 196, 0, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
}

.about-metric-grid strong {
  color: var(--yellow);
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 780;
  white-space: nowrap;
}

.metric-card__label {
  max-width: 250px;
  margin-left: 60px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 760;
}

.about-specialization-grid article {
  display: grid;
  min-height: 278px;
  padding: 30px;
  gap: 0;
  align-content: start;
  background: var(--white);
  box-shadow: 0 22px 52px rgba(32, 36, 42, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.about-specialization-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 196, 0, 0.38);
  box-shadow: 0 28px 64px rgba(32, 36, 42, 0.14);
}

.about-specialization-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--icon-tile-border);
  border-radius: 8px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease);
}

.about-specialization-grid article:hover .about-specialization-card__icon {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(246, 196, 0, 0.12);
}

.about-specialization-card__icon .site-icon {
  width: 24px;
  height: 24px;
}

.about-specialization-card__mark {
  display: block;
  width: 44px;
  height: 3px;
  margin: 22px 0 34px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.64);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.about-specialization-grid article:hover .about-specialization-card__mark {
  transform: scaleX(1);
}

.about-specialization-grid h3 {
  margin: 0 0 18px;
  color: var(--graphite);
  font-size: 21px;
  font-weight: 740;
  line-height: 1.16;
}

.about-specialization-grid p {
  color: var(--steel);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.54;
}

.about-principle-grid {
  gap: 18px;
}

.about-principle-grid article {
  min-height: 248px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.16);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.about-principle-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 196, 0, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.22);
}

.about-principle-grid span {
  display: block;
  color: var(--yellow);
  font-size: 15px;
  font-weight: 860;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.about-principle-grid article:hover span {
  transform: translateY(-2px);
}

.about-principle-grid span::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.64);
  transform-origin: left center;
  transition: transform var(--motion-hover) var(--motion-ease);
}

.about-principle-grid article:hover span::after {
  transform: scaleX(1);
}

.about-principle-grid h3 {
  margin-top: 34px;
  font-size: 22px;
  font-weight: 760;
}

.about-principle-grid p {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 520;
  line-height: 1.56;
}

.about-principles {
  z-index: 2;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.3);
}

.about-timeline {
  z-index: 1;
}

.about-timeline__rail::before {
  left: 16px;
}

.about-timeline__rail article::before {
  left: -41px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-width: 3px;
}

.about-timeline[data-timeline-reveal-ready] time {
  transform-origin: left center;
}

.about-timeline[data-timeline-reveal-ready] article::before {
  transform-origin: center;
}

.about-timeline[data-timeline-reveal-ready].is-visible time {
  animation: aboutYearPulse var(--motion-pulse) var(--motion-ease-out) both;
  animation-delay: calc(var(--timeline-index, 0) * 0.36s);
}

.about-timeline[data-timeline-reveal-ready].is-visible article::before {
  animation: aboutDotPulse var(--motion-pulse) var(--motion-ease-out) both;
  animation-delay: calc(var(--timeline-index, 0) * 0.36s);
}

@keyframes aboutYearPulse {
  0%,
  100% {
    transform: scale(1);
  }

  18% {
    transform: scale(1.16);
  }

  34% {
    transform: scale(1);
  }
}

@keyframes aboutDotPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 1px rgba(246, 196, 0, 0.42);
  }

  18% {
    transform: scale(1.38);
    box-shadow: 0 0 0 6px rgba(246, 196, 0, 0.14);
  }

  34% {
    transform: scale(1);
    box-shadow: 0 0 0 1px rgba(246, 196, 0, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-scale::after,
  .about-principles::after,
  .about-safety::after,
  .about-page-cta::after,
  .about-mission-card::after,
  .about-timeline[data-timeline-reveal-ready].is-visible time,
  .about-timeline[data-timeline-reveal-ready].is-visible article::before {
    animation: none;
  }

  .about-overview[data-about-overview-reveal-ready] .about-overview__lead .section__eyebrow,
  .about-overview[data-about-overview-reveal-ready] .about-overview__content h2,
  .about-overview[data-about-overview-reveal-ready] .about-overview__lead > p,
  .about-overview[data-about-overview-reveal-ready] .about-overview__profile,
  .about-overview[data-about-overview-reveal-ready] .about-mission-card,
  .about-overview[data-about-overview-reveal-ready] .about-mission-card span,
  .about-overview[data-about-overview-reveal-ready] .about-mission-card p,
  .about-overview[data-about-overview-reveal-ready] .about-overview__lead .section__eyebrow::before,
  .about-overview[data-about-overview-reveal-ready] .about-mission-card span::before {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
    transition: none;
  }
}

.about-safety {
  display: block;
  min-height: 760px;
  isolation: isolate;
}

.about-safety__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  top: 0;
}

.about-safety__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.about-safety::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 21, 26, 0.96) 0%, rgba(18, 21, 26, 0.9) 44%, rgba(18, 21, 26, 0.62) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 144px);
}

.about-safety__content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.about-safety__content h2 {
  max-width: 860px;
  color: var(--white);
}

.about-safety__content > p {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  font-weight: 520;
}

.about-safety-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin-top: 34px;
}

.about-safety-card-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 174px;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
}

.about-safety-card-grid h3 {
  color: var(--white);
  font-size: 18px;
  font-weight: 760;
}

.about-safety-card-grid p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 520;
}

.about-safety-result-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin-top: 14px;
}

.about-safety-result-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(32, 36, 42, 0.72);
}

.about-safety-result-grid strong {
  color: var(--yellow);
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 780;
  line-height: 1;
}

.about-safety-result-grid span {
  font-size: 16px;
  font-weight: 760;
}

.about-safety-result-grid p {
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.about-safety__actions {
  display: flex;
  max-width: 1180px;
  justify-content: center;
}

.about-safety__actions .button--dark {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--white);
}

.about-safety__actions .button--dark:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.08);
  color: var(--yellow);
}

.about-trust {
  background: linear-gradient(180deg, #edf0f3 0%, #f6f8fa 100%);
}

.about-trust__head h2 {
  margin-top: 14px;
  font-size: clamp(34px, 3.5vw, 48px);
}

.about-trust__head p {
  max-width: 720px;
  color: var(--steel);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.about-source-list {
  margin-top: 34px;
}

.about-certificates {
  margin-top: 56px;
}

/* Safety page alignment after homepage and About visual approval */
.safety-intro,
.safety-directions,
.safety-results,
.safety-page-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.safety-intro,
.safety-results {
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.1), rgba(237, 242, 245, 0.18)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
  color: var(--graphite);
}

.safety-intro::before,
.safety-results::before,
.safety-page-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.safety-intro::before,
.safety-results::before {
  border-top: 1px solid rgba(32, 36, 42, 0.06);
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.58) 30%, rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0) 100%);
}

.safety-intro > *,
.safety-directions > *,
.safety-results > *,
.safety-page-cta > * {
  position: relative;
  z-index: 1;
}

.safety-intro__head,
.safety-directions__head {
  display: grid;
  grid-template-columns: minmax(0, 1180px);
  gap: 0;
  align-items: end;
  max-width: none;
  margin-bottom: 38px;
}

.safety-intro__head h2,
.safety-directions__head h2 {
  max-width: 1180px;
  font-size: clamp(30px, 3.25vw, 48px);
  line-height: 1.02;
}

.safety-intro__head p,
.safety-directions__head p {
  max-width: 560px;
  color: var(--steel);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.55;
}

.safety-intro-card-grid {
  gap: 18px;
}

.safety-intro-card-grid article {
  min-height: 258px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 52px rgba(32, 36, 42, 0.1);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.safety-intro-card-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 196, 0, 0.38);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 64px rgba(32, 36, 42, 0.14);
}

.safety-intro-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease);
}

.safety-intro-card-grid article:hover .safety-intro-card__icon {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(246, 196, 0, 0.1);
}

.safety-intro-card__icon .site-icon {
  width: 24px;
  height: 24px;
}

.safety-intro-card-grid h3 {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 760;
  line-height: 1.16;
}

.safety-intro-card-grid p {
  font-size: 16px;
  font-weight: 520;
  line-height: 1.54;
}

.safety-direction-grid {
  gap: 18px;
}

.safety-direction-card {
  grid-template-columns: minmax(320px, 0.44fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.18);
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease),
    box-shadow var(--motion-hover) var(--motion-ease);
}

.safety-direction-card:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 196, 0, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.24);
}

.safety-direction-card__summary {
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.safety-direction-card__head {
  justify-content: flex-start;
}

.safety-direction-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  transition:
    transform var(--motion-hover) var(--motion-ease),
    border-color var(--motion-hover) var(--motion-ease),
    background var(--motion-hover) var(--motion-ease);
}

.safety-direction-card:hover .safety-direction-card__icon {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(246, 196, 0, 0.14);
}

.safety-direction-card__icon .site-icon {
  width: 24px;
  height: 24px;
}

.safety-direction-card__head em {
  margin-left: auto;
  border-radius: 6px;
  background: rgba(246, 196, 0, 0.16);
  color: var(--yellow);
  transition:
    background var(--motion-hover) var(--motion-ease),
    color var(--motion-hover) var(--motion-ease);
}

.safety-direction-card:hover .safety-direction-card__head em {
  background: rgba(246, 196, 0, 0.22);
  color: #ffd74d;
}

.safety-direction-card h3 {
  margin-top: 30px;
  color: var(--white);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 760;
}

.safety-direction-card__summary > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.55;
}

.safety-direction-card__list {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 30px 32px;
  border-left-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.safety-direction-card__list h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: var(--text-card-title);
}

.safety-direction-card__list li {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 620;
}

.safety-directions,
.safety-page-cta {
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.safety-directions::before,
.safety-page-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.safety-directions::after,
.safety-page-cta::after {
  content: "";
  position: absolute;
  inset: -38% -46%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(246, 196, 0, 0.16) 0%, rgba(246, 196, 0, 0.1) 18%, rgba(255, 232, 126, 0.045) 36%, rgba(246, 196, 0, 0.018) 50%, transparent 70%);
  filter: blur(22px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.safety-directions .section__eyebrow,
.safety-page-cta .section__eyebrow {
  color: var(--yellow);
}

.safety-results__content h2 {
  max-width: 1180px;
  color: var(--graphite);
  font-size: clamp(30px, 3.25vw, 48px);
  line-height: 1.02;
}

@media (min-width: 640px) {
  .safety-intro__head h2,
  .safety-directions__head h2,
  .safety-results__content h2 {
    white-space: nowrap;
  }
}

.safety-results__content p {
  color: var(--steel);
  font-weight: 520;
}

.safety-result-grid {
  gap: 16px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.safety-result-grid article {
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(32, 36, 42, 0.95), rgba(32, 36, 42, 0.88)),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  box-shadow: 0 24px 58px rgba(32, 36, 42, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.safety-result-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 196, 0, 0.38);
  background:
    linear-gradient(180deg, rgba(40, 45, 52, 0.98), rgba(32, 36, 42, 0.9)),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
}

.safety-result-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.safety-result-grid strong {
  color: var(--yellow);
  font-size: clamp(38px, 3.4vw, 54px);
  font-weight: 780;
}

.safety-result-grid h3 {
  color: var(--white);
  font-size: 22px;
  font-weight: 760;
}

.safety-result-grid p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 520;
  line-height: 1.5;
}

.safety-page-cta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.safety-page-cta::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.safety-page-cta .section__eyebrow {
  color: var(--amber);
}

.safety-page-cta h2 {
  color: var(--white);
}

.safety-page-cta .button--primary:hover {
  border-color: var(--yellow);
  background: transparent;
  color: var(--yellow);
}

.services-overview {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 56%, rgba(32, 36, 42, 0.76) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
  scroll-margin-top: 96px;
}

.services-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.52;
}

.services-overview::after {
  content: "";
  position: absolute;
  inset: -38% -46%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(246, 196, 0, 0.16) 0%, rgba(246, 196, 0, 0.1) 18%, rgba(255, 232, 126, 0.045) 36%, rgba(246, 196, 0, 0.018) 50%, transparent 70%);
  filter: blur(22px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.services-overview > * {
  position: relative;
  z-index: 1;
}

.services-overview__head {
  display: block;
  max-width: none;
  margin-bottom: 40px;
}

.services-overview__head h2,
.services-index-section__head h2 {
  margin-top: 12px;
}

.services-overview__head h2 {
  color: var(--white);
  white-space: nowrap;
}

.services-overview__head p,
.services-index-section__head p {
  max-width: 560px;
  margin: 0;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.5;
}

.services-overview__head p {
  color: rgba(255, 255, 255, 0.72);
}

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

.services-specialization-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 292px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
  transition: transform 190ms ease, border-color 190ms ease, background 190ms ease, box-shadow 190ms ease;
}

.services-specialization-card::before {
  content: "";
  order: 1;
  width: 44px;
  height: 3px;
  margin: 24px 0 28px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0.64);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.services-specialization-card:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 196, 0, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.24);
}

.services-specialization-card:hover::before {
  transform: scaleX(1);
}

.services-specialization-card__top {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.services-specialization-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--icon-tile-border);
  border-radius: 8px;
  background: var(--icon-tile-bg);
  color: var(--icon-color);
  transition: transform 190ms ease, border-color 190ms ease, background 190ms ease;
}

.services-specialization-card:hover .services-specialization-card__icon {
  transform: translateY(-2px);
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(246, 196, 0, 0.15);
}

.services-specialization-card__icon .site-icon {
  width: 24px;
  height: 24px;
}

.services-specialization-card__num {
  color: rgba(255, 255, 255, 0.18);
  font-size: 42px;
  font-weight: 900;
  line-height: 0.86;
  transition: color 190ms ease, transform 190ms ease;
}

.services-specialization-card:hover .services-specialization-card__num {
  color: rgba(246, 196, 0, 0.34);
  transform: translateY(-2px);
}

.services-specialization-card h3 {
  order: 2;
  margin: 0;
  color: var(--white);
  font-size: 21px;
  line-height: 1.08;
}

.services-specialization-card p {
  order: 3;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.5;
}

.services-index-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 249, 251, 0.1), rgba(237, 242, 245, 0.18)),
    url("assets/generated/umsu1-services-light-engineering-bg-v01.webp") center / cover no-repeat,
    linear-gradient(180deg, #f7f9fb 0%, #edf2f5 100%);
  scroll-margin-top: 96px;
}

.services-index-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.58) 30%, rgba(255, 255, 255, 0.22) 62%, rgba(255, 255, 255, 0) 100%);
}

.services-index-section > * {
  position: relative;
  z-index: 1;
}

.services-index-section__head {
  display: block;
  margin-bottom: 34px;
}

.services-index-section__head h2 {
  white-space: nowrap;
}

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

.service-index-card {
  position: relative;
  display: grid;
  grid-template-rows: 200px minmax(184px, 1fr);
  overflow: hidden;
  min-height: 384px;
  border: 1px solid rgba(32, 36, 42, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--graphite);
  box-shadow: 0 20px 42px rgba(32, 36, 42, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-index-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 36, 42, 0.22);
  box-shadow: 0 28px 52px rgba(32, 36, 42, 0.13);
}

.service-index-card__image {
  display: block;
  overflow: hidden;
  height: 200px;
}

.service-index-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.service-index-card:hover .service-index-card__image img {
  transform: scale(1.04);
}

.service-index-card__body {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 184px;
  padding: 18px;
}

.service-index-card__body span {
  color: var(--amber);
  font-size: 11.5px;
  font-weight: var(--text-label);
  letter-spacing: 0.01em;
  line-height: 1.18;
  text-transform: uppercase;
}

.service-index-card__body strong {
  font-size: 21px;
  line-height: 1.05;
}

.service-index-card__body small {
  max-width: 94%;
  color: var(--steel);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.services-detail-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 58%, rgba(32, 36, 42, 0.78) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.services-detail-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.54;
}

.services-detail-section::after {
  content: "";
  position: absolute;
  inset: -38% -46%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, rgba(246, 196, 0, 0.16) 0%, rgba(246, 196, 0, 0.1) 18%, rgba(255, 232, 126, 0.045) 36%, rgba(246, 196, 0, 0.018) 50%, transparent 70%);
  filter: blur(22px);
  opacity: 0;
  transform: translate3d(-34%, 4%, 0) skewX(-8deg);
  animation: umsuShimmerFlow var(--motion-shimmer) ease-in-out infinite;
  will-change: transform, opacity;
}

.services-detail-section > * {
  position: relative;
  z-index: 1;
}

.services-detail-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.services-detail-section__head span {
  color: var(--white);
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 860;
  line-height: 1.05;
}

.services-detail-section__head p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.5;
}

.service-jump {
  position: fixed;
  right: max(12px, calc((100vw - var(--max)) / 2 - 48px));
  bottom: 30px;
  z-index: 15;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(32, 36, 42, 0.16);
  border-radius: 50%;
  background: rgba(32, 36, 42, 0.58);
  color: rgba(255, 255, 255, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
  backdrop-filter: blur(14px);
}

body.has-cookie-consent .service-jump {
  bottom: 170px;
}

.service-jump.is-visible {
  opacity: 0.78;
  pointer-events: auto;
  transform: translateY(0);
}

.service-jump:hover,
.service-jump:focus-visible {
  border-color: rgba(246, 196, 0, 0.44);
  background: rgba(32, 36, 42, 0.84);
  color: var(--yellow);
  opacity: 1;
}

.service-jump svg {
  width: 19px;
  height: 19px;
}

.service-jump path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-jump span {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  width: max-content;
  max-width: 140px;
  padding: 7px 10px;
  border: 1px solid rgba(32, 36, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--graphite);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translate(4px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
  box-shadow: 0 12px 26px rgba(32, 36, 42, 0.14);
}

.service-jump:hover span,
.service-jump:focus-visible span {
  opacity: 1;
  transform: translate(0, -50%);
}

.service-detail-stack {
  display: grid;
  gap: 28px;
}

.service-detail {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #f8fafb;
  color: var(--graphite);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  scroll-margin-top: 104px;
}

.service-detail__overview {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
}

.service-detail__media {
  position: relative;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 18px;
  background: #f8fafb;
}

.service-detail__media img {
  width: 100%;
  height: 390px;
  min-height: 0;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.service-detail__media::after {
  display: none;
}

.service-detail__summary {
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 42px 42px 34px 22px;
}

.service-detail__content {
  display: grid;
  gap: 18px;
  padding: 0 18px 38px;
}

.service-detail__kicker {
  color: var(--amber);
  font-size: 13px;
  font-weight: var(--text-label);
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.service-detail__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-detail h2 {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.03;
}

.service-detail__lead {
  margin: 0;
  color: var(--graphite);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.32;
}

.service-detail__intro {
  display: grid;
  gap: 12px;
}

.service-detail__intro p {
  margin: 0;
  color: var(--steel);
  font-size: 17px;
}

.service-detail__lists {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 24px;
}

.service-detail__lists div,
.service-detail__process,
.service-related {
  padding: 20px;
  border: 1px solid rgba(32, 36, 42, 0.1);
  border-radius: var(--radius);
  background: var(--white);
}

.service-detail h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.15;
}

.service-detail ul,
.service-detail ol {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-detail li {
  position: relative;
  padding-left: 18px;
  color: var(--steel);
  font-size: 15px;
  line-height: 1.42;
}

.service-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(246, 196, 0, 0.86);
}

.service-detail__process ol {
  counter-reset: service-step;
}

.service-detail__process li {
  counter-increment: service-step;
  padding-left: 42px;
}

.service-detail__process li::before {
  content: counter(service-step, decimal-leading-zero);
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
}

.service-related {
  min-width: 0;
}

.service-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.service-related__head h3 {
  margin: 0;
}

.service-related__controls {
  display: flex;
  gap: 8px;
}

.service-related__controls[hidden] {
  display: none;
}

.service-related__controls button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(32, 36, 42, 0.16);
  border-radius: 50%;
  background: #f8fafb;
  color: var(--graphite);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, opacity 160ms ease;
}

.service-related__controls button:hover {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.1);
  color: var(--graphite);
}

.service-related__controls button:disabled {
  opacity: 0.34;
  cursor: default;
}

.service-related__controls svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-related__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: default;
}

.service-related__track::-webkit-scrollbar {
  display: none;
}

.service-related.is-scrollable .service-related__track {
  cursor: grab;
}

.service-related.is-scrollable .service-related__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.service-related__card {
  flex: 0 0 calc((100% - 20px) / 3);
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(32, 36, 42, 0.1);
  border-radius: 6px;
  background: #f8fafb;
}

.service-related__card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-related__card span,
.service-related__card strong {
  display: block;
  padding: 0 12px;
}

.service-related__card span {
  padding-top: 12px;
  color: var(--amber);
  font-size: 11px;
  font-weight: var(--text-label);
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.service-related__card strong {
  padding-top: 5px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.15;
}

.service-detail__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.service-detail__actions .button {
  width: 100%;
  min-width: 0;
  padding-right: 14px;
  padding-left: 14px;
  text-align: center;
}

.service-page-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background:
    linear-gradient(90deg, rgba(32, 36, 42, 0.96) 0%, rgba(32, 36, 42, 0.91) 58%, rgba(32, 36, 42, 0.78) 100%),
    linear-gradient(135deg, #20242a 0%, #303741 100%);
  color: var(--white);
}

.service-page-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 144px),
    linear-gradient(90deg, rgba(246, 196, 0, 0.035), transparent 42%, rgba(246, 196, 0, 0.018));
  opacity: 0.54;
}

.service-page-cta > * {
  position: relative;
  z-index: 1;
}

.service-page-cta span {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-page-cta h2 {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

.service-page-cta .button {
  flex: 0 0 auto;
  min-width: 220px;
  min-height: 50px;
}

.service-page-cta .button--primary:hover {
  border-color: var(--yellow);
  background: transparent;
  color: var(--yellow);
}

@media (prefers-reduced-motion: reduce) {
  .services-detail-section::after {
    animation: none;
  }
}

.objects-workspace {
  position: sticky;
  top: var(--sticky-header-offset);
  z-index: 19;
  padding: 32px max(24px, calc((100vw - var(--max)) / 2)) 18px;
  background: #1f242a;
  color: var(--white);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.objects-view-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 42px rgba(10, 13, 16, 0.18);
}

.objects-view-switcher .button {
  min-width: 228px;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--white);
  justify-content: center;
}

.objects-view-switcher .button:hover,
.objects-view-switcher .button:focus-visible {
  border-color: var(--yellow);
  background: rgba(246, 196, 0, 0.12);
  color: var(--yellow);
  outline: none;
}

.objects-view-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(12, 15, 19, 0.34);
}

.objects-view-tabs button {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.objects-view-tabs button:hover {
  color: var(--yellow);
  background: rgba(246, 196, 0, 0.12);
}

.objects-view-tabs .is-active,
.objects-view-tabs [aria-selected="true"] {
  background: var(--yellow);
  color: #15181d;
}

.objects-panel {
  padding: 12px max(24px, calc((100vw - var(--max)) / 2)) 84px;
  scroll-margin-top: var(--objects-switcher-offset);
}

.objects-panel--reference {
  background: #1f242a;
  color: var(--white);
}

.objects-reference__filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) minmax(170px, 0.62fr) minmax(240px, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 42px rgba(10, 13, 16, 0.18);
}

.objects-reference__filters label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.objects-reference__filters select {
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #2b3139;
  color: var(--white);
  font-size: 13px;
  font-weight: 760;
  text-transform: none;
}

.objects-reference__filters select:focus {
  border-color: rgba(246, 196, 0, 0.68);
  outline: 2px solid rgba(246, 196, 0, 0.18);
  outline-offset: 2px;
}

.objects-reference__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 0 14px;
}

.objects-reference__toolbar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
}

.objects-reference__toolbar button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.objects-reference__toolbar button:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #15181d;
}

.objects-table-wrap {
  contain: paint;
  max-height: 760px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #20262d;
  box-shadow: 0 24px 54px rgba(10, 13, 16, 0.24);
}

.objects-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.objects-table th,
.objects-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: middle;
}

.objects-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #171b20;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.objects-table tbody tr {
  background: rgba(255, 255, 255, 0.035);
  transition: background 140ms ease, box-shadow 140ms ease;
}

.objects-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.055);
}

.objects-table tbody tr[data-status="in-progress"] {
  background: rgba(246, 196, 0, 0.11);
  box-shadow: inset 3px 0 0 var(--yellow);
}

.objects-table tbody tr:hover {
  background: rgba(246, 196, 0, 0.13);
}

.objects-table td:first-child {
  width: 58px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 820;
}

.objects-table td:nth-child(2) {
  width: 210px;
  color: var(--white);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
}

.objects-table td:nth-child(3) {
  min-width: 380px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.42;
}

.objects-table td:nth-child(3) span {
  display: block;
}

.objects-table td:nth-child(3) em {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
}

.objects-table td:nth-child(4) {
  width: 132px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}

.objects-status {
  display: inline;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.objects-status--completed {
  color: #74d996;
}

.objects-status--in-progress {
  color: var(--yellow);
}

[data-object-photo-link] {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

[data-object-photo-link]:hover {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #15181d;
  transform: translateX(1px);
}

[data-object-photo-link] svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.objects-table__empty {
  color: rgba(255, 255, 255, 0.34);
  font-weight: 900;
}

.portfolio-section {
  background: #1f242a;
}

.filter-row--dark button {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.filter-row--dark button:hover {
  border-color: rgba(246, 196, 0, 0.5);
  color: var(--yellow);
}

.filter-row--dark .is-active {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #171a1f;
}

.portfolio-grid {
  display: grid;
  gap: 24px;
}

.portfolio-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  scroll-margin-top: var(--objects-switcher-offset);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #2b3139;
  box-shadow: 0 28px 60px rgba(10, 13, 16, 0.22);
  transition: border-color 180ms ease, transform 180ms ease;
}

.portfolio-card:hover {
  border-color: rgba(246, 196, 0, 0.42);
  transform: translateY(-2px);
}

.portfolio-card.is-linked-target {
  border-color: rgba(246, 196, 0, 0.72);
  box-shadow: 0 0 0 3px rgba(246, 196, 0, 0.12), 0 28px 60px rgba(10, 13, 16, 0.24);
}

.portfolio-card__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 12px;
  padding: 14px;
}

.portfolio-card__main-media {
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 6px;
  background: #1b2026;
  overflow: hidden;
}

.portfolio-card__media-stage {
  width: 100%;
  height: 100%;
}

.portfolio-card__main-image,
.portfolio-card__main-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-card__main-image {
  cursor: zoom-in;
}

.portfolio-card__main-video {
  background: #0f1318;
}

.portfolio-card__media-count {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(18, 22, 27, 0.68);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.portfolio-card__media-step {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(18, 22, 27, 0.52);
  color: var(--white);
  cursor: pointer;
  opacity: 0.68;
  transform: translateY(-50%);
  transition: opacity 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.portfolio-card__media-step--prev {
  left: 14px;
}

.portfolio-card__media-step--next {
  right: 14px;
}

.portfolio-card__media-step svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portfolio-card__media-step:hover,
.portfolio-card__media-step:focus-visible {
  opacity: 1;
  border-color: rgba(246, 196, 0, 0.55);
  background: rgba(18, 22, 27, 0.76);
  color: var(--yellow);
  outline: none;
}

.portfolio-card__media-open {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(18, 22, 27, 0.66);
  color: rgba(255, 255, 255, 0.86);
  cursor: zoom-in;
  font-size: 11px;
  font-weight: 740;
  line-height: 1;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.portfolio-card__main-media:hover .portfolio-card__media-open,
.portfolio-card__media-open:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-card__media-open:hover,
.portfolio-card__media-open:focus-visible {
  border-color: rgba(246, 196, 0, 0.58);
  background: rgba(18, 22, 27, 0.82);
  color: var(--yellow);
  outline: none;
}

.portfolio-card__media-open svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portfolio-card__thumb-panel {
  position: relative;
  height: 460px;
}

.portfolio-card__thumbs {
  height: 460px;
}

.portfolio-card__thumb-panel:not(.has-scroll) .project-card__thumb {
  flex: 1 1 0;
  height: auto;
}

.portfolio-card__thumb-panel.has-scroll .project-card__thumb {
  flex-basis: 92px;
  height: 92px;
}

.project-card__thumb--video {
  position: relative;
}

.project-card__thumb--video::after {
  content: "Видео";
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(15, 18, 22, 0.78);
  color: var(--white);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.project-card__thumb-play {
  position: absolute;
  left: 8px;
  bottom: 7px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(246, 196, 0, 0.92);
}

.project-card__thumb-play::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #171a1f;
}

.portfolio-card__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 34px;
}

.portfolio-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.2;
}

.portfolio-card__meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.portfolio-card__meta span + span::before {
  content: "•";
  margin-right: 10px;
  color: var(--yellow);
  opacity: 0.62;
  font-weight: 700;
}

.portfolio-card__content h2 {
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.06;
}

.portfolio-card__facts {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.portfolio-card__facts span {
  display: grid;
  grid-template-columns: minmax(96px, 0.44fr) minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  min-width: 0;
}

.portfolio-card__facts em {
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.2;
}

.portfolio-card__facts strong {
  display: block;
  margin-bottom: 0;
  color: var(--white);
  min-height: 18px;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.14;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.portfolio-card__facts span.is-empty strong {
  opacity: 0.36;
}

.portfolio-card__actions {
  display: flex;
  align-self: stretch;
  justify-content: center;
  margin-top: auto;
}

.has-portfolio-lightbox {
  overflow: hidden;
}

.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 26px;
}

.portfolio-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 11, 14, 0.84);
  backdrop-filter: blur(8px);
  cursor: zoom-out;
}

.portfolio-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  grid-template-areas:
    "prev stage next"
    ". caption .";
  align-items: center;
  gap: 16px;
  width: min(1380px, calc(100vw - 52px));
  max-height: calc(100svh - 52px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.portfolio-lightbox__stage {
  grid-area: stage;
  display: grid;
  place-items: center;
  min-height: 0;
}

.portfolio-lightbox__image,
.portfolio-lightbox__video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: #11161c;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.portfolio-lightbox__video {
  width: min(100%, 1120px);
  aspect-ratio: 16 / 9;
}

.portfolio-lightbox__dialog figcaption {
  grid-area: caption;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.25;
  text-align: center;
}

.portfolio-lightbox__dialog figcaption em {
  color: rgba(255, 255, 255, 0.48);
  font-style: normal;
  white-space: nowrap;
}

.portfolio-lightbox__step,
.portfolio-lightbox__close {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(28, 33, 39, 0.78);
  color: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.portfolio-lightbox__step {
  width: 54px;
  height: 72px;
  border-radius: 8px;
}

.portfolio-lightbox__step--prev {
  grid-area: prev;
}

.portfolio-lightbox__step--next {
  grid-area: next;
}

.portfolio-lightbox__step svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portfolio-lightbox__close {
  position: absolute;
  right: 58px;
  top: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.portfolio-lightbox__step:hover,
.portfolio-lightbox__step:focus-visible,
.portfolio-lightbox__close:hover,
.portfolio-lightbox__close:focus-visible {
  border-color: rgba(246, 196, 0, 0.56);
  background: rgba(28, 33, 39, 0.94);
  color: var(--yellow);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 24px 24px;
    background: var(--graphite);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-contact {
    justify-items: end;
  }

  .header-actions {
    justify-self: end;
  }

  .header-social,
  .site-header .header-cta {
    display: none;
  }

  .header-email {
    display: none;
  }

  .service-jump {
    display: none;
  }

  .service-grid,
  .service-grid--home,
  .service-grid--full,
  .home-specializations,
  .services-specialization-grid,
  .service-index-grid,
  .about-overview,
  .about-metric-grid,
  .about-specialization-grid,
  .about-direction-list,
  .about-principle-grid,
  .about-work-model__grid,
  .about-resources,
  .about-resource-list,
  .about-safety,
  .about-safety-card-grid,
  .about-safety-result-grid,
  .about-safety__columns,
  .about-document-grid,
  .safety-intro-card-grid,
  .safety-direction-grid,
  .safety-results,
  .safety-result-grid,
  .vacancies-intro,
  .vacancy-card,
  .vacancy-card__requirements,
  .service-detail,
  .service-detail__overview,
  .service-detail__lists,
  .objects-reference__filters,
  .portfolio-card,
  .portfolio-card__facts,
  .project-grid,
  .project-grid--wide,
  .process__list,
  .reliability-grid,
  .proof-list,
  .contact-board,
  .split,
  .partner-grid,
  .partner-source-list,
  .home-contacts__panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-form__grid,
  .contact-requisites {
    grid-template-columns: 1fr;
  }

  .contact-board__info {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .contact-board__form {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home-advantages__head {
    justify-items: start;
    text-align: left;
  }

  .home-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .work-stages__grid {
    grid-template-columns: 1fr;
  }

  .work-stage,
  .work-stage--wide {
    grid-column: auto;
  }

  .home-advantage-card:nth-child(2) {
    border-right: 0;
  }

  .home-advantage-card:nth-child(-n + 2) {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(32, 36, 42, 0.18);
  }

  .home-contacts__panel {
    gap: 18px;
  }

  .home-contacts__content,
  .home-contacts__map {
    min-height: 380px;
  }

  .certificate-card {
    flex-basis: calc((100% - 18px) / 2);
  }

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

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__action {
    justify-self: start;
  }

  .services-detail-section__head,
  .services-overview__head,
  .services-index-section__head,
  .service-page-cta,
  .safety-intro__head,
  .safety-directions__head,
  .vacancies-section__head,
  .safety-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-overview__head h2,
  .services-index-section__head h2 {
    white-space: normal;
  }

  .service-detail__media,
  .service-detail__media img {
    min-height: 0;
  }

  .service-detail__media img {
    height: 360px;
  }

  .service-detail__summary,
  .service-detail__content {
    padding: 34px;
  }

  .service-related__card {
    flex-basis: calc((100% - 10px) / 2);
  }

  .about-safety__media {
    position: static;
  }

  .about-safety-card-grid article,
  .safety-direction-card {
    grid-template-columns: 1fr;
  }

  .safety-direction-card__list {
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .safety-direction-card__list ul {
    grid-template-columns: 1fr;
  }

  .safety-result-grid article,
  .safety-result-grid article:last-child {
    border-right: 0;
  }

  .safety-result-grid article:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-direction-list a,
  .about-timeline__rail article,
  .about-resource-list article {
    grid-template-columns: 1fr;
  }

  .about-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-page-cta .button,
  .safety-page-cta .button {
    width: 100%;
  }

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

  .vacancy-card__requirements ul {
    grid-template-columns: 1fr;
  }

  .vacancy-card__head,
  .vacancy-card__title-group {
    grid-template-columns: 1fr;
  }

  .vacancy-card__salary {
    text-align: left;
    white-space: normal;
  }

  .vacancy-card__actions {
    align-items: center;
    justify-content: center;
  }

  .vacancies-section__head p {
    max-width: none;
  }

  .portfolio-card__content {
    padding: 0 28px 30px;
  }

  .objects-reference__filters {
    gap: 12px;
  }

  .project-detail__gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero__lead {
    font-size: 28px;
  }

  .hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 36px;
  }

  .hero__facts div:nth-child(2) {
    border-right: 0;
  }

  .hero__facts div:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .page-hero__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .home-contacts__actions {
    align-items: center;
    flex-direction: row;
  }

  .home-contacts__actions .button {
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
    padding: 10px 16px;
  }

  .brand img {
    width: 52px;
  }

  .header-phone {
    font-size: 12px;
  }

  .site-nav {
    top: 68px;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    width: calc(100% - 32px);
    padding: 52px 0 58px;
  }

  .objects-workspace,
  .objects-panel {
    padding-right: 16px;
    padding-left: 16px;
  }

  .objects-view-switcher {
    align-items: stretch;
    flex-direction: column;
  }

  .objects-view-switcher .button {
    width: 100%;
  }

  .objects-view-tabs {
    display: grid;
    width: 100%;
  }

  .objects-table {
    min-width: 860px;
  }

  .hero__logo {
    width: 112px;
  }

  .hero__kicker {
    font-size: 11px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero__lead {
    font-size: 22px;
  }

  .hero__text {
    font-size: 16px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
  }

  .hero__facts div,
  .hero__facts div:nth-child(2) {
    border-right: 0;
  }

  .hero__facts div:nth-child(-n + 3) {
    border-bottom: 0;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .partner-source-list__items {
    grid-template-columns: 1fr;
  }

  .home-advantages__grid {
    grid-template-columns: 1fr;
  }

  .home-advantage-card,
  .home-advantage-card:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 36, 42, 0.16);
  }

  .home-advantage-card:last-child {
    border-bottom: 0;
  }

  .home-advantage-card span {
    margin-bottom: 14px;
  }

  .home-specialization-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 36, 42, 0.1);
  }

  .home-specialization-card:last-child {
    border-bottom: 0;
  }

  .home-specialization-card p {
    font-size: 19px;
  }

  .trust-strip__item,
  .section,
  .page-hero,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .page-hero {
    min-height: 300px;
    padding-top: 72px;
  }

  .page-hero--contacts {
    min-height: 500px;
    background-position: 60% 32%;
  }

  .page-hero--about,
  .page-hero--services,
  .page-hero--projects,
  .page-hero--safety,
  .page-hero--safety-legacy,
  .page-hero--vacancies {
    min-height: 600px;
  }

  .page-hero--about::before,
  .page-hero--safety::before,
  .page-hero--safety-legacy::before {
    background: linear-gradient(90deg, rgba(18, 21, 26, 0.94), rgba(18, 21, 26, 0.62));
  }

  .page-hero--services::after,
  .page-hero--projects::after {
    background: linear-gradient(90deg, rgba(18, 21, 26, 0.94), rgba(18, 21, 26, 0.62));
  }

  .about-hero__content p,
  .services-hero__content p,
  .objects-hero__content p,
  .safety-hero__content p,
  .about-overview__copy p,
  .about-resources__content p,
  .about-safety__content > p,
  .safety-results__content p,
  .about-page-cta p {
    font-size: 17px;
  }

  .about-hero__actions,
  .contact-hero__actions,
  .objects-hero__actions,
  .safety-hero__actions,
  .vacancies-hero__actions,
  .about-page-cta,
  .contact-details__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-hero__metrics,
  .objects-hero__metrics,
  .safety-hero__metrics {
    margin-top: 24px;
  }

  .about-overview__lead > p {
    font-size: 18px;
  }

  .about-direction-list a,
  .about-work-model__grid article,
  .about-specialization-grid article,
  .about-principle-grid article,
  .about-safety-card-grid article,
  .safety-intro-card-grid article,
  .safety-direction-card,
  .safety-result-grid article,
  .about-document-grid article,
  .about-resource-list article {
    min-height: 0;
  }

  .about-direction-list strong,
  .about-specialization-grid p,
  .about-principle-grid h3,
  .safety-direction-card h3,
  .about-timeline__rail h3,
  .light-icon-card h3,
  .about-resource-list strong {
    font-size: 20px;
  }

  .about-metric-grid {
    grid-template-columns: 1fr;
  }

  .about-metric-grid article {
    min-height: 150px;
  }

  .about-specialization-grid p,
  .about-principle-grid h3,
  .safety-intro-card-grid h3,
  .safety-result-grid h3 {
    margin-top: 28px;
  }

  .page-hero__metrics,
  .portfolio-card__gallery {
    grid-template-columns: 1fr;
  }

  .objects-hero__actions .button {
    width: 100%;
    justify-content: center;
  }

  .services-specialization-card {
    min-height: 0;
    padding: 24px;
  }

  .vacancy-card {
    padding: 24px;
  }

  .vacancies-section__head {
    gap: 16px;
    margin-bottom: 24px;
  }

  .vacancies-section__head h2 {
    font-size: 30px;
  }

  .request-modal {
    padding: 16px;
  }

  .request-modal__dialog {
    padding: 28px 24px;
  }

  .request-modal__head h2 {
    font-size: 32px;
  }

  .vacancy-application-form {
    grid-template-columns: 1fr;
  }

  .vacancy-card__head {
    flex-direction: column;
  }

  .vacancy-card__salary {
    font-size: 23px;
  }

  .vacancy-card__actions .button {
    width: 100%;
  }

  .service-index-card {
    min-height: 0;
  }

  .service-detail__content,
  .service-detail__summary,
  .portfolio-card__content {
    padding: 24px;
  }

  .service-detail__media,
  .service-detail__media img,
  .portfolio-card__main-media,
  .portfolio-card__main-image {
    min-height: 0;
    height: 310px;
  }

  .service-detail__actions {
    grid-template-columns: 1fr;
  }

  .service-related__card {
    flex-basis: 82%;
  }

  .portfolio-card__thumb-panel,
  .portfolio-card__thumbs {
    height: auto;
  }

  .portfolio-card__thumbs {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .portfolio-card__thumb-panel .project-card__thumb,
  .portfolio-card__thumb-panel.has-scroll .project-card__thumb,
  .portfolio-card__thumb-panel:not(.has-scroll) .project-card__thumb {
    flex: 0 0 92px;
    height: 76px;
  }

  .portfolio-card__thumb-nav {
    display: none;
  }

  .hero__actions,
  .section__actions,
  .home-contacts__actions,
  .reliability-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .trust-section__head,
  .certificates-block__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .certificate-card {
    flex-basis: 86%;
  }

  .project-card--home {
    flex-basis: calc(100vw - 32px);
    min-width: 0;
  }

  .project-card__gallery {
    grid-template-columns: 1fr;
  }

  .project-card__main-image,
  .project-card__thumb-panel,
  .project-card__thumbs {
    height: auto;
  }

  .project-card__main-image {
    aspect-ratio: 4 / 3;
  }

  .project-card__thumbs {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .project-card__thumb-panel .project-card__thumb,
  .project-card__thumb-panel.has-scroll .project-card__thumb {
    flex: 0 0 86px;
    height: 68px;
  }

  .project-card__thumb-nav {
    display: none;
  }

  .project-card__body--home {
    padding: 18px;
  }

  .project-card__meta--home {
    gap: 6px 10px;
  }

  .project-card--home strong {
    font-size: 22px;
  }

  .project-detail__gallery {
    grid-template-columns: 1fr;
  }

  .contact-board__info,
  .contact-board__form,
  .contact-board__map,
  .home-contacts__content {
    padding: 22px;
  }

  .contact-board__map {
    padding: 0;
  }

  .contact-details__map-link {
    justify-content: center;
  }

  .contact-requisites__item {
    min-height: 0;
  }

  .contact-company-card-link {
    min-height: 42px;
  }

  .contacts-yandex-map__frame {
    height: 260px;
  }

  .contact-inline-map.is-map-consent-pending {
    min-height: 260px;
  }

  .contacts-map-canvas__district {
    top: 20px;
    left: 20px;
  }

  .contacts-map-pin {
    top: 52%;
    left: 50%;
    max-width: calc(100% - 40px);
    padding: 16px;
    transform: translate(-50%, -24%);
  }

  .contacts-map-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 980px) {
  .about-overview__content {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 34px;
  }

  .about-overview__lead,
  .about-overview__copy {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  .about-overview__copy {
    margin-top: 0;
  }

  .news-feature,
  .article-layout,
  .rubric-layout,
  .rubric-subscribe,
  .news-documentation-access__inner,
  .news-article-row {
    grid-template-columns: 1fr;
  }

  .news-feature__grid,
  .news-grid,
  .news-category-grid,
  .rubric-topic-grid,
  .rubric-article-grid,
  .rubric-source-grid,
  .rubric-signal-list,
  .rubric-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rubric-layout--wide .rubric-library-tools__head {
    grid-template-columns: 1fr;
  }

  .rubric-subscribe__email-row,
  .rubric-subscribe .form-consent {
    grid-template-columns: 1fr;
  }

  .news-category {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "summary"
      "topics"
      "sources"
      "note"
      "link";
  }

  .rubric-note {
    position: static;
  }

  .site-footer__action {
    justify-items: start;
    text-align: left;
  }

  .site-footer__socials {
    justify-content: flex-start;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
  }

  .cookie-consent__actions {
    justify-content: flex-start;
  }

  .article-return {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 1360px) and (min-width: 641px) {
  body.has-cookie-consent .service-jump {
    bottom: 162px;
  }

  .cookie-consent {
    right: 16px;
    bottom: 16px;
    width: min(304px, calc(100vw - 32px));
    margin: 0;
    padding: 10px;
    gap: 9px;
  }

  .cookie-consent__body {
    gap: 5px;
  }

  .cookie-consent__body strong {
    font-size: 13px;
  }

  .cookie-consent__body p {
    font-size: 11.5px;
    line-height: 1.3;
  }

  .cookie-consent__actions {
    gap: 6px;
  }

  .cookie-consent__actions .button {
    min-height: 30px;
    padding-inline: 8px;
    font-size: 10.5px;
  }
}

@media (max-width: 640px) {
  .site-footer__links,
  .news-feature__grid,
  .news-grid,
  .news-category-grid,
  .article-fact-grid,
  .rubric-topic-grid,
  .rubric-article-grid,
  .rubric-source-grid,
  .rubric-signal-list,
  .rubric-related-grid {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__legal {
    justify-content: flex-start;
  }

  .site-footer__brand img {
    width: 96px;
  }

  .news-feature__article-card,
  .news-card,
  .news-category,
  .news-article-row,
  .news-article-catalog-link,
  .rubric-library-tools,
  .rubric-subscribe,
  .rubric-topic-card,
  .rubric-article-card,
  .rubric-source-card,
  .rubric-signal-card,
  .rubric-related-card,
  .article-note {
    padding: 22px;
  }

  .legal-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cookie-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    margin: 0;
    padding: 10px;
  }

  .news-feed__head,
  .news-articles__head,
  .news-categories__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-article-catalog-link {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 641px) {
  .hero__text,
  .section__head p,
  .split p,
  .home-specializations__head p,
  .about-overview__lead > p,
  .about-overview__copy p,
  .about-safety__content > p,
  .safety-intro__head p,
  .safety-directions__head p,
  .safety-results__content p,
  .services-overview__head p,
  .services-index-section__head p,
  .services-detail-section__head p,
  .news-feed__head p,
  .news-articles__head p,
  .news-categories__head p {
    font-weight: var(--text-body-weight);
    line-height: 1.62;
  }

  .home-specialization-card h3,
  .about-specialization-grid h3,
  .light-icon-card h3,
  .services-specialization-card h3,
  .safety-intro-card-grid h3 {
    font-size: clamp(20px, 1.55vw, 22px);
    font-weight: var(--text-card-title);
    line-height: 1.2;
  }

  .home-advantage-card h3,
  .about-principle-grid h3,
  .about-safety-card-grid h3,
  .safety-result-grid h3,
  .service-index-card__body strong,
  .news-card h3,
  .news-category strong {
    font-size: clamp(18px, 1.35vw, 20px);
    font-weight: var(--text-card-title);
    line-height: 1.2;
  }

  .safety-direction-card h3 {
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: var(--text-card-title);
    line-height: 1.16;
  }

  .home-specialization-card p,
  .home-advantage-card p,
  .about-specialization-grid p,
  .light-icon-card p,
  .about-principle-grid p,
  .about-safety-card-grid p,
  .safety-intro-card-grid p,
  .safety-direction-card__summary > p,
  .safety-result-grid p,
  .services-specialization-card p,
  .service-detail__intro p,
  .service-detail li,
  .news-card p,
  .news-category__summary,
  .news-category__sources {
    font-weight: var(--text-body-weight);
    line-height: 1.62;
  }

  .home-specialization-card p,
  .home-advantage-card p,
  .about-specialization-grid p,
  .light-icon-card p,
  .about-principle-grid p,
  .about-safety-card-grid p,
  .safety-intro-card-grid p,
  .safety-direction-card__summary > p,
  .safety-result-grid p,
  .services-specialization-card p,
  .news-card p {
    font-size: 15px;
  }

  .service-index-card__body small {
    font-weight: var(--text-body-weight);
    line-height: 1.5;
  }

  .service-detail__lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42;
  }

  .services-detail-section__head span {
    font-weight: var(--text-section-title);
    line-height: 1.1;
  }

  .home-advantage-card span,
  .about-principle-grid span,
  .services-specialization-card__num,
  .about-safety-result-grid span,
  .safety-result-grid strong {
    font-weight: var(--text-section-title);
  }

  .hero__facts span,
  .metric-card__label,
  .portfolio-card__meta,
  .portfolio-card__facts span,
  .portfolio-card__facts em,
  .portfolio-card__facts strong,
  .news-chip,
  .news-source {
    font-weight: var(--text-meta);
  }
}

.site-footer .site-footer__action > .button {
  display: inline-flex;
}

:is(
  .hero__kicker,
  .page-hero__kicker,
  .section__eyebrow,
  .about-section-kicker,
  .home-contacts__kicker,
  .contact-form__eyebrow,
  .home-advantages__head > span
) {
  display: flex;
  width: fit-content;
  gap: var(--eyebrow-label-gap);
  margin-bottom: 0;
}

.page-hero--article .page-hero__kicker {
  margin-bottom: 0;
}

:is(
  .hero__kicker,
  .page-hero__kicker,
  .section__eyebrow,
  .about-section-kicker,
  .home-contacts__kicker,
  .contact-form__eyebrow,
  .home-advantages__head > span
) + :is(h1, h2, h3) {
  margin-top: var(--eyebrow-title-gap);
}

@media (max-width: 900px) {
  .content-section-tabs__inner {
    width: calc(100% - 24px);
    padding: 7px 0;
  }

  .content-section-tabs__link {
    min-height: 36px;
    padding: 8px 14px;
  }

  .news-feed-filter-row > span {
    min-width: auto;
  }

  .news-month-divider {
    margin-top: 4px;
  }
}

@media (max-width: 760px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .home-specialization-card,
    .home-advantage-card,
    .light-icon-card,
    .about-specialization-grid article,
    .about-principle-grid article,
    .safety-intro-card-grid article,
    .safety-direction-card,
    .services-specialization-card
  ),
  :is(
    .home-specialization-card,
    .home-advantage-card,
    .light-icon-card,
    .about-specialization-grid article,
    .about-principle-grid article,
    .safety-intro-card-grid article,
    .safety-direction-card,
    .services-specialization-card
  ):hover,
  :is(
    .home-specialization-card__icon,
    .home-specialization-card__mark,
    .home-advantage-card span,
    .home-advantage-card span::after,
    .about-document-card__icon,
    .light-icon-card__mark,
    .about-specialization-card__icon,
    .about-specialization-card__mark,
    .about-principle-grid span,
    .about-principle-grid span::after,
    .safety-intro-card__icon,
    .safety-direction-card__icon,
    .safety-direction-card__head em,
    .services-specialization-card__icon,
    .services-specialization-card__num
  ),
  .light-icon-card .about-document-card__icon,
  .light-icon-card .light-icon-card__mark,
  .light-icon-card:hover .about-document-card__icon,
  .light-icon-card:hover .light-icon-card__mark,
  .services-specialization-card::before {
    transform: none;
    transition: none;
  }
}
