body.home .ath-hero,
body.page-template-page-home .ath-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #0a0c0b;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transform: none;
  filter: none;
  mix-blend-mode: normal;
}

body.home .ath-hero::before,
body.home .ath-hero::after,
body.page-template-page-home .ath-hero::before,
body.page-template-page-home .ath-hero::after {
  display: none;
  content: none;
}

body.home .ath-hero__overlay,
body.page-template-page-home .ath-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: normal;
  background: linear-gradient(
    180deg,
    rgba(8, 10, 9, 0.15) 0%,
    rgba(8, 10, 9, 0.45) 50%,
    rgba(5, 7, 6, 0.82) 100%
  );
}

body.home .ath-hero__overlay::before,
body.home .ath-hero__overlay::after,
body.page-template-page-home .ath-hero__overlay::before,
body.page-template-page-home .ath-hero__overlay::after {
  display: none;
  content: none;
}

body.home .ath-hero__inner,
body.page-template-page-home .ath-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(5rem, 14vh, 8rem) 0 clamp(3.25rem, 9vh, 5.5rem);
  box-sizing: border-box;
}

body.home .ath-hero__inner .container,
body.page-template-page-home .ath-hero__inner .container {
  max-width: 52rem;
  width: 100%;
  margin-left: 0;
  padding-left: clamp(28px, 5vw, 64px);
  padding-right: clamp(20px, 3vw, 32px);
  box-sizing: border-box;
}

body.home .ath-hero__eyebrow,
body.page-template-page-home .ath-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(201, 184, 150, 0.92);
  line-height: 1.5;
}

body.home .ath-hero .ath-hero__title,
body.page-template-page-home .ath-hero .ath-hero__title {
  margin: 0 0 1.25rem;
  max-width: 11em;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #f3ede3;
  -webkit-text-fill-color: #f3ede3;
}

body.home .ath-hero__text,
body.page-template-page-home .ath-hero__text {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  padding-left: 1.1rem;
  border-left: 1px solid rgba(201, 184, 150, 0.45);
  font-size: clamp(0.9375rem, 1.05vw, 1.0625rem);
  line-height: 1.72;
  font-weight: 300;
  color: rgba(243, 237, 227, 0.9);
}

body.home .ath-hero__cta,
body.page-template-page-home .ath-hero__cta {
  display: inline-block;
  padding: 0.75rem 1.45rem;
  border: 1px solid rgba(201, 184, 150, 0.6);
  background-color: rgba(8, 10, 9, 0.35);
  color: #f3ede3;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

body.home .ath-hero__cta:hover,
body.page-template-page-home .ath-hero__cta:hover {
  background-color: rgba(201, 184, 150, 0.92);
  color: #1a1a18;
}

@media screen and (max-width: 768px) {
  body.home .ath-hero__inner,
  body.page-template-page-home .ath-hero__inner {
    padding-top: clamp(6rem, 18vh, 8.5rem);
    padding-bottom: clamp(2.5rem, 7vh, 4rem);
  }

  body.home .ath-hero .ath-hero__title,
  body.page-template-page-home .ath-hero .ath-hero__title {
    font-size: clamp(1.5rem, 6.5vw, 2rem);
    line-height: 1.1;
    color: #f3ede3;
    -webkit-text-fill-color: #f3ede3;
  }

  body.home .ath-hero__text,
  body.page-template-page-home .ath-hero__text {
    font-size: 0.875rem;
    line-height: 1.7;
    max-width: 100%;
  }

  body.home .ath-hero__inner .container,
  body.page-template-page-home .ath-hero__inner .container {
    max-width: 100%;
    padding-left: 26px;
    padding-right: 22px;
    box-sizing: border-box;
  }

  body.home .ath-hero__cta,
  body.page-template-page-home .ath-hero__cta {
    display: inline-block;
    max-width: 100%;
    font-size: 0.625rem;
    padding: 0.65rem 1.15rem;
  }
}
