/* About Us — RenewlyRX (extends assets/css/styles.css) */

:root {
  --nav-h: 68px;
}

/* Breadcrumb */
.breadcrumb-bar {
  margin-top: var(--nav-h);
  padding: 14px 5vw;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.breadcrumb-bar a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-bar a:hover { color: var(--forest); }
.breadcrumb-bar .sep { opacity: 0.35; }
.breadcrumb-bar .current { color: var(--forest); font-weight: 500; }

/* Hero */
.about-hero {
  padding: 48px 5vw 64px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -100px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 168, 153, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.about-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 169, 110, 0.18);
  border: 1px solid var(--gold-light);
  color: var(--forest);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.about-eyebrow span {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.about-hero-copy h1 {
  font-family: var(--ff-display);
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 400;
  color: var(--forest);
  line-height: 1.12;
  margin-bottom: 1.25rem;
}

.about-hero-copy h1 em {
  font-style: italic;
  color: var(--forest-light);
}

.about-lead {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.75;
  font-weight: 300;
  max-width: 540px;
  margin-bottom: 2rem;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.about-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-stat-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 12px 40px rgba(26, 58, 42, 0.06);
}

.about-stat-num {
  font-family: var(--ff-display);
  font-size: 2rem;
  color: var(--forest);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.about-stat-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* Sections */
.about-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5vw;
}

.about-section {
  padding: 72px 0;
}

.about-section-head .section-title {
  max-width: 640px;
  margin-bottom: 0;
}

.about-section-head {
  margin-bottom: 2.5rem;
}

.about-section-sub {
  margin-top: 1rem;
  font-size: 16px;
  color: var(--text-mid);
  font-weight: 300;
  line-height: 1.65;
  max-width: 520px;
}

/* Mission */
.about-mission {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
}

.about-prose p {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 1.1rem;
}

.about-prose p:last-child { margin-bottom: 0; }

.about-pullquote {
  font-family: var(--ff-display);
  font-size: 1.35rem;
  color: var(--forest);
  line-height: 1.45;
  padding-left: 1.25rem;
  border-left: 3px solid var(--gold);
  margin-top: 1.5rem !important;
}

/* Pillars */
.about-pillars {
  background: var(--cream);
}

.about-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.about-pillar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  transition: box-shadow 0.25s, border-color 0.2s;
}

.about-pillar:hover {
  border-color: rgba(26, 58, 42, 0.16);
  box-shadow: 0 16px 48px rgba(26, 58, 42, 0.08);
}

.about-pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--forest);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.about-pillar h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 0.65rem;
}

.about-pillar p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Process */
.about-process {
  background: var(--white);
  border-top: 1px solid var(--border);
}

.about-step-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.about-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.75rem 1.5rem;
  background: var(--cream);
  border-radius: 18px;
  border: 1px solid var(--border);
}

.about-step-num {
  font-family: var(--ff-display);
  font-size: 1.75rem;
  color: var(--cream-dark);
  line-height: 1;
  flex-shrink: 0;
}

.about-step h3 {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 0.45rem;
}

.about-step p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

.about-process-link {
  text-align: center;
}

.about-process-link a {
  font-size: 15px;
  font-weight: 500;
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.about-process-link a:hover {
  color: var(--forest-mid);
  border-bottom-color: var(--forest-mid);
}

/* CTA */
.about-cta {
  margin: 0 5vw 80px;
  background: var(--forest);
  border-radius: 28px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

.about-cta::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 168, 153, 0.14) 0%, transparent 62%);
  pointer-events: none;
}

.about-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-cta h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  color: var(--white);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.about-cta p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.about-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.about-cta-secondary {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.about-cta-secondary:hover {
  color: var(--gold-light);
}

/* Reveal stagger (used on about page) */
.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.22s; }

@media (max-width: 960px) {
  .about-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-mission-grid {
    grid-template-columns: 1fr;
  }

  .about-pillar-grid {
    grid-template-columns: 1fr;
  }

  .about-step-list {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding: 44px 28px;
  }
}

@media (max-width: 600px) {
  .about-hero {
    padding-top: 32px;
  }
}
