html,
body {
  background: #050505 !important;
}

body {
  position: relative;
}

#root {
  position: relative;
  z-index: 1;
}

.global-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: #050505;
}

.global-atmosphere-video {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.48;
  filter: blur(0.9px) saturate(1.06) contrast(1.18) brightness(0.72);
  transform: scale(1.04);
  animation: globalAtmosphereMove 24s ease-in-out infinite alternate;
}

.global-atmosphere-tone {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 22% 26%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 78% 42%, rgba(208, 164, 95, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72));
}

.global-atmosphere-texture {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    repeating-linear-gradient(112deg, transparent 0 68px, rgba(208, 164, 95, 0.04) 69px, transparent 72px);
  background-size: 92px 92px, 92px 92px, auto;
  opacity: 0.34;
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse at 54% 44%, #000 0%, #000 48%, transparent 84%);
  animation: globalGridDrift 12s ease-in-out infinite alternate;
}

.global-atmosphere-beam {
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: 44%;
  width: 18%;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), rgba(208, 164, 95, 0.16), transparent);
  filter: blur(32px);
  opacity: 0.42;
  mix-blend-mode: screen;
  transform: rotate(-13deg);
  animation: globalBeamTravel 8s ease-in-out infinite alternate;
}

.about,
.experience-section,
.works-section,
.advantage-section,
.project-page,
.group-page,
.section {
  position: relative;
  background: transparent !important;
}

.about::before,
.experience-section::before,
.works-section::before,
.advantage-section::before,
.project-page::before,
.group-page::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.7)),
    radial-gradient(circle at 64% 24%, rgba(208, 164, 95, 0.12), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(255, 255, 255, 0.06), transparent 30%);
}

.about-copy,
.advantage-card,
.experience-card,
.project-hero,
.contact-main {
  background-color: rgba(9, 8, 7, 0.5) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  backdrop-filter: blur(18px) saturate(1.16);
}

.work-card,
.catalog-card {
  background: transparent !important;
}

.work-media,
.gallery-image,
.video-frame {
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(208, 164, 95, 0.12);
}

.fold-hero .hero-video {
  opacity: 0.98 !important;
  filter: blur(0.35px) saturate(1.1) contrast(1.2) brightness(1.02) !important;
}

.fold-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.34) 36%, rgba(0, 0, 0, 0.06)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62)),
    radial-gradient(circle at 68% 32%, rgba(255, 255, 255, 0.32), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(208, 164, 95, 0.2), transparent 32%) !important;
}

@keyframes globalAtmosphereMove {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(-2%, 1.2%, 0);
  }
}

@keyframes globalGridDrift {
  from {
    transform: translate3d(-18px, -10px, 0);
  }

  to {
    transform: translate3d(22px, 16px, 0);
  }
}

@keyframes globalBeamTravel {
  from {
    opacity: 0.18;
    transform: translateX(-36%) rotate(-13deg);
  }

  50% {
    opacity: 0.48;
  }

  to {
    opacity: 0.26;
    transform: translateX(42%) rotate(-13deg);
  }
}

@media (max-width: 720px) {
  .global-atmosphere-video {
    opacity: 0.38;
    object-position: 68% center;
    filter: blur(1px) saturate(1.02) contrast(1.12) brightness(0.66);
  }

  .global-atmosphere-texture {
    background-size: 58px 58px, 58px 58px, auto;
    opacity: 0.22;
  }

  .global-atmosphere-beam {
    left: 18%;
    width: 46%;
    opacity: 0.28;
  }

  .about-copy,
  .advantage-card,
  .experience-card,
  .project-hero,
  .contact-main {
    -webkit-backdrop-filter: blur(14px) saturate(1.12);
    backdrop-filter: blur(14px) saturate(1.12);
  }
}

