/**
 * EcomHolistic — About Page Styles v2.0
 *
 * Redesigned with Drip-style illustrations, separate mission/vision sections,
 * visual trust badges, and improved methodology icons.
 *
 * @package EcomHolistic
 * @since   1.3.0
 */

/* ═══════════════════════════════════════════════════════════
   § SHARED ABOUT SECTION FOUNDATION
   ═══════════════════════════════════════════════════════════ */

.eh-about section {
  position: relative;
  background-color: var(--eh-drip-cream);
}


/* Section tag — shared across all sections */
.eh-about-section-tag {
  display: inline-block;
  font-family: var(--eh-font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--eh-sage-hover);
  margin-bottom: 16px;
  padding: 6px 16px;
  background-color: rgba(5, 0, 255, 0.1);
  border-radius: 20px;
}

/* Botanical vine dividers — applied to all sections except hero */
.eh-about-mission::before,
.eh-about-vision::before,
.eh-about-problem::before,
.eh-about-methodology::before,
.eh-about-founder::before,
.eh-about-team::before,
.eh-about-trust::before,
.eh-about-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  z-index: 3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEyMDAgMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTZRMTAwIDRsMjAwIDEyUTQwMCA0IDUwMCAxNlE2MDAgMjggNzAwIDE2UTgwMCA0IDkwMCAxNlExMDAwIDI4IDExMDAgMTZRMTE1MCA4IDEyMDAgMTYiIHN0cm9rZT0iIzZCOEY3MSIgc3Ryb2tlLXdpZHRoPSIxLjIiIG9wYWNpdHk9IjAuMTUiIGZpbGw9Im5vbmUiLz48Y2lyY2xlIGN4PSIxNTAiIGN5PSIxMCIgcj0iMyIgZmlsbD0iI0YyQTY5NSIgb3BhY2l0eT0iMC4xNSIvPjxjaXJjbGUgY3g9IjQ1MCIgY3k9IjIwIiByPSIyLjUiIGZpbGw9IiM2QjhGNzEiIG9wYWNpdHk9IjAuMTIiLz48Y2lyY2xlIGN4PSI3NTAiIGN5PSI4IiByPSIyIiBmaWxsPSIjRjJBNjk1IiBvcGFjaXR5PSIwLjEyIi8+PGNpcmNsZSBjeD0iMTA1MCIgY3k9IjE4IiByPSIyLjUiIGZpbGw9IiM2QjhGNzEiIG9wYWNpdHk9IjAuMSIvPjxwYXRoIGQ9Ik0yOTAgMTNRMjk1IDggMzAwIDEzIiBzdHJva2U9IiM2QjhGNzEiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjEyIiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTMxMCAxM1EzMDUgMTggMzAwIDEzIiBzdHJva2U9IiM2QjhGNzEiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjEyIiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTU5MCAxOVE1OTUgMTQgNjAwIDE5IiBzdHJva2U9IiM2QjhGNzEiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjEyIiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTYxMCAxOVE2MDUgMjQgNjAwIDE5IiBzdHJva2U9IiM2QjhGNzEiIHN0cm9rZS13aWR0aD0iMC44IiBvcGFjaXR5PSIwLjEyIiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTg5MCAxM1E4OTUgOCA5MDAgMTMiIHN0cm9rZT0iIzZCOEY3MSIgc3Ryb2tlLXdpZHRoPSIwLjgiIG9wYWNpdHk9IjAuMTIiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNOTEwIDEzUTkwNSAxOCA5MDAgMTMiIHN0cm9rZT0iIzZCOEY3MSIgc3Ryb2tlLXdpZHRoPSIwLjgiIG9wYWNpdHk9IjAuMTIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 32px;
  pointer-events: none;
}


/* ═══════════════════════════════════════════════════════════
   § 1  HERO
   ═══════════════════════════════════════════════════════════ */

.eh-about-hero {
  padding: 140px 24px 80px;

  overflow: hidden;
}

.eh-about-hero-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 40px;
  align-items: center;
}

.eh-about-hero h1 {
  color: var(--eh-folk-dark);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.3px;
  margin-bottom: 28px;
}

