@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "Mak";
  src:
    local("Mak"),
    local("MAK"),
    local("MAK Display");
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("./futura-book/FuturaPTBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #1d2731;
  --panel: #243340;
  --panel-2: #22313d;
  --panel-3: #2d3d49;
  --line: rgba(149, 208, 233, 0.62);
  --line-soft: rgba(128, 191, 217, 0.18);
  --text: #f6f8fb;
  --muted: rgba(232, 239, 245, 0.72);
  --accent: #79c9ea;
  --white-panel: #f4f4f4;
  --shadow: 0 28px 60px rgba(5, 10, 16, 0.28);
  --radius: 18px;
  --frame: 1440px;
  --font-body: "Montserrat", "Segoe UI", sans-serif;
  --font-heading: "Futura PT Book", "Raleway", "Montserrat", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 20px;
  background-color: #1c2731;
  background:
    radial-gradient(circle at 50% -10%, rgba(100, 164, 196, 0.22), transparent 32%),
    linear-gradient(180deg, #202c37 0%, #1c2731 100%);
  overflow-x: clip;
}

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

.page {
  width: min(var(--frame), calc(100vw - 32px));
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 22px;
}

.page--home {
  padding-bottom: 18px;
}

.page--home .header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 78px;
  padding: 12px 24px;
  background: rgba(37, 52, 65, 0.985);
  box-shadow: 0 12px 26px rgba(8, 13, 19, 0.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.page--home main[id],
.page--home section[id] {
  scroll-margin-top: 118px;
}

.header,
.panel,
.panel-soft,
.card,
.stat {
  border: 1px solid rgba(141, 192, 216, 0.08);
}

.header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 12px 24px;
  border-radius: 0 0 14px 14px;
  background: rgba(38, 53, 66, 0.98);
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 14px;
}

.logo-image {
  display: block;
  width: auto;
  height: 36px;
  object-fit: contain;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 48px;
  color: #f5f7fa;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.logo-copy {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #f5f7fa;
  font-weight: 700;
}

.logo-copy strong {
  color: #f5f7fa;
}

.nav {
  display: grid;
  grid-template-columns: repeat(8, max-content);
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(241, 245, 248, 0.94);
  letter-spacing: -0.015em;
  font-family: var(--font-heading);
  text-transform: uppercase;
}

.page--home .nav {
  max-width: 100%;
  margin: 0 auto;
}

.nav a,
.phone,
.phone-box,
.header-cta {
  position: relative;
}

.nav > a,
.nav-dropdown summary {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.nav a::after,
.phone::after,
.phone-box::after,
.header-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--line);
  transition: transform 160ms ease;
}

.nav a:hover::after,
.phone:hover::after,
.phone-box:hover::after,
.header-cta:hover::after {
  transform: scaleX(1);
}

.nav > a:hover,
.nav > a:focus-visible,
.nav-dropdown:hover summary,
.nav-dropdown[open] summary,
.nav-dropdown summary:focus-visible {
  color: #ffffff;
  background: rgba(237, 243, 247, 0.07);
  border-color: rgba(141, 192, 216, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 20px rgba(8, 15, 21, 0.16);
  transform: translateY(-1px);
}

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

.phone {
  color: rgba(233, 240, 246, 0.74);
  font-size: 0.78rem;
}

.phone-box {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
  min-width: 224px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(251, 252, 253, 0.99), rgba(241, 244, 246, 0.98));
  box-shadow: 0 18px 32px rgba(8, 15, 21, 0.18);
  color: #5b8096;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(240, 244, 247, 0.88);
  color: #f5f8fb;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

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

.header-cta--phone {
  min-width: 224px;
  min-height: 36px;
  padding: 0 14px;
  background: rgba(76, 101, 120, 0.26);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(8, 15, 21, 0.1);
  font-size: 11px;
}

.header-cta--phone:hover {
  background: rgba(96, 126, 145, 0.24);
  border-color: rgba(250, 252, 255, 0.98);
}

.header-cta-icon {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
}

.header-cta-icon img {
  width: 16px;
  height: 16px;
  filter: none;
}

.header-cta--telegram {
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  gap: 0;
  background: rgba(76, 101, 120, 0.26);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(8, 15, 21, 0.1);
}

.header-cta--telegram:hover {
  background: rgba(96, 126, 145, 0.24);
  border-color: rgba(250, 252, 255, 0.98);
}

.header-cta--telegram img {
  width: 15px;
  height: 15px;
  filter: none;
}

.phone-box-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(91, 128, 150, 0.18);
  font-size: 0.96rem;
}

.phone-box-icon img {
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(15%) saturate(840%) hue-rotate(158deg) brightness(94%) contrast(87%);
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-socials a {
  flex: 0 0 auto;
}

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

.header-socials a:not(.social-pill--max) img {
  width: 16px;
  height: 16px;
  filter: none;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(237, 243, 247, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(240, 245, 248, 0.9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.social-pill img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.social-pill--max {
  min-width: 38px;
  width: 38px;
  padding: 0;
}

.social-pill--max img {
  width: 20px;
  height: 20px;
  filter: none;
}

.pill,
.leader-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill-outline {
  background: rgba(42, 59, 72, 0.9);
  border: 1px solid rgba(152, 208, 232, 0.22);
  color: rgba(229, 239, 245, 0.78);
}

.legal-header-nav {
  grid-template-columns: max-content;
}

.pill-primary {
  background: linear-gradient(180deg, #38515f 0%, #2e4250 100%);
  box-shadow: 0 18px 32px rgba(8, 15, 21, 0.28);
}

.pill-tag {
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid rgba(151, 208, 231, 0.44);
  font-size: 0.68rem;
}

.light {
  color: #d9edf6;
}

.light-fill {
  background: #f4f6f8;
  color: #21303c;
  font-weight: 600;
}

.compact {
  min-width: 246px;
}

.panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(37, 51, 64, 0.98), rgba(33, 45, 57, 0.98));
  box-shadow: var(--shadow);
}

.panel-soft {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(44, 61, 76, 0.96), rgba(37, 50, 63, 0.96));
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.62fr;
  align-items: center;
  min-height: 642px;
  margin-top: 12px;
  padding: 72px 58px 92px;
}

.page--home .hero {
  display: flex;
  align-items: stretch;
  min-height: 700px;
  padding: 0;
  background: #1a2430;
}

.hero-slide-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page--home .hero-slider,
.page--home .hero-overlay {
  position: absolute;
  inset: 0;
}

.page--home .hero-slider {
  background: #1a2430;
}

.page--home .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 320ms ease;
}

.page--home .hero-slide--1 {
  background-image: url("./img/index/dek1.webp");
}

.page--home .hero-slide--2 {
  background-image: url("./img/index/dek2.webp");
}

.page--home .hero-slide--3 {
  background-image: url("./img/index/dek3.webp");
}

#hero-slide-1:checked ~ .hero-slider .hero-slide--1,
#hero-slide-2:checked ~ .hero-slider .hero-slide--2,
#hero-slide-3:checked ~ .hero-slider .hero-slide--3 {
  opacity: 1;
}

.page--home .hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 20, 29, 0.78) 0%, rgba(16, 24, 34, 0.34) 46%, rgba(14, 20, 29, 0.7) 100%),
    radial-gradient(circle at 35% 67%, rgba(109, 162, 194, 0.16), transparent 25%),
    linear-gradient(180deg, rgba(10, 16, 24, 0.18) 0%, rgba(10, 16, 24, 0.54) 100%);
}

.page--home .hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 900px;
  padding: 174px 0 140px 62px;
}

.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(244, 247, 250, 0.92);
  font-size: 16px;
  font-weight: 500;
}

.hero-meta-icon,
.hero-cta-icon {
  display: block;
  flex: 0 0 auto;
}

.hero-meta-icon {
  width: 18px;
  height: 18px;
}

.sky-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 41% 23%, rgba(124, 193, 224, 0.24), transparent 25%),
    linear-gradient(180deg, rgba(20, 27, 36, 0.34), rgba(17, 24, 31, 0.36));
}

.building {
  position: absolute;
  bottom: -18px;
  width: 300px;
  height: 560px;
  opacity: 0.7;
  background:
    linear-gradient(180deg, rgba(15, 18, 25, 0.24), rgba(15, 14, 21, 0.64)),
    repeating-linear-gradient(
      90deg,
      rgba(70, 63, 87, 0.96) 0 12px,
      rgba(31, 39, 49, 0.96) 12px 21px
    );
  box-shadow: inset 0 0 0 1px rgba(111, 147, 168, 0.08);
}

.building::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(219, 162, 124, 0.08) 0 28px,
      transparent 28px 42px
    );
}

.building-left {
  left: -58px;
  transform: skewY(8deg) rotate(-14deg);
  transform-origin: bottom left;
}

.building-right {
  right: -18px;
  width: 286px;
  height: 600px;
  transform: skewY(-7deg) rotate(9deg);
  transform-origin: bottom right;
}

.hero-copy,
.hero-project,
.experience-copy {
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.section-head h2,
.experience-copy h2,
.contacts-copy h2,
.service-hero h1,
.catalog-head h1,
.project-hero h1,
.legal-hero h1,
.article-hero h1,
.feature-card h3,
.pricing-card h3,
.timeline-card h3,
.catalog-card h3,
.detail-panel h2,
.legal-block h2,
.card h3,
.consult h2 {
  margin: 0;
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 500;
  font-family: var(--font-heading);
}

.hero-copy h1 {
  font-size: 69px;
}

.page--home .hero-copy h1,
.page--home .section-head h2,
.page--home .experience-copy h2,
.page--home .contacts-copy h2 {
  font-weight: 300;
  letter-spacing: -0.04em;
}

.page--home .hero-copy h1 {
  max-width: 860px;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.page--home .section-head h2,
.page--home .experience-copy h2,
.page--home .contacts-copy h2 {
  font-size: 32px;
  line-height: 1.04;
  padding-left: var(--home-title-offset);
  text-transform: uppercase;
}

.page--home .card h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.page--home #services .card h3,
.page--home #projects .card h3,
.page--home #articles .card h3 {
  font-size: 22px;
  line-height: 1.16;
  font-weight: 400;
  max-width: none;
  width: 100%;
  text-wrap: balance;
}

.page--home #services .card h3 {
  margin: 12px 0 8px;
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 430px;
  margin: 24px 0 32px;
  color: rgba(233, 240, 246, 0.8);
  font-size: 24px;
  line-height: 1.45;
}

.page--home .hero-copy p,
.page--home .intro-copy,
.page--home .booklet-copy p,
.page--home .experience-copy p,
.page--home .experience-copy ul,
.page--home .lead,
.page--home .contacts-copy p {
  font-size: 20px;
  line-height: 1.5;
}

.page--home .hero-copy p {
  max-width: 650px;
  margin: 26px 0 0 82px;
  color: rgba(240, 244, 247, 0.88);
  font-size: 20px;
  line-height: 1.5;
}

.page--home .card p,
.page--home .leader-copy p,
.page--home .leader-note {
  font-size: 16px;
  line-height: 1.5;
}

.page--home .leader .leader-role {
  font-size: 14px;
  line-height: 1;
}

.page--home .hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin-top: 28px;
  margin-left: 0;
  align-self: flex-start;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-width: 196px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(240, 244, 247, 0.88);
  border-radius: 999px;
  color: #f5f8fb;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.hero-cta--primary {
  border-color: rgba(255, 255, 255, 0.96);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 248, 0.96));
  color: #587c92;
  box-shadow:
    0 18px 36px rgba(7, 11, 17, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-cta--secondary {
  background: rgba(78, 104, 122, 0.18);
  color: #f5f8fb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-cta span {
  white-space: nowrap;
}

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

.hero-cta--primary:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 242, 246, 0.98));
  box-shadow:
    0 20px 40px rgba(7, 11, 17, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-cta--secondary:hover {
  background: rgba(96, 126, 145, 0.24);
  border-color: rgba(250, 252, 255, 0.98);
}

.hero-cta-icon {
  width: 24px;
  height: 24px;
}

.hero-cta--primary .hero-cta-icon {
  filter: brightness(0) saturate(100%) invert(49%) sepia(17%) saturate(718%) hue-rotate(157deg) brightness(93%) contrast(88%);
}

.hero-cta--secondary .hero-cta-icon {
  filter: none;
}

.page--home .hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.42;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.hero-dot img {
  width: 14px;
  height: 14px;
}

#hero-slide-1:checked ~ .hero-dots label[for="hero-slide-1"],
#hero-slide-2:checked ~ .hero-dots label[for="hero-slide-2"],
#hero-slide-3:checked ~ .hero-dots label[for="hero-slide-3"] {
  opacity: 1;
  transform: scale(1.08);
}

.hero-project {
  justify-self: end;
  width: 304px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(74, 59, 32, 0.56), rgba(47, 39, 26, 0.72));
  border: 1px solid rgba(214, 179, 117, 0.16);
  box-shadow: 0 18px 40px rgba(8, 10, 14, 0.32);
}

.hero-project-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
}

.interior-shot {
  position: relative;
  height: 174px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(180deg, #f3dfc0 0%, #d4bea2 34%, #8c7258 100%);
}

.interior-window,
.interior-floor,
.interior-sofa,
.interior-plant {
  position: absolute;
  display: block;
}

.interior-window {
  left: 16px;
  top: 12px;
  width: 94px;
  height: 120px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.84)),
    linear-gradient(180deg, rgba(167, 132, 98, 0.1), rgba(146, 109, 76, 0.24));
  box-shadow:
    40px 0 0 rgba(250, 246, 238, 0.8),
    80px 0 0 rgba(249, 244, 233, 0.6);
}

.interior-floor {
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background:
    linear-gradient(180deg, rgba(128, 88, 62, 0.12), rgba(116, 74, 48, 0.38)),
    repeating-linear-gradient(
      90deg,
      rgba(150, 109, 80, 0.72) 0 22px,
      rgba(121, 82, 58, 0.72) 22px 44px
    );
}

.interior-sofa {
  left: 92px;
  bottom: 30px;
  width: 156px;
  height: 58px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #ca7651 0%, #8f4c35 100%);
  box-shadow: 0 12px 20px rgba(83, 36, 26, 0.32), inset -20px 0 0 rgba(119, 58, 41, 0.4);
}

.interior-sofa::before,
.interior-sofa::after {
  content: "";
  position: absolute;
  top: -18px;
  width: 46px;
  height: 28px;
  border-radius: 12px 12px 10px 10px;
  background: linear-gradient(180deg, #cf7d57 0%, #9f593e 100%);
}

.interior-sofa::before {
  left: 8px;
}

.interior-sofa::after {
  right: 12px;
}

.interior-plant {
  right: 26px;
  bottom: 62px;
  width: 42px;
  height: 74px;
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(circle at 50% 20%, #456b3b 0 10px, transparent 11px),
    radial-gradient(circle at 28% 38%, #3d6d3d 0 10px, transparent 11px),
    radial-gradient(circle at 72% 38%, #467245 0 10px, transparent 11px),
    linear-gradient(180deg, transparent 0 48px, #8a684b 48px 100%);
}

.mesh {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='170' viewBox='0 0 1440 170' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.9' stroke='%236eaec9' stroke-width='1.2'%3E%3Cpath d='M0 123C127 59 240 46 347 60C448 73 541 118 644 123C753 129 853 84 963 69C1085 52 1213 66 1440 107'/%3E%3Cpath d='M0 138C146 84 259 73 361 81C464 90 560 125 660 127C779 130 886 96 999 84C1119 72 1241 84 1440 126'/%3E%3Cpath d='M0 151C173 111 279 104 389 108C493 112 589 134 700 136C827 138 935 117 1058 109C1180 101 1297 107 1440 145'/%3E%3Cpath d='M226 160C314 92 399 62 494 57C603 50 708 84 812 87C941 90 1050 39 1186 24C1274 14 1354 16 1440 31'/%3E%3Cpath d='M407 160C481 116 560 92 650 90C759 89 853 123 963 122C1088 121 1194 83 1310 73C1360 69 1404 69 1440 75'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

.mesh-hero {
  bottom: -22px;
  height: 158px;
}

.page--home main {
  display: grid;
  gap: 38px;
  --home-title-offset: 75px;
}

.intro {
  padding: 34px 0 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.section-head h2 {
  font-size: 54px;
}

.page--home .intro .section-head {
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 18px 26px;
}

.page--home .intro .section-head h2 {
  max-width: 920px;
  padding-left: var(--home-title-offset);
  font-size: 32px;
  line-height: 0.96;
  text-align: left;
}

.page--home #advantages .section-head h2,
.page--home #services .section-head h2,
.page--home #projects .section-head h2,
.page--home #articles .section-head h2,
.page--home #company .section-head h2,
.page--home #experience .experience-copy h2,
.page--home #contacts .contacts-copy h2 {
  padding-left: var(--home-title-offset);
}

.page--home .articles-head {
  margin-bottom: 24px;
}

.page--home #services .section-head,
.page--home #projects .section-head {
  margin-bottom: 24px;
}

.section-head-shift {
  display: inline-block;
  padding-left: 159px;
  color: #f4f7fa !important;
}

.page--home .section-head-shift {
  padding-left: 25px;
}

.section-head h2 .section-head-shift {
  color: #f4f7fa !important;
}

.section-head h2 span {
  color: var(--accent);
}

.head-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 72px;
}

.page--home .section-head .head-line {
  width: 430px;
  min-width: 430px;
  justify-self: end;
  margin-right: 96px;
}

.page--home .intro .head-line {
  padding-top: 4px;
}

.line {
  position: relative;
  flex: 1;
  height: 34px;
  background: transparent;
}

.head-line .line::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  background: center / 100% 34px no-repeat url("./theme/icons/arrow.svg");
  pointer-events: none;
}

.page--home .intro .line {
  background: transparent;
}

.page--home .intro .pill-tag {
  min-width: 186px;
  min-height: 46px;
  padding: 0 28px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(206, 217, 226, 0.58);
  border-radius: 999px;
  background: rgba(39, 56, 70, 0.24);
  color: rgba(243, 246, 248, 0.96);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.pill-tag {
  min-width: 186px;
  min-height: 46px;
  padding: 0 28px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(206, 217, 226, 0.58);
  border-radius: 999px;
  background: rgba(39, 56, 70, 0.24);
  color: rgba(243, 246, 248, 0.96);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 188px;
  gap: 18px 0;
  margin-top: 24px;
  align-items: start;
}

.intro-copy {
  max-width: 770px;
  padding-left: 118px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

.intro-copy p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.intro-copy p + p {
  margin-top: 30px;
}

.intro-copy-strong {
  max-width: 770px;
  color: rgba(239, 244, 247, 0.9);
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
}

.stats {
  display: grid;
  justify-self: start;
  width: 188px;
  gap: 0;
  padding-top: 0;
  margin-left: -188px;
  margin-right: 0;
}

.stat {
  position: relative;
  min-height: 118px;
  padding: 10px 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.stat + .stat {
  border-top: 1px solid rgba(133, 182, 207, 0.18);
}

.stat-icon {
  display: none;
}

.stat strong {
  display: block;
  margin-bottom: 6px;
  color: #7dd4ff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  max-width: 188px;
}

.stat em {
  font-style: normal;
  font-size: 0.42em;
  font-weight: 500;
}

.stat span,
.leader-metric span {
  color: rgba(225, 236, 244, 0.72);
  font-size: 12px;
  line-height: 1.22;
  max-width: 188px;
}

.stat-main strong {
  font-size: 48px;
}

.stat-surface strong {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.stat-years strong {
  font-size: 44px;
}

.booklet {
  position: relative;
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin: 44px 0;
  padding: 0 26px 0 0;
  min-height: 172px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(54, 72, 88, 0.94);
  isolation: isolate;
}

.booklet::after {
  display: none;
}

.booklet-visual {
  position: relative;
  height: 172px;
  overflow: visible;
  border-radius: 18px 0 0 18px;
  background: transparent;
}

.booklet-visual::after {
  display: none;
}

.roll,
.sheet,
.magazine-page,
.magazine-roll,
.magazine-shadow {
  position: absolute;
  display: block;
}

.roll {
  left: 10px;
  bottom: -10px;
  width: 124px;
  height: 122px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 48%, rgba(68, 73, 81, 0.88) 0 18px, transparent 19px),
    radial-gradient(circle at 40% 47%, rgba(163, 172, 181, 0.64) 0 34px, rgba(84, 91, 100, 0.86) 35px 54px, transparent 55px),
    linear-gradient(180deg, #d9dbe0 0%, #b3b6bd 100%);
  transform: rotate(-22deg);
}

.sheet {
  right: -8px;
  bottom: -12px;
  width: 190px;
  height: 134px;
  border-radius: 16px 0 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(229, 231, 235, 0.92)),
    repeating-linear-gradient(180deg, transparent 0 13px, rgba(60, 78, 91, 0.2) 13px 14px);
  transform: rotate(9deg);
  box-shadow: 0 14px 22px rgba(11, 16, 22, 0.22);
}

.sheet::before,
.sheet::after,
.magazine-page::before,
.magazine-page::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 10px;
  border-radius: 3px;
  background: rgba(77, 104, 119, 0.2);
}

.sheet::before,
.magazine-page::before {
  top: 24px;
}

.sheet::after,
.magazine-page::after {
  top: 48px;
}

.booklet-press {
  position: absolute;
  left: -8px;
  top: -24px;
  display: block;
  width: 470px;
  max-width: none;
  transform: rotate(8deg);
  transform-origin: top left;
  filter: drop-shadow(0 24px 30px rgba(10, 16, 24, 0.22));
  z-index: 2;
}

.booklet-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-left: -34px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.booklet-text {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.booklet-title {
  margin: 0;
  color: rgba(244, 247, 250, 0.96);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-family: var(--font-heading);
}

.booklet-copy p {
  max-width: none;
  margin: 0;
  color: rgba(239, 244, 247, 0.92);
  font-size: 20px;
  line-height: 1.5;
}

.booklet-note {
  color: rgba(226, 236, 243, 0.78);
  font-size: 16px;
  line-height: 1.4;
  white-space: normal;
}

.booklet-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 10px;
  min-width: 224px;
  min-height: 36px;
  padding: 0 18px;
  border: 1px solid rgba(240, 244, 247, 0.88);
  border-radius: 999px;
  background: rgba(78, 104, 122, 0.18);
  color: #f5f8fb;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.booklet-action:hover {
  transform: translateY(-1px);
  background: rgba(96, 126, 145, 0.24);
  border-color: rgba(250, 252, 255, 0.98);
}

.booklet-action img {
  display: block;
  width: 18px;
  height: 18px;
  filter: none;
}

body.modal-open {
  overflow: hidden;
}

.site-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.site-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-popup-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 21, 0.5), rgba(8, 14, 21, 0.72)),
    rgba(10, 16, 24, 0.36);
  backdrop-filter: blur(10px);
}

.site-popup-card {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 52px));
  min-height: 360px;
  padding: 32px 230px 32px 32px;
  overflow: hidden;
  border: 1px solid rgba(186, 222, 239, 0.4);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 16%, rgba(191, 231, 248, 0.42), transparent 28%),
    radial-gradient(circle at 36% 58%, rgba(134, 204, 238, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(124, 184, 217, 0.98), rgba(111, 171, 206, 0.96));
  box-shadow:
    0 24px 60px rgba(6, 12, 20, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site-popup-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 100%;
}

.site-popup-kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(235, 242, 247, 0.32);
  border-radius: 999px;
  color: rgba(247, 249, 250, 0.84);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-popup-copy h3 {
  margin: 0;
  color: #f8fbfd;
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.site-popup-copy p {
  max-width: 380px;
  margin: 0;
  color: rgba(243, 247, 250, 0.88);
  font-size: 16px;
  line-height: 1.35;
}

.site-popup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
  max-width: 460px;
}

.site-popup-form--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 460px;
}

.site-popup-field {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 54px;
  padding: 0 20px;
  border: 1.5px solid rgba(244, 248, 251, 0.92);
  border-radius: 999px;
  background: rgba(206, 233, 246, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 10px 24px rgba(46, 113, 146, 0.08);
}

.site-popup-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(247, 249, 251, 0.98);
  font: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.site-popup-field input::placeholder {
  color: rgba(228, 237, 243, 0.82);
}

.site-popup-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(251, 252, 252, 0.99), rgba(240, 243, 246, 0.98));
  color: #1a2630;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 12px 28px rgba(8, 15, 21, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.site-popup-submit:hover {
  transform: translateY(-1px);
  box-shadow:
    0 16px 32px rgba(8, 15, 21, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.site-popup-form--single .site-popup-submit {
  margin-top: 2px;
}

.site-popup-visual {
  position: absolute;
  right: -8px;
  bottom: -4px;
  width: 290px;
  pointer-events: none;
}

.site-popup-visual img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.96;
}

.site-popup-card--success .site-popup-copy {
  align-self: center;
  justify-self: center;
  max-width: 420px;
  text-align: center;
}

.site-popup-card--success .site-popup-copy p {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.site-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244, 247, 249, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f8fbfd;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.site-popup-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
}

.site-popup-close span {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  transform: translateY(-2px);
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  min-height: 320px;
  margin: 20px 0 26px;
  padding: 34px 28px;
  gap: 26px;
}

.experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 40, 50, 0.92) 0%, rgba(31, 43, 54, 0.72) 36%, rgba(25, 36, 46, 0.36) 58%, rgba(23, 33, 42, 0.76) 100%),
    url("./img/index/experience.webp") center center / cover no-repeat;
  opacity: 0.96;
}

.experience-copy {
  max-width: 670px;
  padding-left: 0;
}

.experience-copy h2 {
  font-size: 50px;
  white-space: nowrap;
}

.experience-copy p {
  margin: 18px 0 10px;
  font-size: 20px;
  color: rgba(234, 241, 247, 0.82);
  margin-left: 118px;
}

.experience-copy ul {
  margin: 0;
  padding: 0 0 0 18px;
  margin-left: 118px;
  color: rgba(233, 240, 245, 0.78);
  line-height: 1.5;
  font-size: 20px;
}

.experience-side {
  position: relative;
  z-index: 1;
  display: flex;
  align-self: end;
}

.experience-telegram {
  justify-self: end;
  gap: 10px;
  min-width: 262px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(147, 205, 229, 0.26);
  background: rgba(58, 86, 103, 0.88);
  color: rgba(240, 245, 248, 0.94);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(10, 15, 20, 0.16);
}

.experience-telegram img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.mesh-bottom {
  bottom: -24px;
  height: 148px;
}

.page--home #experience .mesh-bottom {
  display: none;
}

.section {
  margin-bottom: 40px;
}

.lead {
  max-width: 670px;
  margin: 16px 0 22px 96px;
  color: rgba(228, 237, 244, 0.78);
  font-size: 20px;
  line-height: 1.5;
}

.narrow {
  max-width: 600px;
}

.cards {
  display: grid;
  gap: 20px;
}

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

.page--home #articles .services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(39, 56, 70, 0.98), rgba(34, 49, 61, 0.98));
  box-shadow: 0 20px 40px rgba(7, 12, 18, 0.18);
}

.placeholder {
  width: 100%;
  min-height: 116px;
  border-radius: 8px;
  background: linear-gradient(180deg, #e0dfdf 0%, #cfcfcf 100%);
}

.placeholder-tall {
  min-height: 206px;
}

.service-photo {
  display: block;
  width: 100%;
  min-height: 206px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.card h3 {
  margin: 16px 0 10px;
  font-size: 19px;
  font-weight: 500;
}

.card p,
.leader-copy p,
.leader-note {
  margin: 0;
  color: rgba(225, 235, 243, 0.72);
  font-size: 24px;
  line-height: 1.42;
}

.page--home #services .card > p,
.page--home #articles .card > p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.22;
  width: 100%;
  max-width: none;
  text-wrap: pretty;
}

.card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  min-height: 32px;
  margin-top: 15px;
  padding: 0 14px;
  border: 1.5px solid rgba(216, 225, 232, 0.34);
  border-radius: 999px;
  background: rgba(40, 56, 69, 0.34);
  color: rgba(241, 245, 248, 0.88);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.page--home #services .card,
.page--home #projects .card,
.page--home #articles .card {
  position: relative;
  height: 100%;
}

.page--home #services .card,
.page--home #articles .card {
  min-height: 344px;
  padding-bottom: 56px;
}

.page--home #services .card > .service-photo,
.page--home #services .card > .placeholder-tall {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
  border-radius: 12px;
}

.page--home #services .card > .service-photo {
  object-fit: cover;
  object-position: center;
}

.page--home #articles .card > .service-photo,
.page--home #articles .card > .placeholder {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  border-radius: 12px;
}

.page--home #articles .card > .service-photo {
  object-fit: cover;
  object-position: center;
}

