/* =========================================================
   IJRCSIT ABOUT PAGE
   COMPACT PROFESSIONAL ACADEMIC DESIGN
   ========================================================= */

:root {
    --ijrcsit-dark: #102b38;
    --ijrcsit-primary: #1e4356;
    --ijrcsit-blue: #4f8eae;
    --ijrcsit-accent: #68a4c4;

    --ijrcsit-light: #eaf4f9;
    --ijrcsit-border: #d8e5eb;

    --ijrcsit-text: #263746;
    --ijrcsit-muted: #647482;

    --ijrcsit-white: #ffffff;
}


/* =========================================================
   GLOBAL
   ========================================================= */

.ijrcsit-about-page {
    background: #fff;
    color: var(--ijrcsit-text);
}

.ijrcsit-container {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.ijrcsit-about-hero {
    position: relative;
    min-height: 318px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("../img/hero-bg.jpg");
    background-size: cover;
    background-position: center;

    overflow: hidden;
}

.ijrcsit-about-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10, 38, 52, 0.94),
            rgba(30, 67, 86, 0.76),
            rgba(52, 91, 108, 0.60)
        );
}

.ijrcsit-about-hero-content {
    
    margin-top: 20px;
    position: relative;
    z-index: 2;

    text-align: center;
    color: #fff;

    padding: 34px 20px;
}

.ijrcsit-breadcrumb-label {
    margin-bottom: 10px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;

    color: #b9dced;
}

.ijrcsit-breadcrumb-label span {
    margin: 0 5px;
    color: #79b6d1;
}

.ijrcsit-about-hero h1 {
    margin: 0 0 8px;

    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;

    color: #fff;
}

.ijrcsit-about-hero p {
    max-width: 650px;
    margin: 0 auto 16px;

    font-size: 14px;
    line-height: 1.6;

    color: rgba(255,255,255,0.90);
}

.ijrcsit-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;

    font-size: 12px;
}

.ijrcsit-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.ijrcsit-breadcrumb span {
    color: rgba(255,255,255,0.65);
}


/* =========================================================
   MAIN ABOUT
   ========================================================= */

.ijrcsit-about-main {
    padding: 32px 0 28px;
}

.ijrcsit-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
    gap: 30px;

    align-items: center;
}


/* =========================================================
   SECTION LABEL
   ========================================================= */

.ijrcsit-section-label {
    margin-bottom: 8px;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;

    color: var(--ijrcsit-blue);
}


/* =========================================================
   HEADINGS
   ========================================================= */

.ijrcsit-about-content h2,
.ijrcsit-editorial-content h2,
.ijrcsit-final-content h2 {
    margin: 0;

    font-size: 29px;
    line-height: 1.2;
    font-weight: 700;

    color: var(--ijrcsit-primary);
}

.ijrcsit-heading-line {
    width: 42px;
    height: 3px;

    margin: 13px 0 18px;

    background: var(--ijrcsit-accent);
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

.ijrcsit-about-content p,
.ijrcsit-editorial-content p,
.ijrcsit-final-content p {
    margin: 0 0 10px;

    font-size: 14.5px;
    line-height: 1.68;

    color: var(--ijrcsit-text);
}

.ijrcsit-about-content p:last-child,
.ijrcsit-editorial-content p:last-child,
.ijrcsit-final-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MAIN IMAGE
   ========================================================= */

.ijrcsit-about-image-wrap {
    position: relative;
}

.ijrcsit-about-image {
    height: 315px;
    overflow: hidden;

    border: 1px solid var(--ijrcsit-border);

    box-shadow: 0 7px 22px rgba(16, 43, 56, 0.09);
}

.ijrcsit-about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.ijrcsit-about-image:hover img {
    transform: scale(1.025);
}

.ijrcsit-image-caption {
    position: absolute;
    left: 16px;
    bottom: 16px;

    padding: 10px 13px;

    background: rgba(16, 43, 56, 0.91);

    color: #fff;
}

.ijrcsit-image-caption span {
    display: block;

    margin-bottom: 2px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.ijrcsit-image-caption strong {
    display: block;

    font-size: 12px;
    font-weight: 500;
}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.ijrcsit-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 26px;

    border-top: 1px solid var(--ijrcsit-border);
    border-bottom: 1px solid var(--ijrcsit-border);

    background: #fff;
}

.ijrcsit-highlight {
    display: flex;
    align-items: center;

    min-height: 70px;

    padding: 10px 14px;

    border-right: 1px solid var(--ijrcsit-border);
}

.ijrcsit-highlight:last-child {
    border-right: 0;
}

.ijrcsit-highlight-icon {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--ijrcsit-light);

    color: var(--ijrcsit-blue);

    font-size: 16px;
    font-weight: 700;
}

