.home-about {
  position: relative;
  background:
    radial-gradient(1200px 560px at 10% 16%, rgba(255, 245, 140, 0.42) 0%, rgba(255, 245, 140, 0) 68%),
    radial-gradient(1000px 560px at 86% 24%, rgba(255, 229, 70, 0.35) 0%, rgba(255, 229, 70, 0) 70%),
    linear-gradient(130deg, #b7b01a 0%, #d4cb22 36%, #ece03a 58%, #cfc61f 80%, #a8a118 100%);
  color: #f6f5f5;
}

.home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}

.home-about__grid {
  position: relative;
  z-index: 1;
  width: min(1280px, 94%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 0.9fr);
}

.home-about__main {
  padding: 84px 6vw 90px 4vw;
  border-right: 1px solid rgba(246, 245, 245, 0.2);
}

.home-about__lead {
  margin: 0;
  max-width: 64ch;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.45;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about__carousel {
  margin-top: 34px;
  max-width: 78%;
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about__slides {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.home-about__slides::-webkit-scrollbar {
  display: none;
}

.home-about__slide {
  scroll-snap-align: start;
  flex: 0 0 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 1px solid rgba(16, 18, 20, 0.14);
  border-radius: 10px;
}

.home-about__slide--one {
  background: linear-gradient(135deg, #df2029 0%, #f5e608 100%);
}

.home-about__slide--two {
  background: linear-gradient(135deg, #099bd2 0%, #139ea7 100%);
}

.home-about__slide--three {
  background: linear-gradient(135deg, #9430a9 0%, #6c2e8f 100%);
}

.home-about__content {
  margin-top: 34px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about__content p,
.home-about__closing {
  margin: 0;
  line-height: 1.75;
  font-size: 1.05rem;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.32);
}

.home-about__closing {
  margin-top: 30px;
  max-width: 70ch;
  font-weight: 600;
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about__side {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 84px 2.4vw;
}

.home-about__side-kicker {
  margin: 0;
  color: #f6f5f5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about__side-title {
  margin: 16px 0 0;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: #f6f5f5;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.34);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about__side-title-line {
  white-space: nowrap;
}

.home-about__side-text {
  margin: 24px 0 0;
  max-width: 20ch;
  color: #f6f5f5;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
  transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-about.has-reveal .home-about__lead,
.home-about.has-reveal .home-about__carousel,
.home-about.has-reveal .home-about__content,
.home-about.has-reveal .home-about__closing,
.home-about.has-reveal .home-about__side-kicker,
.home-about.has-reveal .home-about__side-title,
.home-about.has-reveal .home-about__side-text {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  filter: blur(5px);
}

.home-about.has-reveal.is-visible .home-about__lead,
.home-about.has-reveal.is-visible .home-about__carousel,
.home-about.has-reveal.is-visible .home-about__content,
.home-about.has-reveal.is-visible .home-about__closing,
.home-about.has-reveal.is-visible .home-about__side-kicker,
.home-about.has-reveal.is-visible .home-about__side-title,
.home-about.has-reveal.is-visible .home-about__side-text {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.home-about.has-reveal .home-about__lead { transition-delay: 0.08s; }
.home-about.has-reveal .home-about__side-kicker { transition-delay: 0.16s; }
.home-about.has-reveal .home-about__carousel { transition-delay: 0.22s; }
.home-about.has-reveal .home-about__side-title { transition-delay: 0.28s; }
.home-about.has-reveal .home-about__content { transition-delay: 0.36s; }
.home-about.has-reveal .home-about__side-text { transition-delay: 0.42s; }
.home-about.has-reveal .home-about__closing { transition-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  .home-about__lead,
  .home-about__carousel,
  .home-about__content,
  .home-about__closing,
  .home-about__side-kicker,
  .home-about__side-title,
  .home-about__side-text {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 1024px) {
  .home-about__grid {
    grid-template-columns: 1fr;
  }

  .home-about__main {
    border-right: 0;
    padding: 64px 6vw 28px;
  }

  .home-about__side {
    order: -1;
    position: static;
    padding: 64px 6vw 24px;
  }

  .home-about__carousel {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .home-about__content {
    grid-template-columns: 1fr;
  }
}
