/* =====================================================
   SOLARDEY — About Page Styles
   ===================================================== */

/* ── PAGE HERO ── */
.page-hero {
  padding: 96px 0 112px;
  position: relative;
  overflow: hidden;
  color: var(--white);
}
.page-hero-deco {
  position: absolute;
  top: -8%; right: -4%;
  width: 480px;
  color: var(--yellow-200);
  opacity: .07;
  pointer-events: none;
}
.page-hero-deco svg { width: 100%; }
.page-hero .inner { position: relative; z-index: 1; max-width: 860px; }
.page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--yellow-200);
  margin-bottom: 20px;
}
.page-hero-eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--yellow-200); }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 80px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}
.page-hero h1 em { color: var(--yellow-200); font-style: italic; }
.page-hero p {
  font-size: 18px;
  color: rgba(255,255,255,.8);
  max-width: 580px;
  line-height: 1.6;
}

/* ── FOUNDER ── */
.about-founder {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.about-founder-deco {
  position: absolute;
  top: -5%; right: 0;
  width: 360px;
  color: var(--yellow-200);
  opacity: .15;
  pointer-events: none;
}
.about-founder-deco svg { width: 100%; }
.about-founder-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.about-founder-photo {
  aspect-ratio: 4/5;
  background: var(--yellow-200);
  transform: skewX(-10deg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
}
.about-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewX(10deg) scale(1.15);
}
.about-founder-photo-inner {
  transform: skewX(10deg) scale(1.2);
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #3a8040 0%, #16381B 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-founder-sym { width: 50%; color: var(--yellow-200); opacity: .5; }
.about-founder-sym svg { width: 100%; height: auto; }
.about-founder-content h2 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 400;
  color: var(--green-800);
  margin-bottom: 6px;
  letter-spacing: -.01em;
}
.about-founder-role {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 24px !important;
}
.about-founder-content p {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.65;
  margin-bottom: 18px;
}
.about-founder-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ── PILLARS ── */
.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.about-pillar {
  background: var(--white);
  padding: 36px 28px;
  border-top: 3px solid var(--green-500);
  transition: transform .3s, box-shadow .3s;
}
.about-pillar:nth-child(2) { border-top-color: var(--yellow-500); }
.about-pillar:nth-child(3) { border-top-color: var(--green-700); }
.about-pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(22,56,27,.1);
}
.about-pillar-icon { width: 44px; height: 44px; margin-bottom: 18px; }
.about-pillar-icon svg { width: 44px; height: 44px; }
.about-pillar h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: var(--green-800);
  margin-bottom: 12px;
}
.about-pillar p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.6;
  margin-bottom: 16px;
}
.about-pillar ul { list-style: none; margin-bottom: 20px; }
.about-pillar li {
  font-size: 14px;
  color: var(--gray-700);
  padding: 5px 0 5px 16px;
  position: relative;
  line-height: 1.45;
}
.about-pillar li::before {
  content: "";
  position: absolute; left: 0; top: 11px;
  width: 6px; height: 6px;
  background: var(--green-500); border-radius: 50%;
}
.about-pillar:nth-child(2) li::before { background: var(--yellow-500); }
.about-pillar:nth-child(3) li::before { background: var(--green-700); }

/* ── WHY GRID ── */
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 8px;
}
.about-why-item h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--green-800);
  margin-bottom: 10px;
}
.about-why-item p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.65;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .about-founder-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-founder-photo { max-width: 260px; aspect-ratio: 1; }
  .about-pillars-grid  { grid-template-columns: 1fr; }
  .about-why-grid      { grid-template-columns: 1fr; gap: 28px; }
  .page-hero           { padding: 72px 0 80px; }
  .about-founder       { padding: 72px 0; }
}

@media (max-width: 768px) {
  .page-hero h1 { font-size: 44px; }
  .about-founder-links { flex-direction: column; align-items: flex-start; }
}
