/* ========================================
   ABOUT PAGE
======================================== */

.about {
  display: block;
  background-color: var(--color-bg-primary);
}

.about-hero {
  background: linear-gradient(180deg, rgba(233, 215, 201, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
  border-bottom: 1px solid var(--color-border-subtle);
}

/* About Hero — Split Layout */
.about-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  align-items: stretch;
}

.about-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 6rem) 8% clamp(2.5rem, 6vw, 5rem);
  text-align: center;
}

.about-hero__eyebrow {
  margin: 0 0 var(--space-sm);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-accent-blush);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
}

.about-hero__eyebrow::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-blush);
}

.about-hero__eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-blush);
  display: none;
}

.about-hero__title {
  margin: 0 0 var(--space-sm);
  font-size: var(--fs-h1);
  line-height: var(--lh-tight);
}

.about-hero__subtitle {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
  max-width: var(--content-measure-narrow);
  margin: 0 auto var(--space-lg);
  color: var(--color-text-muted);
}

.about-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.about-hero__actions .btn--primary {
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.about-hero__actions .btn--primary:hover,
.about-hero__actions .btn--primary:focus-visible {
  transform: translateY(-2px);
}

.about-hero__visual {
  position: relative;
  min-height: clamp(360px, 64vw, 560px);
}

.about-hero__panel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(110, 27, 37, 0.18);
}

.about-hero__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-hero__panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(233, 215, 201, 0.4) 0%, rgba(110, 27, 37, 0.3) 100%);
}

.about-hero__panel-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 72% 35%, rgba(110, 27, 37, 0.18) 0%, rgba(110, 27, 37, 0) 62%);
}

.about-hero__panel-arch {
  position: absolute;
  left: -12%;
  bottom: 0;
  width: 78%;
  padding-bottom: 90%;
  background: rgba(110, 27, 37, 0.08);
  border-radius: 50% 50% 0 0;
}

.about-hero__badge {
  position: absolute;
  left: var(--space-md);
  bottom: var(--space-lg);
  background: var(--color-bg-primary);
  box-shadow: var(--shadow-card);
  padding: 14px 16px;
  display: grid;
  gap: 6px;
  max-width: 230px;
  z-index: 2;
}

.about-hero__badge-num {
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
  color: var(--color-brand-primary);
  margin: 0;
}

.about-hero__badge-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin: 0;
}


.about-section__title {
  font-size: var(--fs-h2);
  margin: 0 auto var(--space-md);
  max-width: 720px;
  text-align: center;
}

.about-section__title--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.about .section--alt {
  background-color: var(--color-bg-oat);
}

.about-proof__grid {
  display: grid;
  gap: var(--space-lg);
  align-items: start;
}

.about-proof__content p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--fs-body);
  line-height: var(--lh-content);
}

.about-proof__content p + p {
  margin-top: var(--space-sm);
}

.about-proof__pillars {
  display: grid;
  gap: var(--space-xs);
  margin: var(--space-lg) 0 0;
  padding: 0;
  list-style: none;
}

.about-proof__pillars li {
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-bg-subtle);
  padding: 0.75rem 0.95rem;
  color: var(--color-text-primary);
  font-size: var(--fs-body-sm);
}

.about-proof__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-sm);
}

.about-proof__stat {
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-bg-primary);
  padding: var(--space-md);
  box-shadow: var(--shadow-card);
}

.about-proof__stat-value {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  color: var(--color-brand-primary);
}

.about-proof__stat-label {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--fs-body-sm);
  line-height: 1.7;
}

.about-workflow.section {
  padding-top: clamp(6.5rem, 10vw, 9rem);
  padding-bottom: clamp(6.5rem, 10vw, 9rem);
}

.about-workflow .section-intro {
  margin-bottom: var(--space-xl);
}

.eyebrow.about-workflow__eyebrow {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0 auto 1rem;
}

