/* =====================================================
   Best Green Cleaners — About Page CSS
   SICGBOR · bestgreencleaners.com
   ===================================================== */

/* HERO */
.about-hero {
  background:
    linear-gradient(135deg, rgba(27,54,93,0.90) 0%, rgba(15,45,71,0.82) 55%, rgba(27,54,93,0.92) 100%),
    url('../img/hero-bg.jpg') center 30% / cover no-repeat;
  padding: 90px 5% 80px;
  text-align: center;
}
.about-hero-inner { max-width: 760px; margin: 0 auto; }
.about-hero h1 {
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.2rem); color: #fff;
  line-height: 1.15; margin-bottom: 1rem;
}
.about-hero h1 em { font-style: normal; color: var(--teal); }
.about-hero-sub { color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.8; }

/* FOUNDER SECTION */
.founder-section { padding: 80px 5%; background: #fff; }
.founder-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 420px 1fr; gap: 5rem; align-items: start;
}
.founder-photo-wrap { position: sticky; top: 90px; }
.founder-photo {
  border-radius: 20px; overflow: hidden;
  border: 3px solid var(--silver);
  box-shadow: 0 12px 40px rgba(27,54,93,.12);
  margin-bottom: 1.2rem;
  aspect-ratio: 4/3;
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.founder-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.fstat {
  background: var(--offwhite); border: 1px solid var(--silver);
  border-radius: 12px; padding: 14px; text-align: center;
}
.fstat strong {
  display: block; font-family: 'Nunito', sans-serif;
  font-weight: 900; font-size: 1.5rem; color: var(--teal);
}
.fstat span { font-size: .78rem; color: var(--muted); }

/* Founder content */
.about-eyebrow {
  font-size: .78rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--teal); margin-bottom: .5rem;
  display: block;
}
.founder-content h2 {
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: 2.4rem; color: var(--navy); margin-bottom: .3rem;
}
.founder-title { color: var(--teal); font-weight: 600; font-size: .95rem; margin-bottom: 1.8rem; display: block; }
.founder-bio p {
  color: var(--muted); font-size: 1rem; line-height: 1.85;
  margin-bottom: 1.1rem;
}
.founder-quote {
  background: var(--offwhite); border-left: 4px solid var(--teal);
  border-radius: 0 12px 12px 0; padding: 1.4rem 1.6rem;
  margin: 1.5rem 0;
}
.founder-quote blockquote {
  font-family: 'Nunito', sans-serif; font-weight: 700;
  font-size: 1.1rem; color: var(--navy); line-height: 1.6;
  margin: 0 0 .5rem; font-style: italic;
}
.founder-quote cite { font-size: .85rem; color: var(--teal); font-style: normal; }

/* VALUES */
.values-section { background: var(--offwhite); padding: 80px 5%; }
.values-inner { max-width: 1100px; margin: 0 auto; }
.values-inner .section-title { margin-bottom: 3rem; }
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem;
}
.value-card {
  background: #fff; border-radius: 16px; padding: 1.8rem;
  border: 1px solid var(--silver);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.value-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(27,54,93,.09); border-color: var(--teal); }
.value-icon { font-size: 2rem; margin-bottom: .8rem; display: block; }
.value-card h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800;
  color: var(--navy); font-size: 1.05rem; margin-bottom: .5rem;
}
.value-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* TIMELINE */
.timeline-section { padding: 80px 5%; background: #fff; overflow: hidden; }
.timeline-inner { max-width: 900px; margin: 0 auto; }
.timeline-inner .section-title { margin-bottom: 3.5rem; text-align: center; }
.timeline {
  position: relative; padding: 0 0 2rem;
}
.timeline-line {
  position: absolute; left: 50%; top: 0; bottom: 0;
  width: 2px; background: var(--silver);
  transform: translateX(-50%); z-index: 0;
}
.timeline-item {
  display: flex; align-items: flex-start;
  margin-bottom: 2.5rem; position: relative; z-index: 1;
}
.timeline-item.left  { justify-content: flex-end; padding-right: calc(50% + 36px); }
.timeline-item.right { justify-content: flex-start; padding-left: calc(50% + 36px); }
.timeline-card {
  background: var(--offwhite); border: 1px solid var(--silver);
  border-radius: 14px; padding: 1.4rem; max-width: 340px;
  transition: transform .2s, box-shadow .2s;
}
.timeline-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(27,54,93,.08); }
.timeline-year {
  display: inline-block; background: var(--teal); color: var(--navy);
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: .85rem;
  padding: 3px 12px; border-radius: 30px; margin-bottom: .6rem;
}
.timeline-card h4 {
  font-family: 'Nunito', sans-serif; font-weight: 800;
  color: var(--navy); font-size: 1rem; margin-bottom: .4rem;
}
.timeline-card p { color: var(--muted); font-size: .88rem; line-height: 1.65; }
.timeline-dot {
  position: absolute; left: 50%; top: 20px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--teal); border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--teal);
  transform: translateX(-50%); z-index: 2;
}

/* ECO SECTION */
.eco-section { background: var(--navy); padding: 80px 5%; }
.eco-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 340px; gap: 4rem; align-items: center;
}
.eco-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.eco-pill {
  background: rgba(72,201,176,.15); border: 1px solid rgba(72,201,176,.3);
  color: var(--teal); font-size: .85rem; font-weight: 600;
  padding: 6px 14px; border-radius: 30px;
}
.eco-numbers { display: flex; flex-direction: column; gap: 1rem; }
.eco-num-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; padding: 1.4rem; text-align: center;
}
.eco-num-card strong {
  display: block; font-family: 'Nunito', sans-serif;
  font-weight: 900; font-size: 2rem; color: var(--teal); margin-bottom: .3rem;
}
.eco-num-card span { font-size: .85rem; color: rgba(255,255,255,.6); line-height: 1.4; display: block; }

/* CTA */
.about-cta { background: linear-gradient(135deg, var(--teal) 0%, #3ab89e 100%); padding: 70px 5%; text-align: center; }
.about-cta-inner { max-width: 700px; margin: 0 auto; }
.about-cta h2 { font-family:'Nunito',sans-serif; font-weight:900; font-size:clamp(1.8rem,3vw,2.4rem); color:var(--navy); margin-bottom:.8rem; }
.about-cta p { color:rgba(27,54,93,.75); font-size:1rem; margin-bottom:2rem; }
.about-cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
.btn-secondary-teal {
  border: 2px solid var(--navy); color: var(--navy);
  padding: 14px 28px; border-radius: 40px; font-weight: 700;
  font-size: 1rem; display: inline-block;
  transition: background .2s;
}
.btn-secondary-teal:hover { background: rgba(27,54,93,.1); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .founder-inner { grid-template-columns: 1fr; gap: 3rem; }
  .founder-photo-wrap { position: static; }
  .founder-photo { max-width: 480px; }
  .eco-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .eco-numbers { flex-direction: row; }
  .eco-num-card { flex: 1; }
}
@media (max-width: 768px) {
  .values-grid { grid-template-columns: 1fr 1fr; }
  .timeline-item.left  { padding-right: 0; justify-content: flex-start; padding-left: 40px; }
  .timeline-item.right { padding-left: 40px; }
  .timeline-line { left: 14px; }
  .timeline-dot  { left: 14px; }
  .founder-stats { grid-template-columns: repeat(4,1fr); }
  .eco-numbers { flex-direction: column; }
}
@media (max-width: 480px) {
  .values-grid { grid-template-columns: 1fr; }
  .founder-stats { grid-template-columns: 1fr 1fr; }
  .about-cta-btns { flex-direction: column; align-items: center; }
}