.page--home #services .card h3 {
  min-height: 40px;
  margin: 0 0 8px;
  line-height: 1.12;
}

.page--home #articles .card h3 {
  min-height: 54px;
  margin: 0 0 6px;
  line-height: 1.12;
}

.page--home #services .card > p {
  min-height: 0;
  margin: 0;
}

.page--home #articles .card > p {
  min-height: 38px;
  margin: 0;
}

.page--home #services .card {
  min-height: 324px;
}

.page--home #services .card h3 {
  min-height: 54px;
}

.page--home #services .card > a,
.page--home #projects .card > a,
.page--home #articles .card > a {
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin-top: 0;
  align-self: auto;
}

.project-layout {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.project-main {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.project-photo {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.project-photo.project-main {
  min-height: 0;
}

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

.project-sub .placeholder,
.project-sub .project-photo {
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.project {
  padding: 22px 22px 76px;
}

.project h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(244, 247, 250, 0.98);
}

.muted {
  margin-bottom: 10px;
  color: rgba(168, 203, 223, 0.8) !important;
}

.project-address {
  margin: 0 0 18px;
  color: rgba(198, 210, 220, 0.74) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.project-kinds {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.project-kinds span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(84, 116, 136, 0.9);
  color: rgba(245, 248, 250, 0.94);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.project-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.project-facts--three {
  gap: 8px;
}

.project-fact {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  gap: 6px;
  min-height: 0;
  padding: 5px 10px;
  border: 1px solid rgba(154, 187, 205, 0.2);
  border-radius: 999px;
  background: rgba(33, 46, 57, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.page--home .project .project-fact strong {
  display: inline;
  color: rgba(245, 248, 250, 0.96);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.page--home .project .project-fact span {
  display: inline;
  margin-top: 0;
  color: rgba(204, 217, 227, 0.66);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.project-copy {
  display: grid;
  gap: 4px;
  min-height: 0;
  margin-bottom: 0;
}

.page--home .project-copy p {
  margin: 0;
  color: rgba(230, 237, 243, 0.88);
  font-size: 16px;
  line-height: 1.22;
  max-width: none;
  width: 100%;
  text-wrap: pretty;
}

.project > a {
  margin-left: auto;
  margin-top: 16px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(131, 189, 214, 0.16);
  background: rgba(96, 140, 162, 0.86);
  color: rgba(245, 248, 250, 0.95);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tags span img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.tags .tag-accent {
  background: linear-gradient(180deg, rgba(194, 210, 72, 0.98), rgba(181, 201, 63, 0.96));
  color: #ffffff;
  box-shadow: 0 0 22px rgba(194, 210, 72, 0.22);
}

.tags .tag-accent img {
  filter: brightness(0) invert(1);
}

.tags span:last-child:not(.tag-accent) {
  background: rgba(79, 108, 126, 0.82);
}

.project > p:not(.muted) {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.5;
}

.wave-band {
  display: none;
}

.mesh-band {
  display: none;
}

.leaders {
  margin-bottom: 40px;
}

.leaders-heading-line {
  display: inline-block;
  color: #f4f7fa !important;
}

.leaders-heading-line--second {
  padding-left: 25px;
}

.leaders-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 24px;
  padding: 0 48px;
}

.leader {
  padding: 22px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(43, 60, 74, 0.98), rgba(36, 52, 64, 0.98)),
    linear-gradient(180deg, rgba(126, 190, 220, 0.06), transparent 48%);
  border: 1px solid rgba(133, 182, 207, 0.12);
  box-shadow: 0 18px 38px rgba(8, 14, 20, 0.16);
}

.leader-card {
  display: grid;
  grid-template-columns: minmax(228px, 0.68fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.leader-content {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.leader-header {
  display: grid;
  align-content: start;
  gap: 3px;
  margin-top: -4px;
}

.leader-role {
  margin: 0;
  color: rgba(196, 210, 221, 0.74);
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leader-role-main {
  margin-top: 2px;
}

.leader-role-sub {
  color: rgba(202, 214, 224, 0.8);
  font-size: 12px;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: none;
}

.leader-name {
  margin: 0;
  color: rgba(245, 248, 250, 0.98);
  font-size: 30px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-family: var(--font-heading);
  transform: translateY(-6px);
}

.leader-divider {
  width: 100%;
  height: 1px;
  background: rgba(181, 198, 208, 0.24);
}

.leader-photo {
  width: 100%;
  height: 392px;
  aspect-ratio: auto;
  min-height: 392px;
  align-self: stretch;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  background:
    linear-gradient(180deg, rgba(243, 242, 241, 0.98), rgba(225, 225, 225, 0.96)),
    radial-gradient(circle at 50% 50%, rgba(190, 195, 201, 0.26), transparent 56%);
}

.leader-description {
  display: grid;
  gap: 10px;
}

.leader-description p {
  margin: 0;
  color: rgba(227, 235, 242, 0.86);
  font-size: 14px;
  line-height: 1.34;
  width: 100%;
  max-width: none;
  text-wrap: pretty;
}

.page--home .leader .leader-description p {
  font-size: 14px;
  line-height: 1.34;
}

.leader-achievements {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leader-achievements li {
  position: relative;
  padding-left: 28px;
  color: rgba(233, 240, 245, 0.88);
  font-size: 14px;
  line-height: 1.24;
}

.leader-achievements li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  color: rgba(245, 248, 250, 0.96);
  font-size: 16px;
  line-height: 1;
}

.leader-achievements strong,
.leader-achievements span {
  display: inline;
}

.leader-achievements strong {
  margin-right: 6px;
  color: rgba(245, 248, 250, 0.98);
  font-weight: 500;
}

.leader-achievements span {
  color: rgba(211, 223, 232, 0.74);
}

.bottom-services .placeholder {
  min-height: 170px;
}

.contacts {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(320px, 1fr);
  gap: 32px;
  min-height: 434px;
  padding: 30px 34px 28px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 50%, rgba(100, 181, 220, 0.34), transparent 18%),
    linear-gradient(180deg, rgba(45, 60, 74, 0.98), rgba(32, 46, 58, 0.98));
}

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

.to-top {
  position: absolute;
  top: 30px;
  right: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(239, 244, 247, 0.68);
  border-radius: 999px;
  background: rgba(78, 104, 122, 0.18);
  color: #f5f8fb;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 32px rgba(8, 15, 21, 0.2);
  z-index: 3;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.to-top:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 20px 36px rgba(8, 15, 21, 0.24);
  background: rgba(96, 126, 145, 0.24);
}

.to-top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: center / 22px 22px no-repeat url("./theme/icons/arrow-up.svg");
  transform: rotate(180deg);
}

.contacts-copy {
  max-width: 100%;
  padding-left: 56px;
}

.contacts-copy h2 {
  font-size: 50px;
}

.page--home .contacts-copy h2 {
  padding-left: var(--home-title-offset);
}

.contacts-copy p {
  margin: 12px 0 0;
  color: rgba(229, 236, 242, 0.82);
  font-size: 18px;
  line-height: 1.35;
  white-space: normal;
}

.contacts-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 12px 18px;
  margin-top: 20px;
  width: 100%;
}

.contacts-phone-field {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 38px;
  padding: 0 18px;
  border: 2px solid rgba(230, 237, 243, 0.86);
  border-radius: 999px;
  background: rgba(42, 58, 72, 0.72);
}

.contacts-phone-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(243, 247, 250, 0.96);
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.contacts-phone-field input::placeholder {
  color: rgba(208, 217, 225, 0.48);
}

.form-consent {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(229, 236, 242, 0.72);
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.form-consent input {
  appearance: none;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin: 0;
  border: 1px solid rgba(237, 243, 247, 0.78);
  border-radius: 3px;
  background: rgba(42, 58, 72, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.form-consent input:checked {
  background:
    linear-gradient(135deg, transparent 42%, #ffffff 42% 56%, transparent 56%),
    linear-gradient(45deg, transparent 45%, #ffffff 45% 58%, transparent 58%),
    rgba(121, 201, 234, 0.56);
  border-color: rgba(237, 243, 247, 0.94);
}

.form-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contacts-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(320px, 100%);
  min-width: 0;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(237, 243, 247, 0.78);
  border-radius: 999px;
  background: rgba(76, 101, 120, 0.26);
  color: rgba(240, 245, 248, 0.94);
  font: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(8, 15, 21, 0.1);
  grid-column: 1 / -1;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contacts-submit:hover {
  transform: translateY(-1px);
  background: rgba(96, 126, 145, 0.24);
  border-color: rgba(250, 252, 255, 0.98);
}

.contacts-caption {
  margin: 30px 0 8px;
  color: rgba(229, 236, 242, 0.76);
  font-size: 14px;
}

.contacts-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(237, 243, 247, 0.24);
  border-radius: 999px;
  background: rgba(76, 101, 120, 0.26);
  color: rgba(240, 245, 248, 0.94);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(8, 15, 21, 0.1);
}

.contacts-list li img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  object-fit: contain;
}

.contacts-list li a,
.contacts-list li span {
  color: inherit;
}

.socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.socials-label,
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(237, 243, 247, 0.24);
  background: rgba(76, 101, 120, 0.26);
  color: rgba(240, 245, 248, 0.94);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(8, 15, 21, 0.1);
}

.socials-label {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0;
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(234, 241, 246, 0.9);
  box-shadow: none;
}

.socials a {
  width: 100%;
}

.socials a img {
  width: 14px;
  height: 14px;
}

.socials .social-pill--instagram {
  min-width: 0;
  width: auto;
  padding: 0 12px;
  opacity: 1;
}

.socials .social-pill--instagram img {
  width: 14px;
  height: 14px;
}

.page--home .contacts-copy .socials-note,
.socials-note {
  margin: 6px 0 0;
  max-width: 540px;
  color: rgba(220, 229, 236, 0.36);
  font-size: 12px;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.page--home #contacts .contacts-copy h2 {
  padding-left: 0;
}

.contacts-magazine {
  position: relative;
  min-height: 100%;
}

.contacts-magazine::before {
  content: "";
  position: absolute;
  inset: 14% 14% 18%;
  background: radial-gradient(circle, rgba(100, 190, 233, 0.34), transparent 68%);
  filter: blur(12px);
}

.contacts-magazine-gif {
  position: absolute;
  right: 34px;
  top: 72px;
  width: min(560px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 24px;
  pointer-events: none;
  filter: drop-shadow(0 22px 34px rgba(10, 15, 19, 0.18));
}


.inner-page {
  padding-bottom: 48px;
}

.inner-page main {
  display: grid;
  gap: 22px;
  padding-top: 14px;
}

.inner-page .header {
  grid-template-columns: 128px 1fr auto;
  gap: 22px;
  min-height: 48px;
  padding: 10px 20px;
}

.inner-page .logo {
  gap: 10px;
}

.inner-page .logo-mark {
  width: 34px;
  height: 28px;
  font-size: 1.9rem;
}

.inner-page .logo-copy {
  font-size: 0.66rem;
}

.inner-page .nav {
  gap: 18px;
  font-size: 0.58rem;
}

.inner-page .phone-box {
  min-width: 150px;
  min-height: 32px;
  padding: 0 12px;
  gap: 10px;
  font-size: 0.68rem;
}

.inner-page .phone-box-icon {
  width: 16px;
  height: 16px;
  font-size: 0.7rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(221, 233, 241, 0.72);
  font-size: 12px;
}

.breadcrumbs a {
  color: rgba(237, 244, 248, 0.9);
}

.eyebrow {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(121, 201, 234, 0.12);
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-hero,
.catalog-head,
.project-hero,
.legal-hero,
.article-hero {
  padding: 34px 32px 36px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 22px 28px 24px;
  min-height: 320px;
}

.service-hero h1,
.catalog-head h1,
.project-hero h1,
.legal-hero h1,
.article-hero h1 {
  margin: 0;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.service-hero h1 {
  font-size: 48px;
  line-height: 0.98;
}

.service-hero .breadcrumbs {
  margin-bottom: 10px;
}

.service-hero-copy p {
  margin-top: 14px;
  max-width: 980px;
}

.service-hero-copy p,
.catalog-head p,
.project-hero-main p,
.legal-hero p,
.article-hero-copy p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(233, 240, 246, 0.8);
  font-size: 24px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.service-hero-stats {
  display: none !important;
}

.service-stat,
.catalog-summary,
.project-fact,
.detail-mini,
.toc-card,
.feature-card,
.pricing-card,
.timeline-card,
.detail-panel {
  border: 1px solid rgba(141, 192, 216, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(39, 56, 70, 0.98), rgba(34, 49, 61, 0.98));
  box-shadow: 0 20px 40px rgba(7, 12, 18, 0.16);
}

.service-stat {
  min-height: 92px;
  padding: 14px 18px;
}

.service-stat strong,
.catalog-summary strong {
  display: block;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.service-stat strong {
  margin-bottom: 2px;
  font-size: 32px;
  line-height: 1;
}

.service-stat span,
.catalog-summary span,
.project-fact span,
.detail-mini span {
  color: rgba(225, 236, 244, 0.68);
  font-size: 12px;
  line-height: 1.35;
}

.page--home #projects .project-fact {
  border: 1px solid rgba(154, 187, 205, 0.2);
  border-radius: 999px;
  background: rgba(33, 46, 57, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.page--home #projects .project-fact span {
  font-size: 10px;
  line-height: 1;
}

.split-section {
  display: grid;
  gap: 20px;
}

.service-project-preview {
  display: grid;
  gap: 20px;
}

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

.feature-card {
  padding: 24px;
}

.feature-number {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.feature-card h3,
.pricing-card h3,
.timeline-card h3,
.catalog-card h3,
.detail-panel h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.feature-card p,
.pricing-card li,
.timeline-card p,
.detail-panel p,
.detail-mini strong {
  color: rgba(231, 239, 246, 0.78);
  font-size: 24px;
  line-height: 1.5;
}

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

.pricing-card {
  padding: 26px 24px 28px;
}

.pricing-card-featured {
  border-color: rgba(121, 201, 234, 0.32);
  background:
    radial-gradient(circle at top right, rgba(121, 201, 234, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(43, 62, 77, 0.98), rgba(34, 49, 61, 0.98));
}

.pricing-label,
.catalog-type {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(121, 201, 234, 0.14);
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card strong {
  display: block;
  margin: 20px 0 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pricing-card ul {
  margin: 0;
  padding-left: 18px;
}

.consult {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.consult h2 {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: 42px;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 500;
}

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

.input-shell {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 14px;
  background: rgba(49, 70, 85, 0.92);
  color: rgba(232, 240, 246, 0.68);
  font-size: 20px;
}

.catalog-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: end;
}

.catalog-summary {
  padding: 22px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.filter-pill {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(41, 58, 72, 0.92);
  border: 1px solid rgba(150, 208, 232, 0.14);
  color: rgba(234, 241, 247, 0.78);
  font-size: 12px;
}

.filter-pill.active {
  background: rgba(121, 201, 234, 0.14);
  color: var(--accent);
  border-color: rgba(121, 201, 234, 0.38);
}

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

.catalog-card {
  padding: 18px;
}

.catalog-cover {
  min-height: 220px;
}

.catalog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.catalog-date {
  color: rgba(225, 236, 244, 0.62);
  font-size: 12px;
}

.project-hero {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 22px;
  align-items: end;
}

.project-facts {
  display: grid;
  gap: 14px;
}

.page--home #projects .project-facts {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}

.page--home #projects .project-facts--three {
  display: flex;
  flex-wrap: nowrap;
}

.page--home #projects .project-fact {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.project-fact {
  padding: 18px;
}

.project-fact strong,
.detail-mini strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 16px;
}

.gallery-main {
  min-height: 520px;
}

.gallery-side {
  display: grid;
  gap: 16px;
}

.gallery-side .placeholder {
  min-height: 252px;
}

.project-detail-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  gap: 20px;
}

.portfolio-project-page .project-hero {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.portfolio-project-page .project-hero-main p {
  max-width: 940px;
}

.portfolio-project-page .project-description {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.portfolio-project-page .project-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.portfolio-project-page .project-photo-grid .project-photo {
  width: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

.detail-panel {
  padding: 28px;
}

.detail-panel h2 {
  margin-top: 16px;
}

.detail-panel p + p {
  margin-top: 14px;
}

.detail-stack {
  display: grid;
  gap: 14px;
}

.detail-mini {
  padding: 20px;
}

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

.timeline-card {
  padding: 22px;
}

.legal-page,
.article-page {
  background:
    radial-gradient(circle at top, rgba(121, 201, 234, 0.12), transparent 34%),
    transparent;
}

.legal-layout,
.article-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}

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

.legal-hero h1,
.article-hero h1 {
  max-width: 980px;
}

.legal-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  color: rgba(225, 236, 244, 0.66);
  font-size: 12px;
}

.toc-card {
  position: sticky;
  top: 18px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.toc-card a {
  color: rgba(234, 241, 247, 0.8);
  font-size: 20px;
  line-height: 1.35;
}

.legal-content,
.article-content {
  display: grid;
  gap: 18px;
}

.legal-block {
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(38, 54, 67, 0.96), rgba(31, 44, 55, 0.96));
  border: 1px solid rgba(141, 192, 216, 0.08);
  box-shadow: 0 18px 36px rgba(7, 12, 18, 0.14);
}

.legal-block h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.08;
}

.legal-block p {
  margin: 0;
  color: rgba(231, 239, 246, 0.76);
  font-size: 24px;
  line-height: 1.6;
}

.legal-document {
  padding: 30px 32px;
}

.legal-text {
  margin: 0;
  white-space: pre-wrap;
  color: rgba(231, 239, 246, 0.78);
  font: inherit;
  font-size: 18px;
  line-height: 1.72;
}

.article-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr;
  gap: 24px;
  align-items: center;
}

.article-cover {
  min-height: 340px;
}

.article-inline-photo {
  min-height: 340px;
  border-radius: 18px;
}

.article-inline-photo-wide {
  min-height: 420px;
}

.article-quote {
  margin: 0;
  padding: 26px 28px;
  border-left: 2px solid rgba(121, 201, 234, 0.5);
  border-radius: 16px;
  background: rgba(38, 54, 67, 0.86);
  color: rgba(234, 241, 247, 0.9);
  font-size: 24px;
  line-height: 1.35;
}

.site-footer {
  margin-top: 40px;
  padding: 18px 0 0;
}

.page--home .site-footer {
  margin-top: 36px;
  padding: 10px 0 0;
}

.site-footer-line {
  height: 1px;
  margin-bottom: 28px;
  background: rgba(121, 201, 234, 0.34);
}

.page--home .site-footer-line {
  margin-bottom: 14px;
}

.site-footer-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 96px;
  color: rgba(237, 243, 247, 0.92);
}

.page--home .site-footer-content {
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  min-height: 48px;
  padding: 0 16px;
}

.footer-meta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.page--home .logo,
.page--home .footer-brand {
  gap: 0;
}

.footer-brand .logo-image {
  height: 32px;
}

.page--home .footer-brand .logo-image {
  height: 36px;
}

.footer-brand .logo-mark {
  width: 44px;
  height: 44px;
  font-size: 2.6rem;
}

.footer-brand .logo-copy {
  font-size: 0.92rem;
}

.footer-link {
  color: rgba(237, 243, 247, 0.88);
  font-size: 20px;
}

.footer-links {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
}

.page--home .footer-link {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.footer-copy {
  justify-self: end;
  color: rgba(237, 243, 247, 0.88);
  font-size: 20px;
}

.footer-legal {
  max-width: 390px;
  text-align: right;
  color: rgba(237, 243, 247, 0.58);
  font-size: 10px;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.footer-legal p {
  margin: 0;
}

.footer-legal p + p {
  margin-top: 2px;
}

.footer-legal p:last-child {
  margin-top: 8px;
}

.page--home .footer-copy {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.page--home .footer-legal {
  font-size: 9px;
  line-height: 1.18;
}

.service-page {
  padding-bottom: 18px;
}

.service-page .header {
  position: sticky;
  top: 0;
  z-index: 40;
  grid-template-columns: 172px minmax(0, 1fr) 248px;
  gap: 18px;
  min-height: 78px;
  padding: 12px 24px;
  background: rgba(37, 52, 65, 0.985);
  box-shadow: 0 12px 26px rgba(8, 13, 19, 0.18);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.service-page main {
  gap: 38px;
  --service-title-offset: 56px;
}

.design-service-page main {
  --service-title-offset: 75px;
  --home-title-offset: 75px;
}

.service-page .logo,
.service-page .footer-brand {
  gap: 0;
}

.service-page .nav {
  max-width: 100%;
  margin: 0 auto;
  gap: 10px 20px;
  font-size: 18px;
}

.service-page .phone-box {
  min-width: 226px;
  min-height: 52px;
  padding: 0 20px;
  font-size: 15px;
}

.service-page .phone-box-icon {
  width: 28px;
  height: 28px;
  font-size: 0.96rem;
}

.service-page .phone-box-icon img {
  width: 14px;
  height: 14px;
}

.service-page .service-hero {
  padding: 28px 32px 32px;
}

.service-page .service-hero-copy {
  padding-left: var(--service-title-offset);
  padding-right: 96px;
}

.service-page .service-hero h1 {
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 300;
}

.service-page .service-hero .breadcrumbs {
  margin-bottom: 18px;
}

.service-page .service-hero-copy p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(240, 244, 247, 0.88);
  font-size: 20px;
  line-height: 1.5;
}

.service-page .hero-actions {
  gap: 24px;
  margin-top: 28px;
}

.repair-page .service-hero {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
}

.repair-page .service-hero-stats {
  display: grid !important;
  align-self: end;
  gap: 12px;
}

.repair-page .service-stat {
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 18px 20px;
}

.repair-page .service-stat span {
  color: rgba(240, 244, 247, 0.92);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.repair-page .repair-process-section {
  gap: 18px;
}

.repair-page .repair-process-section .section-head {
  margin-bottom: 4px;
}

.repair-page .repair-process-section .section-head h2 {
  padding-left: var(--service-title-offset);
  font-size: 32px;
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.repair-page .repair-process-lead {
  max-width: 980px;
  margin: 0;
  padding-left: var(--service-title-offset);
  font-size: 20px;
  line-height: 1.5;
}

.repair-page .repair-feature-grid {
  gap: 14px;
}

.repair-page .feature-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 18px 20px 20px;
}

.repair-page .feature-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(206, 217, 226, 0.26);
  border-radius: 999px;
  background: rgba(55, 78, 94, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.repair-page .feature-card-icon img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
  opacity: 0.92;
  filter: brightness(0) invert(1);
}

.repair-page .feature-card-copy {
  display: grid;
  gap: 6px;
}

.repair-page .feature-card-title,
.repair-page .feature-card p:first-child {
  margin: 0;
  color: #f4f7fa;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.22;
}

.repair-page .feature-card-copy p {
  margin: 0;
  color: rgba(240, 244, 247, 0.82);
  font-size: 15px;
  line-height: 1.4;
}

.service-page .section-head h2,
.service-page .consult h2 {
  padding-left: var(--service-title-offset);
  font-size: 42px;
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.service-page .section-head .head-line {
  width: 430px;
  min-width: 430px;
  justify-self: end;
  margin-right: 96px;
}

.service-page .section-pricing .section-head,
.service-page .section-related-projects .section-head {
  margin-bottom: 26px;
}

.service-page .feature-card,
.service-page .pricing-card {
  padding: 28px 32px 32px;
}

.service-page .feature-card p,
.service-page .pricing-card li,
.service-page .detail-panel p,
.service-page .detail-mini strong,
.service-page .lead,
.service-page .input-shell {
  font-size: 20px;
  line-height: 1.5;
}

.service-page .detail-panel {
  padding: 32px 96px 32px 56px;
}

.service-page .detail-panel h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.service-page .detail-panel p + p {
  margin-top: 18px;
}

.service-page .detail-mini {
  padding: 24px 28px;
}

.service-page .consult {
  padding: 32px;
}

.service-page .consult > div:first-child {
  padding-right: 96px;
}

.service-page #consult h2 {
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.service-page .site-footer {
  margin-top: 36px;
  padding: 10px 0 0;
}

.service-page .site-footer-line {
  margin-bottom: 14px;
}

.service-page .site-footer-content {
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  min-height: 48px;
  padding: 0 16px;
}

.service-page .footer-brand .logo-image {
  height: 36px;
}

.service-page .footer-link,
.service-page .footer-copy {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.design-service-page .service-hero h1,
.design-service-page .section-head h2,
.design-service-page .detail-panel h2,
.design-service-page .consult h2 {
  font-family: var(--font-heading);
  font-weight: 300;
}

.design-service-page .service-hero h1 {
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.design-service-page .service-hero-copy p,
.design-service-page .feature-card p,
.design-service-page .pricing-card li,
.design-service-page .detail-panel p,
.design-service-page .detail-mini strong,
.design-service-page .input-shell {
  color: rgba(240, 244, 247, 0.82);
  font-size: 18px;
  line-height: 1.55;
}

.design-service-page .service-stat strong {
  font-size: 36px;
}

.design-service-page .service-photo-strip-section {
  display: grid;
  gap: 24px;
}

.design-service-page .service-project-preview {
  gap: 24px;
}

.design-service-page .service-photo-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(121, 201, 234, 0.45) transparent;
}

.design-service-page .service-photo-strip::-webkit-scrollbar {
  height: 8px;
}

.design-service-page .service-photo-strip::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(121, 201, 234, 0.34);
}

.design-service-page .service-photo-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(141, 192, 216, 0.12);
  background: linear-gradient(180deg, rgba(39, 56, 70, 0.98), rgba(34, 49, 61, 0.98));
  box-shadow: 0 20px 40px rgba(7, 12, 18, 0.16);
}

.design-service-page .service-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.design-service-page .service-photo-strip--wide {
  grid-auto-columns: minmax(260px, 1fr);
}

.design-service-page .service-photo-card--wide {
  grid-column: span 2;
}

.design-service-page .detail-mini strong {
  font-size: 18px;
}

.design-service-page .feature-card h3,
.design-service-page .pricing-card h3 {
  font-size: 24px;
  line-height: 1.1;
}

.design-service-page .feature-grid {
  gap: 14px;
}

.design-service-page .feature-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 18px 20px 20px;
}

.design-service-page .feature-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(206, 217, 226, 0.26);
  border-radius: 999px;
  background: rgba(55, 78, 94, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.design-service-page .feature-card-icon img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
  opacity: 0.92;
  filter: brightness(0) invert(1);
}

.design-service-page .feature-card-copy {
  min-width: 0;
}

.design-service-page .feature-number {
  margin-bottom: 14px;
  font-size: 28px;
}

.design-service-page .feature-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.12;
}

.design-service-page .feature-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.design-service-page .feature-card p + p {
  margin-top: 6px;
}

.design-service-page .feature-card-title,
.design-service-page .feature-card p:first-child {
  color: rgba(246, 248, 251, 0.94);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.22;
}

.mobile-menu {
  display: none;
}

html.tablet-body,
body.tablet-body,
html.tablet-body body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  font-size: 20px;
}

.tablet-body .mobile-menu {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(47, 66, 81, 0.94);
  color: #f7f9fb;
  font-size: 1.1rem;
}

.tablet-body .page {
  width: min(1024px, calc(100vw - 32px));
  max-width: 100%;
  padding: 0 0 24px;
}

.tablet-body .header,
.tablet-body .inner-page .header {
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  min-height: 64px;
  padding: 12px 18px;
  border-radius: 14px;
}

.tablet-body .logo,
.tablet-body .inner-page .logo {
  gap: 10px;
}

.tablet-body .logo-mark,
.tablet-body .inner-page .logo-mark {
  width: 38px;
  height: 30px;
  font-size: 2rem;
}

.tablet-body .logo-copy,
.tablet-body .inner-page .logo-copy {
  font-size: 0.62rem;
}

.tablet-body .nav,
.tablet-body .inner-page .nav {
  display: none;
}

.tablet-body .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tablet-body .header-socials {
  display: none;
}

.tablet-body .phone-box,
.tablet-body .inner-page .phone-box {
  min-width: auto;
  min-height: 40px;
  padding: 0 14px;
  gap: 10px;
  font-size: 0.72rem;
}

.tablet-body .phone-box-icon,
.tablet-body .inner-page .phone-box-icon {
  width: 18px;
  height: 18px;
  font-size: 0.75rem;
}

.tablet-body .panel,
.tablet-body .panel-soft,
.tablet-body .card,
.tablet-body .stat,
.tablet-body .service-stat,
.tablet-body .detail-panel,
.tablet-body .detail-mini,
.tablet-body .feature-card,
.tablet-body .pricing-card,
.tablet-body .timeline-card,
.tablet-body .toc-card,
.tablet-body .legal-block {
  border-radius: 16px;
}

.tablet-body main,
.tablet-body .inner-page main {
  gap: 18px;
  padding-top: 12px;
}

.tablet-body .section,
.tablet-body .intro,
.tablet-body .leaders {
  margin-bottom: 8px;
}

.tablet-body .building,
.tablet-body .mesh,
.tablet-body .mesh-hero,
.tablet-body .mesh-bottom,
.tablet-body .mesh-band {
  display: none;
}

.tablet-body .hero,
.tablet-body .experience,
.tablet-body .service-hero,
.tablet-body .catalog-head,
.tablet-body .project-hero,
.tablet-body .legal-hero,
.tablet-body .article-hero,
.tablet-body .contacts {
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 24px 22px;
  gap: 18px;
}

.tablet-body .hero {
  padding: 34px 28px 42px;
}

.tablet-body .hero-copy h1 {
  font-size: 58px;
}

.tablet-body .service-hero h1,
.tablet-body .catalog-head h1,
.tablet-body .project-hero h1,
.tablet-body .legal-hero h1,
.tablet-body .article-hero h1,
.tablet-body .contacts-copy h2,
.tablet-body .experience-copy h2,
.tablet-body .section-head h2,
.tablet-body .consult h2 {
  font-size: 40px;
  line-height: 1;
}

.tablet-body .hero-copy p,
.tablet-body .service-hero-copy p,
.tablet-body .catalog-head p,
.tablet-body .project-hero-main p,
.tablet-body .legal-hero p,
.tablet-body .article-hero-copy p,
.tablet-body .intro-copy,
.tablet-body .lead,
.tablet-body .booklet-copy p,
.tablet-body .experience-copy p,
.tablet-body .experience-copy ul,
.tablet-body .card p,
.tablet-body .feature-card p,
.tablet-body .pricing-card li,
.tablet-body .timeline-card p,
.tablet-body .detail-panel p,
.tablet-body .legal-block p,
.tablet-body .contacts-copy p {
  font-size: 18px;
  line-height: 1.55;
}

.tablet-body .section-head {
  grid-template-columns: 1fr;
  gap: 12px;
}

.tablet-body .head-line {
  gap: 12px;
}

.tablet-body .service-page main {
  --service-title-offset: 0;
}

.tablet-body .service-page .service-hero-copy,
.tablet-body .service-page .consult > div:first-child {
  padding: 0;
}

.tablet-body .service-page .section-head h2,
.tablet-body .service-page .consult h2 {
  padding-left: 0;
}

.tablet-body .service-page .section-head .head-line {
  width: auto;
  min-width: 0;
  margin-right: 0;
}

.tablet-body .service-page .detail-panel {
  padding: 18px;
}

.tablet-body .service-page .detail-panel h2 {
  font-size: 24px;
  margin-bottom: 14px;
}

.tablet-body .hero-project {
  justify-self: start;
  width: min(360px, 100%);
}

.tablet-body .interior-shot {
  height: 210px;
}

.tablet-body .intro {
  padding: 10px 0 0;
}

.tablet-body .intro-grid,
.tablet-body .booklet,
.tablet-body .project-detail-grid,
.tablet-body .legal-layout,
.tablet-body .article-layout,
.tablet-body .consult {
  grid-template-columns: 1fr;
  gap: 16px;
}

.tablet-body .portfolio-project-page .project-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tablet-body .service-project-preview,
.tablet-body .split-section {
  gap: 18px;
}

.tablet-body .catalog-top {
  grid-template-columns: 1fr 220px;
  gap: 16px;
}

.tablet-body .service-hero-stats,
.tablet-body .stats,
.tablet-body .project-facts,
.tablet-body .detail-stack {
  gap: 10px;
}

.tablet-body .service-stat,
.tablet-body .stat,
.tablet-body .detail-mini,
.tablet-body .project-fact {
  min-height: auto;
  padding: 12px 14px;
}

.tablet-body .service-stat strong,
.tablet-body .stat strong,
.tablet-body .project-fact strong,
.tablet-body .catalog-summary strong {
  font-size: 22px;
  line-height: 1;
}

.tablet-body .cards,
.tablet-body .services-grid,
.tablet-body .projects-grid,
.tablet-body .catalog-grid,
.tablet-body .feature-grid,
.tablet-body .pricing-grid,
.tablet-body .timeline-grid,
.tablet-body .leaders-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.tablet-body .catalog-card,
.tablet-body .card,
.tablet-body .feature-card,
.tablet-body .pricing-card,
.tablet-body .timeline-card,
.tablet-body .detail-panel,
.tablet-body .legal-block,
.tablet-body .toc-card {
  padding: 18px;
}

.tablet-body .card h3,
.tablet-body .feature-card h3,
.tablet-body .pricing-card h3,
.tablet-body .timeline-card h3,
.tablet-body .detail-panel h2,
.tablet-body .legal-block h2 {
  font-size: 24px;
}

.tablet-body .feature-number {
  font-size: 28px;
}

.tablet-body .placeholder-tall,
.tablet-body .catalog-cover,
.tablet-body .leader-photo {
  min-height: 200px;
}

.tablet-body .project-gallery {
  grid-template-columns: 1.1fr 0.72fr;
  gap: 14px;
}

.tablet-body .gallery-main {
  min-height: 360px;
}

.tablet-body .gallery-side .placeholder,
.tablet-body .article-cover,
.tablet-body .article-inline-photo {
  min-height: 172px;
}

.tablet-body .article-inline-photo-wide {
  min-height: 220px;
}

.tablet-body .hero-actions,
.tablet-body .booklet-copy,
.tablet-body .contacts-actions {
  flex-wrap: wrap;
}

.tablet-body .pill,
.tablet-body .leader-chip {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.62rem;
}

.tablet-body .filter-bar {
  gap: 10px;
  margin-top: 20px;
}

.tablet-body .filter-pill {
  min-height: 36px;
  padding: 0 14px;
  font-size: 11px;
}

.tablet-body .article-quote {
  padding: 20px 22px;
  font-size: 20px;
}

.tablet-body .contacts-list li {
  min-height: 28px;
  padding: 7px 12px 7px 34px;
  font-size: 16px;
}

.tablet-body .contacts-magazine {
  min-height: 180px;
}

.tablet-body .magazine-page {
  width: 220px;
  height: 120px;
}

.tablet-body .magazine-roll {
  right: 114px;
  width: 150px;
  height: 100px;
}

.tablet-body .site-footer {
  margin-top: 24px;
}

.tablet-body .site-footer-line {
  margin-bottom: 18px;
}

.tablet-body .site-footer-content {
  min-height: 76px;
}

.tablet-body .footer-link,
.tablet-body .footer-copy {
  font-size: 16px;
}

html.mobile-body,
body.mobile-body,
html.mobile-body body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  font-size: 18px;
}

.mobile-body .mobile-menu {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(47, 66, 81, 0.94);
  color: #f7f9fb;
  font-size: 1rem;
}

.mobile-body .page {
  width: 100%;
  max-width: 100%;
  padding: 0 12px 20px;
}

.mobile-body .header {
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  min-height: 54px;
  padding: 10px 12px;
  border-radius: 12px;
}

.mobile-body .logo {
  gap: 8px;
}

.mobile-body .logo-mark {
  width: 30px;
  height: 24px;
  font-size: 1.8rem;
}

.mobile-body .logo-copy {
  font-size: 0.56rem;
}

.mobile-body .nav {
  display: none;
}

.mobile-body .header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-body .header-socials {
  display: none;
}

.mobile-body .phone-box {
  min-width: auto;
  min-height: 32px;
  padding: 0 10px;
  gap: 0;
}

.mobile-body .phone-box span:last-child {
  display: none;
}

.mobile-body .phone-box-icon {
  width: 16px;
  height: 16px;
  font-size: 0.7rem;
}

.mobile-body main,
.mobile-body .inner-page main {
  gap: 16px;
  padding-top: 10px;
}

.mobile-body .section,
.mobile-body .intro,
.mobile-body .leaders {
  margin-bottom: 0;
}

.mobile-body .panel,
.mobile-body .panel-soft,
.mobile-body .card,
.mobile-body .stat,
.mobile-body .service-stat,
.mobile-body .detail-panel,
.mobile-body .detail-mini,
.mobile-body .feature-card,
.mobile-body .pricing-card,
.mobile-body .timeline-card,
.mobile-body .toc-card,
.mobile-body .legal-block {
  border-radius: 14px;
}

.mobile-body .hero,
.mobile-body .service-hero,
.mobile-body .catalog-head,
.mobile-body .project-hero,
.mobile-body .legal-hero,
.mobile-body .article-hero,
.mobile-body .experience,
.mobile-body .contacts {
  grid-template-columns: 1fr;
  min-height: auto;
  padding: 18px 16px;
}

.mobile-body .building,
.mobile-body .mesh,
.mobile-body .mesh-hero,
.mobile-body .mesh-bottom,
.mobile-body .mesh-band {
  display: none;
}

.mobile-body .hero-copy h1 {
  font-size: 36px;
}

.mobile-body .service-hero h1,
.mobile-body .catalog-head h1,
.mobile-body .project-hero h1,
.mobile-body .legal-hero h1,
.mobile-body .article-hero h1,
.mobile-body .contacts-copy h2,
.mobile-body .experience-copy h2,
.mobile-body .section-head h2,
.mobile-body .consult h2 {
  font-size: 32px;
  line-height: 0.98;
}

.mobile-body .hero-copy p,
.mobile-body .service-hero-copy p,
.mobile-body .catalog-head p,
.mobile-body .project-hero-main p,
.mobile-body .legal-hero p,
.mobile-body .article-hero-copy p,
.mobile-body .intro-copy,
.mobile-body .lead,
.mobile-body .booklet-copy p,
.mobile-body .experience-copy p,
.mobile-body .experience-copy ul,
.mobile-body .card p,
.mobile-body .feature-card p,
.mobile-body .pricing-card li,
.mobile-body .timeline-card p,
.mobile-body .detail-panel p,
.mobile-body .legal-block p,
.mobile-body .contacts-copy p {
  font-size: 15px;
  line-height: 1.55;
}

.mobile-body .section-head {
  grid-template-columns: 1fr;
  gap: 10px;
}

.mobile-body .head-line {
  gap: 10px;
}

.mobile-body .service-page main {
  --service-title-offset: 0;
}

.mobile-body .service-page .service-hero-copy,
.mobile-body .service-page .consult > div:first-child {
  padding: 0;
}

.mobile-body .repair-page .service-hero-stats {
  display: grid !important;
  margin-top: 14px;
}

.mobile-body .repair-page .feature-card {
  padding: 18px 18px 20px;
}

.mobile-body .repair-page .feature-card-icon {
  width: 42px;
  height: 42px;
}

.mobile-body .repair-page .repair-process-section .section-head h2 {
  padding-left: 0;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.mobile-body .repair-page .repair-process-lead {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.4;
}

.mobile-body .repair-page .repair-feature-grid {
  gap: 14px;
}

.mobile-body .repair-page .feature-card {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 16px 18px;
}

.mobile-body .repair-page .feature-card-title,
.mobile-body .repair-page .feature-card p:first-child {
  font-size: 16px;
  line-height: 1.26;
}

.mobile-body .repair-page .feature-card-copy p {
  font-size: 14px;
  line-height: 1.38;
}

.mobile-body .design-service-page .feature-card {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  padding: 16px 16px 18px;
}

.mobile-body .design-service-page .feature-card-icon {
  width: 42px;
  height: 42px;
}

.mobile-body .design-service-page .feature-card-title,
.mobile-body .design-service-page .feature-card p:first-child {
  font-size: 16px;
  line-height: 1.26;
}

.mobile-body .design-service-page .feature-card p {
  font-size: 14px;
  line-height: 1.38;
}

.mobile-body .service-page .section-head h2,
.mobile-body .service-page .consult h2 {
  padding-left: 0;
}

.mobile-body .service-page .section-head .head-line {
  width: auto;
  min-width: 0;
  margin-right: 0;
}

.mobile-body .service-page .detail-panel {
  padding: 16px;
}

.mobile-body .service-page .detail-panel h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.mobile-body .intro {
  padding: 8px 0 0;
}

.mobile-body .intro-grid,
.mobile-body .booklet,
.mobile-body .catalog-top,
.mobile-body .feature-grid,
.mobile-body .pricing-grid,
.mobile-body .project-gallery,
.mobile-body .project-detail-grid,
.mobile-body .timeline-grid,
.mobile-body .legal-layout,
.mobile-body .article-layout,
.mobile-body .consult {
  grid-template-columns: 1fr;
  gap: 14px;
}

.mobile-body .portfolio-project-page .project-photo-grid {
  grid-template-columns: 1fr;
}

.mobile-body .portfolio-project-page .project-photo-grid .project-photo {
  min-height: 220px;
}

.mobile-body .intro-copy,
.mobile-body .lead {
  margin: 0;
  padding: 0;
}

.mobile-body .stats,
.mobile-body .service-hero-stats,
.mobile-body .project-facts,
.mobile-body .detail-stack {
  gap: 10px;
}

.mobile-body .service-stat,
.mobile-body .stat,
.mobile-body .detail-mini,
.mobile-body .project-fact {
  min-height: auto;
  padding: 10px 12px;
}

.mobile-body .service-stat strong,
.mobile-body .stat strong,
.mobile-body .project-fact strong,
.mobile-body .catalog-summary strong {
  font-size: 18px;
  line-height: 1;
}

.mobile-body .hero-project {
  justify-self: stretch;
  width: auto;
  margin-top: 8px;
}

.mobile-body .interior-shot {
  height: 160px;
}

.mobile-body .placeholder-tall,
.mobile-body .catalog-cover,
.mobile-body .leader-photo {
  min-height: 180px;
}

.mobile-body .gallery-main {
  min-height: 220px;
}

.mobile-body .gallery-side .placeholder,
.mobile-body .article-cover,
.mobile-body .article-inline-photo {
  min-height: 160px;
}

.mobile-body .article-inline-photo-wide {
  min-height: 200px;
}

.mobile-body .project-sub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-body .cards,
.mobile-body .services-grid,
.mobile-body .projects-grid,
.mobile-body .leaders-grid,
.mobile-body .catalog-grid {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 0;
}

.mobile-body .card,
.mobile-body .feature-card,
.mobile-body .pricing-card,
.mobile-body .timeline-card,
.mobile-body .detail-panel,
.mobile-body .legal-block,
.mobile-body .toc-card {
  padding: 16px;
}

.mobile-body .card h3,
.mobile-body .feature-card h3,
.mobile-body .pricing-card h3,
.mobile-body .timeline-card h3,
.mobile-body .detail-panel h2,
.mobile-body .legal-block h2,
.mobile-body .project-card h3 {
  font-size: 22px;
}

.mobile-body .feature-number {
  font-size: 26px;
}

.mobile-body .hero-actions,
.mobile-body .booklet-copy,
.mobile-body .leader-top,
.mobile-body .leader-copy,
.mobile-body .contact-actions,
.mobile-body .contacts-actions {
  flex-direction: column;
  align-items: flex-start;
}

.mobile-body .pill,
.mobile-body .leader-chip {
  min-height: 36px;
  padding: 0 14px;
  font-size: 0.58rem;
}

.mobile-body .filter-bar {
  gap: 8px;
  margin-top: 18px;
}

.mobile-body .filter-pill {
  min-height: 34px;
  padding: 0 12px;
  font-size: 11px;
}

.mobile-body .article-quote {
  padding: 18px;
  font-size: 18px;
}

.mobile-body .contacts-list li {
  min-height: 26px;
  padding: 7px 12px 7px 34px;
  font-size: 16px;
}

.mobile-body .socials a {
  width: 28px;
  height: 28px;
}

.mobile-body .contacts-magazine {
  min-height: 150px;
}

.mobile-body .magazine-page {
  width: 180px;
  height: 100px;
}

.mobile-body .magazine-roll {
  right: 84px;
  width: 120px;
  height: 82px;
}

.mobile-body .site-footer {
  margin-top: 18px;
}

.mobile-body .site-footer-line {
  margin-bottom: 16px;
}

.mobile-body .site-footer-content {
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: auto;
}

.mobile-body .footer-brand,
.mobile-body .footer-links,
.mobile-body .footer-copy {
  justify-self: start;
}

.mobile-body .footer-links {
  display: grid;
  gap: 8px;
  text-align: left;
}

.mobile-body .footer-brand .logo-mark {
  width: 28px;
  height: 24px;
  font-size: 1.7rem;
}

.mobile-body .footer-brand .logo-copy {
  font-size: 0.56rem;
}

.mobile-body .footer-link,
.mobile-body .footer-copy {
  font-size: 13px;
}

.tablet-body .page--home .header {
  top: 0;
}

.tablet-body .page--home .logo-image {
  height: 38px;
}

.tablet-body .page--home .hero-copy h1 {
  font-size: 44px;
}

.tablet-body .page--home .section-head h2,
.tablet-body .page--home .experience-copy h2,
.tablet-body .page--home .contacts-copy h2 {
  font-size: 36px;
}

.tablet-body .page--home .experience-copy h2 {
  white-space: normal;
}

.tablet-body .page--home .hero-copy p,
.tablet-body .page--home .intro-copy,
.tablet-body .page--home .booklet-copy p,
.tablet-body .page--home .experience-copy p,
.tablet-body .page--home .experience-copy ul,
.tablet-body .page--home .lead,
.tablet-body .page--home .contacts-copy p {
  font-size: 16px;
}

.tablet-body .page--home .card h3 {
  font-size: 24px;
}

.tablet-body .page--home .card p,
.tablet-body .page--home .contacts-list li {
  font-size: 18px;
}

.tablet-body .page--home #services .card > p,
.tablet-body .page--home #articles .card > p {
  font-size: 16px;
  line-height: 1.22;
}

.tablet-body .page--home .leaders-grid {
  grid-template-columns: 1fr;
}

.tablet-body .page--home .leader-card {
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
}

.tablet-body .page--home .leader-photo {
  height: 322px;
  min-height: 322px;
}

.tablet-body .page--home .leader-name {
  font-size: 28px;
}

.tablet-body .page--home .leader-role {
  font-size: 13px;
}

.tablet-body .page--home .leader-description p,
.tablet-body .page--home .leader-achievements li {
  font-size: 14px;
}

.tablet-body .page--home #articles .services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tablet-body .page--home #articles .card {
  min-height: 340px;
}

.tablet-body .page--home #articles .card > .service-photo {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
}

.tablet-body .page--home #articles .card h3 {
  min-height: 54px;
  margin: 0 0 8px;
  font-size: 22px;
}

.tablet-body .page--home .footer-link,
.tablet-body .page--home .footer-copy {
  font-size: 12px;
}

.tablet-body .page--home .site-footer-content {
  min-height: 46px;
}

.tablet-body .page--home .footer-brand .logo-image {
  height: 24px;
}

.tablet-body .page--home .intro {
  padding-top: 24px;
}

.tablet-body .page--home .intro .section-head {
  grid-template-columns: 1fr;
  gap: 12px;
}

.tablet-body .page--home .intro .section-head h2 {
  max-width: 100%;
  padding-left: 0;
  font-size: 36px;
  text-align: left;
}

.tablet-body .section-head-shift {
  padding-left: 0;
}

.tablet-body .page--home .intro .head-line {
  min-width: 0;
  padding-top: 0;
  margin-right: 0;
}

.tablet-body .page--home .intro-grid {
  grid-template-columns: 1fr 170px;
  gap: 16px 10px;
  margin-top: 22px;
}

.tablet-body .page--home .intro-copy {
  max-width: 100%;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
}

.tablet-body .page--home .intro-copy p + p {
  margin-top: 22px;
}

.tablet-body .page--home .stats {
  width: 170px;
  gap: 0;
  padding-top: 0;
  margin-right: 0;
}

.tablet-body .page--home .stat {
  min-height: 102px;
  padding: 10px 0;
}

.tablet-body .page--home .stat strong {
  font-size: 30px;
}

.tablet-body .page--home .stat span {
  font-size: 11px;
}

.tablet-body .page--home .booklet {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 16px;
  padding: 0 16px 0 0;
}

.tablet-body .page--home .booklet-visual {
  height: 156px;
}

.tablet-body .page--home .booklet-press {
  left: -6px;
  top: -8px;
  width: 292px;
  transform: rotate(8deg);
}

.tablet-body .page--home .booklet-copy {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.tablet-body .page--home .booklet-title {
  font-size: 24px;
}

.tablet-body .page--home .booklet-copy p {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
}

.tablet-body .page--home .booklet-action {
  min-width: 180px;
  font-size: 13px;
}

.tablet-body .site-popup {
  padding: 20px;
}

.tablet-body .site-popup-card {
  width: min(660px, calc(100vw - 40px));
  min-height: 330px;
  padding: 28px 190px 28px 28px;
}

.tablet-body .site-popup-copy h3 {
  font-size: 32px;
}

.tablet-body .site-popup-copy p {
  max-width: 340px;
  font-size: 15px;
}

.tablet-body .site-popup-form {
  max-width: 420px;
}

.tablet-body .site-popup-field,
.tablet-body .site-popup-submit {
  min-height: 50px;
}

.tablet-body .site-popup-field input {
  font-size: 16px;
}

.tablet-body .site-popup-visual {
  width: 250px;
}

.tablet-body .site-popup-visual img {
  width: 100%;
}

.mobile-body .page--home .header {
  top: 0;
}

.mobile-body .page--home .logo-image {
  height: 26px;
}

.mobile-body .page--home .hero-copy h1 {
  font-size: 36px;
}

.mobile-body .page--home .hero-copy p,
.mobile-body .page--home .intro-copy,
.mobile-body .page--home .booklet-copy p,
.mobile-body .page--home .experience-copy p,
.mobile-body .page--home .experience-copy ul,
.mobile-body .page--home .lead,
.mobile-body .page--home .contacts-copy p {
  font-size: 16px;
}

.mobile-body .page--home .card h3 {
  font-size: 22px;
}

.mobile-body .page--home .card p,
.mobile-body .page--home .contacts-list li {
  font-size: 16px;
}

.mobile-body .page--home #services .card > p,
.mobile-body .page--home #articles .card > p {
  font-size: 16px;
  line-height: 1.22;
}

.mobile-body .page--home .footer-link,
.mobile-body .page--home .footer-copy {
  font-size: 12px;
}

.footer-copy.footer-legal,
.service-page .footer-copy.footer-legal,
.tablet-body .footer-copy.footer-legal,
.tablet-body .page--home .footer-copy.footer-legal,
.mobile-body .page--home .footer-copy.footer-legal {
  font-size: 9px;
  line-height: 1.18;
}

.mobile-body .footer-copy.footer-legal {
  max-width: 100%;
  text-align: left;
  font-size: 10px;
  line-height: 1.24;
}

.site-footer-content .footer-legal {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  text-align: left;
}

.site-footer-content .footer-links {
  grid-column: 2;
  grid-row: 1;
}

.site-footer-content .footer-brand {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.mobile-body .site-footer-content .footer-legal,
.mobile-body .site-footer-content .footer-links,
.mobile-body .site-footer-content .footer-brand {
  grid-column: auto;
  grid-row: auto;
  justify-self: start;
}

.mobile-body .page--home .socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-body .page--home .socials-label {
  grid-column: 1 / -1;
}

.mobile-body .page--home .socials a {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
}

.mobile-body .page--home .booklet {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}

.mobile-body .page--home .booklet-visual {
  height: 130px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.mobile-body .page--home .booklet-press {
  left: 12px;
  top: 8px;
  width: 220px;
  transform: rotate(8deg);
}

.mobile-body .page--home .booklet-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-left: 0;
  padding: 0 14px 14px;
}

.mobile-body .page--home .booklet-title {
  font-size: 20px;
  line-height: 1.08;
}

.mobile-body .page--home .booklet-copy p,
.mobile-body .page--home .booklet-note {
  font-size: 13px;
  line-height: 1.28;
}

.mobile-body .page--home .booklet-action {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.mobile-nav-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.mobile-body .page--home .header {
  position: sticky;
  grid-template-columns: auto auto 1fr;
  overflow: visible;
}

.mobile-body .page--home .mobile-menu {
  position: relative;
  z-index: 81;
  justify-self: end;
  grid-column: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(237, 243, 247, 0.42);
  border-radius: 8px;
  background: rgba(54, 75, 91, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(7, 12, 18, 0.16);
  cursor: pointer;
}

.mobile-body .page--home .mobile-menu span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: rgba(246, 249, 251, 0.96);
}

.mobile-body .page--home .header-actions {
  grid-column: 2;
  grid-row: 1;
}

.mobile-body .page--home .nav {
  position: fixed;
  top: 66px;
  right: 12px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: stretch;
  gap: 0;
  width: min(276px, calc(100vw - 24px));
  padding: 10px;
  border: 1px solid rgba(141, 192, 216, 0.22);
  border-radius: 8px;
  background: rgba(33, 48, 61, 0.98);
  box-shadow: 0 20px 42px rgba(6, 11, 17, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    visibility 160ms ease,
    transform 160ms ease;
}

.mobile-body .page--home .mobile-nav-toggle:checked ~ .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-body .page--home .nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: rgba(244, 248, 250, 0.96);
  font-size: 14px;
  letter-spacing: 0;
}

.mobile-body .page--home .nav a + a {
  border-top: 1px solid rgba(141, 192, 216, 0.12);
}

.mobile-body .page--home .nav a::after {
  display: none;
}

.mobile-body .page--home .stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(133, 182, 207, 0.18);
  border-bottom: 1px solid rgba(133, 182, 207, 0.18);
}

.mobile-body .page--home .stat {
  display: grid;
  align-content: start;
  min-height: 92px;
  padding: 12px 8px;
  border-top: 0;
}

.mobile-body .page--home .stat + .stat {
  border-top: 0;
  border-left: 1px solid rgba(133, 182, 207, 0.18);
}

.mobile-body .page--home .stat strong {
  font-size: 25px;
  line-height: 0.95;
}

.mobile-body .page--home .stat-main strong,
.mobile-body .page--home .stat-years strong {
  font-size: 28px;
}

.mobile-body .page--home .stat-surface strong {
  gap: 4px;
  font-size: 22px;
}

.mobile-body .page--home .stat span {
  font-size: 10px;
  line-height: 1.22;
}

.mobile-body .page--home .booklet {
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 170px;
  padding: 14px;
}

.mobile-body .page--home .booklet-visual {
  grid-column: 1;
  height: 132px;
  border-radius: 8px;
}

.mobile-body .page--home .booklet-press {
  left: -24px;
  top: 14px;
  width: 220px;
}

.mobile-body .page--home .booklet-copy {
  grid-column: 2;
  gap: 10px;
  padding: 0;
}

.mobile-body .page--home .booklet-title {
  font-size: 18px;
}

.mobile-body .page--home .booklet-copy p,
.mobile-body .page--home .booklet-note {
  font-size: 12px;
  line-height: 1.28;
}

.mobile-body .page--home .booklet-action {
  min-height: 36px;
  padding: 0 9px;
  font-size: 9px;
}

.mobile-body .contacts-magazine {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 190px;
  overflow: hidden;
}

.mobile-body .contacts-magazine::before {
  inset: 20% 18% 10%;
}

.mobile-body .contacts-magazine-gif {
  display: none;
}

.footer-links,
.footer-policy,
.footer-policy .footer-link,
.footer-policy span,
.footer-home-link {
  color: rgba(237, 243, 247, 0.58);
  font-size: 10px;
  line-height: 1.22;
  letter-spacing: 0.02em;
}

.footer-policy {
  display: grid;
  gap: 4px;
  justify-self: start;
  text-align: left;
}

.footer-policy-title {
  margin: 0 0 4px;
  color: rgba(237, 243, 247, 0.44);
  text-transform: uppercase;
}

.footer-home-link {
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer-content {
  grid-template-columns: auto minmax(260px, 390px) minmax(220px, 330px);
  gap: 44px;
  align-items: center;
}

.site-footer-content .footer-brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.site-footer-content .footer-legal {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  text-align: left;
}

.site-footer-content .footer-policy {
  grid-column: 3;
  grid-row: 1;
}

.tablet-body .site-footer-content {
  grid-template-columns: auto minmax(220px, 1fr) minmax(190px, 280px);
  gap: 24px;
}

.mobile-body .site-footer-content {
  grid-template-columns: 1fr;
  gap: 14px;
}

.mobile-body .site-footer-content .footer-brand,
.mobile-body .site-footer-content .footer-legal,
.mobile-body .site-footer-content .footer-policy {
  grid-column: auto;
  grid-row: auto;
  justify-self: start;
}

.design-service-page .service-hero-copy,
.design-service-page .service-hero-copy p {
  max-width: none;
  width: 100%;
}

.design-service-page .service-hero h1 {
  max-width: none;
  width: 100%;
}

.design-service-page .service-hero-copy {
  padding-right: var(--service-title-offset);
}

.design-service-page .service-photo-strip {
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: auto;
  overflow: visible;
  padding-bottom: 0;
}

.design-service-page .service-photo-card {
  min-height: 260px;
}

.design-service-page .project-gallery .project-photo {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.design-service-page .design-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(210px, 18vw));
  gap: 18px;
}

.design-service-page .design-project-card {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
}

.design-service-page .design-project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0) 42%, rgba(12, 18, 24, 0.72) 100%),
    linear-gradient(90deg, rgba(12, 18, 24, 0.42) 0%, rgba(12, 18, 24, 0) 54%);
  pointer-events: none;
}

.design-service-page .design-project-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.design-service-page .design-project-card h3 {
  position: absolute;
  left: 22px;
  right: 170px;
  bottom: 22px;
  z-index: 1;
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
  text-shadow: 0 8px 18px rgba(7, 12, 18, 0.34);
}

.design-service-page .design-project-card > a {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 1;
}

.design-service-page .design-project-card:nth-child(1),
.design-service-page .design-project-card:nth-child(7) {
  grid-column: 1 / span 2;
  grid-row: span 2;
}

.design-service-page .design-project-card:nth-child(1) {
  grid-row: 1 / 3;
}

.design-service-page .design-project-card:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.design-service-page .design-project-card:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

.design-service-page .design-project-card:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}

.design-service-page .design-project-card:nth-child(5) {
  grid-column: 1;
  grid-row: 4;
}

.design-service-page .design-project-card:nth-child(6) {
  grid-column: 2 / span 2;
  grid-row: 3 / 5;
}

.design-service-page .design-project-card:nth-child(7) {
  grid-row: 5 / 7;
}

.design-service-page .design-project-card:nth-child(8) {
  grid-column: 3;
  grid-row: 5;
}

.design-service-page .design-project-card:nth-child(9) {
  grid-column: 3;
  grid-row: 6;
}

.design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
  right: 22px;
  bottom: 66px;
  font-size: 20px;
}

.design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
  left: 22px;
  right: auto;
}

.design-service-page .section-related-projects .section-head h2 {
  padding-left: var(--home-title-offset);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.design-service-page .split-section .section-head h2 {
  font-size: 32px;
  line-height: 1.04;
  text-transform: uppercase;
}

.design-service-page .section-related-projects .section-head {
  margin-bottom: 24px;
}

.design-service-page .contacts--service {
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
  min-height: auto;
}

.design-service-page .contacts--service .contacts-copy {
  max-width: 980px;
}

.design-service-page .contacts--service .contacts-form {
  max-width: 760px;
}

.design-service-page #contacts .contacts-copy h2 {
  padding-left: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.design-service-page #contacts .socials-note {
  margin: 6px 0 0;
  max-width: 540px;
  color: rgba(220, 229, 236, 0.36);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.tablet-body .design-service-page .service-photo-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tablet-body .design-service-page .design-projects-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: minmax(240px, auto);
}

.tablet-body .design-service-page .design-project-card,
.tablet-body .design-service-page .design-project-card:nth-child(1),
.tablet-body .design-service-page .design-project-card:nth-child(6),
.tablet-body .design-service-page .design-project-card:nth-child(7) {
  grid-column: auto;
  grid-row: auto;
}

.tablet-body .design-service-page .design-project-card:nth-child(1),
.tablet-body .design-service-page .design-project-card:nth-child(6),
.tablet-body .design-service-page .design-project-card:nth-child(7) {
  grid-column: 1 / -1;
}

.mobile-body .design-service-page .service-photo-strip,
.mobile-body .design-service-page .design-projects-grid {
  grid-template-columns: 1fr;
  grid-template-rows: none;
  grid-auto-rows: minmax(260px, auto);
  gap: 14px;
}

.mobile-body .design-service-page .service-photo-card {
  min-height: 220px;
}

.mobile-body .design-service-page .design-project-card {
  grid-column: auto !important;
  grid-row: auto !important;
  padding: 0;
}

.mobile-body .design-service-page .design-project-card h3 {
  right: 18px;
  bottom: 62px;
  font-size: 22px;
}

.mobile-body .design-service-page .design-project-card > a {
  left: 18px;
  right: auto;
  bottom: 18px;
}

.mobile-body .design-service-page .feature-card {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
}

.mobile-body .design-service-page .feature-card-icon {
  width: 40px;
  height: 40px;
}

.mobile-body .design-service-page .contacts--service {
  grid-template-columns: 1fr;
}

.mobile-body .page--home .footer-brand .logo-image {
  height: 20px;
}

.mobile-body .page--home .intro {
  padding-top: 18px;
}

.mobile-body .page--home .intro-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}

.mobile-body .page--home .intro-copy {
  max-width: 100%;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
}

.mobile-body .page--home .intro-copy p + p {
  margin-top: 18px;
}

.mobile-body .page--home .intro-copy-strong {
  font-size: inherit;
}

.mobile-body .page--home .stats {
  gap: 12px;
  padding-top: 0;
  width: 100%;
}

.mobile-body .page--home .stat {
  min-height: 84px;
  padding: 8px 0;
  border-radius: 0;
}

.mobile-body .page--home .stat strong {
  font-size: 26px;
  margin-bottom: 4px;
}

.mobile-body .page--home .stat span {
  font-size: 11px;
  line-height: 1.16;
}

.mobile-body .page--home .booklet {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
}

.mobile-body .page--home .booklet-visual {
  height: 120px;
  border-radius: 14px;
}

.mobile-body .page--home .booklet-press {
  left: -10px;
  top: -6px;
  width: 310px;
  transform: rotate(8deg);
}

.mobile-body .page--home .booklet-copy {
  grid-template-columns: 1fr;
  gap: 14px;
}

.mobile-body .page--home .booklet-title {
  font-size: 22px;
}

.mobile-body .page--home .booklet-copy p {
  font-size: 16px;
  line-height: 1.5;
}

.mobile-body .page--home .booklet-action {
  min-width: 100%;
  font-size: 13px;
}

.mobile-body .site-popup {
  padding: 12px;
}

.mobile-body .site-popup-card {
  width: calc(100vw - 24px);
  min-height: 300px;
  padding: 22px 18px 22px 18px;
  border-radius: 24px;
}

.mobile-body .site-popup-copy {
  gap: 10px;
}

.mobile-body .site-popup-kicker {
  min-height: 26px;
  padding: 0 12px;
  font-size: 10px;
}

.mobile-body .site-popup-copy h3 {
  font-size: 28px;
}

.mobile-body .site-popup-copy p {
  max-width: 100%;
  font-size: 15px;
}

.mobile-body .site-popup-form {
  grid-template-columns: 1fr;
  max-width: none;
  gap: 10px;
  margin-top: 12px;
}

.mobile-body .site-popup-field,
.mobile-body .site-popup-submit {
  min-height: 50px;
  padding: 0 18px;
}

.mobile-body .site-popup-field input {
  font-size: 16px;
}

.mobile-body .site-popup-submit {
  font-size: 14px;
}

.mobile-body .site-popup-visual {
  display: none;
}

.mobile-body .site-popup-close {
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
}

.mobile-body .site-popup-close span {
  font-size: 30px;
}

.tablet-body .page--home .hero {
  min-height: 560px;
}

.tablet-body .page--home .hero-copy {
  max-width: 720px;
  padding: 112px 0 110px 34px;
}

.tablet-body .hero-meta {
  margin-bottom: 18px;
  font-size: 16px;
}

.tablet-body .page--home .hero-copy p {
  max-width: 500px;
  margin-left: 58px;
  font-size: 16px;
  line-height: 1.5;
}

.tablet-body .page--home .hero-actions {
  gap: 14px;
  margin-top: 24px;
  margin-left: 246px;
}

.tablet-body .hero-cta {
  min-width: 188px;
  min-height: 52px;
  padding: 0 18px;
  font-size: 13px;
}

.tablet-body .page--home .hero-dots {
  bottom: 20px;
}

.mobile-body .page--home .hero {
  min-height: 460px;
}

.mobile-body .page--home .hero-slide--1 {
  background-image: url("./img/index/mobile1.webp");
  background-position: center center;
}

.mobile-body .page--home .hero-slide--2 {
  background-image: url("./img/index/mobile2.webp");
  background-position: center center;
}

.mobile-body .page--home .hero-slide--3 {
  background-image: url("./img/index/mobile3.webp");
  background-position: center center;
}

.mobile-body .page--home .hero-copy {
  max-width: none;
  padding: 92px 16px 84px;
}

.mobile-body .page--home .hero-copy h1 {
  max-width: 300px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mobile-body .hero-meta {
  margin-bottom: 14px;
  font-size: 12px;
}

.mobile-body .hero-meta-icon {
  width: 16px;
  height: 16px;
}

.mobile-body .page--home .hero-copy p {
  max-width: 295px;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.45;
}

.mobile-body .page--home .hero-actions {
  gap: 10px;
  margin-top: 18px;
  margin-left: 0;
  flex-wrap: wrap;
}

.mobile-body .hero-cta {
  min-width: 100%;
  min-height: 46px;
  padding: 0 16px;
  font-size: 12px;
}

.mobile-body .hero-cta-icon {
  width: 18px;
  height: 18px;
}

.mobile-body .page--home .hero-dots {
  bottom: 18px;
}

.mobile-body,
.mobile-body body {
  overflow-x: hidden;
}

.mobile-body .page,
.mobile-body main,
.mobile-body .page--home main,
.mobile-body .panel,
.mobile-body .panel-soft,
.mobile-body .card {
  max-width: 100%;
  overflow-x: clip;
}

.mobile-body .page--home main {
  gap: 22px;
}

.mobile-body .page--home .intro-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 18px;
}

.mobile-body .page--home .intro-copy,
.mobile-body .page--home .lead {
  max-width: none;
  margin: 0;
  padding: 0;
}

.mobile-body .page--home .intro-copy-strong {
  max-width: none;
  font-size: 15px;
  line-height: 1.5;
}

.mobile-body .page--home .stats {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-self: stretch;
}

.mobile-body .page--home .stat strong,
.mobile-body .page--home .stat span {
  max-width: none;
}

.mobile-body .page--home .booklet {
  margin: 20px 0 0;
  padding: 12px;
  overflow: hidden;
}

.mobile-body .page--home .booklet::after {
  display: none;
}

.mobile-body .page--home .booklet-visual {
  height: 98px;
  overflow: hidden;
  border-radius: 14px;
}

.mobile-body .page--home .booklet-press {
  left: -6px;
  top: -6px;
  width: 246px;
  transform: rotate(8deg);
}

.mobile-body .page--home .booklet-copy {
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 12px;
}

.mobile-body .page--home .booklet-note {
  white-space: normal;
}

.mobile-body .page--home .experience {
  padding: 20px 16px;
}

.mobile-body .page--home .experience-copy h2 {
  max-width: 240px;
}

.mobile-body .page--home .experience-copy p,
.mobile-body .page--home .experience-copy ul {
  margin-left: 0;
  max-width: none;
}

.mobile-body .page--home .experience-copy ul {
  padding-left: 18px;
}

.mobile-body .page--home .experience-side {
  width: 100%;
}

.mobile-body .page--home .experience-telegram {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

.mobile-body .page--home #services .services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-body .page--home #services .card,
.mobile-body .page--home #articles .card {
  padding-bottom: 72px;
}

.mobile-body .page--home #services .card {
  min-height: 0;
  padding: 10px 10px 54px;
  border-radius: 8px;
}

.mobile-body .page--home #services .card > .service-photo {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  border-radius: 8px;
}

.mobile-body .page--home #services .card h3 {
  min-height: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.mobile-body .page--home #services .card > p {
  font-size: 12px;
  line-height: 1.25;
}

.mobile-body .page--home #articles .services-grid {
  grid-template-columns: 1fr;
}

.mobile-body .page--home #articles .card {
  min-height: 0;
}