.eh-about-hero-text {
  font-family: var(--eh-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
  max-width: 560px;
}

.eh-about-hero-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eh-about-hero-illustration svg {
  width: 100%;
  max-width: 560px;
  height: auto;
}


/* ═══════════════════════════════════════════════════════════
   § 2  MISSION
   ═══════════════════════════════════════════════════════════ */

.eh-about-mission {
  padding: 100px 24px;

}

.eh-about-mission-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 48px;
  align-items: center;
}

.eh-about-mission-content h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.eh-about-mission-content p {
  font-family: var(--eh-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
}

.eh-about-mission-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eh-about-mission-illustration svg {
  width: 100%;
  max-width: 440px;
  height: auto;
}


/* ═══════════════════════════════════════════════════════════
   § 2B  VISION (reverse layout)
   ═══════════════════════════════════════════════════════════ */

.eh-about-vision {
  padding: 100px 24px;

}

.eh-about-vision-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 48px;
  align-items: center;
}

.eh-about-vision-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eh-about-vision-illustration svg {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.eh-about-vision-content h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.eh-about-vision-content p {
  font-family: var(--eh-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
}


/* ═══════════════════════════════════════════════════════════
   § 3  THE PROBLEM WE SOLVE
   ═══════════════════════════════════════════════════════════ */

.eh-about-problem {
  padding: 100px 24px;

}

.eh-about-problem-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 48px;
  align-items: center;
}

.eh-about-problem-content h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.eh-about-problem-content p {
  font-family: var(--eh-font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
  margin-bottom: 18px;
}

.eh-about-problem-content p:last-child {
  margin-bottom: 0;
}

/* Punch-line paragraph — editorial declaration style */
.eh-about-problem-punchline {
  font-family: var(--eh-font-editorial);
  font-style: italic;
  font-size: 18px;
  line-height: 1.75;
  color: var(--eh-sage);
  margin-top: 36px;
  margin-bottom: 0;
}

/* CTA link below punch line */
.eh-about-problem-cta {
  display: inline-block;
  font-family: var(--eh-font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--eh-sage);
  text-decoration: none;
  margin-top: 28px;
  transition: color 0.2s ease;
}
.eh-about-problem-cta:hover {
  text-decoration: underline;
  color: var(--eh-sage-hover);
}

.eh-about-problem-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eh-about-problem-illustration svg {
  width: 100%;
  max-width: 440px;
  height: auto;
}


/* ═══════════════════════════════════════════════════════════
   § 4  HOW WE WORK — METHODOLOGY
   ═══════════════════════════════════════════════════════════ */

.eh-about-methodology {
  padding: 100px 24px;

}

.eh-about-methodology-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
  text-align: center;
}

.eh-about-methodology-inner h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 48px;
}

.eh-about-methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  text-align: left;
}

.eh-about-methodology-step {
  background-color: var(--eh-white);
  box-shadow:
    0 1px 2px rgba(87, 83, 78, 0.04),
    0 4px 16px rgba(87, 83, 78, 0.06);
  border: 1px solid rgba(168, 162, 158, 0.08);
  border-radius: 16px;
  padding: 36px 28px;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-color 0.4s ease;
}

.eh-about-methodology-step:hover {
  box-shadow:
    0 2px 4px rgba(87, 83, 78, 0.04),
    0 8px 24px rgba(87, 83, 78, 0.08),
    0 24px 48px rgba(87, 83, 78, 0.06);
  transform: translateY(-3px);
  border-color: rgba(5, 0, 255, 0.15);
}

.eh-about-methodology-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.eh-about-methodology-step h3 {
  color: var(--eh-folk-dark);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 14px;
}

.eh-about-methodology-step p {
  font-family: var(--eh-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
}


/* ═══════════════════════════════════════════════════════════
   § 5  FOUNDER'S MESSAGE
   ═══════════════════════════════════════════════════════════ */

.eh-about-founder {
  padding: 100px 40px;
  background-color: var(--eh-white);
}

.eh-about-founder-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Centered header: avatar + heading + name + title + LinkedIn */
.eh-about-founder-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

/* Circular avatar — identical to team avatars */
.eh-about-founder-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(50%);
  margin-bottom: 28px;
}

