@font-face {
  font-family: "Benzin";
  src: url("../fonts/Benzin-Medium.woff2") format("woff2"), url("../fonts/Benzin-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --white: #ffffff;
  --black: #000000;
  --text: #353535;
  --text-strong: #494949;
  --text-soft: #494949;
  --muted: #6c6c6c;
  --muted-2: #9e9e9e;
  --accent: #cd7f32;
  --accent-hover: #b86e28;
  --line-color: #252525;
  --line: 0.1rem solid var(--line-color);
}

html {
  font-size: calc(100vw / 1280 * 10);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 32rem;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  overflow-x: hidden;
}

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


img {
  display: block;
  max-width: 100%;
  image-rendering: auto;
  -webkit-user-drag: none;
}

.hero__media img,
.project-card__main img,
.project-thumb img,
.team-card__photo img,
.contact__team-photo img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  width: min(123.6rem, calc(100% - 4.8rem));
  margin: 0 auto;
  border-left: var(--line);
  border-right: var(--line);
  background: var(--bg);
  overflow: hidden;
}

.container {
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
  margin: 0 auto;
}

.container--hero {
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
}

.section-full {
  width: 100%;
}

.section-line {
  border-bottom: var(--line);
}

.section-heading {
  border-bottom: var(--line);
}

.section-heading__title {
  padding: 2.9rem 2rem 2.9rem;
  text-align: center;
  font-family: "Benzin", "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.16;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--text-strong);
}

.primary-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  min-height: 5.8rem;
  padding: 1.4rem 2.4rem;
  border: 0;
  background: #cd7f32;
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.primary-button::before {
  content: "";
  position: absolute;
  top: -45%;
  left: 43%;
  width: 18%;
  height: 190%;
  transform: rotate(32deg);
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.25) 30%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.25) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(10px);
}

.primary-button:hover {
  transform: translateY(-0.2rem);
  filter: brightness(0.98);
}

.primary-button:hover {
  transform: translateY(-0.2rem);
  filter: brightness(0.98);
}