.mobile-body .page--home #articles .card > .service-photo {
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
}

.mobile-body .page--home #articles .card h3 {
  min-height: 0;
  margin: 0 0 8px;
  font-size: 20px;
}

.mobile-body .page--home #articles .card > p {
  min-height: 0;
  font-size: 16px;
  line-height: 1.22;
}

.mobile-body .page--home #services .card > a,
.mobile-body .page--home #projects .card > a,
.mobile-body .page--home #articles .card > a {
  right: 10px;
  bottom: 10px;
  min-height: 28px;
  padding: 0 10px;
  font-size: 10px;
}

.mobile-body .page--home .project {
  padding: 18px 18px 70px;
}

.mobile-body .page--home .project-kinds,
.mobile-body .page--home .project-facts {
  gap: 8px;
}

.mobile-body .page--home .leaders-grid {
  padding: 0;
}

.mobile-body .page--home .leader-card {
  grid-template-columns: 1fr;
  gap: 18px;
}

.mobile-body .page--home .leader {
  padding: 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(45, 64, 78, 0.98), rgba(33, 49, 61, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(121, 201, 234, 0.12), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(4, 10, 15, 0.2);
}

.mobile-body .page--home .leader-photo {
  height: clamp(318px, 88vw, 380px);
  min-height: 318px;
  border-radius: 15px;
  border: 1px solid rgba(187, 219, 235, 0.16);
  object-fit: cover;
  object-position: center 18%;
  box-shadow:
    0 14px 26px rgba(7, 13, 19, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.mobile-body .page--home .leader:first-child .leader-photo {
  object-position: center 14%;
}

.mobile-body .page--home .leader:nth-child(2) .leader-photo {
  object-position: center 16%;
}

.mobile-body .page--home .leader-name {
  font-size: 24px;
}

.mobile-body .page--home .leader-role {
  font-size: 12px;
}

.mobile-body .page--home .leader-description {
  gap: 10px;
}

.mobile-body .page--home .leader-description p,
.mobile-body .page--home .leader-achievements li {
  font-size: 14px;
}

.mobile-body .page--home .contacts-copy {
  padding-left: 0;
}

.mobile-body .page--home .contacts-form {
  grid-template-columns: 1fr;
  gap: 12px;
}

.mobile-body .page--home .contacts-phone-field,
.mobile-body .page--home .contacts-submit {
  width: 100%;
  min-width: 0;
}

.mobile-body .page--home .contacts-list li {
  min-height: auto;
}

.mobile-body .page--home .socials {
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-body .page--home .socials a {
  width: auto;
  min-width: 0;
  padding: 0 12px;
}

.mobile-body .page--home .contacts-copy .socials-note,
.mobile-body .page--home .socials-note {
  font-size: 12px;
}

.site-footer-content .footer-legal {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  text-align: left;
}

.site-footer-content .footer-links {
  grid-column: 2;
  grid-row: 1;
}

.site-footer-content .footer-brand {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.mobile-body .site-footer-content .footer-legal,
.mobile-body .site-footer-content .footer-links,
.mobile-body .site-footer-content .footer-brand {
  grid-column: auto;
  grid-row: auto;
  justify-self: start;
}

.mobile-body .page--home .socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-body .page--home .socials-label {
  grid-column: 1 / -1;
}

.mobile-body .page--home .socials a {
  width: 100%;
  min-width: 0;
  padding: 0 10px;
}

.mobile-body .page--home .booklet {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}

.mobile-body .page--home .booklet-visual {
  height: 130px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.mobile-body .page--home .booklet-press {
  left: 12px;
  top: 8px;
  width: 220px;
  transform: rotate(8deg);
}

.mobile-body .page--home .booklet-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-left: 0;
  padding: 0 14px 14px;
}

.mobile-body .page--home .booklet-title {
  font-size: 20px;
  line-height: 1.08;
}

.mobile-body .page--home .booklet-copy p,
.mobile-body .page--home .booklet-note {
  font-size: 13px;
  line-height: 1.28;
}

.mobile-body .page--home .booklet-action {
  width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

/* Design service mobile project gallery */
.mobile-body .design-service-page .design-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: clamp(112px, 30vw, 150px);
  gap: 8px;
  padding: 0;
}

.mobile-body .design-service-page .design-project-card,
.mobile-body .design-service-page .design-project-card:nth-child(n) {
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
  aspect-ratio: 1 / 1.18;
  padding: 0;
  border-radius: 8px;
}

.mobile-body .design-service-page .design-project-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mobile-body .design-service-page .design-project-card::after {
  background: linear-gradient(180deg, rgba(12, 18, 24, 0) 45%, rgba(12, 18, 24, 0.46) 100%);
}

.mobile-body .design-service-page .design-project-card h3,
.mobile-body .design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
  left: 7px;
  right: 7px;
  bottom: 7px;
  font-size: 9px;
  line-height: 1.08;
  letter-spacing: 0;
}

.mobile-body .design-service-page .design-project-card > a,
.mobile-body .design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
  display: none;
}

/* Design service mobile project gallery row fix */
.mobile-body .design-service-page .design-projects-grid {
  grid-auto-rows: auto;
  align-items: stretch;
}

/* Design service header menu */
.design-service-page .nav {
  grid-template-columns: repeat(7, max-content);
}

/* Partners page */
.partners-page .nav {
  grid-template-columns: repeat(7, max-content);
}

.partners-hero {
  display: grid;
  gap: 28px;
  padding: 48px 18px 24px;
  text-align: center;
}

.partners-hero .breadcrumbs {
  justify-content: flex-start;
  text-align: left;
}

.partners-hero h1 {
  margin: 16px 0 0;
  color: #f4f7fa;
  font-family: var(--font-heading);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.partners-hero p {
  margin: 0;
  color: rgba(237, 243, 247, 0.84);
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.6vw, 34px);
  line-height: 1.12;
  text-transform: uppercase;
}

.partners-form-section {
  margin: 26px 0 34px;
  padding: 42px 50px 50px;
  border: 1px solid rgba(141, 192, 216, 0.2);
  border-radius: 8px;
  background: rgba(42, 58, 72, 0.78);
}

.partners-form-section h2 {
  margin: 0 0 30px;
  color: rgba(245, 248, 251, 0.96);
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.partners-form {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}

.partners-field {
  min-width: 0;
}

.partners-field input,
.partners-field select,
.partners-field textarea {
  width: 100%;
  border: 1px solid rgba(237, 243, 247, 0.22);
  border-radius: 8px;
  outline: 0;
  background: rgba(18, 30, 41, 0.36);
  color: rgba(245, 248, 251, 0.96);
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.partners-field input,
.partners-field select {
  height: 58px;
  padding: 0 20px;
}

.partners-field textarea {
  min-height: 150px;
  padding: 20px;
  resize: vertical;
}

.partners-field input::placeholder,
.partners-field textarea::placeholder {
  color: rgba(225, 235, 242, 0.58);
}

.partners-field select {
  appearance: none;
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(237, 243, 247, 0.88) 50%),
    linear-gradient(135deg, rgba(237, 243, 247, 0.88) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 17px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.partners-field--wide {
  grid-column: 1 / -1;
}

.partners-consent {
  align-self: center;
  max-width: 620px;
}

.partners-submit {
  grid-column: 3;
  justify-self: stretch;
  min-height: 58px;
  border: 1px solid rgba(237, 243, 247, 0.72);
  border-radius: 8px;
  background: rgba(237, 243, 247, 0.92);
  color: #1d2d39;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.partners-submit:hover {
  background: #ffffff;
}

.mobile-body .partners-page .partners-hero {
  padding: 28px 0 10px;
  text-align: left;
}

.mobile-body .partners-page .partners-hero h1 {
  font-size: 34px;
  line-height: 1;
}

.mobile-body .partners-page .partners-hero p {
  font-size: 18px;
}

.mobile-body .partners-form-section {
  padding: 22px 16px;
}

.mobile-body .partners-form-section h2 {
  font-size: 24px;
}

.mobile-body .partners-form {
  grid-template-columns: 1fr;
  gap: 12px;
}

.mobile-body .partners-field--wide,
.mobile-body .partners-submit {
  grid-column: auto;
}

.mobile-body .partners-field input,
.mobile-body .partners-field select {
  height: 50px;
}

/* 2026-04-21 mobile stability pass */
html {
  scroll-behavior: auto;
}

.service-page .mobile-menu {
  display: none;
}

.mobile-body .service-page .header {
  position: sticky;
  top: 0;
  z-index: 80;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 12px 64px 12px 16px;
  overflow: visible;
}

.mobile-body .service-page .logo {
  grid-column: 1;
  width: 74px;
  min-width: 74px;
}

.mobile-body .service-page .mobile-menu {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(237, 243, 247, 0.34);
  border-radius: 8px;
  background: rgba(24, 38, 50, 0.86);
}

.mobile-body .service-page .mobile-menu span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.mobile-body .service-page .header-actions {
  grid-column: 2;
  grid-row: 1;
  justify-self: stretch;
  min-width: 0;
}

.mobile-body .service-page .header-cta--phone {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 10px;
  justify-content: center;
  font-size: 14px;
}

.mobile-body .service-page .header-socials {
  display: none;
}

.mobile-body .service-page .nav {
  position: fixed;
  top: 72px;
  right: 12px;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr;
  width: min(280px, calc(100vw - 24px));
  padding: 10px;
  gap: 8px;
  border: 1px solid rgba(237, 243, 247, 0.18);
  border-radius: 8px;
  background: rgba(20, 34, 45, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.mobile-body .service-page .mobile-nav-toggle:checked ~ .nav {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.mobile-body .service-page .nav a {
  min-height: 40px;
  width: 100%;
  padding: 0 12px;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 13px;
  border-radius: 8px;
}

.mobile-body .design-service-page .service-hero,
.mobile-body .design-service-page .section,
.mobile-body .partners-page .section,
.mobile-body .partners-page .partners-form-section,
.mobile-body .design-service-page .contacts,
.mobile-body .partners-page .contacts {
  max-width: calc(100vw - 24px);
  margin-left: auto;
  margin-right: auto;
}

.mobile-body .design-service-page .service-hero {
  padding: 22px 16px;
}

.mobile-body .design-service-page .service-hero-copy {
  min-width: 0;
  width: 100%;
  padding: 0;
}

.mobile-body .design-service-page .service-hero h1 {
  font-size: 36px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  white-space: normal;
  overflow-wrap: break-word;
}

.mobile-body .design-service-page .service-hero p {
  max-width: 100%;
  font-size: 20px;
  line-height: 1.48;
  white-space: normal;
  overflow-wrap: break-word;
}

.mobile-body .design-service-page .hero-actions {
  grid-template-columns: 1fr;
  gap: 12px;
}

.mobile-body .design-service-page .section-head h2,
.mobile-body .design-service-page .split-section .section-head h2,
.mobile-body .design-service-page .section-related-projects .section-head h2 {
  max-width: 100%;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.mobile-body .design-service-page .split-section {
  padding: 22px 0;
  gap: 16px;
}

.mobile-body .design-service-page .feature-grid,
.mobile-body .design-service-page .estimate-grid {
  gap: 12px;
}

.mobile-body .design-service-page .feature-card,
.mobile-body .design-service-page .estimate-card {
  min-height: 0;
  padding: 16px;
  border-radius: 8px;
}

.mobile-body .design-service-page .feature-card-icon,
.mobile-body .design-service-page .estimate-card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
}

.mobile-body .design-service-page .feature-card-icon img,
.mobile-body .design-service-page .estimate-card-icon img,
.mobile-body .design-service-page .contacts-list img,
.mobile-body .partners-page .contacts-list img,
.mobile-body .design-service-page .socials img,
.mobile-body .partners-page .socials img,
.mobile-body .service-page .header-cta img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.mobile-body .design-service-page .feature-card p,
.mobile-body .design-service-page .estimate-card p {
  font-size: 18px;
  line-height: 1.36;
  letter-spacing: 0;
}

.mobile-body .design-service-page .project-gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 8px;
}

.mobile-body .design-service-page .gallery-side {
  display: grid;
  gap: 8px;
}

.mobile-body .design-service-page .project-photo {
  width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.mobile-body .design-service-page .gallery-main {
  min-height: 220px;
}

.partners-hero {
  gap: 18px;
  padding: 32px 18px 14px;
}

.partners-hero h1 {
  margin-top: 8px;
  font-size: 56px;
  line-height: 1;
}

.partners-hero p {
  font-size: 24px;
  line-height: 1.16;
}

.partners-form-section {
  margin: 16px 0 24px;
  padding: 28px 34px 32px;
}

.partners-form-section h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.partners-form {
  gap: 12px;
}

.partners-field input,
.partners-field select {
  height: 46px;
  padding: 0 16px;
  font-size: 14px;
}

.partners-field textarea {
  min-height: 104px;
  padding: 16px;
  font-size: 14px;
}

.partners-submit {
  min-height: 46px;
  font-size: 14px;
}

.mobile-body .partners-page .partners-hero {
  padding: 18px 0 8px;
  gap: 12px;
}

.mobile-body .partners-page .partners-hero h1 {
  margin-top: 4px;
  font-size: 26px;
  line-height: 1.08;
}

.mobile-body .partners-page .partners-hero p {
  font-size: 14px;
  line-height: 1.3;
}

.mobile-body .partners-form-section {
  padding: 16px 12px;
  margin-top: 10px;
  margin-bottom: 18px;
}

.mobile-body .partners-form-section h2 {
  margin-bottom: 14px;
  font-size: 20px;
}

.mobile-body .partners-field input,
.mobile-body .partners-field select {
  height: 44px;
}

.mobile-body .partners-field textarea {
  min-height: 92px;
}

.mobile-body .partners-submit {
  min-height: 44px;
}

.mobile-body .design-service-page #contacts,
.mobile-body .partners-page #contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 22px 16px;
  overflow: hidden;
}

.mobile-body .design-service-page #contacts .to-top,
.mobile-body .partners-page #contacts .to-top {
  top: 14px;
  right: 14px;
  width: 56px;
  height: 56px;
}

.mobile-body .design-service-page #contacts .contacts-copy,
.mobile-body .partners-page #contacts .contacts-copy {
  max-width: 100%;
  padding: 0;
}

.mobile-body .design-service-page #contacts .contacts-copy h2,
.mobile-body .partners-page #contacts .contacts-copy h2 {
  max-width: calc(100% - 70px);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.mobile-body .design-service-page #contacts .contacts-copy p,
.mobile-body .partners-page #contacts .contacts-copy p {
  max-width: 100%;
  font-size: 20px;
  line-height: 1.45;
}

.mobile-body .design-service-page #contacts .contacts-form,
.mobile-body .partners-page #contacts .contacts-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mobile-body .design-service-page #contacts .contacts-phone-field,
.mobile-body .partners-page #contacts .contacts-phone-field,
.mobile-body .design-service-page #contacts .contacts-submit,
.mobile-body .partners-page #contacts .contacts-submit {
  width: 100%;
  min-width: 0;
  min-height: 46px;
}

.mobile-body .design-service-page #contacts .form-consent,
.mobile-body .partners-page #contacts .form-consent {
  grid-column: auto;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.35;
}

.mobile-body .design-service-page #contacts .contacts-list,
.mobile-body .partners-page #contacts .contacts-list {
  gap: 10px;
}

.mobile-body .design-service-page #contacts .contacts-list li,
.mobile-body .partners-page #contacts .contacts-list li {
  width: 100%;
  min-height: 56px;
  padding: 10px 14px;
  gap: 12px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.18;
}

.mobile-body .design-service-page #contacts .socials,
.mobile-body .partners-page #contacts .socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-body .design-service-page #contacts .socials a,
.mobile-body .partners-page #contacts .socials a {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.mobile-body .design-service-page #contacts .contacts-magazine,
.mobile-body .partners-page #contacts .contacts-magazine {
  min-height: 170px;
  border-radius: 8px;
}

