/* ==========================================
           ABOUT PAGE HERO
        ========================================== */

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 95px;
    background:
        radial-gradient(circle at 80% 25%,
            rgba(49, 94, 251, .12),
            transparent 30%),
        linear-gradient(135deg,
            #f8faff,
            #ffffff);
}


.page-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: -220px;
    border: 1px solid rgba(49, 94, 251, .12);
    border-radius: 50%;
}


.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}


.page-hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -3px;
    color: #15213b;
    margin-bottom: 25px;
}


.page-hero h1 span {
    color: #315efb;
}


.page-hero-content>p {
    max-width: 680px;
    color: #68768e;
    font-size: 17px;
    line-height: 1.8;
}


.page-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
}


.page-hero-meta span {
    font-size: 12px;
    color: #526078;
    font-weight: 700;
}

/* =========================================================
   SANSKRUTI PUBLICATIONS — ABOUT PAGE
   PREMIUM EDUCATION / PUBLISHING DESIGN
========================================================= */


/* =========================================================
   GLOBAL ABOUT PAGE VARIABLES
========================================================= */

:root {
    --sp-primary: #315efb;
    --sp-primary-dark: #2448cf;
    --sp-primary-soft: #eef3ff;

    --sp-navy: #14213d;
    --sp-navy-2: #1d3159;

    --sp-text: #172033;
    --sp-text-soft: #4d5a70;
    --sp-muted: #78859a;

    --sp-border: #e5e9f1;
    --sp-border-dark: #d8dfeb;

    --sp-bg: #ffffff;
    --sp-bg-soft: #f7f9fc;
    --sp-bg-blue: #f4f7ff;

    --sp-shadow-sm:
        0 8px 25px rgba(20, 33, 61, 0.05);

    --sp-shadow:
        0 18px 55px rgba(20, 33, 61, 0.08);

    --sp-shadow-lg:
        0 30px 80px rgba(20, 33, 61, 0.13);

    --sp-radius-sm: 12px;
    --sp-radius: 18px;
    --sp-radius-lg: 24px;

    --sp-transition: all 0.35s cubic-bezier(.2, .7, .2, 1);
}


/* =========================================================
   ABOUT HERO
========================================================= */

.about-page-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;

    display: flex;
    align-items: center;

    background:
        radial-gradient(circle at 85% 25%,
            rgba(49, 94, 251, 0.10),
            transparent 30%),
        radial-gradient(circle at 15% 80%,
            rgba(49, 94, 251, 0.055),
            transparent 30%),
        linear-gradient(135deg,
            #ffffff 0%,
            #f8faff 55%,
            #f3f6ff 100%);

    border-bottom: 1px solid var(--sp-border);
}


/* Decorative glow */

.about-page-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;

    right: -180px;
    top: -180px;

    border-radius: 50%;

    border: 1px solid rgba(49, 94, 251, 0.08);
    box-shadow:
        0 0 0 55px rgba(49, 94, 251, 0.025),
        0 0 0 110px rgba(49, 94, 251, 0.018);

    pointer-events: none;
}


/* Grid effect */

.about-page-hero::after {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(49, 94, 251, 0.035) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(49, 94, 251, 0.035) 1px,
            transparent 1px);

    background-size: 45px 45px;

    mask-image:
        linear-gradient(to right,
            transparent,
            black 20%,
            black 75%,
            transparent);

    pointer-events: none;
}


.about-page-hero .container {
    position: relative;
    z-index: 3;
}


.page-hero-content {
    max-width: 900px;
    padding: 100px 0 90px;
}


/* =========================================================
   EYEBROW
========================================================= */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--sp-primary);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.8px;
    text-transform: uppercase;

    margin-bottom: 18px;
}


.eyebrow-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: var(--sp-primary);

    box-shadow:
        0 0 0 5px rgba(49, 94, 251, 0.10);
}


.eyebrow.light {
    color: #b9c8ff;
}


.eyebrow.light .eyebrow-dot {
    background: #b9c8ff;
}


/* =========================================================
   HERO HEADING
========================================================= */

.about-page-hero h1 {
    max-width: 900px;

    margin: 0 0 25px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(44px,
            6vw,
            76px);

    line-height: 1.02;

    letter-spacing: -3.5px;

    font-weight: 800;

    color: var(--sp-navy);
}


