@font-face {
  font-family: 'NeuralFace';
  src: url('../assets/fonts/neutralface.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #000000;
  color: #d1d1d1;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.page {
  overflow-x: hidden;
}

.social-section {
  padding: 30px 8px 15px;
  background: #000;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links a {
  display: flex;
  width: 64px;
  height: 64px;
  transition: opacity 0.2s ease;
}

.social-links a:hover {
  opacity: 0.75;
}

.social-links svg {
  width: 64px;
  height: 64px;
}

.cta-section {
  padding: 0 8px 15px;
  background: #000;
  display: flex;
  justify-content: center;
}

.cta-section--bottom {
  padding: 60px 16px 120px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #e9622d;
  border: none;
  border-radius: 30px;
  font-family: 'NeuralFace', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding: 12px 30px 9px;
  cursor: default;
  user-select: none;
}

.hero {
  background: #000;
  padding: 0 8px 40px;
}

.hero__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.hero__phone {
  font-family: 'NeuralFace', Arial, sans-serif;
  font-size: clamp(14px, 4.375vw, 19px);
  font-weight: 200;
  line-height: 1.55;
  color: #ffffff;
  text-align: center;
  margin: 0 0 12px;
}

.hero__brand {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  padding-top: clamp(40px, 13vw, 52px);
}

.hero__logo {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero__dj-logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  /* лёгкий наезд на верх букв, как на Tilda */
  top: clamp(4px, 1.5vw, 10px);
  width: clamp(81px, 25.3vw, 120px);
  transform: translateX(-50%);
  margin: 0;
}

.hero__video-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 302 / 537;
  margin: 0 auto 20px;
  overflow: hidden;
}

.hero__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__style-text {
  font-family: 'NeuralFace', Arial, sans-serif;
  font-size: clamp(21px, 6.5625vw, 30px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #d1d1d1;
  margin: 0 0 20px;
}

.hero__experience-text {
  font-size: clamp(14px, 4.375vw, 20px);
  line-height: 1.2;
  color: #d1d1d1;
  margin: 0;
}

.about {
  background: #000;
  padding: 0 8px 40px;
}

.about__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.about__photo-wrap {
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 0 clamp(36px, 15.6vw, 50px) clamp(26px, 11.25vw, 36px) 0;
  overflow: hidden;
}

.about__photo-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 302 / 404;
  object-fit: cover;
  object-position: center;
}

.about__title {
  font-family: 'NeuralFace', Arial, sans-serif;
  font-size: clamp(21px, 6.5625vw, 30px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #d1d1d1;
  margin: 0 0 8px;
}

.about__subtitle {
  font-family: 'NeuralFace', Arial, sans-serif;
  font-size: clamp(21px, 6.5625vw, 30px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #e9622d;
  margin: 0 0 16px;
}

.about__bio {
  font-size: clamp(14px, 4.375vw, 20px);
  line-height: 1.2;
  color: #d1d1d1;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .social-section {
    padding: 30px 24px 15px;
  }

  .cta-section {
    padding: 0 24px 0;
  }

  .cta-section--bottom {
    padding: 60px 24px 120px;
  }

  .hero {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  .hero__inner {
    max-width: none;
    position: relative;
    height: 1100px;
    padding: 0 46px;
  }

  .hero__phone {
    position: absolute;
    top: 13px;
    left: 527px;
    font-size: 19px;
    margin: 0;
    text-align: left;
  }

  .hero__brand {
    position: static;
    padding-top: 0;
    margin: 0;
  }

  .hero__dj-logo {
    position: absolute;
    z-index: 5;
    top: 95px;
    left: 468px;
    width: 264px;
    margin: 0;
    transform: none;
  }

  .hero__logo {
    position: absolute;
    z-index: 1;
    top: 213px;
    left: 46px;
    width: 1135px;
    max-width: calc(100% - 92px);
    margin: 0;
  }

  .hero__video-wrap {
    position: absolute;
    top: 426px;
    left: 46px;
    width: 350px;
    height: 622px;
    margin: 0;
  }

  .hero__style-text {
    position: absolute;
    top: 465px;
    left: 467px;
    width: 705px;
    font-size: 30px;
    margin: 0;
  }

  .hero__experience-text {
    position: absolute;
    top: 696px;
    left: 466px;
    width: 712px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
  }

  .about {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 630px;
    position: relative;
  }

  .about__inner {
    max-width: none;
    position: relative;
    height: 630px;
    padding: 0 74px;
  }

  .about__photo-wrap {
    position: absolute;
    top: 47px;
    right: 63px;
    width: 458px;
    height: 554px;
    margin: 0;
  }

  .about__photo-wrap img {
    width: 100%;
    height: 100%;
  }

  .about__title {
    position: absolute;
    top: 45px;
    left: 74px;
    width: 547px;
    font-size: 30px;
    margin: 0;
  }

  .about__subtitle {
    position: absolute;
    top: 111px;
    left: 74px;
    width: 547px;
    font-size: 30px;
    margin: 0;
  }

  .about__bio {
    position: absolute;
    top: 210px;
    left: 74px;
    width: 547px;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
  }
}