@media (max-width: 420px) {
  .mobile-body .service-page .header-cta--phone {
    font-size: 13px;
  }

  .mobile-body .design-service-page .service-hero h1 {
    font-size: 31px;
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .mobile-body .design-service-page .service-hero p,
  .mobile-body .design-service-page #contacts .contacts-copy p,
  .mobile-body .partners-page #contacts .contacts-copy p {
    font-size: 18px;
  }

  .mobile-body .design-service-page .section-head h2,
  .mobile-body .design-service-page .split-section .section-head h2,
  .mobile-body .design-service-page .section-related-projects .section-head h2,
  .mobile-body .design-service-page #contacts .contacts-copy h2,
  .mobile-body .partners-page #contacts .contacts-copy h2 {
    font-size: 25px;
  }

}

/* 2026-04-21 cross-browser tablet/mobile tightening */
.tablet-body .design-service-page main,
.mobile-body .design-service-page main {
  --service-title-offset: 0;
  --home-title-offset: 0;
}

.tablet-body .service-page .header {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 12px 82px 12px 18px;
  overflow: visible;
}

.tablet-body .service-page .logo {
  grid-column: 1;
  width: 96px;
  min-width: 96px;
}

.tablet-body .service-page .mobile-menu {
  position: absolute;
  top: 12px;
  right: 14px;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(237, 243, 247, 0.34);
  border-radius: 8px;
  background: rgba(24, 38, 50, 0.86);
}