.about-page-hero h1 span {
    display: inline;

    color: var(--sp-primary);

    background:
        linear-gradient(120deg,
            #315efb,
            #5278ff);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.about-page-hero p {
    max-width: 760px;

    margin: 0;

    color: var(--sp-text-soft);

    font-size: 17px;
    line-height: 1.85;
}


.page-hero-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 30px;
}


.page-hero-meta span {
    display: inline-flex;
    align-items: center;

    min-height: 38px;

    padding: 0 15px;

    border: 1px solid var(--sp-border);

    border-radius: 999px;

    background: rgba(255, 255, 255, .72);

    color: #526078;

    font-size: 12px;
    font-weight: 700;

    box-shadow: var(--sp-shadow-sm);

    backdrop-filter: blur(8px);
}


/* =========================================================
   GENERAL SECTION ENHANCEMENT
========================================================= */

.section {
    position: relative;
}


.section-head {
    margin-bottom: 50px;
}


.section-head h2 {
    max-width: 720px;

    margin: 0;

    font-family: "Manrope", sans-serif;

    font-size: clamp(32px,
            4vw,
            50px);

    line-height: 1.08;

    letter-spacing: -2px;

    color: var(--sp-navy);
}


.section-head h2 span {
    color: var(--sp-primary);
}


.section-head>p {
    max-width: 520px;

    color: var(--sp-text-soft);

    font-size: 14px;
    line-height: 1.85;

    margin: 8px 0 0;
}


/* =========================================================
   CENTERED SECTION HEAD
========================================================= */

.centered-head {
    text-align: center;

    display: block;
}


.centered-head>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.centered-head h2 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}


.centered-head>p {
    max-width: 680px;
    margin: 15px auto 0;
}


/* =========================================================
   VALUES / LEARNING RESOURCE GRID
========================================================= */

.values-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;

    margin-top: 40px;
}


