




.hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 580px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.hero__dim {
  position: absolute;
  inset: 0;
  z-index: 18;
  background: #000;
  opacity: 0;
  pointer-events: none;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg img,
.hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}


.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 37.65%, rgba(0, 0, 0, 0) 91.25%);
}


.hero__glass {
  position: absolute;
  left: 0;
  top: 0;
  width: 61.15%;
  height: 100%;
  z-index: 1;
  background: rgba(179, 178, 182, 0.1);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  pointer-events: none;
}


.hero__video {
  position: absolute;
  left: 52.08%;
  top: 21.96%;
  width: clamp(160px, 18.15vw, 349px);
  aspect-ratio: 348 / 460;
  background: #fff;
  border-radius: clamp(12px, 1.25vw, 24px);
  overflow: hidden;
  z-index: 5;
}

.hero__video video {
  display: block;
  width: 116%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}



.header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 28px);
  padding: clamp(20px, 2.5vw, 44px) clamp(20px, 3.17vw, 61px);
}

.header__left {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 20px);
  flex-shrink: 0;
}

.header__logo-link {
  display: block;
}

.header__logo {
  display: block;
  height: clamp(26px, 2.24vw, 43px);
  width: auto;
}

.header__tagline {
  font-family: var(--font-body);
  font-size: clamp(11px, 0.94vw, 18px);
  color: #fff;
  line-height: 1.22;
}


.header__address {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: var(--font-body);
  font-size: clamp(11px, 0.9375vw, 18px);
  color: #fff;
  line-height: 1.17;
}

.header__address-icon {
  width: clamp(20px, 2.5vw, 48px);
  height: clamp(20px, 2.5vw, 48px);
  flex-shrink: 0;
}

.header__phone {
  font-family: var(--font-body);
  font-size: clamp(13px, 0.9375vw, 18px);
  color: #fff;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.3s var(--ease);
}

.header__phone:hover { opacity: 0.75; }


.header__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(100px, 11.2vw, 216px);
  height: clamp(40px, 4.09vw, 78px);
  font-family: var(--font-body);
  font-size: clamp(13px, 0.9375vw, 18px);
  color: #fff;
  flex-shrink: 0;
  transition: opacity 0.3s var(--ease);
}

.header__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: rotate(6.16deg);
}

.header__cta:hover { opacity: 0.75; }



.hero__content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 0 clamp(20px, 3.18vw, 61px);
}


.hero__text {
  position: absolute;
  z-index: 10;
  left: clamp(20px, 3.18vw, 61px);
  top: calc(21.96% + 12vw);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero__title {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.17vw, 80px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: clamp(300px, 39.7vw, 763px);
}

.hero__desc {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.17;
  color: #fff;
  max-width: clamp(280px, 31.8vw, 611px);
  margin-top: clamp(14px, 1.66vw, 32px);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.46vw, 28px);
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: clamp(32px, 12svh, 130px);
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 0.73vw, 14px) clamp(22px, 1.875vw, 36px);
  font-family: var(--font-body);
  font-size: clamp(13px, 0.9375vw, 18px); 
  line-height: 1.22;
  text-align: center;
  border-radius: 140px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.3s var(--ease), opacity 0.3s var(--ease);
  text-decoration: none;
}

.btn--white {
  background: #fff;
  color: #000;
  border: 1px solid transparent;
  min-width: clamp(180px, 19.7vw, 378px);
  min-height: clamp(48px, 4.74vw, 91px);
}

.btn--white:hover { background: rgba(255, 255, 255, 0.88); }

.btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-width: clamp(180px, 20.1vw, 386px);
  min-height: clamp(48px, 4.74vw, 91px);
}

.btn--outline:hover { background: rgba(255, 255, 255, 0.1); }


.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}


@media (max-width: 767px) {

  
  .header {
    height: 12.31vw;
    padding: 0 5.13vw;
    gap: 0;
    justify-content: space-between;
  }

  .header__left { gap: 0; }
  .header__tagline { display: none; }
  .header__logo { height: 6.15vw; }

  .header__address { display: none; }

  
  .header__phone {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.1vw;
    margin-left: 0;
  }

  .header__cta { display: none; }

  .header__burger { display: flex; }

  
  .hero {
    height: 100svh;
    min-height: 540px;
  }

  .header {
    order: 1;
    margin-top: 2vw;
    flex-shrink: 0;
  }

  .hero__video {
    position: static;
    order: 2;
    width: min(27.2vw, 18svh);
    height: min(35.9vw, 23.7svh);
    aspect-ratio: auto;
    margin: min(3vw, 1.6svh) auto 0;
    border-radius: 2.33vw;
    flex-shrink: 0;
  }

  
  .hero__text {
    position: static;
    transform: none;
    order: 3;
    align-items: center;
    text-align: center;
    padding: 0 5.13vw;
    flex-shrink: 0;
  }

  .hero__content {
    order: 4;
    align-items: center;
    text-align: center;
    padding: 0 5.13vw;
  }

  
  .hero__bg img,
  .hero__bg video {
    object-position: var(--hero-bg-pos-mob, center top);
  }

  
  .hero__glass {
    width: 100%;
    height: 38vw;
  }

  
  .hero__title {
    font-size: min(8.5vw, 5.2svh);
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 89.8vw;
    margin-top: min(3.6vw, 2svh);
  }
  
  .hero__title br { display: none; }

  
  .hero__desc {
    font-size: min(4.1vw, 2.3svh);
    line-height: 1.19;
    max-width: 85.7vw;
    margin-top: 1.5vw;
  }

  
  .hero__actions {
    flex-direction: column;
    gap: 3.08vw;
    width: 100%;
    margin-top: auto;
    padding-top: 4vw;
    margin-bottom: min(7vw, 3.5svh);
  }

  .btn--white,
  .btn--outline {
    width: 100%;
    max-width: 100%;
    height: min(16.4vw, 7.6svh);
    min-height: 48px;
    font-size: 3.8vw;
    padding: 0 6.15vw;
  }
}





.services-scroll-wrapper {
  
  position: relative;
  z-index: 2;
  background: #F4EFEB;
}

.services {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: clamp(700px, 55vw, 1100px);
  background: #F4EFEB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.services__ellipse {
  position: absolute;
  width: 164.9vw;
  height: calc(164.9vw * 1152 / 3166);
  top: clamp(300px, 29.8vw, 572px);
  left: calc(50% - 82.45vw - 4.83vw);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(6deg);
  pointer-events: none;
}


.services__title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 5.21vw, 100px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #322C2B;
  text-align: center;
  padding: clamp(40px, 6.25vw, 120px) var(--layout-padding) clamp(24px, 3vw, 60px);
  background: #F4EFEB;
}


.services__fan {
  position: relative;
  flex: 1;
  overflow: visible;
  transform: scale(var(--fan-scale, 1));
  transform-origin: 50% 0;
}



.service-card {
  position: absolute;
  
  width: clamp(280px, 23.96vw, 460px);
  height: clamp(335px, 28.65vw, 550px);
  left: 50%;
  
  top: var(--fan-card-top, clamp(0px, var(--fan-card-top-vw, 15vw), 134px));
  margin-left: calc(clamp(280px, 23.96vw, 460px) / -2);
  transform-origin: 50% var(--fan-origin-y, 300%);
  
  will-change: transform, opacity;
  cursor: pointer;
}