.eh-about-founder-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip-path: circle(50%);
  object-fit: cover;
  display: block;
}

.eh-about-founder-heading {
  font-family: var(--eh-font-heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--eh-folk-dark);
  line-height: 1.25;
  margin-bottom: 12px;
}

/* Name below heading */
.eh-about-founder-name {
  font-family: var(--eh-font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--eh-folk-dark);
  line-height: 1.3;
  margin-bottom: 4px;
}

/* Title below name */
.eh-about-founder-title {
  font-family: var(--eh-font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--eh-sage);
  margin-bottom: 12px;
}

/* LinkedIn icon */
.eh-about-founder-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--eh-folk-mid);
  transition: color 0.2s ease;
}

.eh-about-founder-linkedin:hover {
  color: var(--eh-sage);
}

.eh-about-founder-linkedin svg {
  width: 20px;
  height: 20px;
}

/* Decorative sage line — centered */
.eh-about-founder-line {
  width: 60px;
  height: 3px;
  background-color: var(--eh-sage);
  border-radius: 2px;
  margin-bottom: 40px;
}

/* Letter text block */
.eh-about-founder-letter {
  max-width: 640px;
}

.eh-about-founder-letter p {
  font-family: var(--eh-font-editorial);
  font-style: italic;
  font-size: 17px;
  line-height: 1.85;
  color: var(--eh-folk-mid);
  margin-bottom: 20px;
}

.eh-about-founder-letter p:first-child::first-letter {
  font-size: 48px;
  float: left;
  line-height: 1;
  margin-right: 8px;
  margin-top: 4px;
  color: var(--eh-sage);
  font-weight: 700;
  font-family: var(--eh-font-heading);
  font-style: normal;
}

.eh-about-founder-letter p:last-child {
  margin-bottom: 0;
}

/* Signature block — centered */
.eh-about-founder-signature {
  margin-top: 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eh-about-founder-flourish {
  width: 50px;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.eh-about-founder-sig-name {
  font-family: var(--eh-font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--eh-folk-dark);
  line-height: 1.3;
  margin-bottom: 2px;
}

.eh-about-founder-sig-title {
  font-family: var(--eh-font-body);
  font-size: 14px;
  color: var(--eh-folk-mid);
  line-height: 1.4;
}


/* ═══════════════════════════════════════════════════════════
   § 6  LEADERSHIP TEAM
   ═══════════════════════════════════════════════════════════ */

.eh-about-team {
  padding: 100px 24px;

}

.eh-about-team-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
}

.eh-about-team-inner h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}

.eh-about-team-intro {
  font-family: var(--eh-font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
  text-align: center;
  max-width: 650px;
  margin: 0 auto 48px;
}

.eh-about-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 800px;
  margin: 0 auto;
}

.eh-about-team-card {
  background-color: var(--eh-white);
  box-shadow:
    0 1px 2px rgba(87, 83, 78, 0.04),
    0 4px 16px rgba(87, 83, 78, 0.06);
  border: 1px solid rgba(168, 162, 158, 0.08);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              border-color 0.4s ease;
}

.eh-about-team-card:hover {
  box-shadow:
    0 2px 4px rgba(87, 83, 78, 0.04),
    0 8px 24px rgba(87, 83, 78, 0.08),
    0 24px 48px rgba(87, 83, 78, 0.06);
  transform: translateY(-3px);
  border-color: rgba(5, 0, 255, 0.15);
}

.eh-about-team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(50%);
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.eh-about-team-avatar svg {
  width: 100%;
  height: 100%;
}