.tablet-body .service-page .mobile-menu span {
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: #ffffff;
}

.tablet-body .service-page .header-actions {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  min-width: 0;
  width: min(420px, 100%);
}

.tablet-body .service-page .header-cta--phone {
  width: 100%;
  min-width: 0;
  height: 52px;
  justify-content: center;
}

.tablet-body .service-page .header-socials {
  display: none;
}

.tablet-body .service-page .nav {
  position: fixed;
  top: 82px;
  right: 14px;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr;
  width: min(360px, calc(100vw - 28px));
  padding: 12px;
  gap: 8px;
  border: 1px solid rgba(237, 243, 247, 0.18);
  border-radius: 8px;
  background: rgba(20, 34, 45, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.tablet-body .service-page .mobile-nav-toggle:checked ~ .nav {
  display: grid !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.tablet-body .service-page .nav a {
  min-height: 44px;
  width: 100%;
  padding: 0 14px;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 15px;
  border-radius: 8px;
}

.tablet-body .service-page .service-hero-copy,
.tablet-body .design-service-page .service-hero-copy {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.tablet-body .repair-page .service-hero {
  grid-template-columns: 1fr;
}

.tablet-body .repair-page .service-hero-stats {
  margin-top: 16px;
}

.tablet-body .repair-page .repair-process-section .section-head h2 {
  padding-left: 0;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  white-space: normal;
}

.tablet-body .repair-page .repair-process-lead {
  padding-left: 0;
  font-size: 20px;
  line-height: 1.42;
}

.tablet-body .repair-page .feature-card {
  padding: 18px;
  border-radius: 8px;
}

.tablet-body .repair-page .feature-card-title,
.tablet-body .repair-page .feature-card p:first-child {
  font-size: 17px;
  line-height: 1.24;
}

.tablet-body .repair-page .feature-card-copy p {
  font-size: 15px;
  line-height: 1.4;
}

.tablet-body .design-service-page .service-hero h1 {
  font-size: 58px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  white-space: normal;
  overflow-wrap: break-word;
}

.tablet-body .design-service-page .service-hero-copy p {
  max-width: 100%;
  font-size: 22px;
  line-height: 1.42;
  white-space: normal;
  overflow-wrap: break-word;
}

.tablet-body .design-service-page .split-section .section-head h2,
.tablet-body .design-service-page .section-related-projects .section-head h2 {
  padding-left: 0;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.tablet-body .design-service-page .section-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.tablet-body .design-service-page .section-related-projects .head-line {
  width: auto;
  min-width: 0;
  justify-self: end;
  margin-right: 0;
}

.tablet-body .design-service-page .section-related-projects .head-line .line {
  display: none;
}

.tablet-body .design-service-page .section-related-projects .pill-tag {
  min-width: 190px;
  min-height: 48px;
  padding: 0 22px;
  font-size: 13px;
}

.tablet-body .design-service-page .feature-card,
.tablet-body .design-service-page .estimate-card {
  padding: 18px;
  border-radius: 8px;
}

.tablet-body .design-service-page .feature-card p,
.tablet-body .design-service-page .estimate-card p {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}

.tablet-body .design-service-page .feature-card-title,
.tablet-body .design-service-page .feature-card p:first-child {
  font-size: 17px;
  line-height: 1.24;
}

.tablet-body .design-service-page .feature-card-icon,
.tablet-body .design-service-page .estimate-card-icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
}

.tablet-body .design-service-page .feature-card-icon img,
.tablet-body .design-service-page .estimate-card-icon img,
.tablet-body .design-service-page .contacts-list img,
.tablet-body .partners-page .contacts-list img,
.tablet-body .design-service-page .socials img,
.tablet-body .partners-page .socials img,
.tablet-body .service-page .header-cta img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.mobile-body .design-service-page .split-section .section-head,
.mobile-body .design-service-page .section-related-projects .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.mobile-body .design-service-page .split-section .section-head h2 {
  padding-left: 0;
  font-size: 20px;
  line-height: 1.12;
  white-space: nowrap;
}

.mobile-body .design-service-page .section-related-projects .section-head h2 {
  padding-left: 0;
  font-size: 19px;
  line-height: 1.12;
  white-space: normal;
}

.mobile-body .design-service-page .section-related-projects .head-line {
  width: auto;
  min-width: 0;
  justify-self: end;
  margin: 0;
}

.mobile-body .design-service-page .section-related-projects .head-line .line {
  display: none;
}

.mobile-body .design-service-page .section-related-projects .pill-tag {
  min-width: 116px;
  min-height: 38px;
  padding: 0 12px;
  font-size: 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.mobile-body .design-service-page .feature-card,
.mobile-body .design-service-page .estimate-card {
  gap: 12px;
  padding: 14px;
}

.mobile-body .design-service-page .feature-card p,
.mobile-body .design-service-page .estimate-card p {
  font-size: 16px;
  line-height: 1.34;
}

.mobile-body .design-service-page .feature-card-title,
.mobile-body .design-service-page .estimate-card-title {
  font-size: 17px;
}

.mobile-body .design-service-page #contacts,
.mobile-body .partners-page #contacts {
  gap: 14px;
  padding: 18px 14px;
}

.mobile-body .design-service-page #contacts .to-top,
.mobile-body .partners-page #contacts .to-top {
  width: 44px;
  height: 44px;
}

.mobile-body .design-service-page #contacts .contacts-copy h2,
.mobile-body .partners-page #contacts .contacts-copy h2 {
  max-width: calc(100% - 54px);
  font-size: 24px;
  line-height: 1.08;
}

.mobile-body .design-service-page #contacts .contacts-copy p,
.mobile-body .partners-page #contacts .contacts-copy p {
  font-size: 16px;
  line-height: 1.42;
}

.mobile-body .design-service-page #contacts .contacts-phone-field,
.mobile-body .partners-page #contacts .contacts-phone-field,
.mobile-body .design-service-page #contacts .contacts-submit,
.mobile-body .partners-page #contacts .contacts-submit {
  min-height: 42px;
  font-size: 14px;
}

.mobile-body .design-service-page #contacts .form-consent,
.mobile-body .partners-page #contacts .form-consent {
  font-size: 11px;
}

.mobile-body .design-service-page #contacts .contacts-caption,
.mobile-body .partners-page #contacts .contacts-caption {
  font-size: 15px;
}

.mobile-body .design-service-page #contacts .contacts-list li,
.mobile-body .partners-page #contacts .contacts-list li {
  min-height: 48px;
  padding: 9px 12px;
  font-size: 15px;
}

.mobile-body .design-service-page #contacts .socials-note,
.mobile-body .partners-page #contacts .socials-note {
  font-size: 10px;
  line-height: 1.25;
}

.mobile-body .design-service-page #contacts .socials a,
.mobile-body .partners-page #contacts .socials a {
  min-height: 38px;
  font-size: 10px;
}

@media (max-width: 370px) {
  .mobile-body .design-service-page .split-section .section-head h2 {
    font-size: 18px;
  }

  .mobile-body .design-service-page .section-related-projects .section-head h2 {
    font-size: 17px;
  }
}

/* Shared header menu template */
.nav-dropdown {
  position: relative;
  min-width: 0;
}

.nav-dropdown summary {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  list-style: none;
  cursor: pointer;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.nav-dropdown[open] summary::after,
.nav-dropdown:hover summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 120;
  display: grid;
  min-width: 250px;
  padding: 10px;
  gap: 6px;
  border: 1px solid rgba(141, 192, 216, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(30, 48, 62, 0.98), rgba(18, 31, 42, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.nav-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 18px;
}

.nav-dropdown[open] .nav-submenu,
.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-submenu a {
  width: 100%;
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.nav-submenu a::before {
  content: "";
  width: 0;
  height: 16px;
  border-radius: 2px;
  background: #83cdea;
  opacity: 0;
  transition: width 160ms ease, opacity 160ms ease;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  color: #ffffff;
  background: rgba(131, 205, 234, 0.1);
  border-color: rgba(131, 205, 234, 0.18);
  transform: translateX(3px);
}

.nav-submenu a:hover::before,
.nav-submenu a:focus-visible::before {
  width: 3px;
  margin-right: 8px;
  opacity: 1;
}

.page--home .nav,
.design-service-page .nav,
.partners-page .nav {
  grid-template-columns: repeat(8, max-content);
}

.mobile-body .page--home .header-actions,
.mobile-body .service-page .header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-body .page--home .header-socials,
.mobile-body .service-page .header-socials {
  display: flex;
}

.mobile-body .page--home .header-cta--phone,
.mobile-body .service-page .header-cta--phone {
  width: auto;
  max-width: 154px;
  min-height: 31px;
  height: 31px;
  padding: 0 9px;
  gap: 7px;
  font-size: 9px;
}

.mobile-body .page--home .header-cta-icon,
.mobile-body .service-page .header-cta-icon,
.mobile-body .page--home .header-cta-icon img,
.mobile-body .service-page .header-cta-icon img {
  width: 12px;
  height: 12px;
}

.mobile-body .page--home .header-cta--telegram,
.mobile-body .service-page .header-cta--telegram {
  width: 31px;
  min-width: 31px;
  min-height: 31px;
  height: 31px;
}

.mobile-body .page--home .header-cta--telegram img,
.mobile-body .service-page .header-cta--telegram img {
  width: 12px;
  height: 12px;
}

.mobile-body .nav-dropdown,
.tablet-body .nav-dropdown {
  width: 100%;
}

.mobile-body .nav-dropdown summary,
.tablet-body .nav-dropdown summary {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  justify-content: space-between;
  border-radius: 8px;
}

.mobile-body .nav-submenu,
.tablet-body .nav-submenu {
  position: static;
  min-width: 0;
  width: 100%;
  margin-top: 6px;
  padding: 6px;
  background: rgba(237, 243, 247, 0.06);
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.mobile-body .nav-dropdown:not([open]) .nav-submenu,
.tablet-body .nav-dropdown:not([open]) .nav-submenu {
  display: none;
}

/* Partners feedback scale */
.partners-page .partners-form-section {
  width: 70%;
  max-width: 1180px;
  margin: 12px auto 22px;
  padding: 20px 24px 22px;
}

.partners-page .partners-form-section h2 {
  margin-bottom: 14px;
  font-size: 18px;
}

.partners-page .partners-form {
  gap: 9px;
}

.partners-page .partners-field input,
.partners-page .partners-field select {
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
}

.partners-page .partners-field textarea {
  min-height: 74px;
  padding: 12px;
  font-size: 12px;
}

.partners-page .partners-consent {
  font-size: 11px;
  line-height: 1.25;
}

.partners-page .partners-submit {
  min-height: 36px;
  font-size: 12px;
}

.mobile-body .partners-page .partners-form-section {
  width: 100%;
  max-width: calc(100vw - 24px);
  margin: 8px auto 14px;
  padding: 13px 10px;
}

.mobile-body .partners-page .partners-form-section h2 {
  margin-bottom: 11px;
  font-size: 16px;
}

.mobile-body .partners-page .partners-form {
  gap: 10px;
}

.mobile-body .partners-page .partners-field input,
.mobile-body .partners-page .partners-field select {
  height: 35px;
  padding: 0 12px;
  font-size: 12px;
}

.mobile-body .partners-page .partners-field textarea {
  min-height: 74px;
  padding: 12px;
  font-size: 12px;
}

.mobile-body .partners-page .partners-consent {
  font-size: 10px;
  line-height: 1.25;
}

.mobile-body .partners-page .partners-submit {
  min-height: 35px;
  font-size: 12px;
}

/* 2026-04-22 desktop services card spacing */
@media (min-width: 1190px) {
  .page--home #services .card {
    min-height: 300px !important;
    padding-bottom: 52px !important;
  }

  .page--home #services .card > .service-photo,
  .page--home #services .card > .placeholder-tall {
    margin-bottom: 10px !important;
  }

  .page--home #services .card h3 {
    min-height: 0 !important;
    margin: 0 0 12px !important;
    font-size: 18px !important;
    line-height: 1.12 !important;
  }

  .page--home #services .card > p {
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
}

/* 2026-04-22 unified sticky header/menu across pages */
.page--home .header,
.inner-page .header,
.service-page .header,
.design-service-page .header,
.partners-page .header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 5000 !important;
}

.page--home .nav,
.inner-page .nav,
.service-page .nav,
.design-service-page .nav,
.partners-page .nav {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

body.mobile-body .page--home .header,
body.mobile-body .inner-page .header,
body.mobile-body .service-page .header,
body.tablet-body .page--home .header,
body.tablet-body .inner-page .header,
body.tablet-body .service-page .header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 5000 !important;
  display: grid !important;
  grid-template-columns: 84px minmax(0, 1fr) 46px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 72px !important;
  padding: 10px 14px !important;
  overflow: visible !important;
}

body.mobile-body .page--home .logo,
body.mobile-body .inner-page .logo,
body.mobile-body .service-page .logo,
body.tablet-body .page--home .logo,
body.tablet-body .inner-page .logo,
body.tablet-body .service-page .logo {
  grid-column: 1 !important;
  justify-self: start !important;
  width: 84px !important;
  min-width: 84px !important;
}

body.mobile-body .page--home .logo-image,
body.mobile-body .inner-page .logo-image,
body.mobile-body .service-page .logo-image,
body.tablet-body .page--home .logo-image,
body.tablet-body .inner-page .logo-image,
body.tablet-body .service-page .logo-image {
  height: 38px !important;
  width: auto !important;
  max-width: 84px !important;
  object-fit: contain !important;
}

body.mobile-body .page--home .header-actions,
body.mobile-body .inner-page .header-actions,
body.mobile-body .service-page .header-actions,
body.tablet-body .page--home .header-actions,
body.tablet-body .inner-page .header-actions,
body.tablet-body .service-page .header-actions {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
}

body.mobile-body .page--home .header-socials,
body.mobile-body .inner-page .header-socials,
body.mobile-body .service-page .header-socials,
body.tablet-body .page--home .header-socials,
body.tablet-body .inner-page .header-socials,
body.tablet-body .service-page .header-socials {
  display: flex !important;
}

body.mobile-body .page--home .header-cta--phone,
body.mobile-body .inner-page .header-cta--phone,
body.mobile-body .service-page .header-cta--phone,
body.tablet-body .page--home .header-cta--phone,
body.tablet-body .inner-page .header-cta--phone,
body.tablet-body .service-page .header-cta--phone {
  width: 166px !important;
  min-width: 166px !important;
  max-width: 166px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 10px !important;
  gap: 8px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
}

body.mobile-body .page--home .header-cta--telegram,
body.mobile-body .inner-page .header-cta--telegram,
body.mobile-body .service-page .header-cta--telegram,
body.tablet-body .page--home .header-cta--telegram,
body.tablet-body .inner-page .header-cta--telegram,
body.tablet-body .service-page .header-cta--telegram {
  display: inline-flex !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border-radius: 999px !important;
}

body.mobile-body .page--home .mobile-menu,
body.mobile-body .inner-page .mobile-menu,
body.mobile-body .service-page .mobile-menu,
body.tablet-body .page--home .mobile-menu,
body.tablet-body .inner-page .mobile-menu,
body.tablet-body .service-page .mobile-menu {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  border-radius: 8px !important;
  z-index: 5002 !important;
}

body.mobile-body .page--home .mobile-menu span,
body.mobile-body .inner-page .mobile-menu span,
body.mobile-body .service-page .mobile-menu span,
body.tablet-body .page--home .mobile-menu span,
body.tablet-body .inner-page .mobile-menu span,
body.tablet-body .service-page .mobile-menu span {
  width: 24px !important;
  height: 2px !important;
}

body.mobile-body .page--home .nav,
body.mobile-body .inner-page .nav,
body.mobile-body .service-page .nav,
body.tablet-body .page--home .nav,
body.tablet-body .inner-page .nav,
body.tablet-body .service-page .nav {
  position: fixed !important;
  top: 84px !important;
  right: 24px !important;
  left: auto !important;
  z-index: 5001 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  width: min(550px, calc(100vw - 48px)) !important;
  max-width: calc(100vw - 48px) !important;
  max-height: calc(100dvh - 104px) !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  gap: 10px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 1px solid rgba(141, 192, 216, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(20, 34, 45, 0.985) !important;
  box-shadow: 0 22px 46px rgba(6, 11, 17, 0.36) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-8px) !important;
  pointer-events: none !important;
}

