.elementor-673788 .elementor-element.elementor-element-8540c93{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f33b91b *//* ============================================================
   ANERA LIFE — ABOUT US PAGE
   Palette extracted from aneralife.com:
     Body bg:        rgb(255,255,255)  — white
     Light section:  rgb(249,250,252)  — near-white cool grey
     Mid section:    rgb(244,246,248)  — soft grey
     Card bg:        rgb(253,253,254)  — off-white
     Border:         rgb(235,235,235)  — light grey
     Divider:        rgb(230,230,230)
     Heading color:  rgb(0,0,0)        — black
     Body text:      rgb(51,51,51)     — dark grey
     Subtext:        rgb(100,100,100)  — medium grey
     Nav / CTA bg:   rgb(0,0,0)        — black (accent only)
     Font:           Roboto / SF Pro Display
     Button:         black bg, white text, 0px radius, 10px 50px
   ============================================================ */

/* ── RESET & BASE ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "SF Pro Display", "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: rgb(51, 51, 51);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── CONTAINER ────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 10px 50px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-align: center;
}
.btn--black {
  background: rgb(0, 0, 0);
  color: #ffffff;
  border: 1px solid rgb(0, 0, 0);
}
.btn--black:hover { opacity: 0.75; }

.btn--outline-black {
  background: transparent;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}
.btn--outline-black:hover { background: rgb(0, 0, 0); color: #ffffff; }

.btn--outline-white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn--outline-white:hover { background: rgba(255,255,255,0.12); }

.btn--white {
  background: #ffffff;
  color: rgb(0, 0, 0);
  border: 1px solid #ffffff;
}
.btn--white:hover { background: rgba(255,255,255,0.88); }

/* ── SECTION LABELS & HEADINGS ────────────────────────────── */
.section-tag {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgb(150, 150, 150);
  margin-bottom: 14px;
}
.section-tag--dark { color: rgb(100, 100, 100); }

.section-heading {
  font-family: "Roboto", sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}

.section-intro {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgb(100, 100, 100);
  max-width: 640px;
  margin-bottom: 52px;
}

/* ── NAVIGATION ───────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgb(0, 0, 0);
  height: 56px;
  display: flex;
  align-items: center;
}
.nav__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #ffffff;
  text-transform: uppercase;
}
.nav__links { display: flex; align-items: center; gap: 36px; }
.nav__links a {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
}
.nav__links a:hover,
.nav__links a.active { color: #ffffff; }
.nav__shop {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 22px;
  border: 1px solid rgba(255,255,255,0.4);
  transition: border-color 0.2s;
}
.nav__shop:hover { border-color: #ffffff; }

/* ── SECTION 1: HERO ──────────────────────────────────────── */
/* White background hero — matches aneralife.com homepage hero */
.hero {
  background: #ffffff;
  padding-top: 56px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 48px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero__eyebrow {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(150, 150, 150);
  margin-bottom: 18px;
}
.hero__headline {
  font-family: "Roboto", sans-serif;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 500;
  line-height: 1.1;
  color: rgb(0, 0, 0);
  margin-bottom: 22px;
}
.hero__headline em {
  font-style: normal;
  color: rgb(150, 150, 150);
}
.hero__statement {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgb(100, 100, 100);
  margin-bottom: 36px;
  max-width: 460px;
}
.hero__image { display: flex; justify-content: flex-end; }
.hero__founder-photo {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: rgb(241, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Placeholder label for empty image */
.hero__founder-photo--placeholder {
  background: rgb(241, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4/5;
  color: rgb(150, 150, 150);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

/* ── SECTION 2: FOUNDER STORY ─────────────────────────────── */
.founder-story {
  background: rgb(249, 250, 252);
  padding: 96px 0;
}
.founder-story__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.founder-story__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 0;
}
.founder-story__image-col { position: sticky; top: 76px; }
.founder-story__portrait {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: rgb(235, 235, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.founder-story__portrait--placeholder {
  background: rgb(235, 235, 235);
  width: 100%;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(150, 150, 150);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}
.founder-story__caption {
  border-top: 1px solid rgb(230, 230, 230);
  padding-top: 16px;
}
.founder-story__caption strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
}
.founder-story__caption span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: rgb(150, 150, 150);
  letter-spacing: 0.3px;
}
.founder-story__content { display: flex; flex-direction: column; gap: 44px; }
.story-block__title {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.story-block p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgb(80, 80, 80);
}

/* ── SECTION 3: MISSION & VISION ──────────────────────────── */
/* Light grey — matches aneralife.com's "Safer and Purer" section */
.mission-vision {
  background: rgb(244, 246, 248);
  padding: 96px 0;
}
.mission-vision .section-heading { color: rgb(0, 0, 0); }
.mission-vision .section-tag { color: rgb(150, 150, 150); }

.mv__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgb(230, 230, 230);
  border: 1px solid rgb(230, 230, 230);
}
.mv__card {
  background: rgb(244, 246, 248);
  padding: 44px 36px;
  transition: background 0.25s;
}
.mv__card:hover { background: rgb(238, 241, 244); }
.mv__number {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgb(180, 180, 180);
  margin-bottom: 18px;
}
.mv__card h3 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 18px;
}
.mv__card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgb(90, 90, 90);
  margin-bottom: 18px;
}
.mv__pillars {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(220, 220, 220);
}
.mv__pillars li {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgb(120, 120, 120);
  padding-left: 16px;
  position: relative;
}
.mv__pillars li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 1px;
  background: rgb(180, 180, 180);
}

/* ── SECTION 4: LEADERSHIP ────────────────────────────────── */
.leadership { background: #ffffff; padding: 96px 0; }
.leader__card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start;
  background: rgb(253, 253, 254);
  border: 1px solid rgb(235, 235, 235);
  padding: 56px;
}
.leader__left { display: flex; flex-direction: column; gap: 20px; }
.leader__photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  background: rgb(241, 241, 241);
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader__photo--placeholder {
  background: rgb(241, 241, 241);
  width: 100%;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(150, 150, 150);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.leader__linkedin {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(200, 200, 200);
  transition: border-color 0.2s, background 0.2s;
}
.leader__linkedin:hover { border-color: rgb(0, 0, 0); background: rgb(0, 0, 0); color: #ffffff !important; }
.leader__name {
  font-family: "Roboto", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 6px;
}
.leader__title {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(150, 150, 150);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.leader__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.badge {
  display: inline-block;
  padding: 5px 14px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgb(60, 60, 60);
  background: rgb(241, 241, 241);
  border: 1px solid rgb(225, 225, 225);
}
.leader__right p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgb(80, 80, 80);
  margin-bottom: 18px;
}
.leader__right p:last-child { margin-bottom: 0; }

/* ── SECTION 5: ADVISORY BOARD ────────────────────────────── */
/* Light grey — matches the "Common Questions" section bg */
.advisory-board { background: rgb(249, 250, 252); padding: 96px 0; }
.advisory-board .section-heading { color: rgb(0, 0, 0); }
.advisory-board .section-tag { color: rgb(150, 150, 150); }

.advisors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgb(230, 230, 230);
  border: 1px solid rgb(230, 230, 230);
}
.advisor-card { background: rgb(249, 250, 252); transition: background 0.25s; }
.advisor-card:hover { background: rgb(242, 244, 247); }
.advisor-card__photo {
  width: 100%;
  aspect-ratio: 5/6;
  background: rgb(235, 235, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.advisor-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.advisor-card__photo--placeholder {
  width: 100%;
  aspect-ratio: 5/6;
  background: rgb(235, 235, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(170, 170, 170);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.advisor-card__info { padding: 24px 24px 32px; }
.advisor-card__info h4 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
}
.advisor-card__role {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgb(150, 150, 150);
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(225, 225, 225);
}
.advisor-card__bio {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.75;
  color: rgb(100, 100, 100);
}

/* ── SECTION 6: SCIENTIFIC FOCUS ──────────────────────────── */
.scientific-focus { background: #ffffff; padding: 96px 0; }
.focus__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgb(230, 230, 230);
  border: 1px solid rgb(230, 230, 230);
}
.focus-block { background: #ffffff; padding: 36px 24px 44px; transition: background 0.25s; }
.focus-block:hover { background: rgb(249, 250, 252); }
.focus-block__num {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgb(200, 200, 200);
  margin-bottom: 18px;
}
.focus-block h4 {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
  line-height: 1.4;
}
.focus-block__divider {
  width: 20px; height: 1px;
  background: rgb(200, 200, 200);
  margin-bottom: 16px;
}
.focus-block p {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: rgb(120, 120, 120);
}

/* ── FOOTER CTA ───────────────────────────────────────────── */
/* Black accent section — used sparingly like aneralife.com */
.footer-cta { background: rgb(0, 0, 0); padding: 96px 0; text-align: center; }
.footer-cta__inner { max-width: 600px; }
.footer-cta__eyebrow {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 18px;
}
.footer-cta h2 {
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.footer-cta__sub {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  margin-bottom: 40px;
}
.footer-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── SITE FOOTER ──────────────────────────────────────────── */
.site-footer {
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer__brand { display: flex; align-items: center; gap: 20px; }
.footer__brand-name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__copy {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.3);
}
.footer__links { display: flex; align-items: center; gap: 24px; }
.footer__links a {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.3);
  transition: color 0.2s;
}
.footer__links a:hover { color: rgba(255,255,255,0.75); }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__image { justify-content: flex-start; }
  .hero__founder-photo,
  .hero__founder-photo--placeholder { max-width: 400px; }
  .founder-story__grid { grid-template-columns: 1fr; gap: 40px; }
  .founder-story__image-col {
    position: static;
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }
  .founder-story__portrait,
  .founder-story__portrait--placeholder { max-width: 200px; margin-bottom: 0; }
  .mv__grid { grid-template-columns: 1fr; }
  .leader__card { grid-template-columns: 1fr; gap: 36px; padding: 40px; }
  .leader__photo,
  .leader__photo--placeholder { max-width: 300px; }
  .advisors__grid { grid-template-columns: repeat(2, 1fr); }
  .focus__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .container { padding: 0 24px; }
  .nav__links { display: none; }
  .hero__inner { padding: 56px 24px; }
  .hero__headline { font-size: 30px; }
  .founder-story,
  .mission-vision,
  .leadership,
  .advisory-board,
  .scientific-focus,
  .footer-cta { padding: 64px 0; }
  .founder-story__inner { padding: 0 24px; }
  .founder-story__image-col { flex-direction: column; }
  .founder-story__portrait,
  .founder-story__portrait--placeholder { max-width: 100%; }
  .leader__card { padding: 24px; }
  .advisors__grid { grid-template-columns: 1fr; }
  .focus__grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; gap: 14px; text-align: center; }
  .footer__brand { flex-direction: column; gap: 6px; }
  .footer__links { flex-wrap: wrap; justify-content: center; }
}/* End custom CSS */