.service-card__photo {
  position: absolute;
  width: clamp(160px, 15.73vw, 302px);
  height: clamp(220px, 21.88vw, 420px);
  top: clamp(-55px, -4.48vw, -86px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  object-fit: cover;
}


.service-card__inner {
  position: relative;
  height: 100%;
  background: #AEFFF7;
  border-radius: clamp(12px, 1.04vw, 20px);
  padding: clamp(14px, 1.67vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.service-card__num {
  position: absolute;
  top: clamp(14px, 1.67vw, 32px);
  left: clamp(14px, 1.67vw, 32px);
  width: clamp(30px, 2.5vw, 48px);
  height: clamp(30px, 2.5vw, 48px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-style: normal;
  font-size: clamp(13px, 1.04vw, 20px);
  line-height: 1;
  color: rgba(49, 49, 49, 0.8);
}


.service-card__text {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.83vw, 16px);
  text-align: center;
}

.service-card__title {
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.46vw, 28px);
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #313131;
}

.service-card__desc {
  font-family: var(--font-body);
  font-size: clamp(11px, 0.83vw, 16px);
  line-height: 1.4;
  color: rgba(49, 49, 49, 0.8);
}


.services__actions {
  position: absolute;
  top: var(--services-btn-top, 750px);
  left: 0;
  right: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  padding: clamp(10px, 1.25vw, 24px) 0 clamp(16px, 2vw, 40px);
}


@media (max-width: 767px) {
  .services__fan { overflow: visible; }
  .services__ellipse { display: none; }

  
  .services__title {
    font-size: 10.3vw;
    line-height: 1;
    letter-spacing: -1.08px;
    padding: 20.5vw 5.13vw 6.15vw;
  }

  
  .service-card {
    width: 82.6vw;
    height: 93.1vw;
    margin-left: calc(82.6vw / -2);
    top: 36vw;
  }

  
  .service-card__inner {
    padding: 3.59vw 5.13vw 5.13vw;
    border-radius: 3.08vw;
  }

  
  .service-card__photo {
    width: 54.2vw;
    height: 71.1vw;
    top: -14.5vw;
    object-position: 50% 0%;
  }

  
  .service-card__title {
    font-size: 5.1vw;
    letter-spacing: -0.48px;
    line-height: 1.2;
  }

  
  .service-card__desc {
    font-size: 3.6vw;
    line-height: 1.2;
  }

  
  .services__actions {
    top: 142vw;
    left: 0;
    right: 0;
    transform: none;
    width: auto;
    padding: 2.56vw 5.13vw 4.1vw;
  }

  .services__actions .btn {
    width: 100%;
    max-width: 89.7vw;
    height: 16.4vw;
    font-size: 3.8vw;
    padding: 4.1vw 5.13vw;
    min-width: 0;
  }
}



.fears {
  position: relative;
  z-index: 2; 
  background: #F4EFEB;
  border-radius: 0 0 clamp(24px, 3.125vw, 60px) clamp(24px, 3.125vw, 60px);
  overflow: hidden;
}


.fears__ellipse {
  position: absolute;
  width: 78.37vw;
  height: calc(78.37vw * 535.44 / 1504.67);
  left: calc(50% - 39.18vw - 1.77vw);
  top: clamp(20px, 3vw, 60px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: rotate(9.49deg);
  pointer-events: none;
  z-index: 0;
}


.fears__title {
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: clamp(36px, 5.21vw, 100px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #322C2B;
  text-align: center;
  max-width: clamp(320px, 69vw, 1020px);
  margin: 0 auto;
  padding: clamp(40px, 4.48vw, 86px) var(--layout-padding) clamp(16px, 2.5vw, 30px);
}


.fears__media {
  position: relative;
}

.fears__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1920 / 1260;
  object-fit: cover;
  object-position: center top;
}


.fears__cards {
  position: absolute;
  bottom: 15.08%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: clamp(12px, 2.71vw, 52px);
  width: min(77.6vw, 1490px);
}


.fear-card {
  flex: 1;
  background: #fff;
  border-radius: clamp(16px, 1.56vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(18px, 2.19vw, 42px) clamp(16px, 2.71vw, 52px) clamp(18px, 2.19vw, 42px);
  min-height: clamp(220px, 24.06vw, 462px);
}


.fear-card__icon {
  width: clamp(44px, 4.17vw, 80px);
  height: clamp(44px, 4.17vw, 80px);
  border: 0.69px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fear-card__icon svg {
  width: clamp(22px, 2.3vw, 44px);
  height: clamp(22px, 2.3vw, 44px);
}


.fear-card__text {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(8px, 0.83vw, 16px);
}

.fear-card__title {
  font-family: var(--font-heading);
  font-size: clamp(15px, 1.46vw, 28px);
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #313131;
}

.fear-card__desc {
  font-family: var(--font-body);
  font-size: clamp(11px, 0.83vw, 16px);
  line-height: 1.4;
  color: rgba(49, 49, 49, 0.8);
}


@media (max-width: 767px) {
  
  .fears {
    border-radius: 0 0 8.21vw 8.21vw;
  }

  
  .fears__ellipse {
    width: 83.7vw;
    height: calc(83.7vw * 116.15 / 326.4);
    left: 6.3vw;
    top: 33.6vw;
  }

  
  .fears__title {
    font-size: 10.3vw;
    line-height: 1;
    letter-spacing: -0.936px;
    padding: 8.1vw 5.13vw 3vw;
    max-width: 100%;
  }

  
  .fears__title {
    position: relative;
    z-index: 1;
  }

  
  .fears__photo {
    width: 184.6vw;
    height: 108vw;
    object-fit: cover;
    object-position: center top;
    position: relative;
    left: auto;
    margin-left: calc((100vw - 184.6vw) / 2);
    margin-top: -7.69vw;
    margin-bottom: 0;
    z-index: 2;
  }

  
  .fears__cards {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    flex-direction: column;
    padding: 5.13vw 5.13vw 8.21vw;
    gap: 3.59vw;
    background: transparent;
    z-index: 3;
    margin-top: -15.38vw;
  }

  
  .fear-card {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 8.21vw;
    padding: 5.13vw;
    border-radius: 4.62vw;
    box-shadow: none;
    text-align: center;
    background: #ffffff;
  }

  
  .fear-card__icon {
    width: 20.5vw;
    height: 20.5vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
  }

  
  .fear-card__icon svg {
    width: 11.5vw;
    height: 11.5vw;
  }

  
  .fear-card__text {
    margin-top: 0;
    align-items: center;
    text-align: center;
    gap: 1.79vw;
  }

  
  .fear-card__title {
    font-size: 4.2vw;
    line-height: 1.22;
    letter-spacing: -0.491px;
  }

  
  .fear-card__desc {
    font-size: 3.5vw;
    line-height: 1.46;
  }
}





.steps {
  position: relative;
  z-index: 1;
  
  margin-top: calc(-1 * clamp(40px, 5.21vw, 100px));
  
  background-image: url('../images/steps-bg.webp');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #2a2520;
}


.steps::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.20) 44%,
    transparent 65%
  );
  pointer-events: none;
}



.steps__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start; 
}



.steps__left {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 580px;
  
  flex: 0 0 clamp(300px, 64.9vw, 1246px);
  display: flex;
  flex-direction: column;
  
  padding: clamp(60px, 17vh, 220px) clamp(20px, 4vw, 80px) clamp(40px, 5vh, 80px) clamp(20px, 11.2vw, 215px);
}

.steps__title {
  font-family: var(--font-heading);
  font-size: clamp(38px, 5.21vw, 100px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: clamp(240px, 45vw, 868px);
  margin: 0;
}


.steps__portrait {
  margin-top: auto;
  width: clamp(140px, 13.3vw, 256px);
  height: clamp(170px, 17.7vw, 339px);
  background: #fff;
  border-radius: clamp(10px, 1.15vw, 22px);
  overflow: hidden;
  flex-shrink: 0;
}

.steps__portrait video,
.steps__portrait img {
  display: block;
  width: 116%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}



.steps__cards {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.94vw, 18px);
  
  padding: clamp(60px, 13.4vw, 257px) clamp(20px, 11.1vw, 214px) clamp(40px, 5vh, 80px) 0;
}




@keyframes stepCardIn {
  from { opacity: 0.1; transform: translateY(80px); }
  to   { opacity: 1;   transform: translateY(0); }
}

.step-card {
  background: #AEFFF7;
  border-radius: clamp(14px, 1.04vw, 20px);
  min-height: clamp(200px, 14.95vw, 287px);
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 1.67vw, 32px);
}


@supports (animation-timeline: view()) {
  .step-card {
    animation: stepCardIn ease-out both; 
    animation-timeline: view(block);
    
    animation-range: entry 50% entry 250%;
  }
}


@supports not (animation-timeline: view()) {
  .step-card {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
  }
  .step-card.is-inview {
    opacity: 1;
    transform: translateY(0);
  }
}


.step-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: clamp(4px, 0.42vw, 8px) clamp(12px, 1.25vw, 24px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  font-family: var(--font-body);
  font-style: italic;
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.4;
  color: rgba(49, 49, 49, 0.8);
  white-space: nowrap;
}


.step-card__body {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.83vw, 16px);
}

.step-card__title {
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.46vw, 28px);
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #313131;
}

.step-card__desc {
  font-family: var(--font-body);
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 1.4;
  color: rgba(49, 49, 49, 0.8);
  max-width: 95%;
}





.steps__bottom-space {
  height: clamp(80px, 10vw, 200px);
}







.about {
  position: relative;
  background: #F4EFEB;
  overflow: hidden;
  padding-bottom: 0;
}


.about__ellipse {
  position: absolute;
  width: 122.2vw;
  height: 43.49vw;
  top: clamp(74px, 14.65vw, 190px);
  left: 50%;
  transform: translateX(calc(-50% - 2.76vw)) rotate(9.49deg);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  pointer-events: none;
}