.eh-about-team-avatar--photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  clip-path: circle(50%);
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.eh-about-team-card h3 {
  color: var(--eh-folk-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}

.eh-about-team-role {
  font-family: var(--eh-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--eh-sage);
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.eh-about-team-bio {
  font-family: var(--eh-font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--eh-folk-mid);
  margin-bottom: 16px;
}

.eh-about-team-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--eh-folk-mid);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.eh-about-team-social:hover {
  color: var(--eh-sage);
  background-color: rgba(5, 0, 255, 0.08);
}


/* ═══════════════════════════════════════════════════════════
   § 7  WORK WITH US — TRUST
   ═══════════════════════════════════════════════════════════ */

.eh-about-trust {
  padding: 100px 24px;

}

.eh-about-trust-inner {
  max-width: var(--eh-content-max);
  margin: 0 auto;
  text-align: center;
}

.eh-about-trust-inner > h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

/* Trust badges row */
.eh-about-trust-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.eh-about-trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background-color: var(--eh-white);
  border-radius: 50px;
  box-shadow:
    0 1px 2px rgba(87, 83, 78, 0.04),
    0 4px 12px rgba(87, 83, 78, 0.05);
  border: 1px solid rgba(168, 162, 158, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.eh-about-trust-badge:hover {
  box-shadow:
    0 2px 4px rgba(87, 83, 78, 0.04),
    0 8px 20px rgba(87, 83, 78, 0.07);
  transform: translateY(-2px);
}

.eh-about-trust-badge-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.eh-about-trust-badge span {
  font-family: var(--eh-font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--eh-folk-dark);
  white-space: nowrap;
}

/* Unified connect card — wraps both columns in one container */
.eh-about-trust-connect-card {
  background-color: var(--eh-white);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(87, 83, 78, 0.04),
    0 6px 20px rgba(87, 83, 78, 0.06);
  border: 1px solid rgba(168, 162, 158, 0.08);
  padding: 44px 48px;
  max-width: 820px;
  margin: 0 auto;
}

.eh-about-trust-connect-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  text-align: left;
}

/* Vertical divider between columns */
.eh-about-trust-divider {
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(168, 162, 158, 0.2) 20%, rgba(168, 162, 158, 0.2) 80%, transparent 100%);
  margin: 0 36px;
}

/* Column headers with icon + h3 */
.eh-about-trust-col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.eh-about-trust-col-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eh-about-trust-col-icon--contact {
  background-color: rgba(68, 255, 1, 0.1);
  color: #44FF01;
}

.eh-about-trust-col-icon--social {
  background-color: rgba(36, 172, 242, 0.1);
  color: #24ACF2;
}

.eh-about-trust-contact-col h3,
.eh-about-trust-social-col h3 {
  color: var(--eh-folk-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

/* Contact list */
.eh-about-trust-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eh-about-trust-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--eh-font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--eh-folk-mid);
  margin-bottom: 16px;
}

.eh-about-trust-contact li:last-child {
  margin-bottom: 0;
}

.eh-about-trust-contact li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--eh-sage);
  opacity: 0.6;
}

.eh-about-trust-contact a {
  color: var(--eh-sage);
  text-decoration: none;
  transition: color 0.2s ease;
}

.eh-about-trust-contact a:hover {
  color: var(--eh-sage-hover);
}

/* Social connect */
.eh-about-trust-connect-text {
  font-family: var(--eh-font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--eh-folk-mid);
  margin-bottom: 18px;
}

.eh-about-trust-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eh-about-trust-social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--eh-font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--eh-folk-mid);
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(168, 162, 158, 0.12);
  background-color: rgba(168, 162, 158, 0.03);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.eh-about-trust-social-link:hover {
  background-color: rgba(5, 0, 255, 0.06);
  color: var(--eh-sage);
  border-color: rgba(5, 0, 255, 0.15);
}

.eh-about-trust-social-link svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}


/* ═══════════════════════════════════════════════════════════
   § 8  CTA
   ═══════════════════════════════════════════════════════════ */

.eh-about-cta {
  padding: 100px 24px;
  text-align: center;

  overflow: hidden;
}

.eh-about-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}