.about-workflow__eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-blush);
}

.about-workflow__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-md);
  position: relative;
}

.about-workflow__timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(110, 27, 37, 0.24);
}

.about-workflow__item {
  position: relative;
  padding-left: calc(var(--space-lg) + 0.25rem);
}

.about-workflow__item::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 1.2rem;
  width: 13px;
  height: 13px;
  background: var(--color-brand-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(110, 27, 37, 0.14);
}

.about-workflow__step {
  background-color: var(--color-bg-primary);
  border: 1px solid var(--color-border-subtle);
  padding: var(--space-md);
  box-shadow: var(--shadow-card);
}

.about-workflow__step-num {
  margin: 0 0 0.6rem;
  font-size: var(--fs-small);
  letter-spacing: 0.18em;
  color: var(--color-brand-primary);
}

.about-workflow__step h3 {
  margin: 0 0 0.55rem;
  font-size: var(--fs-h4);
}

.about-workflow__step p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--fs-body-sm);
  line-height: 1.7;
}

.about-workflow__footer {
  margin: var(--space-lg) 0 0;
  text-align: center;
}

.about-leadership__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  align-items: center;
}

.about-leadership__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius-base);
  box-shadow: var(--shadow-card);
}

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

.about-leadership__bio {
  background-color: var(--color-bg-primary);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-base);
  padding: var(--space-lg);
  box-shadow: var(--shadow-card);
  text-align: left;
}

.about-leadership__bio p {
  margin: 0;
  color: var(--color-text-muted);
}

.about-leadership__bio p + p {
  margin-top: var(--space-sm);
}

.about-leadership__name {
  margin-bottom: var(--space-xs);
}

.about-leadership__role {
  font-size: var(--fs-small);
  color: var(--color-text-muted);
  margin-bottom: var(--space-sm);
}

.about-credentials__grid {
  display: grid;
  gap: var(--space-sm);
}

.about-credentials__item {
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-bg-primary);
  padding: var(--space-md);
  box-shadow: var(--shadow-card);
}

.about-credentials__item h3 {
  margin: 0 0 var(--space-xs);
  font-size: var(--fs-h4);
}

.about-credentials__item p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--fs-body-sm);
  line-height: 1.7;
}

.about-credentials__note {
  margin: var(--space-lg) auto 0;
  max-width: var(--content-measure-narrow);
  text-align: center;
}

.about-locations__grid {
  display: grid;
  gap: var(--space-sm);
}

.about-locations__item {
  margin: 0;
  font-style: normal;
  border: 1px solid var(--color-border-subtle);
  border-top: 3px solid var(--color-brand-primary);
  background-color: var(--color-bg-primary);
  padding: var(--space-lg);
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-locations__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(110, 27, 37, 0.15);
}

.about-locations__city-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--fs-small);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent-blush);
  margin-bottom: var(--space-xs);
}

.about-locations__item h3 {
  margin: 0 0 var(--space-sm);
  font-family: var(--font-heading);
  font-size: var(--fs-h3);
  color: var(--color-text-primary);
  line-height: var(--lh-heading);
}

.about-locations__item p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.75;

}

.about-locations__item p + p {
  margin-top: var(--space-xs);
}

.about-locations__btn {
  margin-top: var(--space-md);
  display: block;
  width: 100%;
  text-align: center;
}

/* =========================================
   ABOUT PAGE — SECTION 2: PHILOSOPHY
========================================= */

.about-philosophy__intro {
  text-align: center;
  margin-bottom: var(--space-xxl);
}

.about-philosophy__intro .eyebrow {
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.about-philosophy__intro .eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-blush);
}

.about-philosophy__intro .about-section__title {
  margin-bottom: 1.25rem;
}

.about-philosophy__intro .section-intro {
  margin-bottom: 0;
}

.about-philosophy__cards {
  display: grid;
  gap: var(--space-md);
}