.about__top {
  position: relative;
  
  padding-top: clamp(60px, 19.38vw, 372px);
  padding-left: clamp(20px, 11.2vw, 215px);
  
  padding-bottom: clamp(60px, 16vw, 307px);
}

.about__title {
  max-width: clamp(280px, 40.4vw, 776px);
  font-size: clamp(28px, 3.33vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #322C2B;
}

.about__author {
  display: flex;
  flex-direction: column;
  gap: 8px;
  
  margin-top: clamp(20px, 3.44vw, 66px);
}

.about__name {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(16px, 1.46vw, 28px);
  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #322C2B;
}

.about__role {
  font-size: clamp(11px, 0.83vw, 16px);
  line-height: 1.4;
  color: rgba(49, 49, 49, 0.8);
}


.about__photo {
  position: absolute;
  
  right: clamp(0px, 7.29vw, 140px);
  
  top: clamp(40px, 6.25vw, 120px);
  
  width: clamp(200px, 40.26vw, 773px);
  pointer-events: none;
  z-index: 0;
}

.about__photo img,
.about__photo video {
  width: 100%;
  height: auto;
  display: block;
  
  -webkit-mask-image: linear-gradient(180deg, #000 67.55%, transparent 93.53%);
  mask-image: linear-gradient(180deg, #000 67.55%, transparent 93.53%);
}


.about__badge {
  position: absolute;
  
  width: clamp(100px, 11.92vw, 229px);
  height: clamp(100px, 11.92vw, 229px);
  
  left: clamp(140px, 48.8vw, 937px);
  top: clamp(280px, 38vw, 730px);
  background: #322C2B;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 clamp(10px, 1.56vw, 30px);
  z-index: 2;
}

.about__badge-num {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.33vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

.about__badge-text {
  display: block;
  font-size: clamp(8px, 0.83vw, 16px);
  line-height: 1.2;
  color: #fff;
  max-width: clamp(60px, 7.34vw, 141px);
}



.about__cta {
  position: relative;
  z-index: 1; 
  margin: 0 clamp(20px, 11.2vw, 215px);
  background: #fff;
  border-radius: clamp(20px, 2.08vw, 40px);
  padding: clamp(36px, 4.22vw, 81px) clamp(20px, 8vw, 154px) clamp(46px, 5.31vw, 102px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about__cta-title {
  max-width: clamp(280px, 60.6vw, 1164px);
  font-size: clamp(28px, 5.21vw, 100px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #322C2B;
  
  margin-bottom: clamp(28px, 3.33vw, 64px);
}

.about__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  width: clamp(200px, 31.25vw, 600px);
  height: clamp(48px, 6.41vw, 123px);
  border: 1px solid #000;
  border-radius: 140px;
  font-family: var(--font-body);
  font-size: clamp(13px, 1.25vw, 24px);
  color: #000;
  transition: background var(--duration-fast) var(--ease),
              color var(--duration-fast) var(--ease);
}

.about__cta-btn:hover {
  background: #000;
  color: #fff;
}


@media (max-width: 979px) {
  .about__top {
    padding-top: clamp(40px, 8vw, 80px);
    padding-bottom: clamp(40px, 8vw, 80px);
  }

  .about__photo {
    width: min(50vw, 340px);
    top: clamp(20px, 4vw, 40px);
    right: 0;
  }

  .about__title {
    font-size: clamp(24px, 4.5vw, 44px);
    max-width: 52%;
  }

  .about__badge {
    width: clamp(80px, 13vw, 130px);
    height: clamp(80px, 13vw, 130px);
    left: auto;
    right: min(50vw, 340px);
    top: clamp(180px, 44vw, 380px);
  }

  .about__cta {
    margin: 0 clamp(16px, 4vw, 32px);
    padding: clamp(28px, 5vw, 48px) clamp(16px, 5vw, 40px) clamp(28px, 5vw, 48px);
  }

  .about__cta-title {
    font-size: clamp(24px, 5vw, 52px);
  }

  .about__cta-btn {
    width: clamp(200px, 55vw, 380px);
    height: clamp(44px, 8vw, 70px);
  }
}

@media (max-width: 567px) {
  
  .about__top {
    padding-top: 0;
    padding-right: 5vw;
    padding-bottom: 7vw;
  }

  
  .about__photo {
    position: relative;
    right: auto;
    top: auto;
    width: 100vw;
    margin-left: calc(-11.2vw);
    height: 62vw;
    overflow: hidden;
  }

  .about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  
  .about__title {
    max-width: 100%;
    font-size: 7vw;
    padding-top: 6vw;
    margin-right: 0;
  }

  
  .about__badge {
    position: absolute;
    left: auto;
    right: 3vw;
    top: calc(62vw - 11.28vw);
    width: 18.46vw;
    height: 18.46vw;
    padding: 0 2.05vw;
  }

  .about__badge-num { font-size: 5.64vw; }
  .about__badge-text { font-size: 1.79vw; max-width: 13.33vw; }

  .about__cta {
    margin: 0 4vw;
  }

  .about__cta-title {
    font-size: 6.5vw;
  }

  .about__cta-btn {
    width: 100%;
    max-width: 87.18vw;
    height: 14vw;
  }
}





.contact {
  position: relative;
  z-index: 4; 
  background: #F4EFEB;
  
  border-radius: 0 0 clamp(40px, 5.21vw, 100px) clamp(40px, 5.21vw, 100px);
  overflow: hidden;
  
  padding-top: clamp(120px, 39.84vw, 765px);
  
  padding-bottom: clamp(30px, 4.375vw, 84px);
}



.contact__map {
  position: absolute;
  inset: 0;
  z-index: 0;
}


.contact__map img {
  position: absolute;
  width: 160vw;
  height: auto;
  left: -18.30vw;
  top: 0;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}


.contact__map::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    55% 80% at 50% 44%,
    rgba(244, 239, 235, 0)   0%,
    rgba(244, 239, 235, 0.55) 52%,
    #F4EFEB 100%
  );
  pointer-events: none;
}



.contact__popup {
  position: absolute;
  z-index: 1;
  
  top: 23.27vw;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-100% - 18px));
  
  width: clamp(220px, 22.5vw, 432px);
  background: #322C2B;
  border-radius: clamp(12px, 1.04vw, 20px);
  padding: clamp(14px, 1.56vw, 30px) clamp(14px, 1.3vw, 25px) clamp(12px, 1.15vw, 22px);
  text-align: center;
}


.contact__popup::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #322C2B;
}

.contact__address {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(13px, 1.46vw, 28px);
  line-height: 1.21;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: clamp(6px, 0.8vw, 16px);
}

.contact__map-link {
  display: inline-block;
  font-family: var(--font-body);
  font-size: clamp(10px, 0.94vw, 18px);
  line-height: 1.2;
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s var(--ease);
}
.contact__map-link:hover { opacity: 0.75; }


.contact__phone {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  
  margin-top: 0;
  font-family: var(--font-heading);
  font-size: clamp(36px, 9.375vw, 180px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #322C2B;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s var(--ease);
}
.contact__phone:hover { opacity: 0.7; }


.contact__actions {
  position: relative;
  z-index: 1;
  display: flex;
  
  gap: clamp(12px, 2.5vw, 48px);
  
  margin-top: clamp(16px, 2.45vw, 47px);
  
  padding: 0 clamp(20px, 11.15vw, 214px);
}

.contact__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.83vw, 16px);
  
  height: clamp(48px, 6.41vw, 123px);
  background: #fff;
  border-radius: 140px;
  font-family: var(--font-body);
  font-size: clamp(13px, 1.25vw, 24px);
  color: #000;
  text-decoration: none;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}

.contact__btn:hover {
  background: #322C2B;
  color: #fff;
}

.contact__btn-icon {
  
  width: clamp(20px, 2.5vw, 48px);
  height: clamp(20px, 2.5vw, 48px);
  flex-shrink: 0;
  color: currentColor;
}


@media (max-width: 767px) {
  .contact__popup {
    width: 85vw;
  }

  .contact__phone {
    font-size: 8.5vw;
    margin-top: 8vw;
    white-space: normal;
  }

  .contact__actions {
    flex-direction: column;
    padding: 0 5vw;
    gap: 3.08vw;
    margin-top: 5vw;
  }

  .contact__btn {
    height: 14vw;
  }
}