body.mobile-body .page--home .mobile-nav-toggle:checked ~ .nav,
body.mobile-body .inner-page .mobile-nav-toggle:checked ~ .nav,
body.mobile-body .service-page .mobile-nav-toggle:checked ~ .nav,
body.tablet-body .page--home .mobile-nav-toggle:checked ~ .nav,
body.tablet-body .inner-page .mobile-nav-toggle:checked ~ .nav,
body.tablet-body .service-page .mobile-nav-toggle:checked ~ .nav {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

body.mobile-body .page--home .nav a,
body.mobile-body .inner-page .nav a,
body.mobile-body .service-page .nav a,
body.mobile-body .page--home .nav-dropdown summary,
body.mobile-body .inner-page .nav-dropdown summary,
body.mobile-body .service-page .nav-dropdown summary,
body.tablet-body .page--home .nav a,
body.tablet-body .inner-page .nav a,
body.tablet-body .service-page .nav a,
body.tablet-body .page--home .nav-dropdown summary,
body.tablet-body .inner-page .nav-dropdown summary,
body.tablet-body .service-page .nav-dropdown summary {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(141, 192, 216, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(29, 47, 60, 0.42) !important;
  color: rgba(245, 248, 251, 0.96) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body.mobile-body .nav-dropdown,
body.tablet-body .nav-dropdown {
  width: 100% !important;
}

body.mobile-body .nav-dropdown summary,
body.tablet-body .nav-dropdown summary {
  justify-content: space-between !important;
}

body.mobile-body .nav-dropdown .nav-submenu,
body.tablet-body .nav-dropdown .nav-submenu {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 10px 0 0 !important;
  padding: 10px 0 0 !important;
  gap: 10px !important;
  transform: none !important;
  border-radius: 8px !important;
}

body.mobile-body .nav-submenu a,
body.tablet-body .nav-submenu a {
  min-height: 42px !important;
  padding-left: 28px !important;
  font-size: 13px !important;
}

body.mobile-body .nav > a:last-child,
body.mobile-body .service-page .nav > a:last-child,
body.tablet-body .nav > a:last-child,
body.tablet-body .service-page .nav > a:last-child {
  margin-left: 0 !important;
}

@media (max-width: 430px) {
  body.mobile-body .page--home .header,
  body.mobile-body .inner-page .header,
  body.mobile-body .service-page .header {
    grid-template-columns: 78px minmax(0, 1fr) 44px !important;
    gap: 8px !important;
    padding-inline: 10px !important;
  }

  body.mobile-body .page--home .header-cta--phone,
  body.mobile-body .inner-page .header-cta--phone,
  body.mobile-body .service-page .header-cta--phone {
    width: 154px !important;
    min-width: 154px !important;
    max-width: 154px !important;
    font-size: 9px !important;
  }

  body.mobile-body .page--home .header-cta--telegram,
  body.mobile-body .inner-page .header-cta--telegram,
  body.mobile-body .service-page .header-cta--telegram {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  body.mobile-body .page--home .mobile-menu,
  body.mobile-body .inner-page .mobile-menu,
  body.mobile-body .service-page .mobile-menu {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  body.mobile-body .page--home .nav,
  body.mobile-body .inner-page .nav,
  body.mobile-body .service-page .nav {
    right: 12px !important;
    width: min(550px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px 18px !important;
  }
}

/* 2026-04-23 final alignment: repair page matches design page */
.repair-page .nav,
.repair-page .nav > a,
.repair-page .nav-dropdown summary {
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;
}

.repair-page .repair-process-section {
  gap: 24px !important;
}

.repair-page .repair-process-section .section-head {
  margin-bottom: 0 !important;
}

.repair-page .repair-process-section .section-head h2 {
  padding-left: var(--service-title-offset) !important;
  font-family: var(--font-heading) !important;
  font-size: 32px !important;
  line-height: 1.04 !important;
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

.repair-page .repair-process-lead {
  max-width: 980px !important;
  margin: 0 !important;
  padding-left: var(--service-title-offset) !important;
  color: rgba(240, 244, 247, 0.82) !important;
  font-family: var(--font-heading) !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.design-service-page .feature-card,
.repair-page .feature-card {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  padding: 18px 20px 20px !important;
}

.design-service-page .feature-card-copy,
.repair-page .feature-card-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 6px !important;
}

.design-service-page .feature-card-title,
.design-service-page .feature-card p:first-child,
.repair-page .feature-card-title,
.repair-page .feature-card p:first-child {
  margin: 0 !important;
  color: rgba(246, 248, 251, 0.94) !important;
  font-family: var(--font-heading) !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 1.22 !important;
}

.design-service-page .feature-card-copy p,
.repair-page .feature-card-copy p,
.design-service-page .feature-card p,
.repair-page .feature-card p {
  margin: 0 !important;
  color: rgba(240, 244, 247, 0.82) !important;
  font-family: var(--font-heading) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.design-service-page .feature-card p + p,
.repair-page .feature-card p + p {
  margin-top: 6px !important;
}

.design-service-page .service-project-preview,
.repair-page .service-project-preview,
.portfolio-project-page .service-project-preview {
  overflow: hidden !important;
}

.design-service-page .service-project-preview .project-gallery,
.repair-page .service-project-preview .project-gallery,
.portfolio-project-page .service-project-preview .project-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(210px, 18vw)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  align-items: stretch !important;
}

.design-service-page .service-project-preview .gallery-main,
.repair-page .service-project-preview .gallery-main,
.portfolio-project-page .service-project-preview .gallery-main {
  grid-column: 1 / span 2 !important;
  grid-row: 1 / span 2 !important;
  min-height: 0 !important;
  height: 100% !important;
}

.design-service-page .service-project-preview .gallery-side,
.repair-page .service-project-preview .gallery-side,
.portfolio-project-page .service-project-preview .gallery-side {
  display: contents !important;
}

.design-service-page .service-project-preview .gallery-side .project-photo:nth-child(1),
.repair-page .service-project-preview .gallery-side .project-photo:nth-child(1),
.portfolio-project-page .service-project-preview .gallery-side .project-photo:nth-child(1) {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.design-service-page .service-project-preview .gallery-side .project-photo:nth-child(2),
.repair-page .service-project-preview .gallery-side .project-photo:nth-child(2),
.portfolio-project-page .service-project-preview .gallery-side .project-photo:nth-child(2) {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

.design-service-page .service-project-preview .project-photo,
.repair-page .service-project-preview .project-photo,
.portfolio-project-page .service-project-preview .project-photo {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}

.design-service-page .design-projects-grid,
.repair-page .design-projects-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(6, minmax(210px, 18vw)) !important;
  gap: 18px !important;
}

.design-service-page .design-project-card,
.repair-page .design-project-card {
  position: relative !important;
  display: block !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  border-radius: 16px !important;
}

.design-service-page .design-project-card::after,
.repair-page .design-project-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0) 42%, rgba(12, 18, 24, 0.72) 100%),
    linear-gradient(90deg, rgba(12, 18, 24, 0.42) 0%, rgba(12, 18, 24, 0) 54%) !important;
  pointer-events: none !important;
}

.design-service-page .design-project-photo,
.repair-page .design-project-photo {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.design-service-page .design-project-card h3,
.repair-page .design-project-card h3 {
  position: absolute !important;
  left: 22px !important;
  right: 170px !important;
  bottom: 22px !important;
  z-index: 1 !important;
  margin: 0 !important;
  font-family: var(--font-heading) !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
  text-shadow: 0 8px 18px rgba(7, 12, 18, 0.34) !important;
}

.design-service-page .design-project-card > a,
.repair-page .design-project-card > a {
  position: absolute !important;
  right: 22px !important;
  bottom: 20px !important;
  z-index: 1 !important;
}

.design-service-page .design-project-card:nth-child(1),
.design-service-page .design-project-card:nth-child(7),
.repair-page .design-project-card:nth-child(1),
.repair-page .design-project-card:nth-child(7) {
  grid-column: 1 / span 2 !important;
  grid-row: span 2 !important;
}

.design-service-page .design-project-card:nth-child(1),
.repair-page .design-project-card:nth-child(1) {
  grid-row: 1 / 3 !important;
}

.design-service-page .design-project-card:nth-child(2),
.repair-page .design-project-card:nth-child(2) {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.design-service-page .design-project-card:nth-child(3),
.repair-page .design-project-card:nth-child(3) {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

.design-service-page .design-project-card:nth-child(4),
.repair-page .design-project-card:nth-child(4) {
  grid-column: 1 !important;
  grid-row: 3 !important;
}

.design-service-page .design-project-card:nth-child(5),
.repair-page .design-project-card:nth-child(5) {
  grid-column: 1 !important;
  grid-row: 4 !important;
}

.design-service-page .design-project-card:nth-child(6),
.repair-page .design-project-card:nth-child(6) {
  grid-column: 2 / span 2 !important;
  grid-row: 3 / 5 !important;
}

.design-service-page .design-project-card:nth-child(7),
.repair-page .design-project-card:nth-child(7) {
  grid-row: 5 / 7 !important;
}

.design-service-page .design-project-card:nth-child(8),
.repair-page .design-project-card:nth-child(8) {
  grid-column: 3 !important;
  grid-row: 5 !important;
}

.design-service-page .design-project-card:nth-child(9),
.repair-page .design-project-card:nth-child(9) {
  grid-column: 3 !important;
  grid-row: 6 !important;
}

.design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3,
.repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
  right: 22px !important;
  bottom: 66px !important;
  font-size: 20px !important;
}

.design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
.repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
  left: 22px !important;
  right: auto !important;
}

body.mobile-body .inner-page .mobile-menu span,
body.mobile-body .service-page .mobile-menu span,
body.mobile-body .partners-page .mobile-menu span,
body.tablet-body .inner-page .mobile-menu span,
body.tablet-body .service-page .mobile-menu span,
body.tablet-body .partners-page .mobile-menu span {
  background: #f4f7fa !important;
}

body.mobile-body .inner-page .header-cta--telegram img,
body.mobile-body .service-page .header-cta--telegram img,
body.mobile-body .partners-page .header-cta--telegram img,
body.tablet-body .inner-page .header-cta--telegram img,
body.tablet-body .service-page .header-cta--telegram img,
body.tablet-body .partners-page .header-cta--telegram img,
body.mobile-body .inner-page .header-cta--phone img,
body.mobile-body .service-page .header-cta--phone img,
body.mobile-body .partners-page .header-cta--phone img,
body.tablet-body .inner-page .header-cta--phone img,
body.tablet-body .service-page .header-cta--phone img,
body.tablet-body .partners-page .header-cta--phone img {
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 1024px) {
  .tablet-body .design-service-page .design-projects-grid,
  .tablet-body .repair-page .design-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-rows: minmax(240px, auto) !important;
  }

  .tablet-body .design-service-page .design-project-card,
  .tablet-body .design-service-page .design-project-card:nth-child(1),
  .tablet-body .design-service-page .design-project-card:nth-child(6),
  .tablet-body .design-service-page .design-project-card:nth-child(7),
  .tablet-body .repair-page .design-project-card,
  .tablet-body .repair-page .design-project-card:nth-child(1),
  .tablet-body .repair-page .design-project-card:nth-child(6),
  .tablet-body .repair-page .design-project-card:nth-child(7) {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .tablet-body .design-service-page .design-project-card:nth-child(1),
  .tablet-body .design-service-page .design-project-card:nth-child(6),
  .tablet-body .design-service-page .design-project-card:nth-child(7),
  .tablet-body .repair-page .design-project-card:nth-child(1),
  .tablet-body .repair-page .design-project-card:nth-child(6),
  .tablet-body .repair-page .design-project-card:nth-child(7) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .mobile-body .repair-page .repair-process-section {
    gap: 16px !important;
  }

  .mobile-body .repair-page .repair-process-section .section-head h2 {
    padding-left: 0 !important;
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .mobile-body .repair-page .repair-process-lead {
    padding-left: 0 !important;
    font-size: 15px !important;
    line-height: 1.38 !important;
  }

  .mobile-body .design-service-page .service-project-preview .project-gallery,
  .mobile-body .repair-page .service-project-preview .project-gallery,
  .mobile-body .portfolio-project-page .service-project-preview .project-gallery {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.75fr) !important;
    grid-template-rows: none !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    align-items: stretch !important;
  }

  .mobile-body .design-service-page .service-project-preview .gallery-main,
  .mobile-body .repair-page .service-project-preview .gallery-main,
  .mobile-body .portfolio-project-page .service-project-preview .gallery-main {
    grid-column: auto !important;
    grid-row: auto !important;
    min-width: 0 !important;
    height: 220px !important;
  }

  .mobile-body .design-service-page .service-project-preview .gallery-side,
  .mobile-body .repair-page .service-project-preview .gallery-side,
  .mobile-body .portfolio-project-page .service-project-preview .gallery-side {
    display: grid !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    min-width: 0 !important;
    height: 220px !important;
  }

  .mobile-body .design-service-page .service-project-preview .gallery-side .project-photo:nth-child(1),
  .mobile-body .design-service-page .service-project-preview .gallery-side .project-photo:nth-child(2),
  .mobile-body .repair-page .service-project-preview .gallery-side .project-photo:nth-child(1),
  .mobile-body .repair-page .service-project-preview .gallery-side .project-photo:nth-child(2),
  .mobile-body .portfolio-project-page .service-project-preview .gallery-side .project-photo:nth-child(1),
  .mobile-body .portfolio-project-page .service-project-preview .gallery-side .project-photo:nth-child(2) {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .mobile-body .design-service-page .service-project-preview .project-photo,
  .mobile-body .repair-page .service-project-preview .project-photo,
  .mobile-body .portfolio-project-page .service-project-preview .project-photo {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 8px !important;
  }

  .mobile-body .design-service-page .design-projects-grid,
  .mobile-body .repair-page .design-projects-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    grid-auto-rows: minmax(260px, auto) !important;
    gap: 14px !important;
  }

  .mobile-body .design-service-page .design-project-card,
  .mobile-body .design-service-page .design-project-card:nth-child(n),
  .mobile-body .repair-page .design-project-card,
  .mobile-body .repair-page .design-project-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 0 !important;
  }

  .mobile-body .design-service-page .design-project-card::after,
  .mobile-body .repair-page .design-project-card::after {
    background:
      linear-gradient(180deg, rgba(12, 18, 24, 0) 34%, rgba(12, 18, 24, 0.76) 100%),
      linear-gradient(90deg, rgba(12, 18, 24, 0.34) 0%, rgba(12, 18, 24, 0) 64%) !important;
  }

  .mobile-body .design-service-page .design-project-card h3,
  .mobile-body .design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3,
  .mobile-body .repair-page .design-project-card h3,
  .mobile-body .repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
    left: 18px !important;
    right: 18px !important;
    bottom: 62px !important;
    font-size: 22px !important;
  }

  .mobile-body .design-service-page .design-project-card > a,
  .mobile-body .design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
  .mobile-body .repair-page .design-project-card > a,
  .mobile-body .repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
    left: 18px !important;
    right: auto !important;
    bottom: 18px !important;
  }

  .mobile-body .design-service-page .feature-card,
  .mobile-body .repair-page .feature-card {
    grid-template-columns: 40px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 16px 16px 18px !important;
  }

  .mobile-body .design-service-page .feature-card-icon,
  .mobile-body .repair-page .feature-card-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .mobile-body .design-service-page .feature-card-title,
  .mobile-body .design-service-page .feature-card p:first-child,
  .mobile-body .repair-page .feature-card-title,
  .mobile-body .repair-page .feature-card p:first-child {
    font-size: 16px !important;
    line-height: 1.22 !important;
  }

  .mobile-body .design-service-page .feature-card-copy p,
  .mobile-body .repair-page .feature-card-copy p,
  .mobile-body .design-service-page .feature-card p,
  .mobile-body .repair-page .feature-card p {
    font-size: 14px !important;
    line-height: 1.36 !important;
  }
}

.repair-page .section-pricing .section-head h2,
.repair-page .section-related-projects .section-head h2,
.repair-page .repair-service-scope .section-head h2 {
  font-family: var(--font-heading) !important;
  font-size: 32px !important;
  line-height: 1.04 !important;
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

.repair-page .pricing-grid--double {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.repair-page .pricing-grid--double .pricing-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 20px 22px 22px !important;
  border-radius: 18px !important;
  border-color: rgba(141, 192, 216, 0.14) !important;
  background:
    linear-gradient(180deg, rgba(44, 62, 76, 0.98), rgba(34, 49, 61, 0.98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.repair-page .pricing-grid--double .pricing-label {
  display: none !important;
}

.repair-page .pricing-grid--double .pricing-card h3 {
  margin: 0 0 12px !important;
  color: #f4f7fa !important;
  font-family: var(--font-heading) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.repair-page .pricing-grid--double .pricing-card h3 img {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) opacity(0.88) !important;
}

.repair-page .pricing-grid--double .pricing-card strong {
  display: block !important;
  margin: 0 0 14px !important;
  color: #f4f7fa !important;
  font-family: var(--font-heading) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

.repair-page .pricing-grid--double .pricing-card ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 18px !important;
}

.repair-page .pricing-grid--double .pricing-card li {
  color: rgba(236, 242, 246, 0.82) !important;
  font-size: 14px !important;
  line-height: 1.34 !important;
}

.repair-page .pricing-grid--double .pricing-card li + li {
  margin-top: 7px !important;
}

.repair-page .pricing-grid--double .pricing-card-featured {
  border-color: rgba(121, 201, 234, 0.24) !important;
  background:
    radial-gradient(circle at top right, rgba(121, 201, 234, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(46, 66, 82, 0.99), rgba(34, 49, 61, 0.98)) !important;
}

.repair-page .repair-process-lead br {
  display: block;
}

.repair-page .repair-process-lead {
  font-size: 20px !important;
  line-height: 1.48 !important;
}

.repair-page .consult--repair {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
  padding: 18px 22px !important;
}

.repair-page .consult--repair .consult-copy {
  display: grid !important;
  align-content: center !important;
  gap: 0 !important;
}

.repair-page .consult--repair h2 {
  max-width: 700px !important;
  margin: 0 !important;
  font-family: var(--font-heading) !important;
  font-size: 26px !important;
  line-height: 1.06 !important;
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

.repair-page .consult-form--repair {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 12px !important;
  align-content: start !important;
  grid-template-areas:
    "name phone"
    "area submit"
    "consent consent" !important;
}

.repair-page .consult-field {
  display: block !important;
}

.repair-page .consult-form--repair .consult-field:nth-of-type(1) {
  grid-area: name !important;
}

.repair-page .consult-form--repair .consult-field:nth-of-type(2) {
  grid-area: phone !important;
}

.repair-page .consult-form--repair .consult-field:nth-of-type(3) {
  grid-area: area !important;
}

.repair-page .consult-field input {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(141, 192, 216, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(56, 77, 92, 0.92) !important;
  color: rgba(236, 242, 246, 0.94) !important;
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.repair-page .consult-field input::placeholder {
  color: rgba(232, 240, 246, 0.58) !important;
}

.repair-page .consult-form--repair .form-consent {
  grid-area: consent !important;
  margin-top: 0 !important;
}

.repair-page .consult-form--repair .pill {
  grid-area: submit !important;
  justify-self: stretch !important;
  min-height: 50px !important;
  width: 100% !important;
  padding: 0 22px !important;
}

@media (max-width: 1024px) {
  .tablet-body .repair-page .section-pricing .section-head h2,
  .tablet-body .repair-page .section-related-projects .section-head h2,
  .tablet-body .repair-page .repair-service-scope .section-head h2,
  .tablet-body .repair-page .consult--repair h2 {
    font-size: 24px !important;
    line-height: 1.06 !important;
  }

  .tablet-body .repair-page .consult--repair {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 20px !important;
  }

  .tablet-body .repair-page .repair-process-lead {
    font-size: 18px !important;
    line-height: 1.46 !important;
  }

  .tablet-body .repair-page .pricing-grid--double {
    grid-template-columns: 1fr !important;
  }

  .tablet-body .repair-page .pricing-grid--double .pricing-card h3 {
    font-size: 18px !important;
  }

  .tablet-body .repair-page .pricing-grid--double .pricing-card strong {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .mobile-body .repair-page .section-pricing .section-head h2,
  .mobile-body .repair-page .section-related-projects .section-head h2,
  .mobile-body .repair-page .repair-service-scope .section-head h2,
  .mobile-body .repair-page .consult--repair h2 {
    font-size: 22px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .mobile-body .repair-page .pricing-grid--double .pricing-card {
    padding: 18px 18px 20px !important;
    border-radius: 14px !important;
  }

  .mobile-body .repair-page .pricing-grid--double .pricing-card h3 {
    margin-bottom: 10px !important;
    gap: 8px !important;
    font-size: 15px !important;
  }

  .mobile-body .repair-page .pricing-grid--double .pricing-card h3 img {
    width: 16px !important;
    height: 16px !important;
    flex-basis: 16px !important;
  }

  .mobile-body .repair-page .pricing-grid--double .pricing-card strong {
    margin-bottom: 12px !important;
    font-size: 18px !important;
  }

  .mobile-body .repair-page .pricing-grid--double .pricing-card li {
    font-size: 13px !important;
    line-height: 1.34 !important;
  }

  .mobile-body .repair-page .design-projects-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .mobile-body .repair-page .design-project-card,
  .mobile-body .repair-page .design-project-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.18 !important;
    padding: 0 !important;
    border-radius: 8px !important;
  }

  .mobile-body .repair-page .design-project-photo {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .mobile-body .repair-page .design-project-card::after {
    background: linear-gradient(180deg, rgba(12, 18, 24, 0) 45%, rgba(12, 18, 24, 0.46) 100%) !important;
  }

  .mobile-body .repair-page .design-project-card h3,
  .mobile-body .repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
    left: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    font-size: 9px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

.mobile-body .repair-page .design-project-card > a,
.mobile-body .repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
  display: none !important;
}

  .mobile-body .repair-page .repair-process-lead br {
    display: none;
  }

  .mobile-body .repair-page .repair-process-lead {
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  .mobile-body .repair-page .consult--repair {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  .mobile-body .repair-page .consult-form--repair {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    grid-template-areas:
      "name"
      "phone"
      "area"
      "consent"
      "submit" !important;
  }

  .mobile-body .repair-page .consult-field input {
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
  }

  .mobile-body .repair-page .consult-form--repair .pill {
    justify-self: stretch !important;
    width: 100% !important;
    min-height: 44px !important;
  }
}

.repair-page .contacts--service {
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr) !important;
  min-height: auto !important;
}

.repair-page .contacts--service .contacts-copy {
  max-width: 980px !important;
}

.repair-page .contacts--service .contacts-form {
  max-width: 760px !important;
}

.repair-page #contacts .contacts-copy h2 {
  padding-left: 0 !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}

.repair-page #contacts .socials-note {
  margin: 6px 0 0 !important;
  max-width: 540px !important;
  color: rgba(220, 229, 236, 0.36) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
}

.repair-page .header-cta--phone,
.repair-page .header-cta--telegram,
.design-service-page .header-cta--phone,
.design-service-page .header-cta--telegram,
.partners-page .header-cta--phone,
.partners-page .header-cta--telegram,
.inner-page .header-cta--phone,
.inner-page .header-cta--telegram {
  background: rgba(102, 125, 143, 0.18) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(8, 15, 21, 0.08) !important;
}

.repair-page .header-cta--phone:hover,
.repair-page .header-cta--telegram:hover,
.design-service-page .header-cta--phone:hover,
.design-service-page .header-cta--telegram:hover,
.partners-page .header-cta--phone:hover,
.partners-page .header-cta--telegram:hover,
.inner-page .header-cta--phone:hover,
.inner-page .header-cta--telegram:hover {
  background: rgba(122, 147, 166, 0.22) !important;
  border-color: rgba(250, 252, 255, 0.98) !important;
}

@media (max-width: 1024px) {
  .tablet-body .repair-page .contacts--service {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .mobile-body .repair-page .contacts--service {
    grid-template-columns: 1fr !important;
  }

  .mobile-body .repair-page #contacts .to-top {
    top: 10px !important;
    right: 10px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .mobile-body .repair-page #contacts .contacts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mobile-body .repair-page #contacts .contacts-list li {
    min-height: 40px !important;
    padding: 7px 10px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
  }

  .mobile-body .repair-page #contacts .contacts-list li img {
    width: 14px !important;
    height: 14px !important;
  }

  .mobile-body .repair-page #contacts .socials {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mobile-body .repair-page #contacts .socials a {
    min-height: 30px !important;
    font-size: 8px !important;
    border-radius: 999px !important;
  }

  .mobile-body .repair-page #contacts .socials-note {
    font-size: 9px !important;
    line-height: 1.25 !important;
  }
}

.services-catalog-page .services-catalog-hero {
  display: grid;
  gap: 18px;
  padding: 44px 18px 20px;
}

.services-catalog-page .services-catalog-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.services-catalog-page .services-catalog-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(240, 244, 247, 0.82);
  font-size: 20px;
  line-height: 1.45;
}

.services-catalog-page .services-catalog-section {
  padding-top: 10px;
}

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

.services-catalog-page .services-catalog-card {
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
}

.services-catalog-page .services-catalog-photo {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
}

.services-catalog-page .services-catalog-copy {
  display: grid;
  gap: 14px;
  padding: 22px 22px 24px;
}

.services-catalog-page .services-catalog-copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.services-catalog-page .services-catalog-copy p {
  margin: 0;
  color: rgba(236, 242, 246, 0.82);
  font-size: 18px;
  line-height: 1.42;
}

.services-catalog-page .services-catalog-copy .pill {
  justify-self: start;
}

@media (max-width: 1024px) {
  .tablet-body .services-catalog-page .services-catalog-hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .tablet-body .services-catalog-page .services-catalog-hero p {
    font-size: 18px;
  }

  .tablet-body .services-catalog-page .services-catalog-photo {
    height: 250px;
  }

  .tablet-body .services-catalog-page .services-catalog-copy h2 {
    font-size: 24px;
  }

  .tablet-body .services-catalog-page .services-catalog-copy p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mobile-body .services-catalog-page .services-catalog-hero {
    gap: 12px;
    padding: 24px 14px 10px;
  }

  .mobile-body .services-catalog-page .services-catalog-hero h1 {
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .mobile-body .services-catalog-page .services-catalog-hero p {
    font-size: 14px;
    line-height: 1.38;
  }

  .mobile-body .services-catalog-page .services-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mobile-body .services-catalog-page .services-catalog-card {
    border-radius: 12px;
  }

  .mobile-body .services-catalog-page .services-catalog-photo {
    height: 142px;
  }

  .mobile-body .services-catalog-page .services-catalog-copy {
    gap: 10px;
    padding: 12px 12px 14px;
  }

  .mobile-body .services-catalog-page .services-catalog-copy h2 {
    font-size: 17px;
    line-height: 1.06;
  }

  .mobile-body .services-catalog-page .services-catalog-copy p {
    font-size: 12px;
    line-height: 1.32;
  }

.mobile-body .services-catalog-page .services-catalog-copy .pill {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  font-size: 9px;
}
}

.leadership-page .leadership-hero {
  display: grid;
  gap: 18px;
  padding: 44px 18px 20px;
}

.leadership-page .leadership-hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.leadership-page .leadership-section {
  display: grid;
  gap: 20px;
  padding-top: 10px;
}

.leadership-page .leadership-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: 24px;
  border-radius: 18px;
}

.leadership-page .leadership-card--reverse {
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
}

.leadership-page .leadership-card--reverse .leadership-card-media {
  order: 0;
}

.leadership-page .leadership-card--reverse .leadership-card-copy {
  order: 0;
}

.leadership-page .leadership-card-media {
  align-self: start;
}

.leadership-page .leadership-card-media img {
  width: 100%;
  height: auto;
  max-height: 460px;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(243, 242, 241, 0.98), rgba(225, 225, 225, 0.96)),
    radial-gradient(circle at 50% 50%, rgba(190, 195, 201, 0.26), transparent 56%);
}

.leadership-page .leadership-card-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
}

.leadership-page .leadership-card-header {
  display: grid;
  gap: 4px;
}

.leadership-page .leadership-card-header h2 {
  margin: 0;
  color: rgba(245, 248, 250, 0.98);
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.leadership-page .leadership-card-header p {
  margin: 0;
  color: rgba(196, 210, 221, 0.74);
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leadership-page .leadership-card-body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.leadership-page .leadership-card-body h3 {
  margin: 4px 0 2px;
  color: rgba(245, 248, 250, 0.98);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.leadership-page .leadership-card-body p {
  margin: 0;
  color: rgba(227, 235, 242, 0.86);
  font-size: 16px;
  line-height: 1.5;
  text-wrap: pretty;
}

.leadership-page .leadership-card-body ul {
  margin: 0;
  padding: 0 0 0 20px;
  color: rgba(227, 235, 242, 0.86);
  display: grid;
  gap: 8px;
}

.leadership-page .leadership-card-body li {
  font-size: 16px;
  line-height: 1.5;
}

.projects-page .service-hero {
  min-height: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.projects-page .service-hero-copy {
  padding-bottom: 0;
}

.projects-page .service-hero .breadcrumbs {
  margin-bottom: 12px;
}

.projects-page .service-hero h1 {
  font-size: 46px;
  line-height: 0.98;
}

.blog-page .service-hero,
.leadership-page .leadership-hero {
  min-height: 0;
  padding-top: 22px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.blog-page .service-hero-copy,
.leadership-page .leadership-hero {
  padding-bottom: 0;
}

.blog-page .service-hero .breadcrumbs,
.leadership-page .leadership-hero .breadcrumbs {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .tablet-body .projects-page .service-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet-body .blog-page .service-hero,
  .tablet-body .leadership-page .leadership-hero {
    padding-top: 20px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-body .projects-page .service-hero h1 {
    font-size: 38px;
  }

  .tablet-body .leadership-page .leadership-card,
  .tablet-body .leadership-page .leadership-card--reverse {
    grid-template-columns: 1fr;
  }

  .tablet-body .leadership-page .leadership-card--reverse .leadership-card-media,
  .tablet-body .leadership-page .leadership-card--reverse .leadership-card-copy {
    order: initial;
  }

  .tablet-body .leadership-page .leadership-card-media img {
    max-height: 420px;
  }

  .tablet-body .leadership-page .leadership-card-header h2 {
    font-size: 32px;
  }

  .tablet-body .leadership-page .leadership-card-body h3 {
    font-size: 22px;
  }

  .tablet-body .leadership-page .leadership-card-body p,
  .tablet-body .leadership-page .leadership-card-body li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .mobile-body .projects-page .service-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mobile-body .projects-page .service-hero .breadcrumbs {
    margin-bottom: 10px;
  }

  .mobile-body .projects-page .service-hero h1 {
    font-size: 30px;
    line-height: 1;
  }

  .mobile-body .blog-page .service-hero,
  .mobile-body .leadership-page .leadership-hero {
    gap: 12px;
    padding: 16px 0 6px;
  }

  .mobile-body .leadership-page .leadership-hero h1 {
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -0.03em;
  }

  .mobile-body .leadership-page .leadership-section {
    gap: 14px;
  }

  .mobile-body .leadership-page .leadership-card,
  .mobile-body .leadership-page .leadership-card--reverse {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 14px;
  }

  .mobile-body .leadership-page .leadership-card-media img {
    max-height: 320px;
  }

  .mobile-body .leadership-page .leadership-card--reverse .leadership-card-media,
  .mobile-body .leadership-page .leadership-card--reverse .leadership-card-copy {
    order: initial;
  }

  .mobile-body .leadership-page .leadership-card-media img {
    min-height: 300px;
    border-radius: 12px;
  }

  .mobile-body .leadership-page .leadership-card-copy {
    gap: 14px;
  }

  .mobile-body .leadership-page .leadership-card-header h2 {
    font-size: 26px;
    line-height: 1;
  }

  .mobile-body .leadership-page .leadership-card-header p {
    font-size: 10px;
    line-height: 1.18;
  }

  .mobile-body .leadership-page .leadership-card-body {
    gap: 10px;
  }

  .mobile-body .leadership-page .leadership-card-body h3 {
    font-size: 18px;
    line-height: 1.12;
  }

  .mobile-body .leadership-page .leadership-card-body p,
  .mobile-body .leadership-page .leadership-card-body li {
    font-size: 14px;
    line-height: 1.42;
  }

  .mobile-body .leadership-page .leadership-card-body ul {
    gap: 6px;
    padding-left: 18px;
  }
}

/* 2026-04-24 final sync: design and repair share the same mobile projects/contacts */
@media (max-width: 767px) {
  .mobile-body .design-service-page .design-projects-grid,
  .mobile-body .repair-page .design-projects-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
    gap: 8px !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .mobile-body .design-service-page .design-project-card,
  .mobile-body .design-service-page .design-project-card:nth-child(n),
  .mobile-body .repair-page .design-project-card,
  .mobile-body .repair-page .design-project-card:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.18 !important;
    padding: 0 !important;
    border-radius: 8px !important;
  }

  .mobile-body .design-service-page .design-project-photo,
  .mobile-body .repair-page .design-project-photo {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  .mobile-body .design-service-page .design-project-card::after,
  .mobile-body .repair-page .design-project-card::after {
    background: linear-gradient(180deg, rgba(12, 18, 24, 0) 45%, rgba(12, 18, 24, 0.46) 100%) !important;
  }

  .mobile-body .design-service-page .design-project-card h3,
  .mobile-body .design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3,
  .mobile-body .repair-page .design-project-card h3,
  .mobile-body .repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
    left: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    font-size: 9px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .mobile-body .design-service-page .design-project-card > a,
  .mobile-body .design-service-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
  .mobile-body .repair-page .design-project-card > a,
  .mobile-body .repair-page .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
    display: none !important;
  }

  .mobile-body .repair-page #contacts {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 18px 14px !important;
    overflow: hidden !important;
  }

  .mobile-body .repair-page #contacts .to-top {
    top: 10px !important;
    right: 10px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .mobile-body .repair-page #contacts .contacts-copy {
    max-width: 100% !important;
    padding: 0 !important;
  }

  .mobile-body .repair-page #contacts .contacts-copy h2 {
    max-width: calc(100% - 48px) !important;
    font-size: 22px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .mobile-body .repair-page #contacts .contacts-copy p {
    font-size: 16px !important;
    line-height: 1.42 !important;
  }

  .mobile-body .repair-page #contacts .contacts-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .mobile-body .repair-page #contacts .contacts-phone-field,
  .mobile-body .repair-page #contacts .contacts-submit {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    font-size: 14px !important;
  }

  .mobile-body .repair-page #contacts .form-consent {
    grid-column: auto !important;
    align-items: flex-start !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .mobile-body .repair-page #contacts .contacts-caption {
    font-size: 15px !important;
  }

  .mobile-body .repair-page #contacts .contacts-list {
    gap: 10px !important;
  }

  .mobile-body .repair-page #contacts .contacts-list li {
    width: 100% !important;
    min-height: 40px !important;
    padding: 7px 10px !important;
    gap: 9px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  .mobile-body .repair-page #contacts .contacts-list li img {
    width: 14px !important;
    height: 14px !important;
  }

  .mobile-body .repair-page #contacts .socials {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .mobile-body .repair-page #contacts .socials a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 30px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    justify-content: center !important;
    font-size: 8px !important;
    letter-spacing: 0.04em !important;
  }

  .mobile-body .repair-page #contacts .contacts-magazine {
    min-height: 180px !important;
  }

  .mobile-body .repair-page #contacts .socials-note {
    max-width: 100% !important;
    font-size: 9px !important;
    line-height: 1.25 !important;
  }
}

/* 2026-04-26 design page telegram CTA */
.design-service-page .design-project-question {
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: 18px !important;
}

.design-service-page .design-project-question-link {
  min-width: 286px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
}

@media (max-width: 1024px) {
  .tablet-body .design-service-page .design-project-question {
    margin-top: 16px !important;
  }
}

@media (max-width: 767px) {
  .mobile-body .design-service-page .design-project-question {
    justify-content: stretch !important;
    margin-top: 14px !important;
  }

  .mobile-body .design-service-page .design-project-question-link {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 11px !important;
  }
}

/* 2026-04-29 remove empty mobile footer glow block */
@media (max-width: 767px) {
  .mobile-body .page--home #contacts .contacts-magazine,
  .mobile-body .design-service-page #contacts .contacts-magazine,
  .mobile-body .partners-page #contacts .contacts-magazine,
  .mobile-body .repair-page #contacts .contacts-magazine {
    display: none !important;
    min-height: 0 !important;
  }
}

/* 2026-05-10 shared shell: one header/footer layout for every page */
.page .header,
.page--home .header,
.inner-page .header,
.service-page .header,
.partners-page .header,
.repair-page .header,
.design-service-page .header,
.portfolio-project-page .header,
.leadership-page .header {
  position: sticky !important;
  top: 0 !important;
  z-index: 40 !important;
  display: grid !important;
  grid-template-columns: 172px minmax(0, 1fr) 248px !important;
  align-items: center !important;
  gap: 18px !important;
  min-height: 78px !important;
  padding: 12px 24px !important;
  border-radius: 0 0 14px 14px !important;
  background: rgba(37, 52, 65, 0.985) !important;
  box-shadow: 0 12px 26px rgba(8, 13, 19, 0.18) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}

.page .logo,
.page--home .logo,
.inner-page .logo,
.service-page .logo,
.partners-page .logo,
.repair-page .logo,
.design-service-page .logo,
.portfolio-project-page .logo,
.leadership-page .logo {
  gap: 0 !important;
}

.page .logo-image,
.page--home .logo-image,
.inner-page .logo-image,
.service-page .logo-image,
.partners-page .logo-image,
.repair-page .logo-image,
.design-service-page .logo-image,
.portfolio-project-page .logo-image,
.leadership-page .logo-image {
  display: block !important;
  width: auto !important;
  height: 36px !important;
  max-width: 150px !important;
  object-fit: contain !important;
}

