/* About page: compact newsroom styles */
:root{ --newsroom-gradient: linear-gradient(135deg, rgba(6,78,59,0.9), rgba(12,115,80,0.85)); }
.hero-newsroom{ min-height: calc(100vh - var(--header-height)); background-size:cover; background-position:center; position:relative; color:#fff; display:flex; align-items:center; }
.hero-newsroom .hero-bg{ position:absolute; inset:0; background-size:cover; background-position:center; filter:brightness(0.55) saturate(1.05); z-index:0; }
.hero-newsroom .overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(2,6,23,0.55), rgba(2,6,23,0.28)); z-index:1; backdrop-filter: blur(2px); }
.hero-newsroom .container{ position:relative; z-index:2; }
.hero-newsroom .badge-focus{ background: #fff; color: var(--focus-black); padding:0.35rem 0.6rem; border-radius:8px; font-weight:700; }
.hero-newsroom .hero-stats .stat{ min-width:110px; background:transparent; }
.article-card-img{ height:140px; object-fit:cover; }
.section-title{ font-size:1.6rem; font-weight:800; color:var(--focus-black); }
.mission-card{ border-radius:12px; background:linear-gradient(180deg, #fff, #fbfbfb); border:1px solid rgba(6,78,59,0.04); }
.timeline{ border-left:2px solid rgba(0,0,0,0.06); padding-left:18px; }
.timeline-item{ margin-bottom:16px; }
.pillar-card{ border-radius:12px; padding:22px 16px; background:linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1)); box-shadow:var(--focus-shadow-sm); }
.pillar-card .icon{ color:var(--unajac-green); }
.gallery-grid .gallery-item{ overflow:hidden; border-radius:12px; }
.gallery-caption{ position:absolute; bottom:0; left:0; right:0; z-index:2; background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.85) 100%); color:#fff; }
.gallery-item{ position:relative; }
.gallery-img{ width:100%; height:auto; object-fit:cover; display:block; }
.member-card{ border-radius:12px; box-shadow:var(--focus-shadow-sm); border:1px solid rgba(0,0,0,0.04); padding-bottom:18px; }
.timeline-vertical{ display:flex; flex-direction:column; gap:18px; }
.timeline-entry{ display:flex; gap:12px; align-items:flex-start; }
.timeline-icon{ width:46px; height:46px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:18px; }
.timeline-content h6{ margin:0 0 4px 0; }
.stat-card{ border-radius:12px; background:linear-gradient(180deg, #fff, #fafafa); box-shadow:var(--focus-shadow-sm); }
.cta-card{ background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border-radius:16px; backdrop-filter: blur(6px); border:1px solid rgba(255,255,255,0.06); box-shadow:var(--focus-shadow-md); }
.about-footer{ background: #050507; }
.about-footer a{ color: #fff; }
.about-footer .ticker{ font-family: var(--focus-font-sans); }
.hover-zoom{ transition: transform .35s ease, box-shadow .35s ease; }
.hover-zoom:hover{ transform: translateY(-6px) scale(1.02); box-shadow: 0 14px 36px rgba(2,6,23,0.24); }
@media (max-width:767.98px){ .hero-newsroom .hero-bg{ background-position:top center; } .article-card-img{ height:120px; } }

/* Avatar (initials) for team */
.member-avatar{ width:110px; height:110px; display:inline-flex; align-items:center; justify-content:center; font-size:28px; font-weight:700; color:#fff; border-radius:50%; background: linear-gradient(135deg, var(--unajac-green), var(--unajac-green-dark)); box-shadow: 0 8px 20px rgba(6,78,59,0.18); margin:0 auto; }
.member-avatar .avatar-text{ line-height:1; }

