/* Start custom CSS for html, class: .elementor-element-3b1eade *//* ==============================
   ABOUT — CLEAN / ELEVATED
================================ */

html,
body{
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

/* page / theme wrappers */
body,
.site,
.site-content,
.site-main,
.content-area,
.entry-content,
.page-content,
.elementor,
.elementor-section-wrap,
.elementor-widget-wrap,
.elementor-location-single,
.elementor-page,
main,
article{
  background: #000 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* common spacer / empty blocks */
.elementor-section:empty,
.elementor-container:empty,
.elementor-widget-spacer,
.wp-block-spacer,
.wp-block-group:empty{
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* first visible content item */
.entry-content > *:first-child,
.site-main > *:first-child,
.page-content > *:first-child,
.elementor > *:first-child,
.elementor-section-wrap > *:first-child,
main > *:first-child{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* first Elementor section */
.elementor-top-section:first-of-type,
.elementor-section:first-of-type,
.elementor-container:first-of-type{
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #000 !important;
}

/* if theme adds space below header */
header + main,
header + .site-main,
header + .page-content,
header + .entry-content,
.site-header + .site-content,
.site-header + main{
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: #000 !important;
}

/* wrapper */
.va-about-wrap{
  background: #000 !important;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==============================
   INTRO
================================ */

.va-about-lux{
  margin-top: 0 !important;
  min-height: auto !important;
  padding: 18px 24px 78px !important;
  text-align: center;
  background: #000 !important;
}

.va-about-lux__inner{
  max-width: 760px;
  margin: 0 auto !important;
  padding-top: 0 !important;
}

.va-about-lux__eyebrow{
  margin: 0 0 16px !important;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}

.va-about-lux__title{
  margin: 0 !important;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.03em;
  color: #fff;
}

.va-about-lux__title span{
  display: block;
  opacity: .78;
}

.va-about-lux__lead{
  max-width: 620px;
  margin: 20px auto 0 !important;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.88);
}

.va-about-lux__body{
  max-width: 620px;
  margin: 18px auto 0 !important;
}

.va-about-lux__body p{
  margin: 0 0 12px !important;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,.64);
}

/* subtle specialty row */
.va-about-points{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  max-width: 760px;
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.va-about-points span{
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.54);
}

/* ==============================
   FOUNDER
================================ */

.va-founder{
  padding: 72px 24px 90px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #000 !important;
}

.va-founder__inner{
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: center;
}

.va-founder__image{
  position: relative;
}

.va-founder__image img{
  width: 100%;
  display: block;
  border-radius: 4px;
}

.va-founder__eyebrow{
  margin: 0 0 12px;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
}

.va-founder__title{
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -.02em;
  color: #fff;
}

.va-founder__meta{
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.46);
}

.va-founder__lead{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.88);
}

.va-founder__content p{
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,.64);
  margin: 0 0 12px;
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 900px){

  .va-about-lux{
    padding: 12px 20px 58px !important;
  }

  .va-about-lux__title{
    font-size: clamp(27px, 8vw, 38px);
    line-height: 1.08;
  }

  .va-about-lux__lead{
    font-size: 15px;
  }

  .va-about-points{
    gap: 10px 16px;
    margin-top: 24px;
    padding-top: 16px;
  }

  .va-founder{
    padding: 54px 20px 72px;
  }

  .va-founder__inner{
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .va-founder__title{
    font-size: 24px;
  }
}/* End custom CSS */