.page .nav,
.page--home .nav,
.inner-page .nav,
.service-page .nav,
.partners-page .nav,
.repair-page .nav,
.design-service-page .nav,
.portfolio-project-page .nav,
.leadership-page .nav {
  display: grid !important;
  grid-template-columns: repeat(6, max-content) !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px 20px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  color: rgba(241, 245, 248, 0.94) !important;
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.page .header-cta--phone,
.page--home .header-cta--phone,
.inner-page .header-cta--phone,
.service-page .header-cta--phone,
.partners-page .header-cta--phone,
.repair-page .header-cta--phone,
.design-service-page .header-cta--phone,
.portfolio-project-page .header-cta--phone,
.leadership-page .header-cta--phone {
  min-width: 224px !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.page .header-cta--telegram,
.page--home .header-cta--telegram,
.inner-page .header-cta--telegram,
.service-page .header-cta--telegram,
.partners-page .header-cta--telegram,
.repair-page .header-cta--telegram,
.design-service-page .header-cta--telegram,
.portfolio-project-page .header-cta--telegram,
.leadership-page .header-cta--telegram {
  width: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
}

.page .site-footer-content,
.page--home .site-footer-content,
.inner-page .site-footer-content,
.service-page .site-footer-content,
.partners-page .site-footer-content,
.repair-page .site-footer-content,
.design-service-page .site-footer-content,
.portfolio-project-page .site-footer-content,
.leadership-page .site-footer-content {
  display: grid !important;
  grid-template-columns: auto minmax(260px, 1fr) minmax(220px, auto) !important;
  gap: 18px !important;
  align-items: center !important;
  min-height: 72px !important;
  padding: 0 16px !important;
}

.page .site-footer,
.page--home .site-footer,
.inner-page .site-footer,
.service-page .site-footer,
.partners-page .site-footer,
.repair-page .site-footer,
.design-service-page .site-footer,
.portfolio-project-page .site-footer,
.leadership-page .site-footer {
  margin-top: 36px !important;
  padding: 10px 0 0 !important;
}

.page .site-footer-line,
.page--home .site-footer-line,
.inner-page .site-footer-line,
.service-page .site-footer-line,
.partners-page .site-footer-line,
.repair-page .site-footer-line,
.design-service-page .site-footer-line,
.portfolio-project-page .site-footer-line,
.leadership-page .site-footer-line {
  margin-bottom: 14px !important;
}

.page .footer-brand .logo-image,
.page--home .footer-brand .logo-image,
.inner-page .footer-brand .logo-image,
.service-page .footer-brand .logo-image,
.partners-page .footer-brand .logo-image,
.repair-page .footer-brand .logo-image,
.design-service-page .footer-brand .logo-image,
.portfolio-project-page .footer-brand .logo-image,
.leadership-page .footer-brand .logo-image {
  height: 34px !important;
}

.page .footer-legal,
.page--home .footer-legal,
.inner-page .footer-legal,
.service-page .footer-legal,
.partners-page .footer-legal,
.repair-page .footer-legal,
.design-service-page .footer-legal,
.portfolio-project-page .footer-legal,
.leadership-page .footer-legal {
  justify-self: end !important;
  max-width: 520px !important;
  color: rgba(237, 243, 247, 0.62) !important;
  font-size: 9px !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: right !important;
}

.page .footer-policy,
.page--home .footer-policy,
.inner-page .footer-policy,
.service-page .footer-policy,
.partners-page .footer-policy,
.repair-page .footer-policy,
.design-service-page .footer-policy,
.portfolio-project-page .footer-policy,
.leadership-page .footer-policy {
  justify-self: end !important;
  align-items: flex-end !important;
  gap: 6px !important;
  text-align: right !important;
}

.page .footer-link,
.page--home .footer-link,
.inner-page .footer-link,
.service-page .footer-link,
.partners-page .footer-link,
.repair-page .footer-link,
.design-service-page .footer-link,
.portfolio-project-page .footer-link,
.leadership-page .footer-link {
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* 2026-05-10 shared contacts block */
.page #contacts.contacts,
.page--home #contacts.contacts,
.inner-page #contacts.contacts,
.service-page #contacts.contacts,
.partners-page #contacts.contacts,
.repair-page #contacts.contacts,
.design-service-page #contacts.contacts {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 432px) !important;
  gap: 70px !important;
  align-items: center !important;
  min-height: 448px !important;
  padding: 42px 84px 34px !important;
  overflow: hidden !important;
  border: 1px solid rgba(141, 192, 216, 0.16) !important;
  border-radius: 14px !important;
  background: linear-gradient(145deg, rgba(36, 55, 70, 0.96), rgba(18, 34, 48, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 64px rgba(4, 11, 18, 0.18) !important;
}

#contacts .contacts-copy {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 630px !important;
  padding-left: 0 !important;
}

#contacts .contacts-copy h2,
.page--home #contacts .contacts-copy h2,
.design-service-page #contacts .contacts-copy h2,
.repair-page #contacts .contacts-copy h2,
.partners-page #contacts .contacts-copy h2 {
  margin: 0 !important;
  padding: 0 0 12px !important;
  color: #f5f8fb !important;
  font-family: var(--font-heading) !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#contacts .contacts-copy h2::after {
  content: "" !important;
  display: block !important;
  width: 86px !important;
  height: 1px !important;
  margin-top: 12px !important;
  background: rgba(237, 243, 247, 0.94) !important;
}

#contacts .contacts-copy > p,
.page--home #contacts .contacts-copy > p,
.design-service-page #contacts .contacts-copy > p,
.repair-page #contacts .contacts-copy > p,
.partners-page #contacts .contacts-copy > p {
  max-width: 390px !important;
  margin: 10px 0 0 !important;
  color: rgba(229, 236, 242, 0.74) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

#contacts .contacts-caption,
.mobile-body #contacts .contacts-caption,
.tablet-body #contacts .contacts-caption {
  margin: 24px 0 10px !important;
  color: rgba(245, 248, 251, 0.92) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#contacts .contacts-list,
.mobile-body #contacts .contacts-list,
.tablet-body #contacts .contacts-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#contacts .contacts-list li,
.mobile-body #contacts .contacts-list li,
.tablet-body #contacts .contacts-list li {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: center !important;
  gap: 12px !important;
  min-height: 88px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(141, 192, 216, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(47, 69, 87, 0.34) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

#contacts .contacts-list li img,
.mobile-body #contacts .contacts-list li img,
.tablet-body #contacts .contacts-list li img {
  width: 17px !important;
  height: 17px !important;
  margin-top: 0 !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

#contacts .contacts-card-copy {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  color: rgba(233, 240, 246, 0.7) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

#contacts .contacts-card-copy > span:first-child {
  color: rgba(233, 240, 246, 0.58) !important;
}

#contacts .contacts-card-copy a,
#contacts .contacts-card-copy span:last-child {
  color: #f5f8fb !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

#contacts .socials,
.mobile-body #contacts .socials,
.tablet-body #contacts .socials {
  display: grid !important;
  grid-template-columns: repeat(4, max-content) !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 22px !important;
}

#contacts .socials-label,
.mobile-body #contacts .socials-label,
.tablet-body #contacts .socials-label {
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(245, 248, 251, 0.92) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#contacts .socials a,
.mobile-body #contacts .socials a,
.tablet-body #contacts .socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 100px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(141, 192, 216, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(47, 69, 87, 0.36) !important;
  color: #f5f8fb !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

#contacts .socials a img,
.mobile-body #contacts .socials a img,
.tablet-body #contacts .socials a img {
  width: 13px !important;
  height: 13px !important;
  filter: brightness(0) invert(1) !important;
}

#contacts .contacts-form,
.page--home #contacts .contacts-form,
.inner-page #contacts .contacts-form,
.service-page #contacts .contacts-form,
.partners-page #contacts .contacts-form,
.repair-page #contacts .contacts-form,
.design-service-page #contacts .contacts-form {
  justify-self: stretch !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 432px !important;
  margin: 0 !important;
  padding: 30px 28px 38px !important;
  border: 1px solid rgba(141, 192, 216, 0.16) !important;
  border-radius: 16px !important;
  background: rgba(24, 40, 54, 0.34) !important;
  box-shadow: none !important;
}

#contacts .contacts-form h3 {
  margin: 0 !important;
  color: #f5f8fb !important;
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

#contacts .contacts-form-lead {
  max-width: 360px !important;
  margin: 0 auto 10px !important;
  color: rgba(229, 236, 242, 0.78) !important;
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

#contacts .contacts-phone-field,
.page--home #contacts .contacts-phone-field,
.inner-page #contacts .contacts-phone-field,
.service-page #contacts .contacts-phone-field,
.partners-page #contacts .contacts-phone-field,
.repair-page #contacts .contacts-phone-field,
.design-service-page #contacts .contacts-phone-field {
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(225, 235, 242, 0.86) !important;
  border-radius: 999px !important;
  background: rgba(20, 35, 49, 0.42) !important;
}

#contacts .contacts-phone-field input {
  color: #f5f8fb !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

#contacts .contacts-phone-field input::placeholder {
  color: rgba(215, 224, 232, 0.52) !important;
}

#contacts .form-consent,
.page--home #contacts .form-consent,
.inner-page #contacts .form-consent,
.service-page #contacts .form-consent,
.partners-page #contacts .form-consent,
.repair-page #contacts .form-consent,
.design-service-page #contacts .form-consent {
  display: grid !important;
  grid-template-columns: 14px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 12px 0 10px !important;
  color: rgba(229, 236, 242, 0.68) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

#contacts .contacts-submit,
.page--home #contacts .contacts-submit,
.inner-page #contacts .contacts-submit,
.service-page #contacts .contacts-submit,
.partners-page #contacts .contacts-submit,
.repair-page #contacts .contacts-submit,
.design-service-page #contacts .contacts-submit {
  width: 100% !important;
  min-height: 41px !important;
  border: 1px solid rgba(237, 243, 247, 0.5) !important;
  border-radius: 999px !important;
  background: rgba(109, 126, 139, 0.34) !important;
  color: #f5f8fb !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#contacts .socials-note,
.page--home #contacts .socials-note,
.design-service-page #contacts .socials-note,
.partners-page #contacts .socials-note,
.repair-page #contacts .socials-note {
  grid-column: 1 / 2 !important;
  max-width: 620px !important;
  margin: -38px 0 0 !important;
  color: rgba(220, 229, 236, 0.52) !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

#contacts .contacts-magazine,
#contacts .contacts-magazine::before,
#contacts .contacts-magazine-gif {
  display: none !important;
}

@media (max-width: 1180px) {
  .tablet-body #contacts.contacts,
  .tablet-body .page #contacts.contacts,
  .tablet-body .service-page #contacts.contacts {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 28px 22px !important;
  }

  .tablet-body #contacts .contacts-copy {
    max-width: none !important;
  }

  .tablet-body #contacts .contacts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet-body #contacts .contacts-form {
    max-width: none !important;
  }

  .tablet-body #contacts .socials-note {
    margin-top: -4px !important;
  }
}

@media (max-width: 767px) {
  body.mobile-body #contacts.contacts,
  body.mobile-body .page #contacts.contacts,
  body.mobile-body .page--home #contacts.contacts,
  body.mobile-body .service-page #contacts.contacts,
  body.mobile-body .design-service-page #contacts.contacts,
  body.mobile-body .partners-page #contacts.contacts,
  body.mobile-body .repair-page #contacts.contacts {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    min-height: 0 !important;
    padding: 22px 20px 18px !important;
    border-radius: 10px !important;
  }

  body.mobile-body #contacts .to-top {
    display: none !important;
  }

  body.mobile-body #contacts .contacts-copy {
    max-width: none !important;
    padding: 0 !important;
  }

  body.mobile-body #contacts .contacts-copy h2,
  body.mobile-body .page--home #contacts .contacts-copy h2,
  body.mobile-body .design-service-page #contacts .contacts-copy h2,
  body.mobile-body .repair-page #contacts .contacts-copy h2,
  body.mobile-body .partners-page #contacts .contacts-copy h2 {
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
    text-align: center !important;
  }

  body.mobile-body #contacts .contacts-copy h2::after {
    display: none !important;
  }

  body.mobile-body #contacts .contacts-copy > p {
    max-width: 260px !important;
    margin: 8px auto 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  body.mobile-body #contacts .contacts-caption {
    margin: 18px 0 8px !important;
    font-size: 10px !important;
  }

  body.mobile-body #contacts .contacts-list {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.mobile-body #contacts .contacts-list li {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 36px !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
  }

  body.mobile-body #contacts .contacts-list li img {
    width: 14px !important;
    height: 14px !important;
  }

  body.mobile-body #contacts .contacts-card-copy {
    gap: 2px !important;
    font-size: 9px !important;
  }

  body.mobile-body #contacts .contacts-card-copy a,
  body.mobile-body #contacts .contacts-card-copy span:last-child {
    font-size: 9px !important;
  }

  body.mobile-body #contacts .socials {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  body.mobile-body #contacts .socials-label {
    font-size: 10px !important;
  }

  body.mobile-body #contacts .socials a {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }

  body.mobile-body #contacts .socials a span {
    display: none !important;
  }

  body.mobile-body #contacts .socials a img {
    width: 14px !important;
    height: 14px !important;
  }

  body.mobile-body #contacts .contacts-form {
    order: 2 !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 8px !important;
  }

  body.mobile-body #contacts .contacts-form h3 {
    margin: 0 !important;
    font-size: 11px !important;
  }

  body.mobile-body #contacts .contacts-form-lead {
    max-width: 280px !important;
    margin: 0 auto 6px !important;
    font-size: 11px !important;
    line-height: 1.32 !important;
  }

  body.mobile-body #contacts .contacts-phone-field {
    min-height: 26px !important;
    padding: 0 12px !important;
    border-width: 1px !important;
  }

  body.mobile-body #contacts .contacts-phone-field input {
    font-size: 10px !important;
  }

  body.mobile-body #contacts .form-consent {
    gap: 8px !important;
    margin: 4px 0 8px !important;
    font-size: 8px !important;
    line-height: 1.35 !important;
  }

  body.mobile-body #contacts .form-consent input {
    width: 12px !important;
    height: 12px !important;
  }

  body.mobile-body #contacts .contacts-submit {
    min-height: 30px !important;
    font-size: 10px !important;
  }

  body.mobile-body #contacts .socials-note {
    order: 3 !important;
    max-width: 240px !important;
    margin: 0 !important;
    font-size: 8px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 767px) {
  body.mobile-body .repair-page #contacts .contacts-list {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.mobile-body .repair-page #contacts .contacts-list li {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 36px !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
  }

  body.mobile-body .repair-page #contacts .contacts-list li img {
    width: 14px !important;
    height: 14px !important;
  }

  body.mobile-body .repair-page #contacts .socials {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  body.mobile-body .repair-page #contacts .socials a {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-radius: 999px !important;
  }

  body.mobile-body .repair-page #contacts .socials a span {
    display: none !important;
  }

  body.mobile-body .repair-page #contacts .contacts-form {
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 8px !important;
  }

  body.mobile-body .repair-page #contacts .contacts-phone-field {
    min-height: 26px !important;
    padding: 0 12px !important;
  }

  body.mobile-body .repair-page #contacts .form-consent {
    gap: 8px !important;
    margin: 4px 0 8px !important;
    font-size: 8px !important;
    line-height: 1.35 !important;
  }

  body.mobile-body .repair-page #contacts .contacts-submit {
    min-height: 30px !important;
    font-size: 10px !important;
  }
}

/* 2026-05-10 contacts color correction: graphite, no blue cast */
.page #contacts.contacts,
.page--home #contacts.contacts,
.inner-page #contacts.contacts,
.service-page #contacts.contacts,
.partners-page #contacts.contacts,
.repair-page #contacts.contacts,
.design-service-page #contacts.contacts {
  align-items: start !important;
  border-color: rgba(119, 134, 144, 0.22) !important;
  background: linear-gradient(145deg, rgba(30, 43, 52, 0.98), rgba(18, 29, 37, 0.99)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

#contacts .contacts-list li,
.mobile-body #contacts .contacts-list li,
.tablet-body #contacts .contacts-list li {
  border-color: rgba(124, 139, 149, 0.22) !important;
  background: rgba(31, 45, 55, 0.72) !important;
  box-shadow: none !important;
}

#contacts .socials a,
.mobile-body #contacts .socials a,
.tablet-body #contacts .socials a {
  border-color: rgba(124, 139, 149, 0.3) !important;
  background: rgba(31, 45, 55, 0.58) !important;
  box-shadow: none !important;
}

#contacts .contacts-form,
.page--home #contacts .contacts-form,
.inner-page #contacts .contacts-form,
.service-page #contacts .contacts-form,
.partners-page #contacts .contacts-form,
.repair-page #contacts .contacts-form,
.design-service-page #contacts .contacts-form {
  align-self: start !important;
  margin-top: 38px !important;
  border-color: rgba(124, 139, 149, 0.22) !important;
  background: rgba(21, 33, 42, 0.5) !important;
  box-shadow: none !important;
}

#contacts .contacts-phone-field,
.page--home #contacts .contacts-phone-field,
.inner-page #contacts .contacts-phone-field,
.service-page #contacts .contacts-phone-field,
.partners-page #contacts .contacts-phone-field,
.repair-page #contacts .contacts-phone-field,
.design-service-page #contacts .contacts-phone-field {
  border-color: rgba(207, 216, 223, 0.82) !important;
  background: rgba(18, 29, 37, 0.48) !important;
}

#contacts .contacts-submit,
.page--home #contacts .contacts-submit,
.inner-page #contacts .contacts-submit,
.service-page #contacts .contacts-submit,
.partners-page #contacts .contacts-submit,
.repair-page #contacts .contacts-submit,
.design-service-page #contacts .contacts-submit {
  border-color: rgba(196, 207, 216, 0.54) !important;
  background: rgba(78, 91, 101, 0.46) !important;
  box-shadow: none !important;
}

#contacts .to-top {
  border-color: rgba(196, 207, 216, 0.62) !important;
  background: rgba(45, 58, 68, 0.56) !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.mobile-body #contacts .contacts-form {
    margin-top: 0 !important;
  }
}

/* 2026-05-10 footer alignment correction: legal left, policy right, logo edge */
.page .site-footer-content,
.page--home .site-footer-content,
.inner-page .site-footer-content,
.service-page .site-footer-content,
.partners-page .site-footer-content,
.repair-page .site-footer-content,
.design-service-page .site-footer-content,
.portfolio-project-page .site-footer-content,
.leadership-page .site-footer-content {
  grid-template-columns: minmax(460px, 1fr) minmax(260px, auto) auto !important;
  gap: 56px !important;
  align-items: center !important;
}

.page .footer-legal,
.page--home .footer-legal,
.inner-page .footer-legal,
.service-page .footer-legal,
.partners-page .footer-legal,
.repair-page .footer-legal,
.design-service-page .footer-legal,
.portfolio-project-page .footer-legal,
.leadership-page .footer-legal {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  max-width: 740px !important;
  text-align: left !important;
}

.page .footer-policy,
.page--home .footer-policy,
.inner-page .footer-policy,
.service-page .footer-policy,
.partners-page .footer-policy,
.repair-page .footer-policy,
.design-service-page .footer-policy,
.portfolio-project-page .footer-policy,
.leadership-page .footer-policy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-items: flex-end !important;
  text-align: right !important;
}

.page .footer-brand,
.page--home .footer-brand,
.inner-page .footer-brand,
.service-page .footer-brand,
.partners-page .footer-brand,
.repair-page .footer-brand,
.design-service-page .footer-brand,
.portfolio-project-page .footer-brand,
.leadership-page .footer-brand {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

/* 2026-05-10 Yandex map popup and compact contacts height */
#contacts .contacts-map-trigger {
  display: inline;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f5f8fb;
  font: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
  cursor: pointer;
}

#contacts .contacts-map-trigger:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#contacts .contacts-map-popup {
  position: absolute;
  left: 560px;
  top: 170px;
  z-index: 15;
  display: none;
  width: 350px;
}

#contacts .contacts-map-popup.is-open {
  display: block;
}

#contacts .contacts-map-card {
  position: relative;
  padding: 16px 16px 12px;
  border: 1px solid rgba(141, 192, 216, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(39, 56, 70, 0.98), rgba(34, 49, 61, 0.98));
  box-shadow: 0 18px 42px rgba(8, 15, 21, 0.3);
}

#contacts .contacts-map-card p {
  margin: 0 38px 5px 0;
  color: #f5f8fb;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

#contacts .contacts-map-address {
  display: block;
  margin: 0 34px 10px 0;
  color: rgba(229, 236, 242, 0.72);
  font-size: 11px;
  line-height: 1.25;
}

#contacts .contacts-map-card iframe {
  display: block;
  width: 100%;
  height: 170px;
  border: 0;
  border-radius: 10px;
  filter: saturate(0.82) brightness(0.92);
}

#contacts .contacts-map-card > a {
  display: inline-flex;
  margin-top: 10px;
  color: rgba(237, 243, 247, 0.78);
  font-size: 11px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#contacts .contacts-map-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(237, 243, 247, 0.28);
  border-radius: 999px;
  background: rgba(78, 104, 122, 0.18);
  color: #f5f8fb;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.page #contacts.contacts,
.page--home #contacts.contacts,
.inner-page #contacts.contacts,
.service-page #contacts.contacts,
.partners-page #contacts.contacts,
.repair-page #contacts.contacts,
.design-service-page #contacts.contacts {
  min-height: 390px !important;
  padding-bottom: 8px !important;
}

#contacts .socials,
.mobile-body #contacts .socials,
.tablet-body #contacts .socials {
  margin-top: 16px !important;
}

#contacts .socials-note,
.page--home #contacts .socials-note,
.design-service-page #contacts .socials-note,
.partners-page #contacts .socials-note,
.repair-page #contacts .socials-note {
  margin-top: -76px !important;
}

@media (max-width: 767px) {
  body.mobile-body #contacts .contacts-map-popup {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 88px;
    width: auto;
  }

  body.mobile-body #contacts .contacts-map-card iframe {
    height: 220px;
  }

  body.mobile-body #contacts .socials-note {
    margin-top: 0 !important;
  }
}

@media (max-width: 1180px) {
  .tablet-body .site-footer-content,
  .tablet-body .page .site-footer-content,
  .tablet-body .service-page .site-footer-content {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
  }

  .tablet-body .footer-legal {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .tablet-body .footer-policy {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .tablet-body .footer-brand {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: center !important;
  }
}

@media (max-width: 767px) {
  body.mobile-body .site-footer-content,
  body.mobile-body .page .site-footer-content,
  body.mobile-body .service-page .site-footer-content {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.mobile-body .footer-legal,
  body.mobile-body .footer-policy,
  body.mobile-body .footer-brand {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
}

/* 2026-05-10 leadership page redesign */
.leadership-page .leadership-section {
  gap: 18px !important;
  padding-top: 10px !important;
}

.leadership-page .leadership-card,
.leadership-page .leadership-card--reverse {
  display: block !important;
  padding: 24px !important;
  border: 1px solid rgba(141, 192, 216, 0.12) !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(39, 56, 70, 0.98), rgba(34, 49, 61, 0.98)) !important;
  box-shadow: none !important;
}

.leadership-page .leadership-card-layout {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.leadership-page .leadership-card-aside {
  display: grid;
  gap: 10px;
  align-content: start;
}

.leadership-page .leadership-quote {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(141, 192, 216, 0.12);
  border-radius: 8px;
  background: rgba(24, 40, 54, 0.22);
}

.leadership-page .leadership-quote::before {
  content: "“";
  color: rgba(237, 243, 247, 0.68);
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.leadership-page .leadership-quote p {
  margin: 0;
  color: rgba(229, 236, 242, 0.76);
  font-size: 13px;
  line-height: 1.3;
}

.leadership-page .leadership-card-media img {
  width: 100% !important;
  height: 580px !important;
  max-height: none !important;
  min-height: 0 !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.leadership-page .leadership-card--nikolai .leadership-card-media img {
  height: 390px !important;
}

.leadership-page .leadership-card-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.leadership-page .leadership-card-header {
  gap: 2px !important;
  padding-bottom: 0;
  border-bottom: 0;
}

.leadership-page .leadership-card-header h2 {
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.leadership-page .leadership-card-header p {
  color: rgba(225, 234, 241, 0.72) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.leadership-page .leadership-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(141, 192, 216, 0.12);
  border-bottom: 1px solid rgba(141, 192, 216, 0.12);
}

.leadership-page .leadership-icons span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 42px;
  padding: 0 22px;
  border-right: 1px solid rgba(141, 192, 216, 0.12);
}

.leadership-page .leadership-icons span:first-child {
  padding-left: 4px;
}

.leadership-page .leadership-icons span:last-child {
  border-right: 0;
}

.leadership-page .leadership-icons img {
  width: 30px;
  height: 30px;
  opacity: 0.92;
  filter: brightness(0) invert(1);
}

.leadership-page .leadership-icons p {
  margin: 0;
  color: rgba(237, 243, 247, 0.82);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
}

.leadership-page .leadership-card-body {
  display: grid !important;
  align-items: start !important;
  gap: 18px !important;
}

.leadership-page .leadership-card-body--columns {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

.leadership-page .leadership-card--konstantin .leadership-story-group {
  grid-column: span 2;
}

.leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(1),
.leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(2) {
  grid-column: span 3;
}

.leadership-page .leadership-story-group {
  display: grid;
  align-self: start;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(141, 192, 216, 0.14);
}

.leadership-page .leadership-story-group--wide {
  padding-left: 0;
  border-left: 0;
}

.leadership-page .leadership-story-group h3,
.leadership-page .leadership-card-body h3 {
  margin: 0 0 2px !important;
  color: rgba(245, 248, 250, 0.98) !important;
  font-family: var(--font-heading) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.leadership-page .leadership-story-group p,
.leadership-page .leadership-story-group li,
.leadership-page .leadership-card-body p,
.leadership-page .leadership-card-body li {
  margin: 0 !important;
  color: rgba(229, 236, 242, 0.82) !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-wrap: auto !important;
}

.leadership-page .leadership-story-group ul,
.leadership-page .leadership-card-body ul {
  display: grid !important;
  gap: 4px !important;
  margin: 0 !important;
  padding-left: 16px !important;
}

.leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(n + 3) {
  padding: 14px 16px 0 16px;
  border-left: 0;
  border-top: 1px solid rgba(141, 192, 216, 0.12);
}

@media (max-width: 1180px) {
  .tablet-body .leadership-page .leadership-card-layout {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: 22px;
  }

  .tablet-body .leadership-page .leadership-card-body--columns,
  .tablet-body .leadership-page .leadership-card-body--three {
    grid-template-columns: 1fr;
  }

  .tablet-body .leadership-page .leadership-card--konstantin .leadership-story-group,
  .tablet-body .leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(1),
  .tablet-body .leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(2) {
    grid-column: auto;
  }

  .tablet-body .leadership-page .leadership-card-media img,
  .tablet-body .leadership-page .leadership-card--nikolai .leadership-card-media img {
    height: 420px !important;
  }

  .tablet-body .leadership-page .leadership-icons span {
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 0 14px;
  }

  .tablet-body .leadership-page .leadership-icons p {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .tablet-body .leadership-page .leadership-story-group {
    padding-left: 0;
    border-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .tablet-body .leadership-page .leadership-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
  }

  .tablet-body .leadership-page .leadership-icons span {
    min-width: 0;
    padding: 0 12px;
  }

  .tablet-body .leadership-page .leadership-icons span:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  body.mobile-body .leadership-page .leadership-card,
  body.mobile-body .leadership-page .leadership-card--reverse {
    padding: 14px !important;
  }

  body.mobile-body .leadership-page .leadership-card-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.mobile-body .leadership-page .leadership-card-media img,
  body.mobile-body .leadership-page .leadership-card--nikolai .leadership-card-media img {
    height: auto !important;
    min-height: 0 !important;
    max-height: 380px !important;
  }

  body.mobile-body .leadership-page .leadership-card-header h2 {
    font-size: 28px !important;
  }

  body.mobile-body .leadership-page .leadership-card-body--columns,
  body.mobile-body .leadership-page .leadership-card-body--three {
    grid-template-columns: 1fr;
  }

  body.mobile-body .leadership-page .leadership-card--konstantin .leadership-story-group,
  body.mobile-body .leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(1),
  body.mobile-body .leadership-page .leadership-card--konstantin .leadership-story-group:nth-child(2) {
    grid-column: auto;
  }

  body.mobile-body .leadership-page .leadership-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 10px 0;
  }

  body.mobile-body .leadership-page .leadership-icons span {
    grid-template-columns: 24px minmax(0, 1fr);
    justify-content: start;
    gap: 8px;
    min-height: 48px;
    padding: 10px 8px;
    border-right: 1px solid rgba(141, 192, 216, 0.12);
    border-bottom: 1px solid rgba(141, 192, 216, 0.12);
  }

  body.mobile-body .leadership-page .leadership-icons span:nth-child(2n),
  body.mobile-body .leadership-page .leadership-icons span:last-child {
    border-right: 0;
  }

  body.mobile-body .leadership-page .leadership-icons span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.mobile-body .leadership-page .leadership-icons img {
    width: 24px;
    height: 24px;
  }

  body.mobile-body .leadership-page .leadership-icons p {
    font-size: 10.5px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }

  body.mobile-body .leadership-page .leadership-story-group {
    padding-left: 0;
    border-left: 0;
  }

  body.mobile-body .leadership-page .leadership-story-group p,
  body.mobile-body .leadership-page .leadership-story-group li,
  body.mobile-body .leadership-page .leadership-card-body p,
  body.mobile-body .leadership-page .leadership-card-body li {
    font-size: 12px !important;
    line-height: 1.42 !important;
  }
}

/* 2026-05-10 design guard reset: match existing card palette and original footer grid */
.page #contacts.contacts,
.page--home #contacts.contacts,
.inner-page #contacts.contacts,
.service-page #contacts.contacts,
.partners-page #contacts.contacts,
.repair-page #contacts.contacts,
.design-service-page #contacts.contacts {
  border-color: rgba(141, 192, 216, 0.08) !important;
  background: linear-gradient(180deg, rgba(39, 56, 70, 0.98), rgba(34, 49, 61, 0.98)) !important;
  box-shadow: none !important;
}

#contacts .contacts-list li,
.mobile-body #contacts .contacts-list li,
.tablet-body #contacts .contacts-list li,
#contacts .socials a,
.mobile-body #contacts .socials a,
.tablet-body #contacts .socials a {
  border-color: rgba(141, 192, 216, 0.12) !important;
  background: rgba(40, 56, 69, 0.34) !important;
  box-shadow: none !important;
}

#contacts .contacts-form,
.page--home #contacts .contacts-form,
.inner-page #contacts .contacts-form,
.service-page #contacts .contacts-form,
.partners-page #contacts .contacts-form,
.repair-page #contacts .contacts-form,
.design-service-page #contacts .contacts-form {
  border-color: rgba(141, 192, 216, 0.12) !important;
  background: rgba(32, 46, 58, 0.5) !important;
  box-shadow: none !important;
}

#contacts .to-top {
  border-color: rgba(237, 243, 247, 0.62) !important;
  background: rgba(78, 104, 122, 0.18) !important;
}

.page .site-footer-content,
.page--home .site-footer-content,
.inner-page .site-footer-content,
.service-page .site-footer-content,
.partners-page .site-footer-content,
.repair-page .site-footer-content,
.design-service-page .site-footer-content,
.portfolio-project-page .site-footer-content,
.leadership-page .site-footer-content {
  grid-template-columns: minmax(600px, 1fr) minmax(330px, auto) auto !important;
  gap: 56px !important;
  align-items: center !important;
}

.page .footer-legal,
.page--home .footer-legal,
.inner-page .footer-legal,
.service-page .footer-legal,
.partners-page .footer-legal,
.repair-page .footer-legal,
.design-service-page .footer-legal,
.portfolio-project-page .footer-legal,
.leadership-page .footer-legal {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  max-width: 780px !important;
  text-align: left !important;
}

.footer-legal p,
.page .footer-legal p,
.page--home .footer-legal p,
.inner-page .footer-legal p,
.service-page .footer-legal p,
.partners-page .footer-legal p,
.repair-page .footer-legal p,
.design-service-page .footer-legal p,
.portfolio-project-page .footer-legal p,
.leadership-page .footer-legal p {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.footer-legal p + p,
.page .footer-legal p + p,
.page--home .footer-legal p + p,
.inner-page .footer-legal p + p,
.service-page .footer-legal p + p {
  margin-top: 2px !important;
}

.footer-legal .footer-address,
.page .footer-legal p:last-child,
.page--home .footer-legal p:last-child,
.inner-page .footer-legal p:last-child,
.service-page .footer-legal p:last-child {
  margin-top: 9px !important;
}

.page .footer-policy,
.page--home .footer-policy,
.inner-page .footer-policy,
.service-page .footer-policy,
.partners-page .footer-policy,
.repair-page .footer-policy,
.design-service-page .footer-policy,
.portfolio-project-page .footer-policy,
.leadership-page .footer-policy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.page .footer-brand,
.page--home .footer-brand,
.inner-page .footer-brand,
.service-page .footer-brand,
.partners-page .footer-brand,
.repair-page .footer-brand,
.design-service-page .footer-brand,
.portfolio-project-page .footer-brand,
.leadership-page .footer-brand {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

/* 2026-05-10 map popup polish: keep Meta note inside first grid row */
.page #contacts.contacts,
.page--home #contacts.contacts,
.inner-page #contacts.contacts,
.service-page #contacts.contacts,
.partners-page #contacts.contacts,
.repair-page #contacts.contacts,
.design-service-page #contacts.contacts {
  align-items: start !important;
  min-height: 0 !important;
  padding-top: 36px !important;
  padding-bottom: 22px !important;
  overflow: visible !important;
}

#contacts .contacts-copy,
.page--home #contacts .contacts-copy,
.design-service-page #contacts .contacts-copy,
.partners-page #contacts .contacts-copy,
.repair-page #contacts .contacts-copy {
  grid-column: 1 / 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
}

#contacts .contacts-form,
.page--home #contacts .contacts-form,
.inner-page #contacts .contacts-form,
.service-page #contacts .contacts-form,
.partners-page #contacts .contacts-form,
.repair-page #contacts .contacts-form,
.design-service-page #contacts .contacts-form {
  grid-column: 2 / 3 !important;
  grid-row: 1 !important;
}

#contacts .socials-note,
.page--home #contacts .socials-note,
.design-service-page #contacts .socials-note,
.partners-page #contacts .socials-note,
.repair-page #contacts .socials-note {
  grid-column: 1 / 2 !important;
  grid-row: 1 !important;
  align-self: end !important;
  max-width: 620px !important;
  margin: 0 !important;
  transform: translateY(10px);
}

@media (max-width: 1180px) {
  .tablet-body #contacts .contacts-copy,
  .tablet-body #contacts .contacts-form {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .tablet-body #contacts .socials-note {
    grid-row: auto !important;
    align-self: start !important;
    transform: none;
  }
}

@media (max-width: 767px) {
  body.mobile-body #contacts .contacts-copy,
  body.mobile-body #contacts .contacts-form {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.mobile-body #contacts .socials-note {
    grid-row: auto !important;
    align-self: start !important;
    transform: none;
  }
}