@media (max-width: 979px) {
  
  .steps {
    background-attachment: scroll;
  }

  .steps__inner {
    flex-direction: column;
  }

  .steps__left {
    position: relative; 
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(60px, 14vw, 120px) clamp(20px, 5vw, 30px) clamp(24px, 6vw, 48px);
  }

  .steps__portrait {
    display: none;
  }

  .steps__cards {
    width: 100%;
    padding: 0 clamp(16px, 5vw, 24px) clamp(40px, 8vw, 80px);
    gap: 10px;
  }

  .step-card {
    min-height: auto;
    padding: 18px 20px;
  }

  .steps::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.25) 60%,
      rgba(0, 0, 0, 0.1) 100%
    );
  }
}



@media (max-width: 767px) {
  .steps {
    padding-bottom: 12.31vw;
  }

  .steps__bottom-space {
    display: none;
  }

  
  .steps__left {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30.77vw 5.13vw 5.13vw;
    height: auto;
    min-height: 0;
  }

  
  .steps__title {
    font-size: 10.26vw;
    line-height: 1;
    letter-spacing: -0.96px;
    max-width: 55%;
  }

  
  .steps__portrait {
    display: block;
    width: 27.2vw;
    height: 35.9vw;
    border-radius: 2.31vw;
    flex-shrink: 0;
    margin-top: 0;
    overflow: hidden;
  }

  .steps__portrait img,
  .steps__portrait video {
    width: 116%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  
  .steps__cards {
    padding: 5.13vw 4.5vw 12.31vw;
    gap: 3.59vw;
  }

  
  .step-card {
    min-height: 46.15vw;
    padding: 5.13vw;
    border-radius: 4.1vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6.15vw;
  }

  
  .step-card__badge {
    align-self: center;
    font-size: 3.5vw;
  }

  
  .step-card__body {
    align-items: center;
    text-align: center;
    gap: 4.1vw;
    margin-top: 0;
  }

  
  .step-card__title {
    font-size: 6.2vw;
    letter-spacing: -0.54px;
    line-height: 1;
    text-align: center;
  }

  
  .step-card__desc {
    font-size: 4.1vw;
    line-height: 1.2;
    text-align: center;
    max-width: 100%;
  }
}



.curtain-wrapper {
  position: relative;
}



.footer {
  position: sticky;
  bottom: 0;
  z-index: 1; 
  background: #322C2B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.08vw, 40px);
  padding-left: clamp(20px, 3.125vw, 60px);
  padding-right: clamp(20px, 3.125vw, 60px);
  
  margin-top: calc(-1 * clamp(40px, 5.21vw, 100px));
  
  padding-top: clamp(60px, 7.5vw, 144px);
  padding-bottom: clamp(20px, 2.34vw, 45px);
}


.footer__left {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.08vw, 40px);
  flex-shrink: 0;
}

.footer__logo {
  flex-shrink: 0;
  opacity: 0.6;
}
.footer__logo img {
  display: block;
  width: clamp(72px, 7.18vw, 138px);
  height: auto;
}

.footer__copy {
  font-family: var(--font-body);
  font-size: clamp(11px, 0.833vw, 16px);
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.64);
  white-space: nowrap;
}


.footer__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 50px);
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__link {
  font-family: var(--font-body);
  font-size: clamp(11px, 0.833vw, 16px);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: color 0.3s var(--ease);
}
.footer__link:hover { color: #fff; }


.footer__credit {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: clamp(13px, 0.833vw, 16px);
  line-height: 1.2;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity 0.3s var(--ease);
}
.footer__credit:hover { opacity: 0.7; }


@media (max-width: 567px) {
  .footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 6vw 5vw;
    gap: 4.1vw;
    text-align: center;
  }

  .footer__left {
    flex-direction: column;
    align-items: center;
    gap: 2.05vw;
  }

  .footer__nav {
    flex-direction: column;
    gap: 2.56vw;
  }

  .footer__copy,
  .footer__link {
    font-size: 3.08vw;
  }

  .footer__credit {
    font-size: 3.59vw;
  }
}




@media (max-width: 767px) {
  .header {
    padding: 4vw 5vw;
    gap: 2.05vw;
  }
  .header__tagline {
    display: none;
  }
  .header__logo {
    height: 6.5vw;
  }
  .header__cta {
    width: 26vw;
    height: 10vw;
    font-size: 3.5vw;
  }
}




@media (max-width: 979px) {
  .steps__left {
    padding: clamp(52px, 32vw, 100px) clamp(20px, 5.5vw, 32px) clamp(20px, 5vw, 36px);
  }
  .steps__title {
    font-size: clamp(32px, 7.5vw, 72px);
  }
  .steps__cards {
    gap: 14px;           
    padding: 0 clamp(16px, 4.5vw, 24px) clamp(52px, 11vw, 80px);
  }
  .step-card {
    padding: clamp(20px, 5vw, 26px) clamp(20px, 5.5vw, 26px);
    min-height: clamp(120px, 22vw, 180px);
    border-radius: clamp(16px, 3vw, 22px);
  }
  .step-card__badge {
    font-size: clamp(13px, 3.5vw, 17px);
    padding: clamp(4px, 1.2vw, 8px) clamp(12px, 3.5vw, 20px);
  }
  .step-card__title {
    font-size: clamp(18px, 4.5vw, 26px);
  }
  .step-card__desc {
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.45;
    max-width: 100%;
  }
  .step-card__body {
    gap: clamp(8px, 2vw, 12px);
  }
}


@media (min-width: 568px) and (max-width: 767px) {
  .about__top {
    padding-top: 0;
    padding-right: clamp(24px, 4vw, 36px);
    padding-bottom: clamp(32px, 6vw, 48px);
  }
  .about__photo {
    position: relative;
    right: auto;
    top: auto;
    width: 100vw;
    margin-left: calc(-1 * clamp(20px, 11.2vw, 215px));
    height: 52vw;
    overflow: hidden;
  }
  .about__photo img,
  .about__photo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .about__title {
    max-width: 100%;
    font-size: clamp(24px, 5.5vw, 38px);
    padding-top: clamp(20px, 4vw, 30px);
  }
  .about__badge {
    left: auto;
    right: clamp(12px, 2.5vw, 20px);
    top: calc(52vw - 44px);
    width: clamp(76px, 12vw, 100px);
    height: clamp(76px, 12vw, 100px);
  }
  .about__badge-num { font-size: clamp(22px, 4.5vw, 30px); }
  .about__badge-text { font-size: clamp(7px, 1.4vw, 10px); }
}


@media (max-width: 767px) {

  
  .about {
    padding-top: 20.51vw;
    padding-bottom: 0;
  }

  
  .about__top {
    position: relative;
    height: 122.05vw;   
    padding: 0;
  }

  
  .about__ellipse {
    width: 189.57vw;    
    height: calc(189.57vw * 263.1 / 739.34);
    left: -46.67vw;     
    top: 21.26vw;       
    transform: rotate(9.49deg);
  }

  
  .about__title {
    position: absolute;
    left: 5.13vw;       
    top: 0;
    width: 89.23vw;     
    max-width: none;
    font-size: 7.18vw;  
    line-height: 1;
    letter-spacing: -0.819px;
    padding-top: 0;
    margin-right: 0;
  }

  
  .about__author {
    position: absolute;
    left: 5.13vw;       
    top: 39.49vw;       
    margin-top: 0;
    gap: 2.05vw;        
  }

  .about__name {
    font-size: 5.13vw;  
    letter-spacing: -0.48px;
  }

  .about__role {
    font-size: 4.1vw;   
  }

  
  .about__photo {
    position: absolute;
    right: -16.05vw;    
    top: 31.03vw;       
    bottom: -7.18vw;    
    width: auto;
    height: auto;
    margin-left: 0;
    overflow: visible;
  }

  .about__photo img,
  .about__photo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    -webkit-mask-image: none;
    mask-image: none;
  }

  
  .about__badge {
    position: absolute;
    left: 3.59vw;       
    top: 73.31vw;       
    right: auto;
    width: 37.95vw;     
    height: 37.95vw;
    padding: 0 0 3.08vw; 
  }

  .about__badge-num {
    font-size: 12.31vw; 
  }

  .about__badge-text {
    font-size: 3.08vw;  
    max-width: 28.72vw; 
  }

  
  .about__cta {
    margin: 0 4vw;           
    border-radius: 5.13vw;   
    padding: 8.21vw 6vw 9.23vw; 
  }

  .about__cta-title {
    font-size: 7.51vw;       
    line-height: 1.09;
    letter-spacing: -0.877px;
    margin-bottom: 5.13vw;
    max-width: 100%;
  }

  .about__cta-btn {
    background: #322C2B;
    color: #fff;
    border: 1px solid #322C2B;
    width: 100%;
    max-width: 80vw;         
    height: 16.41vw;         
    font-size: 4vw;          
  }

  .about__cta-btn:hover {
    background: transparent;
    color: #322C2B;
  }
}