.value-card {
    position: relative;

    min-height: 270px;

    padding: 30px 27px;

    background:
        linear-gradient(145deg,
            #ffffff,
            #fbfcff);

    border: 1px solid var(--sp-border);

    border-radius: var(--sp-radius);

    overflow: hidden;

    transition: var(--sp-transition);
}


.value-card::before {
    content: "";

    position: absolute;

    width: 130px;
    height: 130px;

    right: -55px;
    bottom: -55px;

    border-radius: 50%;

    background: rgba(49, 94, 251, 0.035);

    transition: var(--sp-transition);
}


.value-card:hover {
    transform: translateY(-8px);

    border-color: rgba(49, 94, 251, 0.20);

    box-shadow: var(--sp-shadow);
}


.value-card:hover::before {
    transform: scale(1.5);
}


.value-number {
    position: absolute;

    right: 20px;
    top: 18px;

    font-family: "Manrope", sans-serif;

    color: #d8dfed;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: 1px;
}


.value-icon {
    position: relative;

    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    margin-bottom: 24px;

    border-radius: 15px;

    background:
        linear-gradient(145deg,
            #eef3ff,
            #e5edff);

    border: 1px solid #dce5ff;

    color: var(--sp-primary);

    font-size: 21px;

    box-shadow:
        0 8px 20px rgba(49, 94, 251, 0.08);

    transition: var(--sp-transition);
}


.value-card:hover .value-icon {
    transform: translateY(-3px) rotate(-3deg);

    box-shadow:
        0 12px 25px rgba(49, 94, 251, 0.14);
}


.value-card h3 {
    position: relative;

    margin: 0 0 10px;

    font-family: "Manrope", sans-serif;

    color: var(--sp-text);

    font-size: 19px;
    line-height: 1.35;

    letter-spacing: -0.3px;
}


.value-card p {
    position: relative;

    margin: 0;

    color: var(--sp-muted);

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================================
   VALUES SECTION
========================================================= */

.values-section {
    background:
        linear-gradient(180deg,
            #f8faff 0%,
            #f5f7fb 100%);

    border-top: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
}


.values-section .value-card {
    background: rgba(255, 255, 255, .90);

    backdrop-filter: blur(8px);
}


/* =========================================================
   MISSION / APPROACH
========================================================= */

.mission-section {
    background: #ffffff;
}


.mission-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.mission-card {
    position: relative;

    min-height: 310px;

    padding: 32px;

    border-radius: var(--sp-radius);

    background: #ffffff;

    border: 1px solid var(--sp-border);

    overflow: hidden;

    transition: var(--sp-transition);
}


.mission-card::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -100px;
    bottom: -100px;

    border-radius: 50%;

    background: rgba(49, 94, 251, .035);

    transition: var(--sp-transition);
}


.mission-card:hover {
    transform: translateY(-8px);

    border-color: rgba(49, 94, 251, .20);

    box-shadow: var(--sp-shadow);
}


.mission-card:hover::after {
    transform: scale(1.4);
}


.mission-card-primary {
    background:
        linear-gradient(145deg,
            #f1f5ff,
            #ffffff);

    border-color: #dbe4ff;
}


.mission-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.mission-top>span {
    color: #c5cede;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: 1px;
}


.mission-icon {
    width: 56px;
    height: 56px;

    display: grid;
    place-items: center;

    border-radius: 15px;

    background: #e9efff;

    border: 1px solid #dce5ff;

    font-size: 22px;

    box-shadow:
        0 8px 22px rgba(49, 94, 251, .08);

    transition: var(--sp-transition);
}


.mission-card:hover .mission-icon {
    transform: translateY(-3px) scale(1.04);
}


.mission-card h3 {
    position: relative;
    z-index: 2;

    margin: 25px 0 12px;

    font-family: "Manrope", sans-serif;

    color: var(--sp-text);

    font-size: 27px;

    letter-spacing: -0.7px;
}


.mission-card p {
    position: relative;
    z-index: 2;

    max-width: 500px;

    margin: 0;

    color: var(--sp-muted);

    font-size: 14px;

    line-height: 1.8;
}


.mission-line {
    position: relative;
    z-index: 2;

    width: 48px;
    height: 3px;

    margin-top: 25px;

    border-radius: 10px;

    background:
        linear-gradient(90deg,
            var(--sp-primary),
            #7b96ff);

    transition: var(--sp-transition);
}


.mission-card:hover .mission-line {
    width: 80px;
}


.mission-label {
    position: relative;
    z-index: 2;

    display: block;

    margin-top: 13px;

    color: #929db0;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.6px;
}


/* =========================================================
   EXPERTISE SECTION
========================================================= */

.expertise-section {
    position: relative;

    background:
        linear-gradient(180deg,
            #f7f9fc,
            #ffffff);

    border-top: 1px solid #edf0f5;
}


.expertise-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 16px;

    margin-top: 45px;
}


.expertise-item {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 22px;

    padding: 27px 30px;

    min-height: 145px;

    background: rgba(255, 255, 255, .95);

    border: 1px solid var(--sp-border);

    border-radius: var(--sp-radius);

    box-shadow: 0 5px 20px rgba(20, 33, 61, .025);

    transition: var(--sp-transition);

    overflow: hidden;
}


.expertise-item::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background:
        linear-gradient(180deg,
            var(--sp-primary),
            #8da4ff);

    transform: scaleY(0);

    transform-origin: bottom;

    transition: var(--sp-transition);
}


.expertise-item:hover {
    transform: translateY(-5px);

    border-color: rgba(49, 94, 251, .18);

    box-shadow: var(--sp-shadow-sm);
}


.expertise-item:hover::before {
    transform: scaleY(1);
}


.expertise-item>span {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background: #eef3ff;

    color: var(--sp-primary);

    font-family: "Manrope", sans-serif;

    font-size: 11px;
    font-weight: 900;

    border: 1px solid #dfe7ff;
}


.expertise-item h3 {
    margin: 0 0 7px;

    color: var(--sp-text);

    font-family: "Manrope", sans-serif;

    font-size: 18px;

    letter-spacing: -0.3px;
}


.expertise-item p {
    margin: 0;

    color: var(--sp-muted);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   FOUNDER JOURNEY
========================================================= */

.about-profile-grid {
    display: grid;

    grid-template-columns:
        minmax(350px, .85fr) minmax(0, 1.15fr);

    gap: 85px;

    align-items: center;
}


/* =========================================================
   PROFILE VISUAL
========================================================= */

.profile-visual {
    position: relative;

    min-height: 590px;

    display: grid;
    place-items: center;
}


.profile-bg {
    position: absolute;

    width: 470px;
    height: 470px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(49, 94, 251, .15),
            rgba(49, 94, 251, .045) 55%,
            transparent 72%);
}


.profile-bg::before,
.profile-bg::after {
    content: "";

    position: absolute;

    border: 1px solid rgba(49, 94, 251, .10);

    border-radius: 50%;
}


.profile-bg::before {
    inset: 30px;
}


.profile-bg::after {
    inset: 70px;
}


.profile-pattern {
    position: absolute;

    inset: 20px;

    opacity: .55;

    background-image:
        linear-gradient(rgba(49, 94, 251, .055) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(49, 94, 251, .055) 1px,
            transparent 1px);

    background-size: 32px 32px;

    mask-image:
        radial-gradient(circle,
            black,
            transparent 70%);
}


/* =========================================================
   PROFILE CARD
========================================================= */

.profile-card {
    position: relative;
    z-index: 3;

    width: min(100%, 430px);

    padding: 15px;

    background:
        rgba(255, 255, 255, .94);

    border: 1px solid rgba(255, 255, 255, .9);

    border-radius: 25px;

    box-shadow:
        0 30px 80px rgba(20, 33, 61, .15),
        0 4px 15px rgba(20, 33, 61, .05);

    backdrop-filter: blur(15px);

    transition: var(--sp-transition);
}


.profile-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 40px 95px rgba(20, 33, 61, .18);
}


/* =========================================================
   PROFILE PHOTO
========================================================= */

.profile-photo {
    position: relative;

    height: 460px;

    overflow: hidden;

    border-radius: 18px;

    background:
        linear-gradient(145deg,
            #f1f4fa,
            #e9eef7);
}


.profile-photo::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg,
            transparent 65%,
            rgba(20, 33, 61, .08));

    pointer-events: none;
}


.profile-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center top;

    transition:
        transform .7s cubic-bezier(.2, .7, .2, 1);
}


.profile-card:hover .profile-photo img {
    transform: scale(1.035);
}


/* =========================================================
   PROFILE BADGE
========================================================= */

.profile-badge {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-top: 15px;

    padding: 4px 7px 5px;
}


.badge-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    background:
        linear-gradient(145deg,
            #edf2ff,
            #e4ebff);

    color: var(--sp-primary);

    font-size: 17px;

    border: 1px solid #dce5ff;
}


.profile-badge strong {
    display: block;

    color: var(--sp-text);

    font-family: "Manrope", sans-serif;

    font-size: 13px;

    line-height: 1.3;
}


.profile-badge small {
    display: block;

    margin-top: 4px;

    color: var(--sp-muted);

    font-size: 10px;

    line-height: 1.4;
}


/* =========================================================
   PROFILE NUMBER
========================================================= */

.profile-number {
    position: absolute;

    right: -15px;
    top: 15px;

    z-index: 2;

    font-family: "Manrope", sans-serif;

    font-size: 110px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -7px;

    color: rgba(49, 94, 251, .055);

    pointer-events: none;
}


/* =========================================================
   PROFILE CONTENT
========================================================= */

.profile-content {
    max-width: 760px;
}


.profile-content h2 {
    margin: 0 0 23px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(36px,
            4vw,
            55px);

    line-height: 1.05;

    letter-spacing: -2.5px;

    color: var(--sp-navy);
}


.profile-content h2 span {
    color: var(--sp-primary);
}


.profile-intro {
    margin: 0 0 15px;

    color: #39465d;

    font-size: 17px;

    line-height: 1.85;

    font-weight: 500;
}


.profile-content>.muted {
    margin: 0 0 13px;

    color: #718097;

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   FOUNDER PROFILE SECTION
========================================================= */

.founder-profile-content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


.founder-profile-content .profile-intro {
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;
}


.founder-profile-content .muted {
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   PROFILE FEATURES
========================================================= */

.profile-features {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 18px;

    margin-top: 35px;
}


.profile-feature {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    padding: 19px;

    background:
        linear-gradient(145deg,
            #ffffff,
            #fafbfe);

    border: 1px solid var(--sp-border);

    border-radius: 15px;

    transition: var(--sp-transition);
}


.profile-feature:hover {
    transform: translateY(-4px);

    border-color: rgba(49, 94, 251, .18);

    box-shadow: var(--sp-shadow-sm);
}


.feature-icon {
    flex: 0 0 37px;

    width: 37px;
    height: 37px;

    display: grid;
    place-items: center;

    border-radius: 10px;

    background: #edf2ff;

    color: var(--sp-primary);

    font-size: 13px;
    font-weight: 900;

    border: 1px solid #dce5ff;
}


.profile-feature h4 {
    margin: 0 0 4px;

    color: var(--sp-text);

    font-family: "Manrope", sans-serif;

    font-size: 13px;

    line-height: 1.4;
}


.profile-feature p {
    margin: 0;

    color: var(--sp-muted);

    font-size: 11px;

    line-height: 1.65;
}


/* =========================================================
   FINAL VISION CTA
========================================================= */

.about-book-cta {
    position: relative;

    overflow: hidden;

    padding: 95px 0;

    background:
        radial-gradient(circle at 85% 20%,
            rgba(90, 122, 255, .25),
            transparent 30%),
        radial-gradient(circle at 10% 100%,
            rgba(49, 94, 251, .16),
            transparent 35%),
        linear-gradient(125deg,
            #111d35,
            #1b3465 65%,
            #213f78);

    color: #ffffff;
}


.about-book-cta::before {
    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    right: -270px;
    top: -300px;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 50%;

    box-shadow:
        0 0 0 55px rgba(255, 255, 255, .025),
        0 0 0 110px rgba(255, 255, 255, .018);
}


.about-book-cta::after {
    content: "";

    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, .025) 1px,
            transparent 1px);

    background-size: 45px 45px;

    mask-image:
        linear-gradient(to right,
            transparent,
            black 30%,
            black 100%);

    pointer-events: none;
}


.about-book-cta-inner {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 55px;
}


.about-book-cta-inner>div {
    max-width: 820px;
}


.about-book-cta h2 {
    max-width: 850px;

    margin: 5px 0 18px;

    font-family: "Manrope", sans-serif;

    font-size: clamp(34px,
            4.5vw,
            56px);

    line-height: 1.08;

    letter-spacing: -2.5px;

    color: #ffffff;
}


.about-book-cta h2 span {
    color: #aebfff;
}


.about-book-cta p {
    max-width: 720px;

    margin: 0 0 10px;

    color: #c4cde0;

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   CTA BUTTON
========================================================= */

.about-book-cta .btn {
    flex: 0 0 auto;

    min-width: 180px;

    min-height: 54px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 0 24px;

    border-radius: 12px;

    background: #ffffff;

    color: var(--sp-navy);

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .15);

    transition: var(--sp-transition);
}


.about-book-cta .btn span {
    font-size: 18px;

    transition: transform .3s ease;
}


.about-book-cta .btn:hover {
    transform: translateY(-4px);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .22);
}


.about-book-cta .btn:hover span {
    transform: translateX(5px);
}


/* =========================================================
   REVEAL ANIMATION SUPPORT
========================================================= */

.reveal {
    opacity: 0;

    transform: translateY(25px);

    transition:
        opacity .7s ease,
        transform .7s cubic-bezier(.2, .7, .2, 1);
}


.reveal.active {
    opacity: 1;

    transform: translateY(0);
}


.reveal-delay {
    transition-delay: .10s;
}


.reveal-delay-2 {
    transition-delay: .20s;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .values-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .mission-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .expertise-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .about-profile-grid {
        gap: 55px;
    }


    .profile-photo {
        height: 420px;
    }


    .profile-bg {
        width: 420px;
        height: 420px;
    }
}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 900px) {

    .page-hero-content {
        padding: 80px 0 75px;
    }


    .about-page-hero {
        min-height: auto;
    }


    .about-page-hero h1 {
        letter-spacing: -2.5px;
    }


    .about-profile-grid {
        grid-template-columns: 1fr;

        gap: 55px;
    }


    .profile-visual {
        min-height: 560px;
    }


    .profile-content {
        max-width: 850px;
    }


    .about-book-cta-inner {
        align-items: flex-start;

        flex-direction: column;

        gap: 35px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .about-page-hero::before {
        width: 350px;
        height: 350px;

        right: -190px;
        top: -160px;
    }


    .page-hero-content {
        padding: 70px 0 65px;
    }


    .about-page-hero h1 {
        font-size: clamp(39px, 11vw, 58px);

        letter-spacing: -2.5px;
    }


    .about-page-hero p {
        font-size: 15px;

        line-height: 1.75;
    }


    .page-hero-meta {
        gap: 8px;
    }


    .page-hero-meta span {
        min-height: 34px;

        padding: 0 12px;

        font-size: 10px;
    }


    .section-head {
        margin-bottom: 35px;
    }


    .section-head h2 {
        font-size: 34px;

        letter-spacing: -1.5px;
    }


    .section-head>p {
        font-size: 13px;
    }


    /* Cards */

    .values-grid {
        grid-template-columns: 1fr;

        gap: 14px;

        margin-top: 30px;
    }


    .value-card {
        min-height: auto;

        padding: 27px 23px;
    }


    /* Mission */

    .mission-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .mission-card {
        min-height: 270px;

        padding: 27px;
    }


    .mission-card h3 {
        font-size: 24px;
    }


    /* Expertise */

    .expertise-grid {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-top: 30px;
    }


    .expertise-item {
        padding: 22px;

        gap: 15px;
    }


    .expertise-item h3 {
        font-size: 16px;
    }


    .expertise-item p {
        font-size: 12px;
    }


    /* Founder */

    .profile-visual {
        min-height: 490px;
    }


    .profile-bg {
        width: 350px;
        height: 350px;
    }


    .profile-pattern {
        inset: 30px;
    }


    .profile-card {
        width: min(100%, 360px);

        padding: 11px;

        border-radius: 20px;
    }


    .profile-photo {
        height: 390px;

        border-radius: 15px;
    }


    .profile-badge {
        padding: 3px 4px 5px;
    }


    .profile-number {
        right: 0;

        top: 10px;

        font-size: 80px;
    }


    .profile-content h2 {
        font-size: 36px;

        letter-spacing: -1.7px;
    }


    .profile-intro {
        font-size: 15px;
    }


    .profile-content>.muted {
        font-size: 13px;

        line-height: 1.8;
    }


    /* Founder features */

    .profile-features {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-top: 27px;
    }


    .profile-feature {
        padding: 16px;
    }


    /* CTA */

    .about-book-cta {
        padding: 70px 0;
    }


    .about-book-cta h2 {
        font-size: 35px;

        letter-spacing: -1.7px;
    }


    .about-book-cta p {
        font-size: 13px;
    }


    .about-book-cta .btn {
        width: 100%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .about-page-hero h1 {
        font-size: 37px;

        letter-spacing: -1.8px;
    }


    .page-hero-meta {
        display: grid;

        grid-template-columns: 1fr;
    }


    .page-hero-meta span {
        justify-content: center;
    }


    .section-head h2 {
        font-size: 31px;
    }


    .profile-visual {
        min-height: 450px;
    }


    .profile-bg {
        width: 300px;
        height: 300px;
    }


    .profile-photo {
        height: 350px;
    }


    .profile-card {
        width: 100%;
    }


    .profile-content h2 {
        font-size: 32px;
    }


    .mission-card {
        padding: 23px;
    }


    .expertise-item {
        padding: 19px;
    }


    .about-book-cta h2 {
        font-size: 31px;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .reveal {
        opacity: 1;

        transform: none;
    }
}

/* ==========================================================
   FOOTER
========================================================== */

.footer {
    background: #0a142d;
    color: #aeb9cf;
    padding: 60px 0 0;
}


/* ==========================================================
   FOOTER GRID
========================================================== */

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 55px;
    align-items: start;
}


/* ==========================================================
   FOOTER LOGO
========================================================== */

.footer-logo img {
    width: 170px;
    height: 58px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    display: block;
}


/* ==========================================================
   FOOTER BRAND
========================================================== */

.footer-brand p {
    max-width: 400px;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 14px;
}


/* ==========================================================
   FOOTER HEADINGS
========================================================== */

.footer h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}


/* ==========================================================
   FOOTER LINKS
========================================================== */

.footer a:not(.logo) {
    display: block;
    color: #aeb9cf;
    text-decoration: none;
    font-size: 13px;
    margin: 8px 0;
    transition: 0.2s ease;
}

.footer a:not(.logo):hover {
    color: #fff;
    transform: translateX(3px);
}


/* ==========================================================
   FOOTER TEXT
========================================================== */

.footer p {
    font-size: 13px;
    line-height: 1.7;
    margin: 8px 0;
}


/* ==========================================================
   SOCIAL ICONS
========================================================== */

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.footer-socials a {
    width: 32px;
    height: 32px !important;
    display: grid !important;
    place-items: center;
    border: 1px solid #293753;
    border-radius: 9px;
    color: #dbe3f2 !important;
    font-size: 11px !important;
    margin: 0 !important;
    transition: 0.25s ease;
}

.footer-socials a:hover {
    background: #fff;
    color: #0a142d !important;
    border-color: #fff;
    transform: translateY(-2px) !important;
}


/* ==========================================================
   COPYRIGHT
========================================================== */

.copyright {
    text-align: center;
    border-top: 1px solid #202f4b;
    margin-top: 45px;
    padding: 20px;
    font-size: 11px;
    color: #8290a9;
    line-height: 1.6;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 992px) {

    .footer {
        padding-top: 50px;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-brand p {
        max-width: 600px;
    }

    .copyright {
        margin-top: 40px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 768px) {

    .footer {
        padding: 45px 0 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .footer-logo img {
        width: 155px;
        height: auto;
        max-height: 55px;
    }

    .footer-brand p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.8;
    }

    .footer h4 {
        margin-bottom: 13px;
    }

    .footer a:not(.logo) {
        font-size: 13px;
        margin: 9px 0;
    }

    .footer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .footer-socials {
        margin-top: 15px;
    }

    .copyright {
        margin-top: 35px;
        padding: 18px 15px;
        font-size: 10px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .footer {
        padding-top: 40px;
    }

    .footer-grid {
        gap: 28px;
    }

    .footer-logo img {
        width: 145px;
        max-height: 52px;
    }

    .footer-brand p {
        font-size: 12px;
    }

    .footer h4 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .footer a:not(.logo) {
        font-size: 12px;
        margin: 8px 0;
    }

    .footer p {
        font-size: 12px;
    }

    .footer-socials a {
        width: 31px;
        height: 31px !important;
    }

    .copyright {
        margin-top: 30px;
        padding: 16px 10px;
        font-size: 10px;
    }
}

/* ==========================================
           RESPONSIVE
        ========================================== */

@media(max-width:1000px) {

    .about-profile-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }


    .profile-visual {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }


    .profile-content {
        max-width: 750px;
        margin: auto;
        text-align: center;
    }


    .profile-features {
        text-align: left;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }


    .profile-content .text-link {
        justify-content: center;
    }


    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .about-stat:nth-child(2) {
        border-right: 0;
    }


    .mission-grid {
        grid-template-columns: 1fr;
    }


    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .about-book-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

}


@media(max-width:600px) {

    .page-hero {
        padding: 75px 0;
    }


    .page-hero h1 {
        font-size: 43px;
        letter-spacing: -2px;
    }


    .page-hero-content>p {
        font-size: 15px;
    }


    .page-hero-meta {
        flex-direction: column;
        gap: 7px;
    }


    .profile-visual {
        min-height: 410px;
    }


    .profile-card {
        max-width: 330px;
    }


    .profile-photo {
        height: 330px;
    }


    .profile-bg {
        width: 310px;
        height: 310px;
    }


    .profile-number {
        font-size: 65px;
        right: 2px;
        top: 5px;
    }


    .profile-content h2 {
        font-size: 38px;
    }


    .about-stats-grid {
        grid-template-columns: 1fr 1fr;
    }


    .about-stat {
        padding: 20px 12px;
        border-right: 0;
        border-bottom: 1px solid #e1e6ef;
    }


    .about-stat:nth-last-child(-n+2) {
        border-bottom: 0;
    }


    .mission-card {
        padding: 25px;
        min-height: auto;
    }


    .values-grid {
        grid-template-columns: 1fr;
    }


    .about-book-cta {
        padding: 60px 0;
    }


    .about-book-cta .btn {
        width: 100%;
    }

}