@media (min-width: 1101px) {
  .about-grid {
    grid-template-columns: minmax(330px, 0.75fr) minmax(520px, 620px) minmax(390px, 0.85fr) !important;
    gap: clamp(8px, 1.2vw, 24px) !important;
    min-height: 840px !important;
    align-items: center;
  }

  .portrait-panel {
    z-index: 4 !important;
    width: min(40vw, 620px) !important;
    height: min(40vw, 620px) !important;
    aspect-ratio: 1 !important;
    justify-self: end !important;
    border-radius: 50% !important;
    transform: translateX(52px) scale(1.035) !important;
    box-shadow:
      0 42px 130px rgba(0, 0, 0, 0.72),
      0 0 0 22px rgba(255, 255, 255, 0.04),
      0 0 0 1px rgba(208, 164, 95, 0.32),
      inset 0 1px rgba(255, 255, 255, 0.34) !important;
  }

  .portrait-panel img {
    object-position: 50% 18% !important;
    transform: scale(1.035) !important;
    filter: grayscale(0.04) contrast(1.06) brightness(0.9) !important;
  }

  .portrait-panel::before {
    background:
      radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.11), transparent 24%),
      linear-gradient(90deg, transparent 56%, rgba(5, 5, 5, 0.42) 86%, rgba(5, 5, 5, 0.74)),
      radial-gradient(circle at 50% 52%, transparent 46%, rgba(5, 5, 5, 0.2) 74%, rgba(5, 5, 5, 0.66) 100%) !important;
  }

  .service-list {
    z-index: 6 !important;
    margin-left: -86px !important;
    gap: 18px !important;
  }

  .service-item {
    min-height: 92px !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
      radial-gradient(circle at 12% 50%, rgba(208, 164, 95, 0.17), transparent 42%) !important;
    box-shadow:
      0 22px 70px rgba(0, 0, 0, 0.36),
      inset 0 1px rgba(255, 255, 255, 0.16) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.2) !important;
    backdrop-filter: blur(18px) saturate(1.2) !important;
  }

  .service-item:nth-child(1),
  .service-item:nth-child(3) {
    margin-left: -18px;
  }

  .service-item:nth-child(2),
  .service-item:nth-child(4) {
    margin-left: 20px;
  }

  .about-copy {
    z-index: 5 !important;
  }
}

@media (max-width: 720px) {
  .portrait-panel {
    width: min(96vw, 420px) !important;
    height: 350px !important;
    border-radius: 48% / 40% !important;
  }

  .portrait-panel img {
    object-position: 50% 18% !important;
    transform: scale(1.04) !important;
  }
}

.fold-hero .hero-bottom {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.fold-hero .hero-actions {
  gap: 14px !important;
}

.hero-icon-action {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  padding: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(135deg, #ffffff, #c8c2b6 58%, #b98b49) !important;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.46),
    0 0 46px rgba(255, 255, 255, 0.12) !important;
}

.hero-icon-link {
  display: inline-flex !important;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 5, 0.34);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.fold-hero .hero-icon-link span {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
}

.hero-icon-action:hover,
.hero-icon-link:hover {
  transform: translateY(-4px) scale(1.06) !important;
}

.hero-fashion-strip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(245, 241, 232, 0.62);
  background: rgba(255, 255, 255, 0.045);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: fadeSlideUp 0.8s ease 1s both;
}

.hero-fashion-strip i {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(208, 164, 95, 0.85), transparent);
}

.fold-hero h1 {
  text-transform: uppercase;
}

.hero-title-lockup::after {
  position: absolute;
  right: -8%;
  bottom: -10%;
  width: min(28vw, 420px);
  height: 2px;
  content: '';
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.66), rgba(208, 164, 95, 0.48), transparent);
  filter: blur(0.5px);
  transform: rotate(-8deg);
  animation: titleSlash 3.8s ease-in-out infinite alternate;
}

@keyframes titleSlash {
  from {
    opacity: 0.2;
    transform: translateX(-18px) rotate(-8deg);
  }

  to {
    opacity: 0.72;
    transform: translateX(18px) rotate(-8deg);
  }
}

@media (max-width: 720px) {
  .hero-icon-action,
  .hero-icon-link {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
  }

  .hero-fashion-strip {
    gap: 8px;
    max-width: calc(100vw - 48px);
    padding: 0 12px;
    font-size: 10px;
  }

  .hero-fashion-strip i {
    width: 22px;
  }
}