.eh-about-cta h2 {
  color: var(--eh-folk-dark);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.eh-about-cta-text {
  font-family: var(--eh-font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--eh-folk-mid);
  margin-bottom: 36px;
}

/* CTA flourishes */
.eh-about-cta-flourish {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.eh-about-cta-flourish-tl {
  top: 20px;
  left: 5%;
  width: 80px;
  height: 80px;
  animation: eh-float 8s ease-in-out infinite;
}

.eh-about-cta-flourish-br {
  bottom: 20px;
  right: 5%;
  width: 60px;
  height: 60px;
  animation: eh-breathe 6s ease-in-out infinite;
}


/* ═══════════════════════════════════════════════════════════
   § COLOR-CYCLING ANIMATION — hue rotation on illustration SVGs
   ═══════════════════════════════════════════════════════════ */

.eh-about-hero-illustration svg,
.eh-about-mission-illustration svg,
.eh-about-vision-illustration svg,
.eh-about-problem-illustration svg,
.eh-about-methodology-icon svg,
.eh-about-cta-flourish svg {
  animation: eh-hue-cycle 20s linear infinite;
}

/* Stagger the start so illustrations aren't all in sync */
.eh-about-mission-illustration svg { animation-delay: -4s; }
.eh-about-vision-illustration svg  { animation-delay: -8s; }
.eh-about-problem-illustration svg { animation-delay: -12s; }
.eh-about-methodology-icon svg     { animation-delay: -6s; }
.eh-about-cta-flourish svg          { animation-delay: -10s; }


/* ═══════════════════════════════════════════════════════════
   § RESPONSIVE — TABLET (max-width: 1199px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1199px) {

  /* Hero */
  .eh-about-hero {
    padding: 120px 24px 60px;
  }

  .eh-about-hero h1 {
    font-size: 36px;
  }

  .eh-about-hero-inner {
    gap: 28px;
  }

  /* Mission */
  .eh-about-mission-inner {
    gap: 32px;
  }

  .eh-about-mission-content h2 {
    font-size: 30px;
  }

  /* Vision */
  .eh-about-vision-inner {
    gap: 32px;
  }

  .eh-about-vision-content h2 {
    font-size: 30px;
  }

  /* Problem: stack */
  .eh-about-problem-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .eh-about-problem-illustration {
    order: -1;
  }

  .eh-about-problem-illustration svg {
    max-width: 320px;
  }

  /* Methodology: 2x2 grid still works at tablet */
  .eh-about-methodology-grid {
    gap: 20px;
  }

  .eh-about-methodology-step {
    padding: 28px 22px;
  }

  /* Founder */
  .eh-about-founder {
    padding: 80px 28px;
  }

  /* Trust badges wrap */
  .eh-about-trust-badges {
    gap: 14px;
  }

  .eh-about-trust-badge {
    padding: 12px 18px;
  }

  /* Trust card */
  .eh-about-trust-connect-card {
    padding: 36px 32px;
  }

  .eh-about-trust-divider {
    margin: 0 24px;
  }

  /* Problem illustration */
  .eh-about-problem-illustration svg {
    max-width: 340px;
  }
}


/* ═══════════════════════════════════════════════════════════
   § RESPONSIVE — MOBILE (max-width: 767px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

  .eh-about-hero {
    padding: 110px 20px 48px;
  }

  .eh-about-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .eh-about-hero h1 {
    font-size: 30px;
  }

  .eh-about-hero h1 br {
    display: none;
  }

  .eh-about-hero-text {
    font-size: 16px;
    max-width: 100%;
  }

  .eh-about-hero-illustration svg {
    max-width: 380px;
  }

  /* Mission: single column */
  .eh-about-mission {
    padding: 56px 20px;
  }

  .eh-about-mission-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .eh-about-mission-content h2 {
    font-size: 28px;
  }

  .eh-about-mission-illustration svg {
    max-width: 340px;
  }

  /* Vision: single column */
  .eh-about-vision {
    padding: 56px 20px;
  }

  .eh-about-vision-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .eh-about-vision-illustration {
    order: -1;
  }

  .eh-about-vision-content h2 {
    font-size: 28px;
  }

  .eh-about-vision-illustration svg {
    max-width: 340px;
  }

  /* Problem */
  .eh-about-problem {
    padding: 56px 20px;
  }

  .eh-about-problem-content h2 {
    font-size: 28px;
  }

  .eh-about-problem-content p {
    font-size: 16px;
  }

  .eh-about-problem-punchline {
    font-size: 16px;
  }

  .eh-about-problem-illustration svg {
    max-width: 280px;
  }

  /* Methodology: single column */
  .eh-about-methodology {
    padding: 56px 20px;
  }

  .eh-about-methodology-inner h2 {
    font-size: 28px;
  }

  .eh-about-methodology-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Founder */
  .eh-about-founder {
    padding: 64px 20px;
  }

  .eh-about-founder-heading {
    font-size: 26px;
  }

  .eh-about-founder-letter p {
    font-size: 16px;
  }

  /* Team: single column */
  .eh-about-team {
    padding: 56px 20px;
  }

  .eh-about-team-inner h2 {
    font-size: 28px;
  }

  .eh-about-team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
  }

  /* Trust: single column */
  .eh-about-trust {
    padding: 56px 20px;
  }

  .eh-about-trust-inner > h2 {
    font-size: 28px;
  }

  .eh-about-trust-badges {
    gap: 10px;
    margin-bottom: 40px;
  }

  .eh-about-trust-badge {
    padding: 10px 16px;
  }

  .eh-about-trust-badge span {
    font-size: 13px;
  }

  .eh-about-trust-connect-card {
    padding: 28px 24px;
  }

  .eh-about-trust-connect-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .eh-about-trust-divider {
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: linear-gradient(90deg, transparent 0%, rgba(168, 162, 158, 0.2) 20%, rgba(168, 162, 158, 0.2) 80%, transparent 100%);
  }

  .eh-about-problem-illustration svg {
    max-width: 300px;
  }

  /* CTA */
  .eh-about-cta {
    padding: 56px 20px;
  }

  .eh-about-cta h2 {
    font-size: 28px;
  }

  .eh-about-cta-text {
    font-size: 16px;
  }

  .eh-about-cta-flourish-tl {
    width: 60px;
  }

  .eh-about-cta-flourish-br {
    width: 45px;
  }
}