/* 2026-05-10 reliable static map instead of external iframe */
#contacts .contacts-map-popup {
  left: 520px !important;
  top: 148px !important;
  width: 310px !important;
}

#contacts .contacts-map-card {
  padding: 18px 18px 16px !important;
}

#contacts .contacts-map-kicker {
  display: block;
  margin: 0 38px 8px 0;
  color: rgba(229, 236, 242, 0.54);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

#contacts .contacts-map-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 14px !important;
  padding: 0 16px;
  border: 1px solid rgba(237, 243, 247, 0.5);
  border-radius: 999px;
  background: rgba(78, 104, 122, 0.24);
  color: #f5f8fb !important;
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}

@media (max-width: 1180px) {
  .tablet-body #contacts .contacts-map-popup {
    left: 22px !important;
    right: 22px !important;
    top: auto !important;
    bottom: 22px !important;
    width: auto !important;
  }
}

@media (max-width: 767px) {
  body.mobile-body #contacts .contacts-map-popup {
    left: 12px !important;
    right: 12px !important;
    top: 88px !important;
    bottom: auto !important;
    width: auto !important;
  }
}

/* 2026-05-10 footer restore: old BEGET layout, centralized in JS */
.page .site-footer,
.page--home .site-footer,
.inner-page .site-footer,
.service-page .site-footer,
.partners-page .site-footer,
.repair-page .site-footer,
.design-service-page .site-footer,
.portfolio-project-page .site-footer,
.leadership-page .site-footer {
  margin-top: 36px !important;
  padding: 10px 0 0 !important;
}

.page .site-footer-line,
.page--home .site-footer-line,
.inner-page .site-footer-line,
.service-page .site-footer-line,
.partners-page .site-footer-line,
.repair-page .site-footer-line,
.design-service-page .site-footer-line,
.portfolio-project-page .site-footer-line,
.leadership-page .site-footer-line {
  margin-bottom: 14px !important;
}

.page .site-footer-content,
.page--home .site-footer-content,
.inner-page .site-footer-content,
.service-page .site-footer-content,
.partners-page .site-footer-content,
.repair-page .site-footer-content,
.design-service-page .site-footer-content,
.portfolio-project-page .site-footer-content,
.leadership-page .site-footer-content {
  display: grid !important;
  grid-template-columns: minmax(520px, 1fr) minmax(280px, auto) auto !important;
  gap: 64px !important;
  align-items: center !important;
  justify-content: stretch !important;
  min-height: 72px !important;
  padding: 0 16px !important;
}

.page .footer-brand,
.page--home .footer-brand,
.inner-page .footer-brand,
.service-page .footer-brand,
.partners-page .footer-brand,
.repair-page .footer-brand,
.design-service-page .footer-brand,
.portfolio-project-page .footer-brand,
.leadership-page .footer-brand {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

.page .footer-brand .logo-image,
.page--home .footer-brand .logo-image,
.inner-page .footer-brand .logo-image,
.service-page .footer-brand .logo-image,
.partners-page .footer-brand .logo-image,
.repair-page .footer-brand .logo-image,
.design-service-page .footer-brand .logo-image,
.portfolio-project-page .footer-brand .logo-image,
.leadership-page .footer-brand .logo-image {
  height: 34px !important;
}

.page .footer-legal,
.page--home .footer-legal,
.inner-page .footer-legal,
.service-page .footer-legal,
.partners-page .footer-legal,
.repair-page .footer-legal,
.design-service-page .footer-legal,
.portfolio-project-page .footer-legal,
.leadership-page .footer-legal {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  max-width: 640px !important;
  color: rgba(237, 243, 247, 0.58) !important;
  font-size: 9px !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.footer-legal p,
.page .footer-legal p,
.page--home .footer-legal p,
.inner-page .footer-legal p,
.service-page .footer-legal p,
.partners-page .footer-legal p,
.repair-page .footer-legal p,
.design-service-page .footer-legal p,
.portfolio-project-page .footer-legal p,
.leadership-page .footer-legal p {
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.footer-legal p + p,
.page .footer-legal p + p,
.page--home .footer-legal p + p,
.inner-page .footer-legal p + p,
.service-page .footer-legal p + p,
.partners-page .footer-legal p + p,
.repair-page .footer-legal p + p,
.design-service-page .footer-legal p + p,
.portfolio-project-page .footer-legal p + p,
.leadership-page .footer-legal p + p {
  margin-top: 2px !important;
}

.footer-legal p:last-child,
.page .footer-legal p:last-child,
.page--home .footer-legal p:last-child,
.inner-page .footer-legal p:last-child,
.service-page .footer-legal p:last-child,
.partners-page .footer-legal p:last-child,
.repair-page .footer-legal p:last-child,
.design-service-page .footer-legal p:last-child,
.portfolio-project-page .footer-legal p:last-child,
.leadership-page .footer-legal p:last-child {
  margin-top: 8px !important;
}

.page .footer-policy,
.page--home .footer-policy,
.inner-page .footer-policy,
.service-page .footer-policy,
.partners-page .footer-policy,
.repair-page .footer-policy,
.design-service-page .footer-policy,
.portfolio-project-page .footer-policy,
.leadership-page .footer-policy {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-items: flex-start !important;
  gap: 4px !important;
  text-align: left !important;
}

.page .footer-link,
.page--home .footer-link,
.inner-page .footer-link,
.service-page .footer-link,
.partners-page .footer-link,
.repair-page .footer-link,
.design-service-page .footer-link,
.portfolio-project-page .footer-link,
.leadership-page .footer-link,
.page .footer-policy span,
.page--home .footer-policy span,
.inner-page .footer-policy span,
.service-page .footer-policy span,
.partners-page .footer-policy span,
.repair-page .footer-policy span,
.design-service-page .footer-policy span,
.portfolio-project-page .footer-policy span,
.leadership-page .footer-policy span,
.page .footer-policy-title,
.page--home .footer-policy-title,
.inner-page .footer-policy-title,
.service-page .footer-policy-title,
.partners-page .footer-policy-title,
.repair-page .footer-policy-title,
.design-service-page .footer-policy-title,
.portfolio-project-page .footer-policy-title,
.leadership-page .footer-policy-title {
  font-size: 10px !important;
  line-height: 1.22 !important;
  letter-spacing: 0.02em !important;
}

.portfolio-project-page .project-hero {
  min-height: 0 !important;
  padding-top: 22px !important;
  padding-bottom: 24px !important;
}

.portfolio-project-page .project-hero .breadcrumbs {
  margin-bottom: 12px !important;
}

.portfolio-project-page .project-hero-main {
  padding-bottom: 0 !important;
}

.portfolio-project-page .project-hero-main p {
  margin-top: 18px !important;
}

.projects-page .design-projects-grid,
.design-service-page .section-related-projects .design-projects-grid,
.repair-page .section-related-projects .design-projects-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: minmax(260px, 22vw) !important;
}

.projects-page .design-project-card:nth-child(n),
.design-service-page .section-related-projects .design-project-card:nth-child(n),
.repair-page .section-related-projects .design-project-card:nth-child(n) {
  grid-column: auto !important;
  grid-row: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 300px !important;
  padding: 22px !important;
}

.projects-page .design-project-card h3,
.design-service-page .section-related-projects .design-project-card h3,
.repair-page .section-related-projects .design-project-card h3 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  max-width: min(62%, 420px) !important;
  margin: 0 !important;
  flex: 0 1 62% !important;
  align-self: flex-end !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
}

.page.design-service-page .section-related-projects .design-project-card h3,
.page.repair-page .section-related-projects .design-project-card h3,
.page.projects-page .section-related-projects .design-project-card h3 {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.page.design-service-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3,
.page.repair-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3,
.page.projects-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) h3 {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.projects-page .design-project-card > a,
.design-service-page .section-related-projects .design-project-card > a,
.repair-page .section-related-projects .design-project-card > a {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
  flex: 0 0 auto !important;
  align-self: flex-end !important;
  margin: 0 !important;
  min-width: 154px !important;
  justify-content: center !important;
}

.page.design-service-page .section-related-projects .design-project-card > a,
.page.repair-page .section-related-projects .design-project-card > a,
.page.projects-page .section-related-projects .design-project-card > a {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

.page.design-service-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
.page.repair-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
.page.projects-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}

.projects-page .design-project-card .design-project-photo,
.design-service-page .section-related-projects .design-project-card .design-project-photo,
.repair-page .section-related-projects .design-project-card .design-project-photo {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.projects-page .design-project-card::after,
.design-service-page .section-related-projects .design-project-card::after,
.repair-page .section-related-projects .design-project-card::after {
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.02) 32%, rgba(12, 18, 24, 0.84) 100%),
    linear-gradient(90deg, rgba(12, 18, 24, 0.28) 0%, rgba(12, 18, 24, 0.05) 60%) !important;
}

.portfolio-project-page .project-photo-grid .project-photo {
  aspect-ratio: 3 / 2 !important;
  min-height: 0 !important;
}

@media (max-width: 1180px) {
  .tablet-body .site-footer-content,
  .tablet-body .page .site-footer-content,
  .tablet-body .service-page .site-footer-content {
    grid-template-columns: minmax(0, 1fr) minmax(220px, auto) auto !important;
    gap: 24px !important;
  }
}

@media (max-width: 767px) {
  body.mobile-body .site-footer-content,
  body.mobile-body .page .site-footer-content,
  body.mobile-body .service-page .site-footer-content {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    gap: 14px !important;
  }

  body.mobile-body .footer-brand,
  body.mobile-body .footer-legal,
  body.mobile-body .footer-policy {
    grid-column: 1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.mobile-body .projects-page .design-projects-grid,
  body.mobile-body .design-service-page .section-related-projects .design-projects-grid,
  body.mobile-body .repair-page .section-related-projects .design-projects-grid,
  body.mobile-body .portfolio-project-page .project-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.mobile-body .projects-page .design-project-card,
  body.mobile-body .design-service-page .section-related-projects .design-project-card,
  body.mobile-body .repair-page .section-related-projects .design-project-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    min-height: 190px !important;
    padding: 12px !important;
  }

  body.mobile-body .projects-page .design-project-card h3,
  body.mobile-body .design-service-page .section-related-projects .design-project-card h3,
  body.mobile-body .repair-page .section-related-projects .design-project-card h3 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    align-self: flex-start !important;
    font-size: 15px !important;
    line-height: 1.08 !important;
  }

  body.mobile-body .projects-page .design-project-card > a,
  body.mobile-body .design-service-page .section-related-projects .design-project-card > a,
  body.mobile-body .repair-page .section-related-projects .design-project-card > a {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 30px !important;
    justify-content: center !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  body.mobile-body .page.design-service-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
  body.mobile-body .page.repair-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a,
  body.mobile-body .page.projects-page .section-related-projects .design-project-card:not(:nth-child(1)):not(:nth-child(6)):not(:nth-child(7)) > a {
    display: inline-flex !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
}

/* 2026-05-12 contacts data compact polish */
#contacts .contacts-caption,
.page--home #contacts .contacts-caption,
.inner-page #contacts .contacts-caption,
.service-page #contacts .contacts-caption,
.partners-page #contacts .contacts-caption,
.repair-page #contacts .contacts-caption,
.design-service-page #contacts .contacts-caption {
  margin: 26px 0 10px !important;
  color: rgba(245, 248, 251, 0.9) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

#contacts .contacts-list,
.page--home #contacts .contacts-list,
.inner-page #contacts .contacts-list,
.service-page #contacts .contacts-list,
.partners-page #contacts .contacts-list,
.repair-page #contacts .contacts-list,
.design-service-page #contacts .contacts-list,
.tablet-body #contacts .contacts-list {
  display: grid !important;
  grid-template-columns: minmax(132px, max-content) minmax(130px, max-content) minmax(160px, max-content) minmax(220px, 1fr) !important;
  gap: 8px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#contacts .contacts-list li,
.page--home #contacts .contacts-list li,
.inner-page #contacts .contacts-list li,
.service-page #contacts .contacts-list li,
.partners-page #contacts .contacts-list li,
.repair-page #contacts .contacts-list li,
.design-service-page #contacts .contacts-list li,
.mobile-body #contacts .contacts-list li,
.tablet-body #contacts .contacts-list li {
  display: block !important;
  min-height: 0 !important;
  padding: 12px 14px 13px !important;
  border: 1px solid rgba(124, 139, 149, 0.2) !important;
  border-radius: 10px !important;
  background: rgba(31, 45, 55, 0.46) !important;
  box-shadow: none !important;
}

#contacts .contacts-list li img,
.page--home #contacts .contacts-list li img,
.inner-page #contacts .contacts-list li img,
.service-page #contacts .contacts-list li img,
.partners-page #contacts .contacts-list li img,
.repair-page #contacts .contacts-list li img,
.design-service-page #contacts .contacts-list li img,
.mobile-body #contacts .contacts-list li img,
.tablet-body #contacts .contacts-list li img {
  display: none !important;
}

#contacts .contacts-card-copy,
.page--home #contacts .contacts-card-copy,
.inner-page #contacts .contacts-card-copy,
.service-page #contacts .contacts-card-copy,
.partners-page #contacts .contacts-card-copy,
.repair-page #contacts .contacts-card-copy,
.design-service-page #contacts .contacts-card-copy,
.mobile-body #contacts .contacts-card-copy,
.tablet-body #contacts .contacts-card-copy {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

#contacts .contacts-card-copy > span:first-child,
.page--home #contacts .contacts-card-copy > span:first-child,
.inner-page #contacts .contacts-card-copy > span:first-child,
.service-page #contacts .contacts-card-copy > span:first-child,
.partners-page #contacts .contacts-card-copy > span:first-child,
.repair-page #contacts .contacts-card-copy > span:first-child,
.design-service-page #contacts .contacts-card-copy > span:first-child,
.mobile-body #contacts .contacts-card-copy > span:first-child,
.tablet-body #contacts .contacts-card-copy > span:first-child {
  color: rgba(220, 229, 236, 0.58) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

#contacts .contacts-card-copy a,
#contacts .contacts-card-copy span:last-child,
#contacts .contacts-card-copy button,
.page--home #contacts .contacts-card-copy a,
.page--home #contacts .contacts-card-copy span:last-child,
.page--home #contacts .contacts-card-copy button,
.inner-page #contacts .contacts-card-copy a,
.inner-page #contacts .contacts-card-copy span:last-child,
.inner-page #contacts .contacts-card-copy button,
.service-page #contacts .contacts-card-copy a,
.service-page #contacts .contacts-card-copy span:last-child,
.service-page #contacts .contacts-card-copy button,
.partners-page #contacts .contacts-card-copy a,
.partners-page #contacts .contacts-card-copy span:last-child,
.partners-page #contacts .contacts-card-copy button,
.repair-page #contacts .contacts-card-copy a,
.repair-page #contacts .contacts-card-copy span:last-child,
.repair-page #contacts .contacts-card-copy button,
.design-service-page #contacts .contacts-card-copy a,
.design-service-page #contacts .contacts-card-copy span:last-child,
.design-service-page #contacts .contacts-card-copy button,
.mobile-body #contacts .contacts-card-copy a,
.mobile-body #contacts .contacts-card-copy span:last-child,
.mobile-body #contacts .contacts-card-copy button,
.tablet-body #contacts .contacts-card-copy a,
.tablet-body #contacts .contacts-card-copy span:last-child,
.tablet-body #contacts .contacts-card-copy button {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #f5f8fb !important;
  font-family: "Montserrat", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  text-align: left !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

#contacts .contacts-map-trigger:hover,
#contacts .contacts-card-copy a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 1180px) {
  #contacts .contacts-list,
  .tablet-body #contacts .contacts-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  body.mobile-body #contacts .contacts-caption {
    margin: 16px 0 8px !important;
    font-size: 10px !important;
    text-align: left !important;
  }

  body.mobile-body #contacts .contacts-list {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    max-width: none !important;
  }

  body.mobile-body #contacts .contacts-list li {
    padding: 9px 12px !important;
    border-radius: 8px !important;
  }

  body.mobile-body #contacts .contacts-card-copy {
    gap: 4px !important;
  }

  body.mobile-body #contacts .contacts-card-copy > span:first-child {
    font-size: 9px !important;
  }

  body.mobile-body #contacts .contacts-card-copy a,
  body.mobile-body #contacts .contacts-card-copy span:last-child,
  body.mobile-body #contacts .contacts-card-copy button {
    font-size: 9px !important;
    line-height: 1.18 !important;
  }
}

/* 2026-05-13 contacts typography sync */
#contacts.contacts,
#contacts .contacts-copy h2,
#contacts .contacts-copy > p,
#contacts .contacts-caption,
#contacts .contacts-card-copy,
#contacts .contacts-card-copy > span:first-child,
#contacts .contacts-card-copy a,
#contacts .contacts-card-copy span:last-child,
#contacts .contacts-card-copy button,
#contacts .socials-label,
#contacts .socials a,
#contacts .contacts-form-lead,
#contacts .contacts-phone-field input,
#contacts .form-consent,
#contacts .contacts-submit {
  font-family: var(--font-body) !important;
  letter-spacing: 0 !important;
}

#contacts .contacts-copy h2 {
  font-weight: 500 !important;
}

#contacts .contacts-copy > p,
#contacts .contacts-form-lead,
#contacts .form-consent {
  font-weight: 400 !important;
}

#contacts .contacts-caption,
#contacts .socials-label,
#contacts .socials a,
#contacts .contacts-card-copy > span:first-child,
#contacts .contacts-card-copy a,
#contacts .contacts-card-copy span:last-child,
#contacts .contacts-card-copy button,
#contacts .contacts-submit {
  font-weight: 600 !important;
}

/* 2026-05-13 contacts vertical balance */
.page #contacts.contacts,
.page--home #contacts.contacts,
.inner-page #contacts.contacts,
.service-page #contacts.contacts,
.partners-page #contacts.contacts,
.repair-page #contacts.contacts,
.design-service-page #contacts.contacts {
  align-items: center !important;
  padding-top: 30px !important;
  padding-bottom: 28px !important;
}

#contacts .contacts-copy,
.page--home #contacts .contacts-copy,
.design-service-page #contacts .contacts-copy,
.partners-page #contacts .contacts-copy,
.repair-page #contacts .contacts-copy {
  align-self: center !important;
}

#contacts .contacts-form,
.page--home #contacts .contacts-form,
.inner-page #contacts .contacts-form,
.service-page #contacts .contacts-form,
.partners-page #contacts .contacts-form,
.repair-page #contacts .contacts-form,
.design-service-page #contacts .contacts-form {
  align-self: center !important;
  gap: 12px !important;
  max-width: 420px !important;
  padding: 24px 26px 28px !important;
}

#contacts .contacts-form-lead {
  max-width: 340px !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
  line-height: 1.36 !important;
}

#contacts .contacts-phone-field,
.page--home #contacts .contacts-phone-field,
.inner-page #contacts .contacts-phone-field,
.service-page #contacts .contacts-phone-field,
.partners-page #contacts .contacts-phone-field,
.repair-page #contacts .contacts-phone-field,
.design-service-page #contacts .contacts-phone-field {
  min-height: 36px !important;
}

#contacts .form-consent,
.page--home #contacts .form-consent,
.inner-page #contacts .form-consent,
.service-page #contacts .form-consent,
.partners-page #contacts .form-consent,
.repair-page #contacts .form-consent,
.design-service-page #contacts .form-consent {
  margin: 8px 0 8px !important;
  line-height: 1.42 !important;
}

#contacts .contacts-submit,
.page--home #contacts .contacts-submit,
.inner-page #contacts .contacts-submit,
.service-page #contacts .contacts-submit,
.partners-page #contacts .contacts-submit,
.repair-page #contacts .contacts-submit,
.design-service-page #contacts .contacts-submit {
  min-height: 38px !important;
}

#contacts .socials-note,
.page--home #contacts .socials-note,
.design-service-page #contacts .socials-note,
.partners-page #contacts .socials-note,
.repair-page #contacts .socials-note {
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: start !important;
  max-width: 620px !important;
  margin: 18px 0 0 !important;
  transform: none !important;
}

#contacts .contacts-copy > .socials-note,
.page--home #contacts .contacts-copy > .socials-note,
.design-service-page #contacts .contacts-copy > .socials-note,
.partners-page #contacts .contacts-copy > .socials-note,
.repair-page #contacts .contacts-copy > .socials-note {
  width: 100% !important;
  max-width: 620px !important;
  color: rgba(220, 229, 236, 0.52) !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
}

/* 2026-05-13 header navigation centering */
.page .nav,
.page--home .nav,
.inner-page .nav,
.service-page .nav,
.partners-page .nav,
.repair-page .nav,
.design-service-page .nav,
.portfolio-project-page .nav,
.leadership-page .nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 26px !important;
  grid-template-columns: none !important;
}

.page .nav > a,
.page--home .nav > a,
.inner-page .nav > a,
.service-page .nav > a,
.partners-page .nav > a,
.repair-page .nav > a,
.design-service-page .nav > a,
.portfolio-project-page .nav > a,
.leadership-page .nav > a,
.page .nav-dropdown,
.page--home .nav-dropdown,
.inner-page .nav-dropdown,
.service-page .nav-dropdown,
.partners-page .nav-dropdown,
.repair-page .nav-dropdown,
.design-service-page .nav-dropdown,
.portfolio-project-page .nav-dropdown,
.leadership-page .nav-dropdown,
.page .nav-dropdown summary,
.page--home .nav-dropdown summary,
.inner-page .nav-dropdown summary,
.service-page .nav-dropdown summary,
.partners-page .nav-dropdown summary,
.repair-page .nav-dropdown summary,
.design-service-page .nav-dropdown summary,
.portfolio-project-page .nav-dropdown summary,
.leadership-page .nav-dropdown summary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.page .nav > a,
.page--home .nav > a,
.inner-page .nav > a,
.service-page .nav > a,
.partners-page .nav > a,
.repair-page .nav > a,
.design-service-page .nav > a,
.portfolio-project-page .nav > a,
.leadership-page .nav > a,
.page .nav-dropdown summary,
.page--home .nav-dropdown summary,
.inner-page .nav-dropdown summary,
.service-page .nav-dropdown summary,
.partners-page .nav-dropdown summary,
.repair-page .nav-dropdown summary,
.design-service-page .nav-dropdown summary,
.portfolio-project-page .nav-dropdown summary,
.leadership-page .nav-dropdown summary {
  padding: 0 12px !important;
  transform: none !important;
}

.page .nav a::after,
.page--home .nav a::after,
.inner-page .nav a::after,
.service-page .nav a::after,
.partners-page .nav a::after,
.repair-page .nav a::after,
.design-service-page .nav a::after,
.portfolio-project-page .nav a::after,
.leadership-page .nav a::after {
  bottom: -1px !important;
}

.page .nav > a:hover,
.page .nav > a:focus-visible,
.page .nav-dropdown:hover summary,
.page .nav-dropdown[open] summary,
.page .nav-dropdown summary:focus-visible {
  transform: none !important;
}

#contacts .contacts-item--email .contacts-card-copy a {
  font-size: 11px !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

#contacts .contacts-item--address .contacts-card-copy button {
  white-space: normal !important;
}

/* 2026-05-13 mobile home headings */
@media (max-width: 767px) {
  body.mobile-body .page--home main {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.mobile-body .page--home main > section,
  body.mobile-body .page--home main > article {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.mobile-body .page--home .section-head,
  body.mobile-body .page--home .intro .section-head {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    align-items: start !important;
    overflow: hidden !important;
  }

  body.mobile-body .page--home .section-head h2,
  body.mobile-body .page--home #advantages .section-head h2,
  body.mobile-body .page--home #services .section-head h2,
  body.mobile-body .page--home #projects .section-head h2,
  body.mobile-body .page--home #articles .section-head h2,
  body.mobile-body .page--home #company .section-head h2,
  body.mobile-body .page--home #experience .experience-copy h2,
  body.mobile-body .page--home #contacts .contacts-copy h2 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    font-size: 20px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-wrap: wrap;
  }

  body.mobile-body .page--home #company .section-head h2 {
    font-size: 18px !important;
    line-height: 1.14 !important;
  }

  body.mobile-body .page--home .section-head h2 span,
  body.mobile-body .page--home .leaders-heading-line {
    display: block !important;
    padding-left: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.mobile-body .page--home .head-line,
  body.mobile-body .page--home .section-head .head-line,
  body.mobile-body .page--home .intro .head-line {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-top: 0 !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  body.mobile-body .page--home .head-line .line,
  body.mobile-body .page--home .line,
  body.mobile-body .page--home .head-line .line::after {
    display: none !important;
  }

  body.mobile-body .page--home .head-line .pill,
  body.mobile-body .page--home .pill-tag {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 28px !important;
    padding: 0 14px !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
}
