/* ============================================
   CHAIRMAN PAGE — PREMIUM STYLES
   Cambridge Model Sr. Sec. School
   ============================================ */

/* SHARED */
.chm-section-header { text-align: center; margin-bottom: 48px; }
.chm-badge { display: inline-block; background: linear-gradient(135deg, #0B3D2E, #155d47); color: #C9A24D; padding: 6px 20px; border-radius: 30px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.chm-badge-light { display: inline-block; background: rgba(201,162,77,0.15); color: #C9A24D; padding: 6px 20px; border-radius: 30px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.chm-section-header h2 { font-size: 2.1rem; font-weight: 700; color: #fff; margin-bottom: 14px; }
.chm-section-header p { color: rgba(255,255,255,0.8); font-size: 1.05rem; max-width: 620px; margin: 0 auto; line-height: 1.7; }

/* PROFILE */
.chm-profile-section { padding: 80px 0; background: #fff; }
.chm-profile-layout { display: grid; grid-template-columns: 380px 1fr; gap: 48px; align-items: start; }
.chm-profile-image { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.12); }
.chm-profile-image img { width: 100%; display: block; object-fit: cover; }
.chm-profile-name-card { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(11,61,46,0.95) 0%, transparent 100%); padding: 40px 24px 20px; }
.chm-profile-name-card h3 { color: #fff; font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.chm-profile-name-card span { color: #C9A24D; font-size: 0.85rem; font-weight: 600; }
.chm-profile-content h2 { font-size: 1.9rem; font-weight: 700; color: #0B3D2E; margin-bottom: 8px; }
.chm-subtitle { font-size: 0.92rem; color: #6b7280; margin-bottom: 24px; }

/* MESSAGE CARD */
.chm-message-card { background: linear-gradient(180deg, #FFF8EE, #FFF0DB); border-radius: 18px; padding: 32px 28px; position: relative; border: 1px solid rgba(201,162,77,0.12); }
.chm-message-quote { position: absolute; top: 20px; left: 24px; color: rgba(201,162,77,0.2); font-size: 2.5rem; }
.chm-message-card h3 { font-size: 1.15rem; font-weight: 700; color: #0B3D2E; margin-bottom: 16px; padding-top: 8px; }
.chm-message-card > p { font-size: 0.92rem; color: #6b7280; line-height: 1.75; margin-bottom: 14px; }
.chm-signature { border-top: 1px solid rgba(0,0,0,0.06); padding-top: 16px; margin-top: 16px; }
.chm-signature-name { font-size: 1.1rem; font-weight: 700; color: #0B3D2E; margin-bottom: 2px; }
.chm-signature-title { font-size: 0.82rem; color: #C9A24D; font-weight: 600; }

/* VISION */
.chm-vision-section { padding: 80px 0; background: linear-gradient(135deg, #0B3D2E 0%, #155d47 50%, #0B3D2E 100%); position: relative; overflow: hidden; }
.chm-vision-section::before { content: ''; position: absolute; top: -40%; right: -15%; width: 400px; height: 400px; border-radius: 50%; background: rgba(201,162,77,0.05); }
.chm-vision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 1; }
.chm-vision-card { background: rgba(255,255,255,0.06); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.1); border-radius: 18px; padding: 36px 26px; text-align: center; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
.chm-vision-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-5px); border-color: rgba(201,162,77,0.3); }
.chm-vision-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(201,162,77,0.15); display: flex; align-items: center; justify-content: center; color: #C9A24D; font-size: 22px; margin: 0 auto 18px; }
.chm-vision-card h4 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.chm-vision-card p { font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.65; }

/* CTA */
.chm-cta-section { padding: 80px 0; background: linear-gradient(180deg, #FFF8EE, #FFF0DB); }
.chm-cta-content { text-align: center; max-width: 650px; margin: 0 auto; }
.chm-cta-content h2 { font-size: 2rem; font-weight: 700; color: #0B3D2E; margin-bottom: 16px; }
.chm-cta-content > p { font-size: 1rem; color: #6b7280; line-height: 1.7; margin-bottom: 28px; }
.chm-btn-gold { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; border-radius: 12px; background: linear-gradient(135deg, #C9A24D, #D4AF61); color: #fff; font-size: 0.95rem; font-weight: 700; text-decoration: none; transition: all 0.35s ease; box-shadow: 0 4px 16px rgba(201,162,77,0.3); }
.chm-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,162,77,0.45); }

/* RESPONSIVE */
@media (max-width: 992px) {
    .chm-profile-layout { grid-template-columns: 1fr; gap: 32px; }
    .chm-profile-image { max-width: 380px; margin: 0 auto; }
    .chm-vision-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .chm-section-header h2, .chm-profile-content h2 { font-size: 1.7rem; }
}
@media (max-width: 576px) {
    .chm-profile-section, .chm-vision-section, .chm-cta-section { padding: 55px 0; }
    .chm-message-card { padding: 26px 20px; }
    .chm-section-header h2 { font-size: 1.35rem; }
    .chm-cta-content h2 { font-size: 1.35rem; }
}
