/* =====================================================================
   CITRA ENERGI BUMI — Gaya khusus Halaman Tentang Kami
   Hanya menambah layout/penempatan; warna & token tetap dari style.css.
   ===================================================================== */

/* ---------- Hero / banner halaman ---------- */
.page-hero {
  position: relative;
  padding-top: calc(var(--nav-h) + clamp(48px, 8vw, 96px));
  padding-bottom: clamp(40px, 6vw, 72px);
  overflow: hidden;
}
.page-hero .ph-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero .ph-orb {
  position: absolute; border-radius: 50%; filter: blur(96px); opacity: .5;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255,122,26,.5), transparent 65%);
  top: -180px; right: -120px;
}
.page-hero .ph-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(ellipse 70% 70% at 60% 30%, #000, transparent 80%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .ph-copy { max-width: 760px; }
.page-hero h1 { margin: 20px 0 22px; font-size: clamp(2.4rem, 5.4vw, 4rem); }
.page-hero .lead { max-width: 64ch; }

/* ---------- Cerita + foto ---------- */
.story-photos { position: relative; min-height: 460px; }
.story-photos .photo { position: absolute; box-shadow: var(--shadow-lg); }
.story-photos .sp-main { width: 74%; top: 0; left: 0; z-index: 1; }
.story-photos .sp-sub  { width: 54%; bottom: 0; right: 0; z-index: 2; border: 3px solid var(--bg); }
@media (max-width: 980px){
  .story-photos { min-height: 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; align-items: end; }
  .story-photos .photo { position: static; width: 100%; }
}
.story-copy p { color: var(--muted); margin-top: 16px; }
.story-copy p:first-of-type { margin-top: 0; }

/* ---------- Visi & Misi ---------- */
.vm-card h3 { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.vm-card .vm-ico { margin-bottom: 0; width: 48px; height: 48px; border-radius: 14px; }
.vm-card .vm-ico svg { width: 22px; height: 22px; }
.vm-card p { color: var(--muted); }
.vm-card .check-list { margin-top: 4px; }

/* ---------- Kartu nilai ---------- */
.value-card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.value-card p { color: var(--muted); font-size: .94rem; }

/* ---------- Tim ---------- */
.team-card { text-align: center; padding: clamp(22px, 3vw, 30px); }
.team-card .photo { aspect-ratio: 1/1; border-radius: 50%; width: 116px; margin: 0 auto 20px; }
.team-card .photo .ph-tag { left: 50%; transform: translateX(-50%); bottom: 8px; }
.team-card .tm-av {
  width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 20px;
  display: grid; place-items: center;
  background: var(--grad-accent); color: #1a1206;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
}
.team-card h3 { font-size: 1.16rem; margin-bottom: 4px; }
.team-card .tm-role { color: var(--accent); font-family: var(--font-mono); font-size: .78rem; letter-spacing: .08em; }
.team-card .tm-desc { color: var(--muted); font-size: .9rem; margin-top: 12px; }

/* ---------- Stat band tentang ---------- */
.about-stats {
  background: linear-gradient(135deg, var(--surface) 0%, var(--bg-2) 100%);
  border: 1px solid var(--border-2);
  border-radius: var(--r-xl);
  padding: clamp(36px, 5vw, 60px) clamp(28px, 4vw, 52px);
}
