/* About page — scoped helpers (works with Tailwind CDN, preflight off) */

.hk-about .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.hk-about-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.hk-about-hero-gradient {
    background: radial-gradient(circle at center, rgba(0, 30, 64, 0.3) 0%, rgba(0, 30, 64, 0.6) 100%);
}

.hk-about-editorial {
    letter-spacing: 0.03em;
    line-height: 1.8;
}

.hk-about-elevation {
    box-shadow: 0 20px 40px -15px rgba(0, 30, 64, 0.08);
}

.hk-about a.no-underline,
.hk-about a.no-underline:hover {
    text-decoration: none;
}

/* Keep Bootstrap layout header/footer unaffected */
body.hk-about-page {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .hk-about .py-2xl {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

/* ── Founder spotlight (Ms. Anuja Saxena) ── */
.hk-founder {
    background: #f1f4f7;
}

.hk-founder__wash {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 0% 20%, rgba(253, 139, 0, 0.08), transparent 60%),
        radial-gradient(ellipse 50% 40% at 100% 80%, rgba(0, 30, 64, 0.06), transparent 55%);
    pointer-events: none;
}

.hk-founder__frame {
    position: relative;
    padding-left: 12px;
    padding-bottom: 12px;
}

.hk-founder__frame-accent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 2px solid #fd8b00;
    border-radius: 1rem;
    z-index: 0;
}

.hk-founder__portrait {
    position: relative;
    z-index: 1;
    aspect-ratio: 4 / 5;
    border-radius: 1rem;
    overflow: hidden;
    background: #e0e3e6;
}

.hk-founder__portrait img {
    display: block;
    transition: transform 0.7s ease;
}

.hk-founder__frame:hover .hk-founder__portrait img {
    transform: scale(1.03);
}

.hk-founder__nameplate {
    position: relative;
    z-index: 2;
    margin-top: -48px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px -12px rgba(0, 30, 64, 0.18);
}

.hk-founder__name {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #001e40;
    letter-spacing: -0.01em;
}

.hk-founder__role {
    margin: 4px 0 0;
    font-family: Manrope, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fd8b00;
}

.hk-founder__stat {
    padding: 16px 18px;
    background: #fff;
    border-radius: 0.75rem;
    border: 1px solid rgba(195, 198, 209, 0.4);
    box-shadow: 0 8px 24px -16px rgba(0, 30, 64, 0.12);
}

.hk-founder__stat-num {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #001e40;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.hk-founder__stat-label {
    display: block;
    margin-top: 4px;
    font-family: Manrope, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(67, 71, 79, 0.7);
}

.hk-founder__body strong {
    font-weight: 600;
}

.hk-founder__quote {
    position: relative;
    margin: 0;
    padding: 24px 22px 22px 28px;
    background: #001e40;
    color: #fff;
    border-radius: 1rem;
    border-left: 4px solid #fd8b00;
}

.hk-founder__quote-mark {
    position: absolute;
    top: 6px;
    left: 14px;
    font-family: Georgia, serif;
    font-size: 3.25rem;
    line-height: 1;
    color: #fd8b00;
    opacity: 0.45;
    pointer-events: none;
}

.hk-founder__quote p {
    position: relative;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.hk-founder__quote cite {
    display: inline;
    margin-top: 0;
    margin-left: 0.35em;
    font-family: Manrope, sans-serif;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fd8b00;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .hk-founder__frame {
        max-width: 420px;
        margin-inline: auto;
    }

    .hk-founder__stats,
    .hk-founder__quote {
        max-width: 420px;
        margin-inline: auto;
    }
}
