@font-face {
  font-family: ivy-mode; 
  src: url('/wp-content/uploads/2026/01/ivy-mode-regular.ttf');
}
.est-hero {
  min-height: 100vh;
  color: #e1d6cc;
box-sizing: border-box;
    display: flex;
    align-items: center;
}

.est-inner {
  display: flex;
  align-items: center;
  flex: 1;
}
.est-title-overlay h3{
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  pointer-events: none;
}

.est-title-overlay h3 {
  font-family: "ivy-mode", serif;
  font-size: clamp(70px, 15vw, 225px);
  line-height: 0.8;
  font-weight: 400;
  margin: 0;
  color: #efe9df;
}

/* LEFT */
.est-left {
  flex: 1;
  z-index: 3;
}

.est-left h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(70px, 10vw, 150px);
  line-height: 0.9;
  font-weight: 300;
  margin: 0;
  letter-spacing: -2px;
}

.est-author {
  font-size: 15px;
  line-height: 1.1;
  position: absolute;
  bottom: 80px;
  font-family: 'Roboto';
}

/* RIGHT */
.est-right {
 position: relative;
  flex: 3;
  z-index: 1;
  display: flex;
    flex-direction: column;
    align-items: end;
}

.est-intro {
font-family: Roboto, sans-serif;
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.est-video {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.est-video img {
  width: 100%;
  display: block;
  max-height: 500px;
}


.est-play .hp-play-btn {
    width: 30px;
    position: absolute;
    top: 25%;
    left: 20%;
    padding: 30px 60px;
    background: #c0897a;
    border-radius: 10px;
    text-decoration: none;
    z-index: 5;
    background-image: url(/wp-content/uploads/2026/01/play-btn-1.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    background-size: 30px;
    transition: 0.2s ease-in-out;
}
.est-play:hover .hp-play-btn{
  /*transform: scale(1.05);*/
}
.est-play {
    position: relative;
}
.est-author strong {
    font-family: "ivy-mode", serif;
    font-size: 22px;
    font-weight: 400;
}


/* RESPONSIVE */
@media (max-width: 1024px) {
  .est-inner {
    flex-direction: column;
  }

  .est-hero {
    padding: 40px 30px;
  }

  .est-left h1 {
    font-size: 64px;
  }
  .est-title-overlay h3{
    position:relative;
    font-size: 7rem;
  }
  .est-author{
     position:relative;
     bottom: 0;
     padding-left: 30px;
  }
  .est-left {
    display: flex;
   padding-bottom: 30px;
}
  h1.est-intro {
    top: -130px;
    position: absolute;
}
.est-play .hp-play-btn {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

@media (max-width: 480px) {
    .est-left {
        display: block;
        padding-bottom: 10px;
    }
    .est-title-overlay h3 {
    font-size: 5rem;
        top: auto;
        transform: none;
        padding-bottom: 30px;
    }
   .est-author {
        padding-left: 0;
    }
h1.est-intro {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-bottom: 20px;
}
.est-inner {
    align-items: flex-start;
}
.hustle-ui.module_id_2 .hustle-layout .hustle-title {
    font-size: 35px!important;
    line-height: 35px!important;
    padding: 0 20px 20px!important;
}


}