.about-philosophy__card {
  border: 1px solid var(--color-border-subtle);
  border-top: 3px solid var(--color-brand-primary);
  padding: var(--space-lg);
  background: var(--color-bg-primary);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-philosophy__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.about-philosophy__num {
  display: block;
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 1;
  color: var(--color-accent-blush);
  opacity: 0.25;
  margin-bottom: var(--space-xs);
}

.about-philosophy__card h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-h4);
  color: var(--color-text-primary);
  margin: 0 0 var(--space-xs);
}

.about-philosophy__card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--fs-body-sm);
  line-height: 1.7;
}

/* =========================================
   ABOUT PAGE — SECTION 3: FOUNDER
========================================= */

.about-founder__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  align-items: start;
}

.about-founder__image {
  width: 100%;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

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

.about-founder__bio h2 {
  margin-bottom: var(--space-sm);
}

.about-founder__bio .eyebrow {
  display: flex;
  justify-content: flex-start;
}

.about-founder__bio .eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-blush);
  display: none;
}

.about-founder__bio p {
  color: var(--color-text-muted);
  line-height: var(--lh-content);
  margin: 0 0 var(--space-sm);
}

.about-founder__chips {
  display: inline-flex;
  gap: var(--space-xs);
  margin-bottom: var(--space-md);
}

.about-founder__chip {
  font-size: var(--fs-small);
  color: var(--color-text-muted);
  border: 1px solid var(--color-border-subtle);
  padding: 4px var(--space-sm);
  background: var(--color-bg-subtle);
  font-family: var(--font-body);
  display: inline-block;
}

.about-founder__quote {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  color: var(--color-brand-primary);
  margin: var(--space-lg) 0 0;
  padding-left: var(--space-md);
  border-left: 2px solid var(--color-accent-blush);
}

/* =========================================
   ABOUT PAGE — SECTION 4: EVIDENCE
========================================= */

.about-evidence__intro {
  text-align: center;
  max-width: var(--content-measure);
  margin: 0 auto var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-evidence__intro .eyebrow {
  justify-content: center;
  margin: 0 auto 1rem;
}

.about-evidence__intro .eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--color-accent-blush);
}

.about-evidence__intro .about-section__title {
  margin-bottom: var(--space-sm);
}

.about-evidence__intro .section-intro {
  margin-bottom: 0;
}

.about-evidence__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  margin-top: var(--space-xl);
}

.about-evidence__item {
  margin: 0;
  overflow: hidden;
}

.about-evidence__item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.about-evidence__item figcaption {
  padding: var(--space-sm);
  font-size: var(--fs-small);
  color: var(--color-text-muted);
  letter-spacing: 0.05em;
  background: var(--color-bg-subtle);
}


/* =========================================
   ABOUT PAGE — RESPONSIVE
========================================= */

@media (min-width: 768px) {
  .about-leadership__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-proof__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--space-xl);
  }

  .about-philosophy__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
  }

  .about-founder__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: var(--space-xxl);
  }

  .about-evidence__grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .about-credentials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 1024px) {
  .about-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    min-height: calc(80vh - var(--header-height));
  }

  .about-hero__content {
    text-align: left;
  }

  .about-hero__eyebrow {
    justify-content: flex-start;
  }

  .about-hero__title {
    max-width: none;
  }

  .about-hero__subtitle {
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero__actions {
    flex-direction: row;
    justify-content: flex-start;
  }

  .about-hero__visual {
    min-height: auto;
  }

  .about-workflow__timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-md);
    padding-top: var(--space-md);
  }

  .about-workflow__timeline::before {
    left: calc(12.5% - 16px);
    right: calc(12.5% - 16px);
    top: 16px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .about-workflow__item {
    padding-left: 0;
    padding-top: var(--space-md);
  }

  .about-workflow__item::before {
    left: 50%;
    top: -1px;
    transform: translateX(-50%);
  }
}
