
.elementor-element-3eafba9d{
  width: 100%;
  margin: 0;
  padding: 0;
}
.twostars-about-page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 90svh;
  min-height: 0;
  max-height: 960px;
  overflow: hidden;
  background: #070b10;
}

.twostars-about-page-hero__media,
.twostars-about-page-hero__grain,
.twostars-about-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.twostars-about-page-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.1);
  animation: twostars-about-hero-kenburns 20s linear infinite alternate;
}

.twostars-about-page-hero--parallax .twostars-about-page-hero__image {
  transform: scale(1.14);
}

.twostars-about-page-hero__grain {
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

.twostars-about-page-hero__overlay {
  background:
    linear-gradient(to top,
      rgba(7, 11, 16, calc(var(--twostars-about-overlay-opacity, 0.56) + 0.34)) 0%,
      rgba(7, 11, 16, calc(var(--twostars-about-overlay-opacity, 0.56) * 0.75)) 40%,
      rgba(7, 11, 16, 0) 100%),
    linear-gradient(to right,
      rgba(7, 11, 16, calc(var(--twostars-about-overlay-opacity, 0.56) * 1.05)) 0%,
      rgba(7, 11, 16, 0) 50%),
    radial-gradient(circle at center, transparent 0%, rgba(7, 11, 16, 0.3) 100%);
}

.twostars-about-page-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 6% 8vh;
}

.twostars-about-page-hero__left {
  flex: 1.2;
  min-width: 0;
}

.twostars-about-page-hero__right {
  display: flex;
  flex: 0.8;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}

.twostars-about-page-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1.5rem;
}

.twostars-about-page-hero__eyebrow-line {
  width: 40px;
  height: 1px;
  background: #d4a574;
}

.twostars-about-page-hero__eyebrow-text {
  color: #d4a574;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.twostars-about-page-hero__title {
  margin: 0 0 2.5rem;
  color: #f5ede0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
}

.twostars-about-page-hero__title em {
  display: inline;
  color: #e8c49a;
  font-style: italic;
  font-weight: 300;
}

.twostars-about-page-hero__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.twostars-about-page-hero__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.5rem;
  border: 1px solid #d4a574;
  background: #d4a574;
  color: #070b10;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.twostars-about-page-hero__primary:hover,
.twostars-about-page-hero__primary:focus-visible {
  background: transparent;
  color: #d4a574;
  transform: translateY(-3px);
}

.twostars-about-page-hero__secondary {
  display: inline-flex;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(212, 165, 116, 0.4);
  color: #f5ede0;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.twostars-about-page-hero__secondary:hover,
.twostars-about-page-hero__secondary:focus-visible {
  color: #d4a574;
  border-color: #d4a574;
}

.twostars-about-page-hero__excerpt {
  max-width: 480px;
  margin: 0 0 4rem;
  color: rgba(245, 237, 224, 0.85);
  text-align: right;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 300;
  line-height: 1.8;
}

.twostars-about-page-hero__stats {
  display: flex;
  gap: 3.5rem;
}

.twostars-about-page-hero__stat {
  text-align: right;
}

.twostars-about-page-hero__stat-value {
  display: block;
  color: #d4a574;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.twostars-about-page-hero__stat-label {
  display: block;
  margin-top: 0.5rem;
  color: rgba(245, 237, 224, 0.5);
  text-align: right;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.twostars-about-page-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transform: translateX(-50%);
  pointer-events: none;
}

.twostars-about-page-hero__scroll-line {
  position: relative;
  overflow: hidden;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #d4a574, transparent);
}

.twostars-about-page-hero__scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f5ede0;
  animation: twostars-about-hero-scroll-line 2s infinite;
}

@keyframes twostars-about-hero-kenburns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.15);
  }
}

@keyframes twostars-about-hero-scroll-line {
  0% {
    transform: translateY(-100%);
  }

  50%,
  100% {
    transform: translateY(100%);
  }
}

@media (max-width: 992px) {
  .twostars-about-page-hero__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .twostars-about-page-hero__right,
  .twostars-about-page-hero__excerpt,
  .twostars-about-page-hero__stat-label,
  .twostars-about-page-hero__stat {
    align-items: flex-start;
    text-align: left;
  }

  .twostars-about-page-hero__stats {
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .twostars-about-page-hero {
    max-height: none;
  }

  .twostars-about-page-hero__content {
    gap: 2.5rem;
    padding-right: 5%;
    padding-bottom: 7vh;
    padding-left: 5%;
  }

  .twostars-about-page-hero__actions {
    width: 100%;
    gap: 1rem;
  }

  .twostars-about-page-hero__primary,
  .twostars-about-page-hero__secondary {
    width: 100%;
    justify-content: center;
  }

  .twostars-about-page-hero__stats {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .twostars-about-page-hero__scroll {
    bottom: 1.25rem;
  }
}