@media (max-width: 767px) {
  
  .contact {
    padding-top: 143.47vw;   
    padding-bottom: 12.84vw; 
    border-radius: 0 0 8.21vw 8.21vw; 
  }

  
  .contact__map {
    overflow: hidden; 
  }
  .contact__map img {
    position: absolute;
    width: var(--map-mob-w, 350vw);
    height: var(--map-mob-h, 240vw);
    left: var(--map-mob-x, -125vw);
    top: var(--map-mob-y, -20vw);
    object-fit: cover;
    transform: none;
  }

  
  
  .contact__map::after {
    display: block;
    background: linear-gradient(
      to bottom,
      #F4EFEB 0%,
      rgba(244, 239, 235, 0) 20%,
      rgba(244, 239, 235, 0) 80%,
      #F4EFEB 100%
    );
  }

  
  .contact__popup {
    top: 55.33vw;           
    width: 87.18vw;         
    padding: 6.15vw 3.59vw; 
    gap: 4.1vw;             
    border-radius: 3.08vw;  
  }

  
  .contact__address {
    font-size: 5.13vw;      
    letter-spacing: -0.39px;
    margin-bottom: 0;
    padding-bottom: 3vw;
  }

  
  .contact__map-link {
    font-size: 4.1vw;       
  }

  
  .contact__phone {
    font-size: 9.51vw;      
    letter-spacing: -1.111px;
    margin-top: 0;
    white-space: nowrap;
  }

  
  .contact__actions {
    flex-direction: column;
    padding: 0 5.5vw;       
    gap: 3.59vw;            
    margin-top: 6vw;        
  }

  .contact__btn {
    flex: none;             
    width: 100%;
    height: 16vw;           
    background: #fff;
    border-radius: 35.9vw;
    font-size: 4.21vw;
    gap: 2.56vw;
    color: #000;
  }

  .contact__btn:hover {
    background: #322C2B;
    color: #fff;
  }
}


@media (max-width: 567px) {
  .footer {
    padding: 20vw 6vw 8vw;
    gap: 5.13vw;
  }
}



html.is-loading {
  overflow: hidden;
}


html.is-loading .animation--fade-in.is-inview {
  opacity: 0;
  transform: translateY(44px);
}

html.is-loading .animation--slide-up.is-inview {
  opacity: 0;
  transform: translateY(64px);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.9s var(--ease-smooth);
}

.preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(22px, 2vw, 38px);
  transition: opacity 0.35s var(--ease);
}

.preloader__logo {
  height: clamp(38px, 3.7vw, 70px);
  width: auto;
  opacity: 0;
  animation: preloaderFadeUp 0.9s var(--ease-smooth) 0.15s forwards;
}

.preloader__line {
  width: clamp(150px, 16vw, 300px);
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  opacity: 0;
  animation: preloaderFadeUp 0.9s var(--ease-smooth) 0.3s forwards;
}

.preloader__progress {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s var(--ease);
}

.preloader__counter {
  font-family: var(--font-heading);
  font-size: clamp(13px, 1.05vw, 20px);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.65);
  font-variant-numeric: tabular-nums;
  opacity: 0;
  animation: preloaderFadeUp 0.9s var(--ease-smooth) 0.4s forwards;
}

@keyframes preloaderFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}


.preloader.is-done {
  transform: translateY(-100%);
}

.preloader.is-done .preloader__inner {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .preloader { display: none; }
}



.modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 2vw, 32px);
}

.modal[hidden] { display: none; }

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}

.modal__card {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  background: var(--color-bg);
  border-radius: clamp(16px, 1.25vw, 24px);
  padding: clamp(32px, 3.1vw, 60px) clamp(22px, 2.6vw, 50px) clamp(26px, 2.6vw, 50px);
  text-align: center;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.5s var(--ease-smooth), transform 0.5s var(--ease-smooth);
}

.modal.is-open .modal__backdrop { opacity: 1; }

.modal.is-open .modal__card {
  opacity: 1;
  transform: translateY(0);
}

.modal__close {
  position: absolute;
  top: clamp(12px, 1.1vw, 20px);
  right: clamp(14px, 1.25vw, 24px);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s var(--ease);
}

.modal__close:hover { color: #fff; }

.modal__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 1.97vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: clamp(22px, 1.97vw, 38px);
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.05vw, 18px);
}

.modal__field {
  width: 100%;
}

.modal__form input {
  width: 100%;
  height: clamp(52px, 3.5vw, 66px);
  border-radius: 140px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  padding: 0 clamp(20px, 1.6vw, 30px);
  font-family: var(--font-body);
  
  font-size: clamp(16px, 0.94vw, 18px);
  outline: none;
  transition: border-color 0.3s var(--ease);
}

.modal__form input::placeholder { color: rgba(255, 255, 255, 0.45); }
.modal__form input:focus { border-color: rgba(255, 255, 255, 0.85); }


.modal__hp { display: none !important; }


.modal__form input.is-invalid {
  border-color: #e05c4f;
  animation: field-shake 0.4s var(--ease);
}

.modal__error {
  display: block;
  color: #e8978c;
  font-family: var(--font-body);
  font-size: clamp(12px, 0.73vw, 14px);
  line-height: 1.3;
  padding: 6px clamp(20px, 1.6vw, 30px) 0;
}

.modal__error[hidden] { display: none; }

@keyframes field-shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-3px); }
  40%, 60% { transform: translateX(3px); }
}

.modal__submit {
  width: 100%;
  min-width: 0;
  margin-top: clamp(8px, 0.75vw, 14px);
  min-height: clamp(52px, 3.5vw, 66px);
}

.modal__success {
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.5;
  padding: clamp(14px, 1.6vw, 28px) 0 clamp(6px, 0.8vw, 14px);
}

body.modal-open { overflow: hidden; }



.fixbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 28px);
  padding: clamp(10px, 0.83vw, 16px) clamp(20px, 3.18vw, 61px);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateY(-100%);
  transition: transform 0.55s var(--ease-smooth),
              background 0.4s var(--ease),
              color 0.4s var(--ease);
}

.fixbar.is-visible { transform: translateY(0); }


.fixbar--light {
  background: rgba(38, 32, 30, 0.38);
  color: #fff;
}


.fixbar--dark {
  background: rgba(244, 239, 235, 0.55);
  color: #1a1a1a;
}

.fixbar__logo {
  display: block;
  height: clamp(22px, 1.66vw, 32px);
  flex-shrink: 0;
}

.fixbar__logo img {
  height: 100%;
  width: auto;
  display: block;
  transition: filter 0.4s var(--ease);
}


.fixbar--dark .fixbar__logo img {
  filter: brightness(0) opacity(0.85);
}

.fixbar__phone {
  margin-left: auto;
  font-family: var(--font-body);
  font-size: clamp(13px, 0.9375vw, 18px);
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.3s var(--ease);
}

.fixbar__phone:hover { opacity: 0.7; }

.fixbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 0.63vw, 12px) clamp(18px, 1.66vw, 32px);
  font-family: var(--font-body);
  font-size: clamp(13px, 0.9375vw, 18px);
  border: 1px solid currentColor;
  border-radius: 140px;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s var(--ease);
}

.fixbar__cta:hover { opacity: 0.7; }

.fixbar__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: inherit;
}

.fixbar__burger svg { display: block; }

@media (max-width: 767px) {
  .fixbar { padding: 2.5vw 5.13vw; }
  .fixbar__cta { display: none; }
  .fixbar__phone { font-size: 4.1vw; }
}



.menu {
  position: fixed;
  inset: 0;
  z-index: 8500;
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path 0.75s var(--ease-smooth), visibility 0s 0.75s;
}

.menu.is-open {
  clip-path: inset(0 0 0% 0);
  visibility: visible;
  transition: clip-path 0.75s var(--ease-smooth), visibility 0s 0s;
}

.menu__close {
  position: absolute;
  top: clamp(16px, 2vw, 38px);
  right: clamp(18px, 3.18vw, 61px);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s var(--ease), transform 0.4s var(--ease);
}

.menu__close:hover {
  color: #fff;
  transform: rotate(90deg);
}

.menu__logo {
  position: absolute;
  top: clamp(20px, 2.3vw, 44px);
  left: clamp(20px, 3.18vw, 61px);
  height: clamp(26px, 2.24vw, 43px);
}

.menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(26px, 3.2vw, 56px);
  padding: 0 5.13vw;
  max-width: 92vw;
}