.media-frame {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-frame {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}

.site-header {
  position: relative;
  border-top: var(--line);
  border-bottom: var(--line);
  z-index: 50;
}

.site-header__inner {
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
  min-height: 8rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 12.6rem 1fr auto;
  align-items: stretch;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2.2rem 0 0rem;
  border-right: var(--line);
}

.site-logo img {
  width: 6.2rem;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 2.8rem 0 3rem;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  min-width: 0;
/*   flex: 1 1 auto; */
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__list a {
  position: relative;
  font-size: 1.45rem;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.site-nav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.site-nav__list a:hover {
  color: var(--accent);
}

.site-nav__list a:hover::after {
  transform: scaleX(1);
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: 3rem;
  white-space: nowrap;
}

.lang-switcher a,
.lang-switcher span {
  font-size: 1.45rem;
  line-height: 1.2;
}

.lang-switcher a.is-active,
.lang-switcher a:hover {
  font-weight: 600;
}

.site-header__right {
  display: flex;
  align-items: stretch;
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0 0rem 0 5.5rem;
  border-left: var(--line);
}

.header-socials a,
.contact__socials a,
.mobile-menu__socials a {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-socials a:hover,
.contact__socials a:hover,
.mobile-menu__socials a:hover {
  opacity: 0.75;
  transform: translateY(-0.2rem);
}

.header-socials img,
.contact__socials img,
.mobile-menu__socials img {
  width: 1.9rem;
  height: 1.9rem;
  object-fit: contain;
}

.burger,
.mobile-menu,
.slider-dots,
.steps-mobile {
  display: none;
}

.hero {
  padding: 4.7rem 0;
}

.hero__box {
  position: relative;
  min-height: 47.4rem;
}

.media-frame--hero {
  width: 100%;
  height: 47.4rem;
}

.hero__overlay {
  position: absolute;
  inset: 0;
/*   background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.22) 100%); */
}

.hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
  text-align: center;
  color: var(--white);
}

.hero__subtitle {
    margin: 5rem 0 0.4rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.hero__title {
    margin: 0;
    max-width: 79rem;
    font-family: "Benzin", "Montserrat", Arial, sans-serif;
    font-size: 3.7rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.hero .primary-button {
  margin-top: 14.8rem;
	font-size:1.1rem;
}

.advantages-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-card,
.team-card {
  text-align: center;
  border-right: var(--line);
}

.advantage-card:last-child,
.team-card:last-child {
  border-right: 0;
}

.advantage-card {
  min-height: 23.4rem;
  padding: 4.8rem 2.8rem 4.8rem;
}

.advantage-card__icon {
  width: 9rem;
  height: 9rem;
  margin-bottom: 1.9rem;
}

.advantage-card__title {
  margin: 0 0 1.4rem;
  font-size: 1.6rem;
  line-height: 1.26;
  font-weight: 500;
  color: var(--text-strong);
}

.advantage-card__text {
  max-width: 26rem;
  margin: 0 auto;
  font-size: 1.22rem;
  line-height: 1.45;
  color: var(--text-soft);
}

.projects-wrap {
  width: 100%;
}

.projects-list {
  display: flex;
  flex-direction: column;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 41rem;
  min-height: 0;
}

.project-card + .project-card {
  border-top: var(--line);
}

.project-card__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14.6rem;
  min-width: 0;
  align-items: stretch;
  border-right: var(--line);
}

.project-card__main {
  min-height: 0;
  padding: 3rem 3rem 3rem 3rem;
}

.media-frame--project-main {
  aspect-ratio: 1.68 / 1;
  background: transparent;
}



.project-card__thumbs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 3rem 3rem 3rem 0;
}

.project-thumb {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.project-thumb:hover,
.project-thumb.is-active {
  opacity: 0.92;
  transform: translateY(-0.1rem);
}

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

.media-frame--project-thumb {
  min-height: 0;
  height: 100%;
}

.project-card__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.project-card__title {
  margin: 0;
  min-height: 9.2rem;
  display: flex;
  align-items: center;
  padding: 2.2rem 4.8rem;
  border-bottom: var(--line);
  font-size: 1.9rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--text-strong);
}

.project-card__info {
  padding: 3.6rem 4.8rem 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--text-strong);
}

.project-card__info p {
  margin: 0 0 1.7rem;
}

.primary-button--project {
  width: calc(100% - 17.6rem);
  min-width: 0;
  min-height: 5.6rem;
  margin: auto 4.8rem 3.6rem;
  align-self: stretch;
  font-size: 1.15rem;
}

.steps-container {
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
}

.steps-desktop {
  padding: 4rem 0 4rem;
}

.steps-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5rem;
}

.steps-nav__item {
  min-width: 0;
  padding: 0 0.2rem;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  text-align: center;
}

.steps-nav__item span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}

.steps-nav__item.is-active {
  color: var(--text-strong);
  font-weight: 500;
}

.steps-line {
  --steps-progress: 0%;
  position: relative;
  margin: 1.5rem 6rem 4rem;
  height: 1.4rem;
}

.steps-line::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  right: 0;
  height: 0.1rem;
  background: var(--muted-2);
}

.steps-line__fill {
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: var(--steps-progress);
  height: 0.1rem;
  background: var(--text-strong);
  transition: width 0.55s ease;
}

.steps-line span {
  position: absolute;
  top: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: var(--muted-2);
  transform: translateX(-50%);
  transition: background 0.35s ease;
}

.steps-line span.is-active {
  background: var(--text-strong);
}

.steps-line span:nth-child(2) {
  left: 0%;
  transform: translateX(0);
}

.steps-line span:nth-child(3) {
  left: 20%;
}

.steps-line span:nth-child(4) {
  left: 40%;
}

.steps-line span:nth-child(5) {
  left: 60%;
}

.steps-line span:nth-child(6) {
  left: 80%;
}

.steps-line span:nth-child(7) {
  left: 100%;
  transform: translateX(-100%);
}

.steps-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 45.2rem;
  gap: 3.6rem;
  align-items: center;
}

.steps-panel__content {
display: flex;
    align-items: flex-start;
    gap: 4rem;
    padding-left: 7rem;
    flex-direction: column;
}

.steps-panel__number {
  flex: 0 0 auto;
  font-family: "Benzin", "Montserrat", Arial, sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  color: var(--text-soft);
}