.ijrcsit-highlight strong {
    display: block;

    margin-bottom: 2px;

    font-size: 13px;
    line-height: 1.2;

    color: var(--ijrcsit-primary);
}

.ijrcsit-highlight span {
    display: block;

    font-size: 11px;
    line-height: 1.35;

    color: var(--ijrcsit-muted);
}


/* =========================================================
   EDITORIAL SECTIONS
   ========================================================= */

.ijrcsit-about-editorial {
    padding: 28px 0;

    border-top: 1px solid #edf2f5;
}

.ijrcsit-about-editorial-light {
    background: #f8fbfd;
}

.ijrcsit-editorial-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);

    gap: 30px;
    align-items: center;
}

.ijrcsit-editorial-reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.ijrcsit-editorial-image {
    height: 270px;

    overflow: hidden;

    border: 1px solid var(--ijrcsit-border);

    box-shadow: 0 5px 18px rgba(16, 43, 56, 0.07);
}

.ijrcsit-editorial-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.ijrcsit-editorial-image:hover img {
    transform: scale(1.025);
}


/* =========================================================
   FINAL CONTENT
   ========================================================= */

.ijrcsit-about-final {
    padding: 28px 0;
}

.ijrcsit-final-content {
    max-width: 900px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .ijrcsit-about-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ijrcsit-about-image {
        height: 280px;
    }

    .ijrcsit-highlights {
        grid-template-columns: repeat(2, 1fr);
    }

    .ijrcsit-highlight:nth-child(2) {
        border-right: 0;
    }

    .ijrcsit-highlight:nth-child(-n+2) {
        border-bottom: 1px solid var(--ijrcsit-border);
    }

    .ijrcsit-editorial-grid,
    .ijrcsit-editorial-reverse {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ijrcsit-editorial-reverse .ijrcsit-editorial-image {
        order: -1;
    }

    .ijrcsit-editorial-image {
        height: 250px;
    }
}


@media (max-width: 600px) {

    .ijrcsit-container {
        width: min(100% - 28px, 1180px);
    }

    .ijrcsit-about-hero {
        min-height: 300px;
    }

    .ijrcsit-about-hero-content {
        padding: 28px 10px;
    }

    .ijrcsit-about-hero h1 {
        font-size: 28px;
    }

    .ijrcsit-about-hero p {
        font-size: 13px;
        max-width: 500px;
    }

    .ijrcsit-breadcrumb-label {
        font-size: 8px;
        letter-spacing: 1.7px;
    }

    .ijrcsit-about-main {
        padding: 26px 0 22px;
    }

    .ijrcsit-about-content h2,
    .ijrcsit-editorial-content h2,
    .ijrcsit-final-content h2 {
        font-size: 25px;
    }

    .ijrcsit-about-content p,
    .ijrcsit-editorial-content p,
    .ijrcsit-final-content p {
        font-size: 14px;
        line-height: 1.62;
    }

    .ijrcsit-about-image {
        height: 230px;
    }

    .ijrcsit-highlights {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .ijrcsit-highlight {
        min-height: 62px;

        border-right: 0;
        border-bottom: 1px solid var(--ijrcsit-border);
    }

    .ijrcsit-highlight:last-child {
        border-bottom: 0;
    }

    .ijrcsit-editorial-image {
        height: 210px;
    }

    .ijrcsit-about-editorial {
        padding: 24px 0;
    }

    .ijrcsit-image-caption {
        left: 10px;
        bottom: 10px;
    }
}


@media (max-width: 380px) {

    .ijrcsit-about-hero h1 {
        font-size: 25px;
    }

    .ijrcsit-section-label {
        font-size: 9px;
        letter-spacing: 1.8px;
    }

    .ijrcsit-about-content h2,
    .ijrcsit-editorial-content h2,
    .ijrcsit-final-content h2 {
        font-size: 23px;
    }
}
/* =========================================================
   SUBTLE REVEAL
   ========================================================= */

.ijrcsit-reveal {
    opacity: 0;
    transform: translateY(8px);

    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
}

.ijrcsit-reveal.ijrcsit-visible {
    opacity: 1;
    transform: translateY(0);
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .ijrcsit-reveal,
    .ijrcsit-reveal.ijrcsit-visible {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ijrcsit-about-image img,
    .ijrcsit-editorial-image img {
        transition: none;
    }

}