.menu__item {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.65s var(--ease-smooth), transform 0.65s var(--ease-smooth);
}

.menu.is-open .menu__item { opacity: 1; transform: translateY(0); }
.menu.is-open .menu__item:nth-child(1) { transition-delay: 0.18s; }
.menu.is-open .menu__item:nth-child(2) { transition-delay: 0.28s; }
.menu.is-open .menu__item:nth-child(3) { transition-delay: 0.38s; }
.menu.is-open .menu__item:nth-child(4) { transition-delay: 0.48s; }


.menu__phone {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.4vw, 78px);
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
  transition: opacity 0.3s var(--ease);
}

.menu__phone:hover { opacity: 0.75; }


.menu__address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

.menu__address svg {
  width: clamp(22px, 1.8vw, 34px);
  height: clamp(22px, 1.8vw, 34px);
  flex-shrink: 0;
}


.menu__messengers {
  display: flex;
  gap: clamp(10px, 1vw, 18px);
  flex-wrap: wrap;
  justify-content: center;
}

.menu__messenger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: clamp(10px, 0.85vw, 16px) clamp(20px, 1.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 140px;
  font-family: var(--font-body);
  font-size: clamp(14px, 0.9375vw, 18px);
  color: #fff;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.menu__messenger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.menu__messenger svg {
  width: clamp(18px, 1.25vw, 24px);
  height: clamp(18px, 1.25vw, 24px);
}


.menu__cta {
  min-width: clamp(220px, 19.7vw, 378px);
}

@media (max-width: 767px) {
  .menu__inner { gap: 7vw; }
  .menu__phone { font-size: 8.7vw; }
  .menu__address { font-size: 3.8vw; }
  .menu__messenger { font-size: 3.8vw; padding: 3vw 6.15vw; }
  .menu__cta { width: 80vw; }
}



.page-404 {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(18px, 1.8vw, 34px);
  padding: var(--layout-padding);
  background: var(--color-bg);
  color: #fff;
}

.page-404__logo {
  height: clamp(30px, 2.6vw, 50px);
  width: auto;
  opacity: 0.6;
}

.page-404__code {
  font-family: var(--font-heading);
  font-size: clamp(90px, 10.4vw, 200px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.page-404__text {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.25vw, 24px);
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  line-height: 1.4;
}

.page-404 .btn {
  margin-top: clamp(8px, 1vw, 20px);
}






@media (min-width: 768px) {
  .header__burger { display: flex; }
}


.btn { font-size: clamp(15px, 0.9375vw, 18px); }
.header__phone, .header__cta { font-size: clamp(14px, 0.9375vw, 18px); }


.header__phone, .fixbar__phone { padding: 10px 8px; margin: -10px -8px -10px auto; }
.footer__link, .footer__credit, .contact__map-link { padding: 8px 4px; margin: -8px -4px; }


.service-card__photo, .about__photo img, .about__photo video, .js-map-img {
  transition: opacity 0.6s var(--ease);
}



.js-split { opacity: 1; transform: none; }

.sl { display: block; overflow: hidden; padding-block: 0.06em; margin-block: -0.06em; }

.sl__inner {
  display: block;
  transform: translateY(118%);
  transition: transform 1.15s var(--ease-smooth);
  transition-delay: var(--d, 0s);
  will-change: transform;
}

.js-split.is-shown:not(.js-split--hold) .sl__inner,
html:not(.is-loading) .js-split--hold.is-shown .sl__inner {
  transform: translateY(0);
}




.hero__bg img {
  transform: scale(1.1);
  transition: transform 2.4s var(--ease-smooth) 0.05s;
}
html:not(.is-loading) .hero__bg img { transform: scale(1); }


.hero__glass {
  opacity: 0;
  transition: opacity 1.4s var(--ease) 0.15s;
}
html:not(.is-loading) .hero__glass { opacity: 1; }


.header {
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 0.9s var(--ease-smooth) 0.5s, transform 0.9s var(--ease-smooth) 0.5s;
}
html:not(.is-loading) .header { opacity: 1; transform: translateY(0); }


.hero__video {
  clip-path: inset(100% 0 0 0 round clamp(12px, 1.25vw, 24px));
  transition: clip-path 1.25s var(--ease-smooth) 0.55s;
}
html:not(.is-loading) .hero__video {
  clip-path: inset(0 0 0 0 round clamp(12px, 1.25vw, 24px));
}
.hero__video video {
  transform: scale(1.25);
  transition: transform 2.2s var(--ease-smooth) 0.55s;
}
html:not(.is-loading) .hero__video video { transform: scale(1); }


.hero__actions.animation--fade-in { transition-delay: 0.95s; }



@media (hover: hover) and (pointer: fine) {
  html.v2-cursor, html.v2-cursor a, html.v2-cursor button,
  html.v2-cursor [data-modal],
  html.v2-cursor .js-fan, html.v2-cursor .js-fan * {
    cursor: none !important;
  }
  
  html.v2-cursor input, html.v2-cursor textarea { cursor: text !important; }

  .cursor-dot, .cursor-ring {
    position: fixed;
    top: 0; left: 0;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    mix-blend-mode: difference;
  }

  .cursor-dot {
    width: 8px; height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
  }

  .cursor-ring {
    width: 38px; height: 38px;
    margin: -19px 0 0 -19px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.35s var(--ease), height 0.35s var(--ease),
                margin 0.35s var(--ease), background 0.35s var(--ease),
                opacity 0.3s var(--ease);
  }

  .cursor-ring__label {
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: opacity 0.25s var(--ease);
  }

  
  .cursor-ring.is-hover {
    width: 64px; height: 64px;
    margin: -32px 0 0 -32px;
    background: rgba(255, 255, 255, 0.12);
  }

  
  .cursor-ring.is-drag {
    width: 76px; height: 76px;
    margin: -38px 0 0 -38px;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.9);
  }
  .cursor-ring.is-drag .cursor-ring__label { opacity: 1; }

  .cursor-dot.is-hidden, .cursor-ring.is-hidden { opacity: 0; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none; }
}



.btn, .about__cta-btn, .header__cta, .fixbar__cta {
  will-change: transform;
}

.btn-roll { display: inline-grid; overflow: hidden; }

.btn-roll > span {
  grid-area: 1 / 1;
  display: block;
  transition: transform 0.55s var(--ease-smooth), opacity 0.55s var(--ease-smooth);
}
.btn-roll > span:nth-child(2) { transform: translateY(120%); opacity: 0; }

a:hover > .btn-roll > span:first-child,
button:hover > .btn-roll > span:first-child { transform: translateY(-120%); opacity: 0; }
a:hover > .btn-roll > span:nth-child(2),
button:hover > .btn-roll > span:nth-child(2) { transform: translateY(0); opacity: 1; }




.service-card__photo { transition: scale 0.9s var(--ease-smooth); }
.service-card:hover .service-card__photo { scale: 1.05; }


.fear-card.animation--fade-in {
  filter: blur(10px);
  transition: opacity 1.1s var(--ease-smooth),
              transform 1.1s var(--ease-smooth),
              filter 1.1s var(--ease-smooth);
}
.fear-card.animation--fade-in.is-inview { filter: blur(0); }




.contact__phone {
  transition: letter-spacing 0.9s var(--ease-smooth), opacity 0.3s var(--ease);
}
.contact__phone:hover { letter-spacing: 0.025em; }


.footer__link, .footer__credit, .contact__map-link, .menu__messenger {
  position: relative;
}
.footer__link::after, .footer__credit::after, .contact__map-link::after {
  content: '';
  position: absolute;
  left: 4px; right: 4px; bottom: 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--ease-smooth);
}
.footer__link:hover::after, .footer__credit:hover::after, .contact__map-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



@media (prefers-reduced-motion: reduce) {
  .sl__inner { transform: none !important; transition: none !important; }
  .hero__bg img, .hero__glass, .header, .hero__video, .hero__video video {
    transform: none !important;
    opacity: 1 !important;
    clip-path: none !important;
    transition: none !important;
  }
  .fear-card.animation--fade-in { filter: none; }
  .cursor-dot, .cursor-ring { display: none; }
}