.steps-panel__text h3 {
  margin: 0 0 1.6rem;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--text-strong);
}

.steps-panel__text p {
  margin: 0;
  max-width: 34rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--text-soft);
}

.media-frame--step {
  min-height: 30rem;
}

.team-card {
  min-height: 36.6rem;
  padding: 3.1rem 3rem 3rem;
}

.media-frame--portrait {
  width: 20rem;
  height: 24.8rem;
  margin: 0 auto 1rem;
  background: transparent;
}

.media-frame--portrait img {
  object-fit: contain;
}

.team-card__name {
    margin: 0 0 1.3rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: var(--text-strong);
    font-family: "Benzin", sans-serif;
}

.team-card__text {
  max-width: 24.8rem;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--text-soft);
}

.contact {
  padding: 4.8rem 0 0;
}

.contact-container {
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
}

.contact__heading-wrap {
  text-align: center;
}

.contact__heading {
    max-width: 42rem;
    margin: 0 auto;
    font-family: "Benzin", "Montserrat", Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-strong);
}

.contact__subtitle {
  max-width: 40rem;
  margin: 1.4rem auto 0;
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--text-soft);
}

.contact__top {
max-width: 60rem;
    margin: 3.4rem auto 0;
    display: grid;
    grid-template-columns: 23rem minmax(0, 1fr);
    gap: 12rem;
    align-items: start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.contact-form__field {
  display: block;
}

.contact-form__field span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--text-soft);
  text-align: right;
}

.contact-form__field input {
  width: 100%;
  height: 3rem;
  padding: 0 1.4rem;
  border: 0.5px solid #6c6c6c;
  background: transparent;
  color: var(--text);
  outline: none;
}

.contact-form__field input:focus {
  border-color: var(--accent);
}

.primary-button--submit {
    min-width: 14rem;
    min-height: 2.5rem;
    align-self: flex-end;
    margin-top: 0.6rem;
    font-size: 0.7rem;
}

.contact__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  padding-top: 0.2rem;
}

.contact__policy {
  max-width: 30rem;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--text-soft);
}

.contact__info {
display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.8rem;
}

.contact__socials {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.contact__link {
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--text-strong);
}


.contact__team-photo {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin: 2.6rem auto 4rem;
  overflow: hidden;
}

.contact__team-photo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to bottom, #ffffff 15%, rgba(245,245,245,0) 100%);
  z-index: 2;
  pointer-events: none;
}

.contact__team-photo img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.media-frame--group img {
  object-fit: cover;
}

.site-footer {
  border-top: 0;
}

