/* Start custom CSS for html, class: .elementor-element-aa3e025 */.bes-about-page,
.bes-about-page *{
  box-sizing: border-box;
}

.bes-about-page{
  background: #f7f1ea;
  color: #2f241d;
}

/* HERO */
.bes-about-hero{
  padding: 110px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(111,78,55,0.08), transparent 24%),
    linear-gradient(180deg, #f4ece3 0%, #efe4d7 100%);
}

.bes-about-hero__wrap{
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.bes-about-hero__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-about-hero__title{
  margin: 0 auto 18px;
  max-width: 12ch;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #2f241d;
}

.bes-about-hero__title span{
  display: block;
  color: #6f4e37;
}

.bes-about-hero__text{
  margin: 0 auto;
  max-width: 46ch;
  font-size: 1.04rem;
  line-height: 1.92;
  color: #5f4d42;
}

/* STORY */
.bes-about-story{
  padding: 100px 0;
  background: #f9f5ef;
}

.bes-about-story__wrap{
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.bes-about-story__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-about-story__title{
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: #2f241d;
}

.bes-about-story__title span{
  display: block;
  color: #6f4e37;
}

.bes-about-story__text{
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.9;
  color: #5f4d42;
  max-width: 46ch;
}

.bes-about-story__media{
  position: relative;
  min-height: 760px;
}

.bes-about-story__image{
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  background: #dccfc3;
  box-shadow: 0 22px 54px rgba(58,39,28,0.08);
}

.bes-about-story__image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bes-about-story__image--main{
  width: min(100%, 430px);
  height: 620px;
  left: 0;
  top: 0;
}

.bes-about-story__image--sub{
  width: min(100%, 290px);
  height: 360px;
  right: 10px;
  bottom: 20px;
  border: 10px solid #f9f5ef;
}

/* FOUNDER */
.bes-about-founder{
  padding: 108px 0;
  background: linear-gradient(180deg, #efe4d7 0%, #f6eee6 100%);
}

.bes-about-founder__wrap{
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 50px;
  align-items: start;
}

.bes-about-founder__media{
  overflow: hidden;
  border-radius: 30px;
  background: #dccfc3;
  min-height: 680px;
  box-shadow: 0 24px 60px rgba(58,39,28,0.08);
  position: sticky;
  top: 110px;
}

.bes-about-founder__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bes-about-founder__content{
  padding-top: 8px;
}

.bes-about-founder__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-about-founder__title{
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #2f241d;
}

.bes-about-founder__text{
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.92;
  color: #5f4d42;
  max-width: 62ch;
}

.bes-about-founder__text--accent{
  margin-top: 6px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(75,53,40,0.08);
  box-shadow: 0 12px 30px rgba(58,39,28,0.04);
  color: #56443a;
}

.bes-about-founder__highlights{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}

.bes-about-founder__item{
  position: relative;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(75,53,40,0.10);
  box-shadow:
    0 14px 34px rgba(58,39,28,0.05),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

.bes-about-founder__item::before{
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 38px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8b664c 0%, #c6b0a0 100%);
}

.bes-about-founder__item strong{
  display: block;
  margin-bottom: 8px;
  padding-top: 10px;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #2f241d;
}

.bes-about-founder__item span{
  display: block;
  font-size: 0.95rem;
  line-height: 1.76;
  color: #6a594d;
}

/* PHILOSOPHY */
.bes-about-philosophy{
  padding: 100px 0;
  background: #f9f5ef;
}

.bes-about-philosophy__wrap{
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.bes-about-philosophy__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-about-philosophy__title{
  margin: 0 auto 36px;
  max-width: 12ch;
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #2f241d;
}

.bes-about-philosophy__title span{
  display: block;
  color: #6f4e37;
}

.bes-about-philosophy__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.bes-about-philosophy__card{
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(75,53,40,0.10);
  text-align: left;
}

.bes-about-philosophy__no{
  display: inline-block;
  margin-bottom: 10px;
  color: #9b8576;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-about-philosophy__card h3{
  margin: 0 0 10px;
  font-size: 1.34rem;
  line-height: 1.15;
  color: #2f241d;
}

.bes-about-philosophy__card p{
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #5f4d42;
}

/* WHY */
.bes-about-why{
  padding: 100px 0;
  background: linear-gradient(180deg, #efe4d7 0%, #f4ece3 100%);
}

.bes-about-why__wrap{
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 46px;
  align-items: start;
}

.bes-about-why__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #7a5843;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bes-about-why__title{
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 600;
  color: #2f241d;
}

.bes-about-why__title span{
  display: block;
  color: #6f4e37;
}

.bes-about-why__list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bes-about-why__item{
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(75,53,40,0.10);
}

.bes-about-why__item strong{
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #2f241d;
}

.bes-about-why__item p{
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.76;
  color: #5f4d42;
}

/* CTA */
.bes-about-cta{
  padding: 90px 0 110px;
  background: #f7f1ea;
}

.bes-about-cta__wrap{
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.bes-about-cta__title{
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #2f241d;
}

.bes-about-cta__title span{
  display: block;
  color: #6f4e37;
}

.bes-about-cta__text{
  margin: 0 auto 24px;
  max-width: 42ch;
  font-size: 1rem;
  line-height: 1.9;
  color: #5f4d42;
}

.bes-about-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: #6f4e37;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px rgba(111,78,55,0.22);
  transition: all .25s ease;
}

.bes-about-cta__btn:hover{
  transform: translateY(-2px);
  background: #5a3f2c;
  box-shadow: 0 18px 40px rgba(111,78,55,0.30);
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .bes-about-hero,
  .bes-about-story,
  .bes-about-founder,
  .bes-about-philosophy,
  .bes-about-why{
    padding: 84px 0;
  }

  .bes-about-story__wrap,
  .bes-about-founder__wrap,
  .bes-about-why__wrap{
    width: min(1240px, calc(100% - 28px));
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bes-about-hero__wrap,
  .bes-about-philosophy__wrap,
  .bes-about-cta__wrap{
    width: min(1180px, calc(100% - 28px));
  }

  .bes-about-story__media{
    min-height: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 16px;
  }

  .bes-about-story__image{
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    border: none;
  }

  .bes-about-story__image--main{
    aspect-ratio: 4 / 5.2;
  }

  .bes-about-story__image--sub{
    aspect-ratio: 4 / 4.7;
    margin-top: 40px;
  }

  .bes-about-founder__media{
    position: relative;
    top: auto;
    min-height: 520px;
  }

  .bes-about-philosophy__grid{
    grid-template-columns: 1fr;
  }

  .bes-about-why__list{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px){
  .bes-about-hero,
  .bes-about-story,
  .bes-about-founder,
  .bes-about-philosophy,
  .bes-about-why{
    padding: 68px 0;
  }

  .bes-about-cta{
    padding: 68px 0 82px;
  }

  .bes-about-hero__wrap,
  .bes-about-story__wrap,
  .bes-about-founder__wrap,
  .bes-about-philosophy__wrap,
  .bes-about-why__wrap,
  .bes-about-cta__wrap{
    width: calc(100% - 24px);
  }

  .bes-about-hero__title,
  .bes-about-story__title,
  .bes-about-founder__title,
  .bes-about-philosophy__title,
  .bes-about-why__title,
  .bes-about-cta__title{
    max-width: none;
    font-size: clamp(2rem, 8vw, 3.2rem);
    line-height: 1.04;
  }

  .bes-about-hero__text,
  .bes-about-story__text,
  .bes-about-founder__text,
  .bes-about-cta__text{
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.82;
  }

  .bes-about-story__media{
    grid-template-columns: 1fr;
  }

  .bes-about-story__image,
  .bes-about-founder__media{
    border-radius: 20px;
  }

  .bes-about-story__image--sub{
    margin-top: 0;
  }

  .bes-about-founder__media{
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .bes-about-founder__text--accent{
    padding: 16px 16px;
    border-radius: 18px;
  }

  .bes-about-founder__highlights{
    gap: 12px;
    margin-top: 22px;
  }

  .bes-about-founder__item{
    padding: 16px 16px 15px;
    border-radius: 18px;
  }

  .bes-about-founder__item::before{
    left: 16px;
    top: 14px;
    width: 32px;
  }

  .bes-about-founder__item strong{
    font-size: 0.98rem;
    padding-top: 8px;
  }

  .bes-about-founder__item span{
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .bes-about-why__list{
    grid-template-columns: 1fr;
  }

  .bes-about-cta__btn{
    width: 100%;
  }
}
/* ===== FOUNDER IMAGE FIX ===== */
.bes-about-founder__media{
  min-height: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
}

.bes-about-founder__media img{
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px){
  .bes-about-founder__media{
    min-height: auto !important;
    height: auto !important;
  }
}

@media (max-width: 767px){
  .bes-about-founder__media{
    min-height: auto !important;
    aspect-ratio: auto !important;
  }

  .bes-about-founder__media img{
    width: 100% !important;
    height: auto !important;
  }
}/* End custom CSS */