.preloader__counter {
  position: absolute;
  right: clamp(20px, 4vw, 76px);
  bottom: clamp(48px, 6vw, 110px);
  font-family: var(--font-heading);
  font-size: clamp(80px, 12vw, 210px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(244, 239, 235, 0.92);
  font-variant-numeric: tabular-nums;
}


.preloader__line {
  position: absolute;
  left: 0;
  bottom: clamp(28px, 3.4vw, 60px);
  width: 100%;
  max-width: none;
  height: 1px;
  background: rgba(244, 239, 235, 0.15);
}
.preloader__progress { background: rgba(244, 239, 235, 0.9); }


.preloader__logo {
  animation: v3LogoReveal 1.2s var(--ease-smooth) 0.15s both;
}
@keyframes v3LogoReveal {
  from { clip-path: inset(0 0 100% 0); transform: translateY(24px); opacity: 0.4; }
  to   { clip-path: inset(0 0 -12% 0); transform: translateY(0);    opacity: 1; }
}


.preloader::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 16vh;
  background: #4a3f3b;
}



@media (hover: hover) and (pointer: fine) {
  .cursor3 {
    position: fixed;
    top: -13px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.35s var(--ease), height 0.35s var(--ease),
                top 0.35s var(--ease), left 0.35s var(--ease),
                opacity 0.3s var(--ease);
  }

  .cursor3__label {
    font-family: var(--font-body);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #000;
    opacity: 0;
    transition: opacity 0.25s var(--ease);
  }

  
  .cursor3.is-hover {
    width: 64px; height: 64px;
    top: -32px; left: -32px;
  }

  
  .cursor3.is-drag {
    width: 84px; height: 84px;
    top: -42px; left: -42px;
  }
  .cursor3.is-drag .cursor3__label { opacity: 1; }

  .cursor3.is-press { width: 18px; height: 18px; top: -9px; left: -9px; }
  .cursor3.is-press.is-hover { width: 54px; height: 54px; top: -27px; left: -27px; }
  .cursor3.is-hidden { opacity: 0; }
}

@media (hover: none), (pointer: coarse) {
  .cursor3 { display: none; }
}



.sl--chars .sl__inner {
  transform: none;
  transition: none;
}

.wd { display: inline-block; white-space: nowrap; }

.ch {
  display: inline-block;
  transform: translateY(118%) rotate(6deg);
  transform-origin: 0 100%;
  transition: transform 0.95s var(--ease-smooth);
  transition-delay: calc(0.18s + var(--i) * 0.022s);
  will-change: transform;
}

.js-split.is-shown:not(.js-split--hold) .ch,
html:not(.is-loading) .js-split--hold.is-shown .ch {
  transform: translateY(0) rotate(0deg);
}


.js-split:not([data-split="chars"]) .sl__inner {
  filter: blur(7px);
  transition: transform 1.15s var(--ease-smooth), filter 0.9s var(--ease);
  transition-delay: var(--d, 0s);
}
.js-split.is-shown:not(.js-split--hold):not([data-split="chars"]) .sl__inner,
html:not(.is-loading) .js-split--hold.is-shown:not([data-split="chars"]) .sl__inner {
  filter: blur(0);
}


html:not(.is-loading) .hero__bg img,
html:not(.is-loading) .hero__bg video { transform: scale(1.05); }




.services-scroll-wrapper {
  border-radius: var(--corner, 44px) var(--corner, 44px) 0 0;
}


.steps__cards {
  transform: skewY(var(--skew, 0deg));
}
@media (min-width: 768px) {
  .fears__cards {
    transform: translateX(-50%) skewY(var(--skew, 0deg));
  }
}
@media (max-width: 767px) {
  
  .fears__cards { transform: skewY(var(--skew, 0deg)); }
}



.contact__phone .ch2 {
  display: inline-block;
  transition: transform 0.45s var(--ease-smooth);
  transition-delay: calc(var(--i) * 0.014s);
}
.contact__phone:hover .ch2 { transform: translateY(-0.09em); }




.about__badge-ring {
  position: absolute;
  inset: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  color: rgba(50, 44, 43, 0.35);
  transform: rotate(-90deg);
  pointer-events: none;
}
.about__badge-ring circle {
  stroke-dasharray: 305;
  stroke-dashoffset: 305;
}
.about__badge.is-counted .about__badge-ring circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.6s var(--ease-smooth) 0.1s;
}



.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9500;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}



.pt {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: var(--color-bg);
  transform: translateY(101%);
  pointer-events: none;
  visibility: hidden; 
}
.pt.is-active {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.55s var(--ease-smooth);
}
.pt::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 14vh;
  background: #4a3f3b;
}



.modal {
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}

.modal .modal__card {
  width: min(560px, 100%);
  max-width: none;
  height: 100%;
  border-radius: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.4vw, 64px) clamp(24px, 3.4vw, 64px);
  background:
    radial-gradient(120% 60% at 100% 0%, rgba(94, 80, 74, 0.45) 0%, rgba(94, 80, 74, 0) 60%),
    var(--color-bg);
  opacity: 1;
  transform: translateX(102%);
  transition: transform 0.7s var(--ease-smooth);
  overflow-y: auto;
}
.modal.is-open .modal__card { opacity: 1; transform: translateX(0); }


.modal .modal__card > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease-smooth), transform 0.65s var(--ease-smooth);
}
.modal.is-open .modal__card > * { opacity: 1; transform: translateY(0); }
.modal.is-open .modal__card > *:nth-child(2) { transition-delay: 0.18s; }
.modal.is-open .modal__card > *:nth-child(3) { transition-delay: 0.24s; }
.modal.is-open .modal__card > *:nth-child(4) { transition-delay: 0.30s; }
.modal.is-open .modal__card > *:nth-child(5) { transition-delay: 0.36s; }

.modal__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: clamp(14px, 1.3vw, 24px);
}
.modal__eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.modal .modal__title {
  font-size: clamp(30px, 2.6vw, 50px);
  margin-bottom: clamp(10px, 0.9vw, 16px);
}

.modal__hint {
  font-family: var(--font-body);
  font-size: clamp(14px, 0.94vw, 17px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: clamp(26px, 2.4vw, 46px);
  max-width: 40ch;
}

.modal .modal__form { gap: clamp(22px, 2vw, 36px); }

.modal__label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-body);
  font-size: clamp(13px, 0.94vw, 15px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 2px;
}
.modal__num {
  font-family: var(--font-heading);
  font-size: clamp(12px, 0.83vw, 14px);
  color: rgba(255, 255, 255, 0.35);
}


.modal .modal__field { position: relative; }

.modal .modal__form input {
  height: clamp(46px, 3.4vw, 58px);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  padding: 0 0 8px;
  font-size: clamp(17px, 1.25vw, 22px);
  transition: border-color 0.3s var(--ease);
}


.modal .modal__field::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease-smooth), background 0.3s var(--ease);
  pointer-events: none;
}
.modal .modal__field:focus-within::after { transform: scaleX(1); }


.modal .modal__form input.is-invalid {
  border-color: rgba(224, 92, 79, 0.6);
  animation: field-shake 0.4s var(--ease);
}
.modal .modal__field:has(input.is-invalid)::after {
  background: #e05c4f;
  transform: scaleX(1);
}
.modal .modal__error { padding: 8px 0 0; }

.modal .modal__submit {
  margin-top: clamp(6px, 0.8vw, 14px);
  min-height: clamp(58px, 4vw, 72px);
  position: relative;
}


.modal__submit.is-loading { opacity: 0.85; }
.modal__submit.is-loading::after {
  content: '';
  position: absolute;
  right: clamp(18px, 1.5vw, 28px);
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: v3spin 0.7s linear infinite;
}
@keyframes v3spin { to { transform: rotate(360deg); } }

.modal__note {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}


@media (max-width: 767px) {
  .modal { align-items: flex-end; }
  .modal .modal__card {
    width: 100%;
    height: auto;
    max-height: 92svh;
    justify-content: flex-start;
    border-radius: 22px 22px 0 0;
    transform: translateY(103%);
    padding-top: 40px;
  }
  .modal.is-open .modal__card { transform: translateY(0); }
}



.page-thanks {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
  color: #F4EFEB;
}

.thanks__header {
  display: flex;
  justify-content: center;
  padding: clamp(24px, 2.6vw, 48px) var(--layout-padding) 0;
}
.thanks__header img {
  height: clamp(28px, 2.3vw, 44px);
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s var(--ease);
}
.thanks__header a:hover img { opacity: 1; }

.thanks {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(18px, 1.8vw, 30px);
  padding: clamp(32px, 4vw, 64px) var(--layout-padding);
  overflow: hidden;
}


.thanks__glow {
  position: absolute;
  width: min(70vw, 900px);
  aspect-ratio: 1.6;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(122, 100, 90, 0.4) 0%, rgba(122, 100, 90, 0) 100%);
  filter: blur(40px);
  pointer-events: none;
}

