/* ═══════════════════════════════════════════════════
   VISION PAGE — vision.css
   M.P. Shah English High School
   ═══════════════════════════════════════════════════ */

/* ─── SHARED UTILITIES ───────────────────────────── */
.section-padding { padding: 80px 0; }
.bg-light-blue   { background: #f4f7fd; }
.bg-dark-blue    { background: linear-gradient(135deg, #06173a 0%, #0f3272 60%, #1a4b8c 100%); }

.section-intro { margin-bottom: 54px; }
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 14px;
}
.dark-tag  { color: var(--accent, #e78224); }
.light-tag { color: var(--accent-lt, #f5b942) !important; }
.section-tag::before {
    content: '';
    display: inline-block;
    width: 28px; height: 2px;
    background: currentColor;
    border-radius: 2px;
}
.section-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 900;
    color: var(--primary-dk, #0a1f50);
    line-height: 1.2;
    margin-bottom: 18px;
}
.section-heading span { color: var(--accent, #e78224); }
.section-heading.white { color: #ffffff; }
.section-desc {
    font-size: 15.5px;
    color: #6b7a99;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.8;
}
.section-desc.white-desc { color: rgba(255,255,255,0.65); }

/* ─── PAGE HERO ─────────────────────────────────── */
.page-hero {
    position: relative;
    background: linear-gradient(135deg, #06173a 0%, #0f3272 60%, #1a4b8c 100%);
    padding: 80px 0 70px;
    overflow: hidden;
}
.vision-hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 75% 25%, rgba(231,130,36,0.14) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(26,75,140,0.3) 0%, transparent 50%);
    pointer-events: none;
}
.page-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(6,23,58,0.55) 0%, transparent 100%);
}
.page-hero-content {
    position: relative; z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}
.page-hero-text { max-width: 560px; }
.light-tag { color: var(--accent-lt, #f5b942) !important; padding-left: 0; }
.light-tag::before { background: var(--accent-lt, #f5b942) !important; }
.page-hero-text h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
}
.page-hero-text h1 span { color: var(--accent-lt, #f5b942); }
.page-hero-text p {
    font-size: 1rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.8;
    max-width: 480px;
}
.page-hero-stats {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 22px 32px;
    flex-shrink: 0;
}
.ph-stat { text-align: center; padding: 0 24px; }
.ph-stat-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--accent-lt, #f5b942);
    line-height: 1;
}
.ph-stat-label {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
    display: block;
}
.ph-stat-divider {
    width: 1px; height: 44px;
    background: rgba(255,255,255,0.14);
    flex-shrink: 0;
}

/* ─── VISION & MISSION ───────────────────────────── */
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}
.vm-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 44px 40px;
    border: 1.5px solid #e8edf5;
    box-shadow: 0 6px 28px rgba(10,40,100,0.07);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(10,40,100,0.12);
}
.vm-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    border-radius: 0 0 24px 24px;
}
.vision-card::after  { background: linear-gradient(90deg, #1a4b8c, #0a1f50); }
.mission-card::after { background: linear-gradient(90deg, #e78224, #f5b942); }

.vm-icon-wrap {
    width: 62px; height: 62px;
    background: linear-gradient(135deg, #1a4b8c, #0a1f50);
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 24px;
    box-shadow: 0 8px 20px rgba(10,40,100,0.2);
}
.mission-icon {
    background: linear-gradient(135deg, #e78224, #f5b942);
    box-shadow: 0 8px 20px rgba(231,130,36,0.25);
}
.vm-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dk, #0a1f50);
    margin-bottom: 16px;
}
.vm-card p {
    font-size: 15px;
    color: #5a6a80;
    line-height: 1.85;
    margin-bottom: 24px;
}
.vm-points {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vm-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}
.vm-points li i {
    color: var(--accent, #e78224);
    font-size: 13px;
    flex-shrink: 0;
}

/* Values strip */
.values-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.value-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1.5px solid #dde6f5;
    color: var(--primary-dk, #0a1f50);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    box-shadow: 0 3px 12px rgba(10,40,100,0.07);
    transition: all 0.25s ease;
}
.value-pill:hover {
    background: var(--primary-dk, #0a1f50);
    color: #ffffff;
    border-color: var(--primary-dk, #0a1f50);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(10,40,100,0.15);
}
.value-pill i { color: var(--accent, #e78224); font-size: 13px; transition: color 0.25s; }
.value-pill:hover i { color: var(--accent-lt, #f5b942); }

/* ─── LEADER SECTION ─────────────────────────────── */
.leader-section { }
.leader-card {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 60px;
    align-items: start;
    background: #ffffff;
    border-radius: 28px;
    padding: 54px 54px;
    border: 1.5px solid #e8edf5;
    box-shadow: 0 8px 36px rgba(10,40,100,0.08);
    position: relative;
    overflow: hidden;
}
.leader-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(to bottom, #1a4b8c, #e78224);
    border-radius: 28px 0 0 28px;
}
.leader-card.reverse {
    grid-template-columns: 1fr 340px;
}
.leader-card.reverse .leader-photo-col { order: 2; }
.leader-card.reverse .leader-content-col { order: 1; }
.leader-card.reverse::before {
    left: auto; right: 0;
    border-radius: 0 28px 28px 0;
    background: linear-gradient(to bottom, #e78224, #1a4b8c);
}

/* Photo column */
.leader-photo-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.leader-photo-wrap {
    position: relative;
    width: 280px; height: 340px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(10,40,100,0.18);
    flex-shrink: 0;
}
.leader-photo-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.leader-photo-ring {
    position: absolute; inset: 0;
    border-radius: 20px;
    border: 3px solid rgba(231,130,36,0.35);
    pointer-events: none;
}
.leader-id-card {
    background: linear-gradient(135deg, #0a1f50 0%, #1a4b8c 100%);
    border-radius: 0 0 18px 18px;
    padding: 18px 24px 20px;
    text-align: center;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: -4px;
    box-shadow: 0 10px 28px rgba(10,40,100,0.2);
}
.leader-name {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}
.leader-role {
    font-size: 11px;
    font-weight: 700;
    color: var(--accent-lt, #f5b942);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.leader-since {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
}

/* Content column */
.leader-content-col { padding: 8px 0; }
.quote-mark {
    font-family: Georgia, serif;
    font-size: 7rem;
    line-height: 0.6;
    color: var(--accent, #e78224);
    opacity: 0.18;
    margin-bottom: 16px;
    display: block;
    user-select: none;
}
.leader-message-lead {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: var(--primary-dk, #0a1f50);
    line-height: 1.75;
    margin-bottom: 20px;
    font-weight: 700;
}
.leader-content-col p {
    font-size: 15px;
    color: #5a6a80;
    line-height: 1.9;
    margin-bottom: 18px;
}
.leader-content-col p:last-of-type { margin-bottom: 30px; }
.leader-content-col strong { color: var(--primary-dk, #0a1f50); }

/* Signature */
.leader-signature {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 24px;
    border-top: 1px solid #edf2f7;
}
.sig-line {
    width: 60px; height: 2px;
    background: linear-gradient(90deg, #e78224, #f5b942);
    border-radius: 2px;
    margin-bottom: 8px;
}
.leader-signature span {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-dk, #0a1f50);
}
.sig-title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #8a9ab5 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ─── PILLARS OF EXCELLENCE ──────────────────────── */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pillar-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 22px;
    padding: 36px 28px;
    position: relative;
    transition: all 0.35s ease;
    backdrop-filter: blur(6px);
}
.pillar-card:hover {
    background: rgba(255,255,255,0.09);
    border-color: rgba(231,130,36,0.4);
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.2);
}
.pillar-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255,255,255,0.06);
    line-height: 1;
    margin-bottom: 16px;
}
.pillar-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, rgba(231,130,36,0.25), rgba(245,185,66,0.15));
    border: 1px solid rgba(231,130,36,0.35);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    color: var(--accent-lt, #f5b942);
    font-size: 1.2rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.pillar-card:hover .pillar-icon {
    background: var(--accent, #e78224);
    border-color: var(--accent, #e78224);
    color: #ffffff;
}
.pillar-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
}
.pillar-card p {
    font-size: 13.5px;
    color: rgba(255,255,255,0.60);
    line-height: 1.8;
    margin: 0;
}

/* ─── CTA (reuse from faculty.css) ──────────────── */
.faculty-cta-section {
    background: linear-gradient(135deg, #06173a 0%, #1a4b8c 100%);
    position: relative;
    overflow: hidden;
}
.faculty-cta-bg {
    position: absolute; inset: 0;
    background: radial-gradient(circle at 20% 60%, rgba(231,130,36,0.10) 0%, transparent 50%);
    pointer-events: none;
}
.faculty-cta-inner {
    position: relative; z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.fci-left { max-width: 560px; }
.fci-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 14px;
}
.fci-left p { color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.8; margin: 0; }
.fci-right {
    display: flex; flex-direction: column;
    gap: 14px; flex-shrink: 0;
}
.fci-right .btn-primary,
.fci-right .btn-outline.dark { min-width: 220px; justify-content: center; }
.fci-right .btn-outline.dark {
    border-color: rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.85);
}
.fci-right .btn-outline.dark:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.65);
    color: #ffffff;
}
.accent-tag { color: var(--accent-lt, #f5b942) !important; }
.accent-tag::before { background: var(--accent-lt, #f5b942) !important; }

.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #e78224, #f5b942);
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700; font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(231,130,36,0.3);
    border: none; cursor: pointer;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(231,130,36,0.4);
    color: #ffffff;
    text-decoration: none;
}
.btn-outline.dark {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.85);
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 700; font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-outline.dark:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.65);
    color: #ffffff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ─── RESPONSIVE: TABLET (≤ 1024px) ──────────────── */
@media (max-width: 1024px) {
    .vm-grid         { grid-template-columns: 1fr; }
    .pillars-grid    { grid-template-columns: repeat(2, 1fr); }
    .leader-card     { grid-template-columns: 280px 1fr; gap: 40px; padding: 40px; }
    .leader-card.reverse { grid-template-columns: 1fr 280px; }
    .leader-photo-wrap  { width: 240px; height: 290px; }
    .leader-id-card     { width: 240px; }
    .page-hero-stats    { padding: 18px 20px; }
    .ph-stat            { padding: 0 16px; }
}

/* ─── RESPONSIVE: MOBILE (≤ 768px) ───────────────── */
@media (max-width: 768px) {
    .section-padding    { padding: 54px 0; }
    .page-hero          { padding: 60px 0 50px; }
    .page-hero-content  { flex-direction: column; align-items: flex-start; gap: 28px; }
    .page-hero-stats    { width: 100%; justify-content: center; padding: 16px 12px; }
    .ph-stat            { padding: 0 14px; }
    .ph-stat-num        { font-size: 1.6rem; }

    .vm-card { padding: 32px 26px; }

    .leader-card,
    .leader-card.reverse {
        grid-template-columns: 1fr;
        padding: 32px 24px;
        gap: 32px;
    }
    .leader-card.reverse .leader-photo-col { order: 0; }
    .leader-card.reverse .leader-content-col { order: 1; }
    .leader-photo-col   { align-items: center; }
    .leader-photo-wrap  { width: 100%; max-width: 300px; height: 320px; }
    .leader-id-card     { width: 100%; max-width: 300px; border-radius: 0 0 16px 16px; }
    .quote-mark         { font-size: 5rem; }
    .leader-message-lead { font-size: 1.05rem; }

    .pillars-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .pillar-card  { padding: 26px 20px; }

    .faculty-cta-inner { flex-direction: column; text-align: center; }
    .fci-right { width: 100%; align-items: center; }
    .fci-right .btn-primary,
    .fci-right .btn-outline.dark { width: 100%; max-width: 320px; }
}

/* ─── RESPONSIVE: SMALL MOBILE (≤ 480px) ─────────── */
@media (max-width: 480px) {
    .page-hero-stats  { flex-direction: column; gap: 16px; }
    .ph-stat-divider  { width: 60px; height: 1px; }
    .pillars-grid     { grid-template-columns: 1fr; }
    .values-strip     { gap: 8px; }
    .value-pill       { font-size: 12px; padding: 9px 16px; }
    .section-heading  { font-size: 1.6rem; }
    .leader-photo-wrap { height: 280px; }
}