.site-footer__inner {
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.8rem;
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.site-footer__logo,
.site-footer__copy,
.site-footer__policy {
  flex: 0 0 auto;
}

.site-footer__logo img {
  width: 6.6rem;
}

.site-footer__copy,
.site-footer__policy {
  font-size: 1.12rem;
  line-height: 1.2;
  color: var(--text-soft);
}

@media (max-width: 1024px) {
  .site-nav__list {
    gap: 2.8rem;
  }

  .site-nav {
    padding: 0 2rem;
  }

  .lang-switcher {
    margin-left: 1.8rem;
  }

  .container,
  .container--hero,
  .steps-container,
  .site-header__inner,
  .site-footer__inner {
    width: calc(100% - 3rem);
  }

  .contact-container {
    width: calc(100% - 6rem);
  }

  .project-card {
    grid-template-columns: minmax(0, 1fr) 35rem;
  }

  .project-card__gallery {
    grid-template-columns: minmax(0, 1fr) 12.2rem;
  }

  .steps-panel {
    grid-template-columns: minmax(0, 1fr) 38rem;
  }

  .contact__top {
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }

  body {
    min-width: 32rem;
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-shell {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

  .container,
  .container--hero,
  .contact-container,
  .steps-container {
    width: 100%;
    max-width: none;
	
  }
	.contact-container{
	  padding:0 2rem 0 2rem;}
	

  .site-header__inner {
    min-height: 7.2rem;
    grid-template-columns: 1fr auto;
    padding: 0;
  }

  .site-logo {
    padding: 0;
    border-right: 0;
  }

  .site-logo img {
    width: 6rem;
  }

  .site-nav,
  .lang-switcher,
  .header-socials {
    display: none;
  }

  .site-header__right {
    align-items: center;
  }
	
	.site-header {

    padding-bottom: 0rem;
}

  .burger {
    position: relative;
    display: grid;
    place-items: center;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .burger span {
    position: absolute;
    left: 0.7rem;
    width: 3.4rem;
    height: 0.22rem;
    border-radius: 10rem;
    background: #252525;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }

  .burger span:nth-child(1) {
    top: 1.25rem;
  }

  .burger span:nth-child(2) {
    top: 2.28rem;
  }

  .burger span:nth-child(3) {
    top: 3.31rem;
  }

  .burger.is-active span:nth-child(1) {
    top: 2.28rem;
    transform: rotate(45deg);
  }

  .burger.is-active span:nth-child(2) {
    opacity: 0;
  }

  .burger.is-active span:nth-child(3) {
    top: 2.28rem;
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    background: var(--bg);
    border-top: var(--line);
    border-bottom: var(--line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu__inner {
    width: 100%;
    padding: 2rem 0 2.4rem;
  }

  .mobile-menu__lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.8rem;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--text-strong);
  }

  .mobile-menu__lang a.is-active {
    font-weight: 600;
  }

  .mobile-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu__list li {
    border-top: var(--line);
  }

  .mobile-menu__list li:last-child {
    border-bottom: var(--line);
  }

  .mobile-menu__list a {
    display: block;
    padding: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--text-strong);
  }

  .mobile-menu__socials {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
  }

  .mobile-menu__socials a {
    width: 3.2rem;
    height: 3.2rem;
  }

  .mobile-menu__socials img {
    width: 3.2rem;
    height: 3.2rem;
  }

  .section-heading__title {
    padding: 3rem 3rem 3rem;
    font-size: 2rem;
    line-height: 1.14;
  }

  .primary-button {
    min-width: 25.2rem;
    min-height: 5.2rem;
    padding: 1.2rem 2rem;
    font-size: 1.28rem;
  }

  .hero {
    padding: 2rem 0;
  }

  .hero__box,
  .media-frame--hero {
    min-height: 46rem;
    height: 55rem;
  }

  .hero__content {
    padding: 2.6rem 2rem 3rem;
  }

  .hero__subtitle {
	      margin: 0rem 0 0.4rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .hero__title {
        max-width: 29rem;
        font-size: 3rem;
        line-height: 1.3;
  }

  .hero .primary-button {
    margin-top: 5rem;
  }

  .cards-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cards-slider::-webkit-scrollbar {
    display: none;
  }

  .cards-track {
    display: flex;
  }

  .slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.5rem 0 5rem;
  }

  .slider-dots span {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #cfcfcf;
  }

  .slider-dots span.is-active {
    background: var(--muted);
  }

  .advantage-card,
  .team-card,
  .steps-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .advantage-card,
  .team-card,
  .project-card,
  .project-card__gallery,
  .project-card__content,
  .project-card__title {
    border-left: 0;
    border-right: 0;
  }

  .advantage-card {
    min-height: 31rem;
    padding: 4.2rem 2.4rem 2rem;
    border-right: 0;
  }

  .advantage-card__icon {
    width: 11rem;
    height: 11rem;
    margin-bottom: 2.1rem;
  }

  .advantage-card__title {
    margin-bottom: 1.7rem;
    font-size: 1.75rem;
  }

  .advantage-card__text {
    max-width: 28rem;
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .projects-wrap {
    width: 100%;
  }

  .projects-list {
    border-left: 0;
    border-right: 0;
  }

  .project-card {
    grid-template-columns: 1fr;
  }

  .project-card + .project-card {
    border-top: var(--line);
  }

  .project-card__gallery {
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: var(--line);
  }

  .project-card__main {
    min-height: 0;
    padding: 3.5rem 1.2rem 0;
  }

  .media-frame--project-main {
    aspect-ratio: 1.48 / 1;
  }

  .project-card__thumbs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    padding: 1.2rem 1.2rem 3.5rem;
  }

  .project-thumb {
    appearance: none;
    -webkit-appearance: none;
  }

  .media-frame--project-thumb {
    min-height: 9.8rem;
    aspect-ratio: 1.2 / 1;
  }

  .project-card__content {
    min-height: 0;
  }

  .project-card__title {
    min-height: 0;
    justify-content: center;
    padding: 2.4rem 2rem 2.4rem;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
  }

  .project-card__info {
    padding: 5rem 2rem 0;
    text-align: center;
    font-size: 1.5rem;
  }

  .project-card__info p {
    margin-bottom: 1.9rem;
	  font-size:1.7rem;
  }

  .primary-button--project {
    min-width: 24rem;
    min-height: 5.2rem;
    margin: 2rem auto 5rem;
    font-size: 1rem;
  }

  .steps-desktop {
    display: none;
  }

  .steps-mobile {
    display: block;
    padding: 4.5rem 0 1.8rem;
  }

  .steps-slide {
    padding: 1rem;
  }

  .steps-slide__top {
display: flex;
        align-items: center;
        gap: 2.6rem;
        padding: 0 0.2rem;
        justify-content: center;
  }

  .steps-slide__number {
    font-family: "Benzin", "Montserrat", Arial, sans-serif;
    font-size: 5.4rem;
    line-height: 1;
    color: var(--text-soft);
  }

  .steps-slide__title {
    margin: 0.4rem 0 0;
    font-size: 1.9rem;
    line-height: 1.15;
    font-weight: 600;
    color: var(--text-strong);
  }

  .steps-slide__text {
    margin: 2.4rem auto 0;
    max-width: 31rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--text-strong);
  }

  .media-frame--step-mobile {
    height: 24rem;
    margin-top: 2.6rem;
  }

  .team-card {
    min-height: auto;
    padding: 3rem 2.4rem 2rem;
    border-right: 0;
  }

  .media-frame--portrait {
    width: 23rem;
    height: 28rem;
    margin-bottom: 1rem;
  }

  .team-card__name {
    margin-bottom: 1rem;
    font-size: 1.85rem;
  }

  .team-card__text {
    max-width: 28rem;
    font-size: 1.45rem;
    line-height: 1.35;
  }

  .contact {
    padding: 4rem 0 2.6rem;
  }

  .contact__heading {
    font-size: 1.8rem;
    line-height: 1.4;
	  letter-spacing: 0.1rem;
  }

  .contact__subtitle {
    max-width: 30rem;
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }

  .contact__top {
    margin-top: 3.4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact__aside {
    align-items: center;
    gap: 2rem;
    padding-top: 0;
  }

  .contact-form {
    gap: 2rem;
	          padding: 0 2rem 0 2rem;
  }

  .contact-form__field span {
    margin-bottom: 0.9rem;
    font-size: 1.4rem;
	      text-align: left;
  }

  .contact-form__field input {
    height: 4.8rem;
  }

  .primary-button--submit {
    align-self: center;
    min-width: 22rem;
    min-height: 5.2rem;
    margin-top: 0;
    font-size: 1rem;
  }

  .contact__policy {
    max-width: 28rem;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
  }

  .contact__info {
        align-items: center;
        gap: 1.6rem;
        padding-top: 0;
        display: flex;
        flex-direction: column;
  }

  .contact__socials {
    gap: 1rem;
  }

  .contact__socials a,
  .contact__socials img {
    width: 3.2rem;
    height: 3.2rem;
  }

  .contact__link {
    font-size: 1.45rem;
  }

  .contact__team-photo {
    max-width: 100%;
    margin-top: 2.6rem;
  }

  .site-footer__inner {
         min-height: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1.8rem 4rem;
        padding: 2.6rem 1.6rem;
        text-align: center;
        flex-direction: column;
  }

  .site-footer__logo img {
    width: 8.2rem;
  }

  .site-footer__copy,
  .site-footer__policy {
    font-size: 1.35rem;
  }
}



/*  */
.contact-form__message {
  margin-top: 1.2rem;
  padding: 1rem 1.4rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  animation: formMessageFade 0.5s ease;
}

.contact-form__message--success {
  color: #1f6b2a;
  background: rgba(86, 180, 92, 0.12);
  border: 0.1rem solid rgba(86, 180, 92, 0.35);
}

.contact-form__message--error {
  color: #b42318;
  background: rgba(255, 80, 80, 0.10);
  border: 0.1rem solid rgba(255, 80, 80, 0.25);
}

@keyframes formMessageFade {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-top-lang {
  display: none;
}

.project-card__main {
  cursor: zoom-in;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.project-card__main:hover {
  transform: translateY(-0.2rem);
}

.project-card__main:focus-visible {
  outline: 0.2rem solid rgba(205, 127, 50, 0.45);
  outline-offset: 0.3rem;
}

.project-card__info {
  font-size: 1.22rem;
  line-height: 1.45;
  color: var(--text-soft);
}

.project-card__info p {
  margin: 0 0 0.9rem;
}

.project-card__description {
  min-height: 11rem;
  padding: 0 4.8rem 2.6rem;
  font-size: 1.22rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.steps-nav__item {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.steps-nav__item span {
  text-decoration-line: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.32rem;
  text-decoration-color: currentColor;
  transition: color 0.3s ease, text-decoration-color 0.3s ease, opacity 0.3s ease;
}

.steps-nav__item:hover,
.steps-nav__item:focus-visible,
.steps-nav__item.is-active {
  color: var(--accent);
}

.steps-nav__item.is-active span {
  opacity: 1;
}

.steps-line span {
  cursor: pointer;
}

.video-block {
  background: #ffffff;
}

.video-block__container {
  padding: 4rem 0 4.8rem;
}

.video-lite {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: #0f0f0f;
  cursor: pointer;
}

.video-lite__bg,
.video-lite__overlay,
.video-lite__play,
.video-lite iframe {
  position: absolute;
  inset: 0;
}

.video-lite__bg {
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.video-lite__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.video-lite__play {
  width: 8rem;
  height: 8rem;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}

.video-lite__play::before {
  content: "";
  position: absolute;
  left: 3.25rem;
  top: 2.45rem;
  width: 0;
  height: 0;
  border-top: 1.55rem solid transparent;
  border-bottom: 1.55rem solid transparent;
  border-left: 2.35rem solid var(--accent);
}

.video-lite:hover .video-lite__bg {
  transform: scale(1.04);
}

.video-lite iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.image-lightbox__dialog {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(120rem, calc(100% - 6rem));
  height: calc(100% - 6rem);
  margin: 3rem auto;
}

.image-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.25);
}

.image-lightbox__close {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  transition: background 0.3s ease, transform 0.3s ease;
}

.image-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

body.lightbox-open {
  overflow: hidden;
}

.site-footer {
  border-top: 0;
}

.site-footer__inner {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.site-footer__meta {
  display: flex;
  flex: 0 0 28%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.site-footer__policy,
.site-footer__copy {
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--text-soft);
}

.site-footer__policy {
  transition: color 0.3s ease, opacity 0.3s ease;
}

.site-footer__policy:hover {
  color: var(--accent);
}

.site-footer__developers {
  display: flex;
  flex: 0 0 68%;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
}

.site-footer__developer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.5rem;
  min-height: 4rem;
  padding: 0.8rem 1.4rem;
  border: 0.1rem solid rgba(37, 37, 37, 0.16);
  color: rgba(73, 73, 73, 0.8);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.js-reveal {
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.js-reveal--strong {
  transform: translate3d(0, 2.6rem, 0) scale(0.985);
  transition-duration: 0.95s;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.hero__media img,
.project-card__main img,
.team-card__photo img,
.video-lite__bg {
  transition: transform 0.8s ease, opacity 0.8s ease;
}

@media (max-width: 1024px) {
  .site-footer__meta {
    flex-basis: 34%;
  }

  .site-footer__developers {
    flex-basis: 62%;
  }
}

@media (max-width: 768px) {
  .site-header__inner {
    grid-template-columns: 7rem 1fr 7rem;
    align-items: center;
    width: calc(100% - 2.4rem);
  }

  .site-logo {
    justify-content: flex-start;
  }

  .mobile-top-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    opacity: 0.7;
  }

  .mobile-top-lang a,
  .mobile-top-lang span {
    font-size: 1.2rem;
    line-height: 1;
    color: var(--text-strong);
  }

  .mobile-top-lang a.is-active {
    font-weight: 600;
    opacity: 1;
  }

  .burger {
    justify-self: end;
  }

  .mobile-menu__lang {
    display: none;
  }

  .mobile-menu__inner {
    padding: 1.4rem 0 2rem;
  }

  .mobile-menu__list a {
    padding: 2rem 2rem;
    font-size: 1.45rem;
  }

  .mobile-menu__socials a,
  .mobile-menu__socials img {
    width: 2.6rem;
    height: 2.6rem;
  }

  .project-card__info {
    padding: 4rem 2rem 0;
    font-size: 1.3rem;
  }

  .project-card__info p {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }

  .project-card__description {
    min-height: 8.5rem;
    padding: 0 2rem 2rem;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
  }

  .steps-slide__title {
    text-decoration-line: underline;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.26rem;
  }

  .video-block__container {
    padding: 2.6rem 2rem 3.2rem;
  }

  .video-lite__play {
    width: 6.6rem;
    height: 6.6rem;
  }

  .video-lite__play::before {
    left: 2.75rem;
    top: 2rem;
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
    border-left-width: 1.95rem;
  }

  .image-lightbox__dialog {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem auto;
  }

  .image-lightbox__close {
    top: 0.4rem;
    right: 0.4rem;
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.7rem;
  }

  .site-footer__inner {
    align-items: flex-end;
    gap: 2rem;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
  }

  .site-footer__meta {
    flex-basis: auto;
    align-items: flex-end;
    text-align: right;
    gap: 0.6rem;
  }

  .site-footer__policy,
  .site-footer__copy {
    font-size: 1.05rem;
  }

  .site-footer__developers {
    width: 100%;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .site-footer__developer {
    min-width: 11.4rem;
    min-height: 3.7rem;
    font-size: 0.9rem;
  }
}


/* fixes v2 */
.site-footer,
.site-footer * {
  opacity: 1;
}

.site-footer.js-reveal,
.site-footer.js-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

.site-footer {
  border-top: 0;
}

.site-footer__inner {
  width: calc(100% - 11.4rem);
  max-width: 112.2rem;
  margin: 0 auto;
  padding: 2.4rem 2rem;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(22rem, 0.8fr) minmax(0, 2fr);
  align-items: center;
  gap: 2rem 3rem;
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.site-footer__policy,
.site-footer__copy {
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(73, 73, 73, 0.86);
}

.site-footer__developers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.site-footer__developer {
  min-width: 0;
  min-height: 4rem;
  padding: 0.9rem 1.2rem;
  border: 0.1rem solid rgba(37, 37, 37, 0.18);
  color: rgba(53, 53, 53, 0.88);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-align: center;
  background: transparent;
}

.mobile-top-lang {
  display: none;
}

@media (max-width: 768px) {
  .site-header__inner {
    width: calc(100% - 2.4rem);
    min-height: 7.2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
  }

  .site-logo {
    padding: 0;
    border-right: 0;
  }

  .site-header__right {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 1rem;
  }

  .mobile-top-lang {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    opacity: 0.72;
	          margin-right: 1.5rem;
  }

  .mobile-top-lang a,
  .mobile-top-lang span {
    font-size: 1.8rem;
    line-height: 1;
    color: var(--text-strong);
  }

  .mobile-top-lang a.is-active {
    font-weight: 600;
    opacity: 1;
  }

  .burger {
    justify-self: auto;
    flex: 0 0 auto;
  }

  .mobile-menu__lang {
    display: none;
  }

  .site-footer__inner {
    width: calc(100% - 2.4rem);
    padding: 2rem 0 2.4rem;
    grid-template-columns: 1fr;
    justify-items: end;
    gap: 1.4rem;
  }

  .site-footer__meta {
    align-items: flex-end;
    text-align: right;
  }

  .site-footer__policy,
  .site-footer__copy {
    font-size: 1rem;
  }

  .site-footer__developers {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: end;
  }

  .site-footer__developer {
    width: 100%;
    min-height: 3.8rem;
    font-size: 0.88rem;
  }
}


@media (max-width: 768px) {
  .site-header {
    z-index: 100;
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
  }

  .site-header__right {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 1rem;
    position: relative;
    z-index: 3;
  }

  .mobile-top-lang {
    order: 1;
  }

  .burger {
    order: 2;
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    justify-self: auto;
  }

  .mobile-menu {
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .site-header.is-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
