/* VSOT: otherfiles/VSOT/ela/section/01-home2.html — #hero-pin */

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] {
  height: 200vh;
  width: 100%;
  position: relative;
  background: #252423;
  color: #EDDDD1;
  padding-block: 0;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .font-anton {
  font-family: var(--wos-font-heading, Anton, sans-serif);
  text-transform: uppercase;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] ::selection {
  background: #6F8E99;
  color: #252423;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .hero-pin-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .hero-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  will-change: width, height, transform, border-radius;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .hero-video-wrap video.hero-video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  opacity: 0.8;
  transform: translateZ(0);
  backface-visibility: hidden;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .hero-title-container {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .hero-t1,
section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .hero-t2 {
  margin: 0;
  font-size: 20vw;
  line-height: 0.75;
  mix-blend-mode: exclusion;
  color: #E3DEEA;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline: 1.5rem;
  pointer-events: none;
}

@media (min-width: 768px) {
  section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-overlay {
    padding-inline: 6rem;
  }
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-content {
  width: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateX(3rem);
}

@media (min-width: 768px) {
  section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-content {
    width: 50%;
  }
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-header-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-profile {
  width: 11rem;
  height: 11rem;
  flex-shrink: 0;
  border-radius: 9999px;
  object-fit: cover;
  filter: grayscale(100%);
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-heading {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1;
}

@media (min-width: 768px) {
  section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-heading {
    font-size: 3rem;
  }
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.625;
  color: rgba(237, 221, 209, 0.8);
  pointer-events: auto;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-body p {
  margin: 0;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-cta {
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin-top: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #6F8E99;
  color: #6F8E99;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-cta:hover {
  color: #EDDDD1;
  border-color: #EDDDD1;
}

@media (prefers-reduced-motion: reduce) {
  section.ela-vsot[data-wos-library="ela-01-home2-hero-pin"] .about-content {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
