
    .about-page {
        width: 100%;
        overflow-x: hidden;
        background: #ffffff;
    }

    .about-page .about-hero {
        position: relative;
        width: 100%;
        min-height: 620px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #ffffff;
        background-color: #000000;
        isolation: isolate;
    }

    .about-page .about-hero__background,
    .about-page .about-hero__background--empty,
    .about-page .about-hero__carousel,
    .about-page .about-hero__slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .about-page .about-hero__background,
    .about-page .about-hero__slide {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .about-page .about-hero__background--empty {
        background: linear-gradient(135deg, #111111 0%, #2c2c2c 100%);
    }

    .about-page .about-hero__carousel .about-hero__slide {
        opacity: 0;
        transition: opacity 0.8s ease;
    }

    .about-page .about-hero__carousel .about-hero__slide:first-child {
        opacity: 1;
    }

    .about-page .about-hero__overlay {
        position: absolute;
        inset: 0;
        background: #000000;
        z-index: 2;
        pointer-events: none;
    }

    .about-page .about-hero__inner {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        padding: 175px 24px 135px;
        text-align: center;
    }

    .about-page .about-hero__content {
        max-width: 760px;
        margin: 0 auto;
    }

    .about-page .about-hero__logo {
        display: block;
        max-width: 170px;
        height: auto;
        margin: 0 auto 40px;
    }

    .about-page .about-hero__content h1 {
        margin: 0 0 22px;
        color: #ffffff;
        font-size: 60px;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.045em;
    }

 .about-page .about-hero__content p {
    max-width: 749px;      /* controls text box width */
    margin: 0 auto;

    color: rgba(255,255,255,0.95);
    font-size: 18px;
    line-height: 1.7;
    text-align: center;

    white-space: pre-line; /* keeps ACF line breaks */
}

    .about-page .about-hero__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 36px;
        padding: 18px 34px;
        background: #ffffff;
        color: #111111;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        border: 1px solid #ffffff;
        transition: all 0.25s ease;
    }

    .about-page .about-hero__button:hover {
        background: transparent;
        color: #ffffff;
    }

    @media (max-width: 991px) {
        .about-page .about-hero {
            min-height: 560px;
        }

        .about-page .about-hero__inner {
            padding: 155px 24px 110px;
        }

        .about-page .about-hero__content h1 {
            font-size: 46px;
        }

        .about-page .about-hero__content p {
            font-size: 16px;
        }
    }

    @media (max-width: 600px) {
        .about-page .about-hero {
            min-height: 500px;
        }

        .about-page .about-hero__inner {
            padding: 130px 22px 90px;
        }

        .about-page .about-hero__content h1 {
            font-size: 38px;
        }
    }

    /* =========================================================
   SERVING WITH PURPOSE SECTION
========================================================= */

    .purpose-section {
        padding: 100px;
        background: #ffffff;
    }

    .purpose-container {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 120px;
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: center;
        gap: 130px;
    }

    .purpose-content {
        max-width: 680px;
    }

    .purpose-content h2 {
        margin: 0 0 26px;
        color: #000000;
        font-size: 40px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -0.045em;
    }

    .purpose-content h2 span {
        color: #696969;
    }

    .purpose-text {
        color: #606060;
        font-size: 17px;
        line-height: 1.65;
    }

    .purpose-text p {
        margin: 0 0 26px;
    }

    .purpose-text p:last-child {
        margin-bottom: 0;
    }

    .purpose-image img,
    .purpose-mobile-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 620px;
        object-fit: cover;
    }

    .purpose-mobile-image {
        display: none;
    }

    /* Responsive */
    @media (max-width: 1200px) {
        .purpose-container {
            padding: 0 60px;
            gap: 70px;
        }
        .purpose-section {
            padding: 70px 30px;
        }
    }

    @media (max-width: 991px) {
        .purpose-section {
            padding: 70px 30px;
        }

        .purpose-container {
            padding: 0 32px;
            display: block;
        }

        .purpose-image {
            display: none;
        }

        .purpose-mobile-image {
            display: block;
            margin: 32px 0;
        }

        .purpose-content {
            max-width: 100%;
        }

        .purpose-content h2 {
            margin-bottom: 0;
        }

        .purpose-mobile-image img {
            max-height: none;
        }
    }

    @media (max-width: 600px) {
        .purpose-section {
            padding: 50px 20;
        }

        .purpose-container {
            padding: 0 22px;
        }

        .purpose-content h2 {
            font-size: 34px;
        }

        .purpose-text {
            font-size: 16px;
        }
    }

    /* =========================================================
   CORE VALUES SECTION
========================================================= */

    .core-values-section {
        position: relative;
        overflow: hidden;
        padding: 120px 0 105px;
        background: #ffffff;
    }

    .core-values-bg {
        position: absolute;
        inset: 0;
        background-image: url("https://marcsorongon.innovnational.com/wp-content/uploads/2026/05/Frame-3327-1.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        z-index: 1;
    }

    .core-values-section::after {
        content: "";
        position: absolute;
        inset: 0;

        z-index: 2;
        pointer-events: none;
    }

    .core-values-container {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 120px;
    }

    .core-values-header {
       display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 120px;

    align-items: center; /* vertically centers both columns */

    margin-bottom: 80px;
    }

    .core-values-heading h2 {
        margin: 0;
        color: #000000;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -0.045em;
    }

    .core-values-heading h2 span {
        color: #696969;
    }

    .core-values-intro p {
        max-width: 800px;
        margin: 0;
        color: #4c4c4c;
        font-size: 17px;
        line-height: 1.65;
    }

    .core-values-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: start;
    }

    .core-value-card {
        position: relative;
        text-align: center;
        padding: 0 48px;
    }

    .core-value-card:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 58px;
        right: 0;
        width: 1px;
        height: 132px;
        background: rgba(105, 105, 105, 0.22);
    }

    .core-value-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 88px;
        margin-bottom: 22px;
    }

    .core-value-icon img {
        display: block;
        max-width: 92px;
        max-height: 92px;
        width: auto;
        height: auto;
        object-fit: contain;
        opacity: 0.72;
    }

    .core-value-card h3 {
        margin: 0 0 22px;
        color: #000000;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -0.035em;
    }

    .core-value-card p {
        margin: 0 auto;
        max-width: 310px;
        color: #4c4c4c;
        font-size: 17px;
        line-height: 1.55;
    }

    /* Responsive */

    @media (max-width: 1200px) {
        .core-values-container {
            padding: 0 60px;
        }

        .core-values-header {
            gap: 60px;
        }

        .core-value-card {
            padding: 0 28px;
        }
    }

    @media (max-width: 991px) {
        .core-values-section {
            padding: 80px 0;
        }

        .core-values-container {
            padding: 0 32px;
        }

        .core-values-header {
            grid-template-columns: 1fr;
            gap: 24px;
            margin-bottom: 56px;
        }

        .core-values-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 52px 0;
        }

        .core-value-card:nth-child(2)::after {
            display: none;
        }

        .core-value-card:not(:last-child)::after {
            height: 120px;
        }
    }

    @media (max-width: 600px) {
        .core-values-section {
            padding: 60px 0;
        }

        .core-values-container {
            padding: 0 22px;
        }

        .core-values-heading h2 {
            font-size: 34px;
        }

        .core-values-intro p {
            font-size: 16px;
        }

        .core-values-grid {
            grid-template-columns: 1fr;
            gap: 42px;
        }

        .core-value-card {
            padding: 0;
        }

        .core-value-card::after {
            display: none !important;
        }

        .core-value-card h3 {
            font-size: 28px;
        }

        .core-value-card p {
            font-size: 16px;
        }
    }

    /* =========================================================
   INSPIRING THROUGH TEACHING SECTION
========================================================= */

    .teaching-section {
        padding: 100px;
        background: #ffffff;
    }

    .teaching-container {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;

        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        align-items: center;
        gap: 150px;
    }

    .teaching-image img,
    .teaching-mobile-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 620px;
        object-fit: cover;
    }

    .teaching-content {
        max-width: 660px;
    }

    .teaching-content h2 {
        margin: 0 0 26px;
        color: #000000;
        font-size: 40px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -0.045em;
    }

    .teaching-content h2 span {
        color: #696969;
    }

    .teaching-text {
        color: #606060;
        font-size: 17px;
        line-height: 1.65;
    }

    .teaching-text p {
        margin: 0 0 26px;
    }

    .teaching-text p:last-child {
        margin-bottom: 0;
    }

    .teaching-mobile-image {
        display: none;
    }

    /* Responsive: h2 > image > p */
    @media (max-width: 1200px) {
        .teaching-container {
            padding: 0 60px;
            gap: 70px;
        }
    }

    @media (max-width: 991px) {
        .teaching-section {
            padding: 70px 30px;
        }

        .teaching-container {
            padding: 0 32px;
            display: block;
        }

        .teaching-image {
            display: none;
        }

        .teaching-mobile-image {
            display: block;
            margin: 32px 0;
        }

        .teaching-content {
            max-width: 100%;
        }

        .teaching-content h2 {
            margin-bottom: 0;
        }

        .teaching-mobile-image img {
            max-height: none;
        }
    }

    @media (max-width: 600px) {
        .teaching-section {
            padding: 50px 20;
        }

        .teaching-container {
            padding: 0 22px;
        }

        .teaching-content h2 {
            font-size: 34px;
        }

        .teaching-text {
            font-size: 16px;
        }
    }

    /* =========================================================
   MOMENTS IN MINISTRY SECTION
========================================================= */

    .ministry-moments-section {
        position: relative;
        overflow: hidden;
        padding: 120px 0 115px;
        background: #ffffff;
    }

    .ministry-moments-bg {
        position: absolute;
        inset: 0;
        background-image: url("https://marcsorongon.innovnational.com/wp-content/uploads/2026/05/Frame-3186.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .ministry-moments-section::after {
        content: "";
        position: absolute;
        inset: 0;

        z-index: 2;
        pointer-events: none;
    }

    .ministry-moments-container {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        padding: 100px;
       
    }
.ministry-moments-header {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);

    align-items: center; /* vertically center heading with intro text */

    gap: 110px;
    margin-bottom: 62px;
}

    .ministry-moments-heading h2 {
        margin: 0;
        color: #000000;
        font-size: 40px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: -0.045em;
    }

    .ministry-moments-heading h2 span {
        color: #696969;
    }

    .ministry-moments-intro p {
        max-width: 760px;
        margin: 0;
        color: #606060;
        font-size: 17px;
        line-height: 1.55;
    }

    .ministry-moments-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 370px;
        align-items: stretch;
        gap: 24px;
    }

    .ministry-moments-main-image {
        height: 492px;
        overflow: hidden;
    }

    .ministry-moments-main-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ministry-moments-card {
        position: relative;
        height: 492px;
        background: transparent;
        overflow: hidden;
    }

    .ministry-moments-card-image {
        width: 100%;
        height: 492px;
        overflow: hidden;
    }

    .ministry-moments-card-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ministry-moments-card-content {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 84%;
        min-height: 214px;
        padding: 48px 32px 30px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ministry-moments-card-content h3 {
        margin: 0 0 22px;
        color: #000000;
        font-size: 17px;
        font-weight: 900;
        line-height: 1.2;
    }

    .ministry-moments-card-content p {
        margin: 0 0 22px;
        color: #696969;
        font-size: 17px;
        line-height: 1.45;
    }

    .ministry-moments-play {
        width: 30px;
        height: 30px;
        aspect-ratio: 1 / 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: auto;
        text-decoration: none;
        line-height: 0;
    }

    .ministry-moments-play svg {
        display: block;
        width: 30px;
        height: 30px;
    }

    /* Responsive */
    @media (max-width: 1200px) {
        .ministry-moments-container {
            padding: 0 60px;
        }

        .ministry-moments-header {
            gap: 60px;
        }

        .ministry-moments-grid {
            grid-template-columns: minmax(0, 1fr) 330px;
        }
    }

    @media (max-width: 991px) {
        .ministry-moments-section {
            padding: 80px 0;
        }

        .ministry-moments-container {
            padding: 0 32px;
        }

        .ministry-moments-header {
            grid-template-columns: 1fr;
            gap: 24px;
            margin-bottom: 42px;
        }

        .ministry-moments-grid {
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .ministry-moments-main-image {
            height: auto;
        }

        .ministry-moments-main-image img {
            height: auto;
        }

        .ministry-moments-card {
            height: auto;
            overflow: visible;
        }

        .ministry-moments-card-image {
            height: 360px;
        }

        .ministry-moments-card-content {
            position: relative;
            width: 100%;
            min-height: auto;
            padding: 32px 28px;
        }
    }
    

    @media (max-width: 600px) {
        .ministry-moments-section {
            padding: 60px 0;
        }

        .ministry-moments-container {
            padding: 0 22px;
        }

        .ministry-moments-heading h2 {
            font-size: 34px;
        }

        .ministry-moments-intro p,
        .ministry-moments-card-content p {
            font-size: 16px;
        }

        .ministry-moments-card-image {
            height: 260px;
        }
    }