.thanks__check {
  width: clamp(84px, 8vw, 124px);
  height: auto;
}
.thanks__check-circle {
  stroke-dasharray: 359;
  stroke-dashoffset: 359;
  animation: v3draw 1.3s var(--ease-smooth) 0.2s forwards;
}
.thanks__check-mark {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: v3draw 0.65s var(--ease-smooth) 1.15s forwards;
}
@keyframes v3draw { to { stroke-dashoffset: 0; } }

.thanks__title {
  font-family: var(--font-heading);
  font-size: clamp(56px, 7.3vw, 130px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #F4EFEB;
}

.thanks__text {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.55;
  color: rgba(244, 239, 235, 0.65);
  max-width: 52ch;
}

.thanks__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 1.2vw, 22px);
  margin-top: clamp(8px, 1vw, 18px);
}

.thanks__messengers {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(244, 239, 235, 0.5);
}
.thanks__messengers a {
  color: rgba(244, 239, 235, 0.85);
  border-bottom: 1px solid rgba(244, 239, 235, 0.3);
  padding-bottom: 1px;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.thanks__messengers a:hover { color: #fff; border-color: #fff; }

.thanks__footer {
  text-align: center;
  padding: 0 var(--layout-padding) clamp(20px, 2vw, 36px);
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(244, 239, 235, 0.4);
}

@media (max-width: 567px) {
  .thanks__actions { flex-direction: column; width: 100%; }
  .thanks__actions .btn { width: 100%; }
}



@media (prefers-reduced-motion: reduce) {
  .ch, .sl--chars .sl__inner { transform: none !important; transition: none !important; }
  .js-split:not([data-split="chars"]) .sl__inner { filter: none !important; }
  .cursor3, .grain { display: none !important; }
  .steps__cards { transform: none !important; }
  .fears__cards { transform: none !important; }
  @media (min-width: 768px) {
    .fears__cards { transform: translateX(-50%) !important; }
  }
  .thanks__check-circle, .thanks__check-mark {
    animation: none !important;
    stroke-dashoffset: 0;
  }
  .modal .modal__card, .modal .modal__card > * { transition: none !important; }
}




html {
  overscroll-behavior-y: none;
  background: var(--color-bg);
}


.hero__glass {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  overflow: hidden;
}

.glass-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh; 
  max-width: none;
  object-fit: cover;
  filter: blur(34px);
  transform: scale(1.06);
  pointer-events: none;
}


.header__address,
.menu__address {
  transition: opacity 0.3s var(--ease);
}
a.header__address:hover,
a.menu__address:hover { opacity: 0.75; }




@media (min-width: 768px) {
  .fears__title { position: relative; z-index: 1; }
  .fears__media {
    position: relative;
    z-index: 2;
    margin-top: -4vw;
  }
}


@media (min-width: 768px) {
  .about__top {
    padding-top: clamp(50px, 11vw, 212px);
    
    padding-bottom: clamp(130px, 26.5vw, 510px);
  }
  .about__badge {
    left: 50%;
    transform: translateX(-50%);
    top: clamp(220px, 27vw, 520px);
  }
}


@media (min-width: 768px) {
  .footer__nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: none;
  }
}


.btn, .header__cta, .fixbar__cta, .about__cta-btn, .contact__btn {
  transition: background 0.35s var(--ease), color 0.35s var(--ease),
              border-color 0.35s var(--ease), opacity 0.3s var(--ease);
}

.btn--white:hover {
  background: var(--color-bg);
  color: #fff;
}

.btn--outline:hover {
  background: var(--color-bg);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.header__cta:hover,
.fixbar__cta:hover {
  opacity: 1;
  background: var(--color-bg);
  border-color: var(--color-bg);
  color: #fff;
}


.fixbar--light .fixbar__cta:hover {
  background: #F4EFEB;
  border-color: #F4EFEB;
  color: var(--color-bg);
}

.about__cta-btn:hover {
  background: var(--color-bg);
  color: #fff;
}

.contact__btn:hover {
  background: var(--color-bg);
  border-color: var(--color-bg);
  color: #fff;
}

.modal__submit:hover {
  background: var(--color-bg);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}


.ellipse-svg {
  border: none !important;
}
.ellipse-svg svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
}
.ellipse-svg ellipse {
  stroke: currentColor;
  stroke-width: 1;
}
.services__ellipse { color: rgba(255, 255, 255, 0.6); }
.fears__ellipse, .about__ellipse { color: rgba(0, 0, 0, 0.2); }






.hero__glass::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(179, 178, 182, 0.1);
}


.service-card__photo { z-index: 1; }
.service-card__num { z-index: 2; }
.service-card__text { position: relative; z-index: 2; }


.service-card { will-change: transform; }




.curtain-wrapper {
  background: #F4EFEB;
  margin-top: -2px;
}


.menu__messengers {
  flex-wrap: nowrap;
  width: clamp(290px, 20.1vw, 386px);
}
.menu__messenger {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}


@media (hover: none), (pointer: coarse) {
  html { scroll-behavior: auto; }
}


@media (max-width: 767px) {

  
  .hero__actions {
    margin-top: 6vw;
    margin-bottom: auto;
  }

  
  .about__photo {
    position: absolute;
    left: auto;
    right: -16.05vw;
    top: 31.03vw;
    bottom: -7.18vw;
    width: 68.46vw;
    height: auto;
    margin: 0;
  }

  
  .contact__map img {
    max-width: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: 75% 50%;
  }

  
  .contact__popup { top: 86.9vw; }

  .menu__messengers { width: 80vw; }
}




html { background: #F4EFEB; }
html:has(body.page-thanks) { background: var(--color-bg); } 


.hero--passed { visibility: hidden; }


@media (hover: none), (pointer: coarse) {
  .steps { background-attachment: scroll; }
  
  .glass-img { filter: blur(16px); }
}




.page-privacy {
  background: #F4EFEB;
  color: #322C2B;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.privacy__header {
  padding: clamp(20px, 2.5vw, 44px) clamp(20px, 3.17vw, 61px);
}
.privacy__header img {
  height: clamp(26px, 2.24vw, 43px);
  width: auto;
  display: block;
  
  filter: brightness(0) opacity(0.85);
}

.privacy {
  flex: 1;
  width: min(880px, calc(100% - 2 * var(--layout-padding, 20px)));
  margin: 0 auto;
  padding: clamp(8px, 1.5vw, 24px) 0 clamp(60px, 6vw, 100px);
}

.privacy__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(30px, 3.7vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.privacy__updated {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(49, 49, 49, 0.55);
  margin-bottom: clamp(24px, 3vw, 40px);
}

.privacy h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(20px, 1.66vw, 26px);
  letter-spacing: -0.02em;
  color: #322C2B;
  margin: clamp(28px, 3vw, 40px) 0 10px;
}

.privacy p,
.privacy li {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.04vw, 17px);
  line-height: 1.6;
  color: rgba(49, 49, 49, 0.85);
}

.privacy p { margin-bottom: 12px; }
.privacy ul { padding-left: 20px; margin-bottom: 12px; list-style: disc; }
.privacy li { margin-bottom: 6px; }

.privacy a { color: #322C2B; text-decoration: underline; transition: opacity 0.3s var(--ease); }
.privacy a:hover { opacity: 0.7; }

.privacy__back {
  display: inline-block;
  margin-top: clamp(28px, 3vw, 44px);
  font-family: var(--font-body);
  font-size: 15px;
}


.footer--static {
  position: static;
  margin-top: 0;
  padding-top: clamp(24px, 2.5vw, 45px);
  transform: none !important;
  visibility: visible !important;
}


.header__cta::before {
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease);
}
.header__cta:hover {
  background: transparent;
  border-color: transparent;
}
.header__cta:hover::before {
  background: var(--color-bg);
  border-color: var(--color-bg);
}

.header__cta .btn-roll { position: relative; z-index: 1; }


.hero__dim { will-change: opacity; }


@media (hover: none), (pointer: coarse) {
  .services-scroll-wrapper { transition: border-radius 0.5s var(--ease-smooth); }
}


@media (min-width: 768px) and (max-width: 979px) {
  .steps__portrait {
    display: block;
    width: clamp(160px, 21vw, 210px);
    height: clamp(212px, 27.8vw, 278px);
    margin-top: clamp(16px, 2.5vw, 24px);
  }

  
  .about__badge {
    left: auto;
    right: 34vw;
    top: clamp(330px, 43vw, 420px);
    transform: none;
  }

  
  .about__top {
    padding-bottom: clamp(90px, 13vw, 140px);
  }
}

@media (max-width: 767px) {

  
  .fears__photo { max-width: none; }

  
  .header__phone {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: 6.15vw;
  }
}


html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