/* ═══════════════════════════════════════════════════════════
   § RESPONSIVE — SMALL MOBILE (max-width: 479px)
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 479px) {

  .eh-about-hero {
    padding: 100px 16px 40px;
  }

  .eh-about-hero h1 {
    font-size: 26px;
  }

  .eh-about-hero-text {
    font-size: 15px;
  }

  .eh-about-hero-illustration svg {
    max-width: 300px;
  }

  .eh-about-mission {
    padding: 48px 16px;
  }

  .eh-about-mission-content h2 {
    font-size: 24px;
  }

  .eh-about-vision {
    padding: 48px 16px;
  }

  .eh-about-vision-content h2 {
    font-size: 24px;
  }

  .eh-about-problem {
    padding: 48px 16px;
  }

  .eh-about-problem-content h2 {
    font-size: 24px;
  }

  .eh-about-methodology {
    padding: 48px 16px;
  }

  .eh-about-methodology-inner h2 {
    font-size: 24px;
  }

  .eh-about-methodology-step {
    padding: 28px 20px;
  }

  .eh-about-founder {
    padding: 48px 16px;
  }

  .eh-about-founder-heading {
    font-size: 22px;
  }

  .eh-about-team {
    padding: 48px 16px;
  }

  .eh-about-team-inner h2 {
    font-size: 24px;
  }

  .eh-about-team-card {
    padding: 28px 22px;
  }

  .eh-about-trust {
    padding: 48px 16px;
  }

  .eh-about-trust-inner > h2 {
    font-size: 24px;
  }

  .eh-about-trust-badge {
    padding: 8px 14px;
    gap: 8px;
  }

  .eh-about-trust-badge-icon {
    width: 32px;
    height: 32px;
  }

  .eh-about-trust-badge span {
    font-size: 12px;
  }

  .eh-about-trust-connect-card {
    padding: 24px 20px;
  }

  .eh-about-cta {
    padding: 48px 16px;
  }

  .eh-about-cta h2 {
    font-size: 24px;
  }

  .eh-about-cta-text {
    font-size: 15px;
  }

  .eh-about-cta-flourish-tl,
  .eh-about-cta-flourish-br {
    display: none;
  }
}
