/* ============================================================
   PARAKKH — OUR STORY
   Matches existing Parakkh editorial visual language
============================================================ */

.our-story-page {

    --os-navy: #243647;
    --os-red: #BE3032;
    --os-cream: #F5F4F1;
    --os-white: #FFFFFF;
    --os-text: #596067;
    --os-line: rgba(36,54,71,.20);

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    color: var(--os-navy);

    background: #fff;

    overflow: hidden;
}


.our-story-page *,
.our-story-page *::before,
.our-story-page *::after {

    box-sizing: border-box;

}


.our-story-container {

    width: min(1180px, calc(100% - 80px));

    margin: 0 auto;

}


/* ============================================================
   COMMON
============================================================ */

.our-story-eyebrow {

    /* display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    color: var(--os-red);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .30em; */

    display: flex;
    align-items: flex-start;
    justify-content: left;
    gap: 14px;
    color: var(--os-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .30em;
}


.our-story-small-label {

    color: var(--os-red);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .25em;

}


.our-story-section-header {

    display: flex;

    align-items: center;

    gap: 22px;

}


.our-story-section-number {

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 72px;

    line-height: .8;

    font-weight: 400;

    letter-spacing: -.05em;

}


.our-story-header-line {

    display: block;

    width: 32px;

    height: 1px;

    margin-top: 9px;

    background: var(--os-red);

}


/* ============================================================
   HERO
============================================================ */

.our-story-hero {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: var(--os-cream);

}


.our-story-hero-image {

    position: absolute;

    inset: 0;

    background:

        /* linear-gradient(
            90deg,
            rgba(245,244,241,.90) 0%,
            rgba(245,244,241,.78) 32%,
            rgba(245,244,241,.45) 60%,
            rgba(245,244,241,.15) 100%
        ), */

        url("./imgs/ourStoryfinalz.png")
        center / cover no-repeat;

}


/* .our-story-hero-overlay {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 30%;

    background:

        linear-gradient(
            to bottom,
            transparent,
            rgba(255,255,255,.85)
        );

} */


.our-story-hero .our-story-container {

    position: relative;

    z-index: 2;

    min-height: 650px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.our-story-hero-content {

    max-width: 780px;

    text-align: left;

    /* margin: 0 auto; */

}


.our-story-hero-content h1 {

    margin: 22px auto 20px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    /* font-size: 57px; */
    font-size: clamp(48px, 6vw, 78px);
    line-height: .88;

    font-weight: 500;

    letter-spacing: -.035em;

}


.our-story-hero-content h1 strong {

    display: block;

    color: var(--os-red);

    font-weight: 500;

}


.our-story-hero-content p {

    /* max-width: 650px;

    margin: 0 auto;

    color: #60666A;

    font-size: 14px;

    line-height: 1.7; */
    /* max-width: 695px;
    margin: 7px;
    color: #60666A;
    font-size: 21px;
    line-height: 1.7; */

        max-width: 628px;
    margin: 7px;
    color: #343a3f;
    /* font-size: 14px; */
    font-size: 21px;
    line-height: 1.7;
}


.our-story-hero-bottom {

    position: absolute;

    bottom: 28px;

    left: 0;

    right: 0;

    display: flex;

    justify-content: space-between;

    padding-top: 15px;

    border-top: 1px solid rgba(36,54,71,.20);

    color: #6b7378;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: .22em;

}


/* ============================================================
   BELIEF
============================================================ */

.our-story-belief {

    padding: 105px 0 0px;
  /* padding: 105px 0 115px; */

    background: #fff;

}


.our-story-belief-content {

    display: grid;

    grid-template-columns: 1.15fr .85fr;

    gap: 90px;

    align-items: end;

    padding: 65px 0 75px;

}


.our-story-belief-heading h2 {

    max-width: 720px;

    margin: 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(52px, 6vw, 65px);

    line-height: .90;

    font-weight: 500;

    letter-spacing: -.035em;

}


.our-story-belief-heading h2 strong {

    color: var(--os-red);

    font-weight: 500;

}


.our-story-belief-copy p {

    max-width: 450px;

    margin: 0 0 20px;

    color: var(--os-text);

    font-size: 16px;

    line-height: 1.75;

}


/* ============================================================
   DECISION
============================================================ */

.our-story-decision {

    display: grid;

    grid-template-columns: 1fr 90px 1fr;

    border-top: 1px solid var(--os-line);

    border-bottom: 1px solid var(--os-line);

}


.our-story-decision-side {

    padding: 48px 45px 52px 0;

}


.our-story-decision-side + .our-story-decision-center {

    border-left: 1px solid var(--os-line);

}


.our-story-decision-side:last-child {

    padding-left: 45px;

    padding-right: 0;

    border-left: 1px solid var(--os-line);

}


.our-story-decision-number {

    display: block;

    margin-bottom: 18px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 45px;

    line-height: 1;

    color: var(--os-red);

}


.our-story-decision-label {

    display: block;

    margin-bottom: 18px;

    color: var(--os-navy);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .25em;

}


.our-story-decision-side h3 {

    max-width: 420px;

    margin: 0 0 20px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 39px;

    line-height: .94;

    font-weight: 600;

}


.our-story-decision-side p {

    max-width: 460px;

    margin: 0 0 25px;

    color: var(--os-text);

    font-size: 14.5px;

    line-height: 1.7;

}


.our-story-decision-center {

    display: flex;

    align-items: center;

    justify-content: center;

}


.our-story-center-circle {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid var(--os-red);

    border-radius: 50%;

    color: var(--os-red);

    font-size: 18px;

    font-weight: 300;

}


.our-story-points {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

}


.our-story-points span {

    padding: 7px 10px;

    border: 1px solid rgba(36,54,71,.14);

    color: #454D52;

    font-size: 10px;

    letter-spacing: .04em;

}


/* ============================================================
   QUESTION
============================================================ */

.our-story-question {

    position: relative;

    padding: 120px 0 135px;

    overflow: hidden;

    background: var(--os-cream);

}


.our-story-question::before {

    content: "";

    position: absolute;

    width: 650px;

    height: 650px;

    right: -350px;

    top: -240px;

    border: 1px solid rgba(36,54,71,.07);

    border-radius: 50%;

}


.our-story-question-mark {

    position: absolute;

    right: -50px;

    top: 50%;

    transform: translateY(-50%);

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 500px;

    line-height: .6;

    color: rgba(36,54,71,.025);

}


.our-story-question-content {

    position: relative;

    z-index: 2;

    max-width: 980px;

    margin: 55px auto 0;

}


.our-story-question-context {

    max-width: 640px;

}


.our-story-question-context p {

    margin: 0 0 12px;

    color: var(--os-text);

    font-size: 19px;

    line-height: 1.7;

}


.our-story-question-context span {

    display: block;

    margin-top: 28px;

    color: var(--os-navy);

    font-size: 14px;

    font-weight: 500;

}


.our-story-question-content h2 {

    max-width: 1000px;

    margin: 45px 0 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(50px, 6.5vw, 66px);

    line-height: .91;

    font-weight: 500;

    font-style: italic;

    letter-spacing: -.035em;

}


.our-story-question-line {

    width: 45px;

    height: 1px;

    margin-top: 45px;

    background: var(--os-red);

}


/* ============================================================
   WHY PARAKKH
============================================================ */

.our-story-why {

    padding: 26px 0 0;

    background: #fff;

}


.our-story-why-intro {

    display: grid;

    grid-template-columns: 1.15fr .85fr;

    gap: 90px;

    align-items: end;

    padding: 65px 0 75px;

}


.our-story-why-intro h2 {

    max-width: 700px;

    margin: 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    /* font-size: clamp(52px, 6vw, 67px); */
font-size: clamp(52px, 6vw, 58px);
    line-height: .88;

    font-weight: 500;

    letter-spacing: -.035em;

}


.our-story-why-intro h2 strong {

    /* display: block; */

    color: var(--os-red);

    font-weight: 500;

}


.our-story-why-intro p {

    max-width: 450px;

    margin: 0;

    color: var(--os-text);

    font-size: 15px;

    line-height: 1.75;

}


/* ============================================================
   APPROACH
============================================================ */

.our-story-approach {

    display: grid;

    grid-template-columns: 1.15fr .85fr;

    border-top: 1px solid var(--os-line);

    border-bottom: 1px solid var(--os-line);

}


.our-story-approach-main {

    padding: 55px 65px 58px 0;

}


.our-story-approach-main > span {

    color: var(--os-red);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .25em;

}


.our-story-approach-main h3 {

    max-width: 650px;

    margin: 22px 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(44px, 5vw, 68px);

    line-height: .9;

    font-weight: 500;

}


.our-story-approach-main p {

    max-width: 620px;

    margin: 0;

    color: var(--os-text);

    font-size: 15.5px;

    line-height: 1.75;

}


.our-story-capabilities {

    border-left: 1px solid var(--os-line);

}


.our-story-capabilities div {

    min-height: 70px;

    display: flex;

    align-items: center;

    gap: 22px;

    padding: 15px 25px;

    border-bottom: 1px solid var(--os-line);

}


.our-story-capabilities div:last-child {

    border-bottom: 0;

}


.our-story-capabilities strong {

    width: 30px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 28px;

    font-weight: 400;

    color: var(--os-red);

}


.our-story-capabilities span {

    color: var(--os-navy);

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .03em;

}


/* ============================================================
   RESPONSIBILITY
============================================================ */

.our-story-responsibility {

    padding: 55px 0 60px;

    text-align: center;

}


.our-story-responsibility h2 {

    max-width: 850px;

    margin: 30px auto 5px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(48px, 5.8vw, 78px);

    line-height: .9;

    font-weight: 500;

}


.our-story-responsibility > strong {

    /* display: block; */

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(42px, 5vw, 65px);

    line-height: 1;

    /* color: var(--os-red); */

    font-style: italic;

    font-weight: 600;

}


/* ============================================================
   SUCCESS
============================================================ */

.our-story-success {

    padding: 110px 0 0;

    background: var(--os-cream);

}


.our-story-success-heading {

    display: grid;

    /* grid-template-columns: 1.15fr .85fr; */

    gap: 90px;

    align-items: end;

    padding: 65px 0 75px;

}


.our-story-success-heading h2 {

    margin: 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(52px, 6vw, 59px);

    line-height: .88;

    font-weight: 500;

}


.our-story-success-heading h2 strong {

    color: var(--os-red);

    font-weight: 500;

}


.our-story-success-heading p {

    margin: 0;

    color: var(--os-text);

    font-size: 13px;

}


/* SUCCESS CONTENT */

.our-story-success-content {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 90px;

    padding-bottom: 105px;

}


.our-story-success-statement {

    padding-left: 25px;

    border-left: 2px solid var(--os-red);

}


.our-story-success-statement span {

    display: block;

    margin-bottom: 20px;

    color: var(--os-red);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .22em;

}


.our-story-success-statement h3 {

    max-width: 390px;

    margin: 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 35px;

    line-height: .98;

    font-weight: 600;

}


.our-story-success-statement p {

    margin: 18px 0 0;

    color: var(--os-muted);

    font-size: 16px;

}


.our-story-results-intro {

    margin: 0 0 20px;

    color: var(--os-text);

    font-size: 16px;

}


/* RESULT */

.our-story-result {

    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 15px;

    align-items: center;

    min-height: 65px;

    border-top: 1px solid var(--os-line);

}


.our-story-result:last-child {

    border-bottom: 1px solid var(--os-line);

}


.our-story-result span {

    color: var(--os-red);

    font-size: 9px;

    font-weight: 700;

}


.our-story-result p {

    margin: 0;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 22px;

    line-height: 1.1;

}


/* ============================================================
   CLOSING
============================================================ */

.our-story-closing {

    padding: 87 px 0 140px;

    background: var(--os-navy);

    color: #fff;

    text-align: center;
    padding: 35px;
}


.our-story-closing .our-story-small-label {

    color: var(--os-red);

}


.our-story-closing h2 {

    margin: 30px 0 40px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(70px, 8vw, 115px);

    line-height: .78;

    font-weight: 500;
    font-size: 55px;

    letter-spacing: -.04em;

}


.our-story-closing h2 strong {

    display: block;

    color: var(--os-red);

    font-weight: 500;

    font-style: italic;

}


.our-story-closing-small {

    margin: 0;

    color: rgba(255,255,255,.55);

    font-size: 12px;

}


.our-story-closing-line {

    display: block;

    width: 42px;

    height: 1px;

    margin: 25px auto;

    background: rgba(255,255,255,.35);

}


.our-story-closing-main {

    max-width: 820px;

    margin: auto;

    color: rgba(255,255,255,.90);

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    /* font-size: clamp(25px, 3vw, 40px); */
font-size: 26px;
    line-height: 1.2;

}


/* ============================================================
   CTA
============================================================ */

.our-story-cta {

    padding: 100px 0 115px;

    background: #fff;

}


.our-story-cta-content {

    max-width: 720px;

    margin: auto;

    text-align: center;

}


.our-story-cta h2 {

    margin: 25px 0 15px;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(52px, 6vw, 78px);

    line-height: .88;

    font-weight: 500;

}


.our-story-cta h2 strong {

    display: block;

    color: var(--os-red);

    font-weight: 500;

    /* font-style: italic; */

}


.our-story-cta-content > p {

    margin: 0 0 30px;

    color: var(--os-text);

    font-size: 13px;

}


.our-story-cta-button {

    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 11px 0;

    color: var(--os-navy);

    border-bottom: 1px solid var(--os-red);

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .18em;

}


.our-story-cta-button span {

    color: var(--os-red);

    font-size: 18px;

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1000px) {

    .our-story-container {

        width: calc(100% - 50px);

    }


    .our-story-belief-content,
    .our-story-why-intro,
    .our-story-success-heading {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .our-story-decision {

        grid-template-columns: 1fr;

    }


    .our-story-decision-center {

        display: none;

    }


    .our-story-decision-side:last-child {

        border-left: 0;

        border-top: 1px solid var(--os-line);

        padding-left: 0;

    }


    .our-story-approach {

        grid-template-columns: 1fr;

    }


    .our-story-capabilities {

        border-left: 0;

        border-top: 1px solid var(--os-line);

    }


    .our-story-success-content {

        grid-template-columns: 1fr;

        gap: 55px;

    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 600px) {

    .our-story-container {

        width: calc(100% - 38px);

    }


    .our-story-hero {

        min-height: 570px;

    }


    .our-story-hero .our-story-container {

        min-height: 570px;

    }


    .our-story-hero-content h1 {

        /* font-size: 50px; */
            font-size: clamp(48px, 6vw, 78px);

    }


    .our-story-hero-content p {

        font-size: 12.5px;

    }


    .our-story-hero-bottom span:last-child {

        display: none;

    }


    .our-story-belief,
    .our-story-why,
    .our-story-success {

        padding-top: 80px;

    }


    .our-story-section-number {

        font-size: 58px;

    }


    .our-story-belief-content {

        padding: 50px 0 55px;

    }


    .our-story-belief-heading h2,
    .our-story-why-intro h2,
    .our-story-success-heading h2 {

        font-size: 49px;

    }


    .our-story-decision-side {

        padding: 38px 0;

    }


    .our-story-decision-side:last-child {

        padding-left: 0;

    }


    .our-story-decision-side h3 {

        font-size: 37px;

    }


    .our-story-question {

        padding: 90px 0 100px;

    }


    .our-story-question-content h2 {

        font-size: 46px;

    }


    .our-story-question-mark {

        font-size: 300px;

        right: -70px;

    }


    .our-story-approach-main {

        padding: 42px 0;

    }


    .our-story-approach-main h3 {

        font-size: 43px;

    }


    .our-story-responsibility {

        padding: 90px 0;

    }


    .our-story-responsibility h2 {

        font-size: 47px;

    }


    .our-story-responsibility > strong {

        font-size: 43px;

    }


    .our-story-success-heading {

        padding: 50px 0 55px;

    }


    .our-story-success-content {

        padding-bottom: 80px;

    }


    .our-story-success-statement h3 {

        font-size: 31px;

    }


    .our-story-result p {

        font-size: 20px;

    }


    .our-story-closing {

        padding: 90px 0 100px;



    }


    .our-story-closing h2 {

        font-size: 67px;

    }


    .our-story-closing-main {

        font-size: 25px;

    }


    .our-story-cta {

        padding: 80px 0 90px;

    }


    .our-story-cta h2 {

        font-size: 49px;

    }

}

/* ============================================================
   02 — THE QUESTION
============================================================ */

.our-story-question {

    position: relative;

    padding: 115px 0 125px;

    overflow: hidden;

    background: #F5F4F1;

}


/* ------------------------------------------------------------
   VERY SUBTLE BACKGROUND QUESTION MARK
------------------------------------------------------------ */

.our-story-question-mark {

    position: absolute;

    right: -80px;

    top: 50%;

    transform: translateY(-50%);

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 520px;

    line-height: .6;

    font-weight: 500;

    color: rgba(36, 54, 71, .025);

    pointer-events: none;

}


/* ------------------------------------------------------------
   SECTION HEADER
------------------------------------------------------------ */

.our-story-question .our-story-section-header {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 22px;

}


/* Number */

.our-story-question .our-story-section-number {

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 72px;

    line-height: .8;

    font-weight: 400;

    letter-spacing: -.05em;

    color: #243647;

}


/* Title wrapper */

.our-story-question .our-story-section-title {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


/* Label */

.our-story-question .our-story-small-label {

    color: #BE3032;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .25em;

}


/* Small red line */

.our-story-question .our-story-header-line {

    display: block;

    width: 32px;

    height: 1px;

    margin-top: 9px;

    background: #BE3032;

}


/* ------------------------------------------------------------
   CONTENT
------------------------------------------------------------ */

.our-story-question-content {

    position: relative;

    z-index: 2;

    max-width: 1000px;

    margin: 60px auto 0;

}


/* ------------------------------------------------------------
   INTRO COPY
------------------------------------------------------------ */

.our-story-question-context {

    max-width: 650px;

}


.our-story-question-context p {

    margin: 0 0 14px;

    color: #596067;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.75;

}


.our-story-question-context span {

    display: block;

    margin-top: 30px;

    color: #243647;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.6;

}


/* ------------------------------------------------------------
   BIG QUESTION
------------------------------------------------------------ */

.our-story-question-content h2 {

    max-width: 1000px;

    margin: 48px 0 0;

    color: #243647;

    font-family: "Inter", "Segoe UI", Arial, sans-serif;

    font-size: clamp(52px, 6.5vw, 70px);

    font-weight: 500;

    font-style: italic;

    line-height: .92;

    letter-spacing: -.035em;

}


/* ------------------------------------------------------------
   RED LINE
------------------------------------------------------------ */

.our-story-question-line {

    width: 50px;

    height: 1px;

    margin-top: 50px;

    background: #BE3032;

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 900px) {

    .our-story-question {

        padding: 90px 0 100px;

    }


    .our-story-question-content {

        max-width: 100%;

    }


    .our-story-question-content h2 {

        font-size: 58px;

    }


    .our-story-question-mark {

        font-size: 380px;

        right: -80px;

    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 600px) {

    .our-story-question {

        padding: 75px 0 85px;

    }


    .our-story-question .our-story-section-header {

        gap: 16px;

    }


    .our-story-question .our-story-section-number {

        font-size: 58px;

    }


    .our-story-question .our-story-small-label {

        font-size: 9px;

        letter-spacing: .20em;

    }


    .our-story-question-content {

        margin-top: 45px;

    }


    .our-story-question-context {

        max-width: 100%;

    }


    .our-story-question-context p {

        font-size: 14px;

    }


    .our-story-question-context span {

        font-size: 12.5px;

        margin-top: 25px;

    }


    .our-story-question-content h2 {

        margin-top: 38px;

        font-size: 45px;

        line-height: .94;

    }


    .our-story-question-line {

        margin-top: 38px;

    }


    .our-story-question-mark {

        font-size: 280px;

        right: -70px;

        opacity: .7;

    }

}





#pk-approach {
    /* background: #f7f6f3; */
    padding: 48px 1%;
    font-family: Inter, sans-serif !important;
}

.pk-approach-inner {
    max-width: 1250px;
    margin: auto;
}

/* HEADER */

.pk-approach-heading {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 60px;
    align-items: start;
    margin-bottom: 75px;
}

.pk-approach-heading > span {
    color: #be3032;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    padding-top: 10px;
}

.pk-approach-heading h2 {
    margin: 0;
    max-width: 850px;
    color: #243647;
    font-family: Inter, sans-serif !important;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.05em;
}

.pk-approach-heading h2 strong {
    /* display: block; */
    color: #be3032;
    font-weight: 500;
}

.pk-approach-heading p {
    grid-column: 2;
    max-width: 650px;
    margin: 28px 0 0;
    color: #657079;
    font-size: 15px;
    line-height: 1.8;
}


/* FOUR POINTS */

.pk-approach-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(36, 54, 71, .18);
}

.pk-approach-point {
    position: relative;
    min-height: 215px;
    padding: 27px 28px 25px 0;
    border-right: 1px solid rgba(36, 54, 71, .18);
}

.pk-approach-point:not(:first-child) {
    padding-left: 28px;
}

.pk-approach-point:last-child {
    border-right: none;
}

.pk-approach-point > span {
    display: block;
    margin-bottom: 35px;
    color: #be3032;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
}

.pk-approach-point h3 {
    margin: 0 0 12px;
    color: #243647;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.pk-approach-point p {
    max-width: 230px;
    margin: 0;
    color: #737c83;
    font-size: 13px;
    line-height: 1.7;
}


/* HOVER */

.pk-approach-point {
    transition: transform .3s ease;
}

.pk-approach-point:hover {
    transform: translateY(-4px);
}


/* TABLET */

@media (max-width: 900px) {

    #pk-approach {
        padding: 80px 6%;
    }

    .pk-approach-heading {
        grid-template-columns: 120px 1fr;
        gap: 35px;
    }

    .pk-approach-points {
        grid-template-columns: repeat(2, 1fr);
    }

    .pk-approach-point:nth-child(2) {
        border-right: none;
    }

    .pk-approach-point:nth-child(3),
    .pk-approach-point:nth-child(4) {
        border-top: 1px solid rgba(36, 54, 71, .18);
    }

    .pk-approach-point:nth-child(3) {
        padding-left: 0;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    #pk-approach {
        padding: 70px 24px;
    }

    .pk-approach-heading {
        display: block;
        margin-bottom: 50px;
    }

    .pk-approach-heading > span {
        display: block;
        margin-bottom: 30px;
    }

    .pk-approach-heading h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .pk-approach-heading p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.75;
    }

    .pk-approach-points {
        grid-template-columns: 1fr;
    }

    .pk-approach-point,
    .pk-approach-point:not(:first-child) {
        min-height: auto;
        padding: 25px 0;
        border-right: none;
        border-bottom: 1px solid rgba(36, 54, 71, .18);
    }

    .pk-approach-point:last-child {
        border-bottom: none;
    }

    .pk-approach-point > span {
        margin-bottom: 15px;
    }

    .pk-approach-point p {
        max-width: none;
    }

}#pk-approach {
    /* background: #f7f6f3; */
    padding: 48px 2%;
    font-family: Inter, sans-serif !important;
}

.pk-approach-inner {
    max-width: 1250px;
    margin: auto;
}

/* HEADER */

.pk-approach-heading {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 60px;
    align-items: start;
    margin-bottom: 75px;
}

.pk-approach-heading > span {
    color: #be3032;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    padding-top: 10px;
}

.pk-approach-heading h2 {
    margin: 0;
    max-width: 850px;
    color: #243647;
    font-family: Inter, sans-serif !important;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.05em;
}

.pk-approach-heading h2 strong {
    /* display: block; */
    color: #be3032;
    font-weight: 500;
}

.pk-approach-heading p {
    grid-column: 2;
    max-width: 650px;
    margin: 28px 0 0;
    color: #657079;
    font-size: 15px;
    line-height: 1.8;
}


/* FOUR POINTS */

.pk-approach-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(36, 54, 71, .18);
}

.pk-approach-point {
    position: relative;
    min-height: 215px;
    padding: 27px 28px 25px 0;
    border-right: 1px solid rgba(36, 54, 71, .18);
}

.pk-approach-point:not(:first-child) {
    padding-left: 28px;
}

.pk-approach-point:last-child {
    border-right: none;
}

.pk-approach-point > span {
    display: block;
    margin-bottom: 35px;
    color: #be3032;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
}

.pk-approach-point h3 {
    margin: 0 0 12px;
    color: #243647;
    font-family: Inter, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.pk-approach-point p {
    max-width: 230px;
    margin: 0;
    color: #737c83;
    font-size: 13px;
    line-height: 1.7;
}


/* HOVER */

.pk-approach-point {
    transition: transform .3s ease;
}

.pk-approach-point:hover {
    transform: translateY(-4px);
}


/* TABLET */

@media (max-width: 900px) {

    #pk-approach {
        padding: 80px 6%;
    }

    .pk-approach-heading {
        grid-template-columns: 120px 1fr;
        gap: 35px;
    }

    .pk-approach-points {
        grid-template-columns: repeat(2, 1fr);
    }

    .pk-approach-point:nth-child(2) {
        border-right: none;
    }

    .pk-approach-point:nth-child(3),
    .pk-approach-point:nth-child(4) {
        border-top: 1px solid rgba(36, 54, 71, .18);
    }

    .pk-approach-point:nth-child(3) {
        padding-left: 0;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    #pk-approach {
        padding: 70px 24px;
    }

    .pk-approach-heading {
        display: block;
        margin-bottom: 50px;
    }

    .pk-approach-heading > span {
        display: block;
        margin-bottom: 30px;
    }

    .pk-approach-heading h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .pk-approach-heading p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 1.75;
    }

    .pk-approach-points {
        grid-template-columns: 1fr;
    }

    .pk-approach-point,
    .pk-approach-point:not(:first-child) {
        min-height: auto;
        padding: 25px 0;
        border-right: none;
        border-bottom: 1px solid rgba(36, 54, 71, .18);
    }

    .pk-approach-point:last-child {
        border-bottom: none;
    }

    .pk-approach-point > span {
        margin-bottom: 15px;
    }

    .pk-approach-point p {
        max-width: none;
    }

}


.pk-approach-heading {
    display: block;
    text-align: center;
    margin-bottom: 75px;
}

.pk-approach-heading > span {
    display: block;
    padding-top: 0;
    margin-bottom: 25px;
}

.pk-approach-heading h2 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pk-approach-heading p {
    max-width: 650px;
    margin: 30px auto 0;
    text-align: center;
}

.story-intro {
    width: 100%;
    padding: 62px 20px;
    background: #f7f6f2;
    text-align: center;
}

.story-intro__content {
    max-width: 900px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Eyebrow */

.story-intro__eyebrow {
    display: inline-block;
    margin-bottom: 25px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;

    /* color: #8b7355; */
}

/* Heading */

.story-intro__heading h2 {
    max-width: 850px;
    margin: 0 auto;

    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -2px;

    /* color: #1c1c1a; */
}

.story-intro__heading h2 strong {
    font-weight: 600;
    /* color: #8b7355; */
    color: var(--os-red);
}

/* Description */

.story-intro__description {
    max-width: 700px;
    margin-top: 40px;
}

.story-intro__description p {
    margin: 0;

    font-size: 19px;
    line-height: 1.7;
    /* color: #55544f; */
}

/* Decorative line */

.story-intro__line {
    width: 60px;
    height: 2px;

    margin: 35px auto 0;

    /* background: #8b7355; */
}

/* Tablet */

@media (max-width: 768px) {
    .story-intro {
        padding: 75px 20px;
    }

    .story-intro__heading h2 {
        font-size: 48px;
        letter-spacing: -1.5px;
    }

    .story-intro__description {
        margin-top: 30px;
    }

    .story-intro__description p {
        font-size: 17px;
    }
}

/* Mobile */

@media (max-width: 480px) {
    .story-intro {
        padding: 60px 20px;
    }

    .story-intro__eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .story-intro__heading h2 {
        font-size: 38px;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .story-intro__description {
        margin-top: 25px;
    }

    .story-intro__description p {
        font-size: 16px;
        line-height: 1.65;
    }
}

/* Container & Layout */
.success-section-container {
    padding: 70px 20px;
    background-color: #fafafa; /* Very soft, clean neutral background */
    font-family: inherit;
}

/* Header Alignment (H1 Center) */
.success-section-header {
    text-align: center;
    margin-bottom: 25px;
}

.success-section-header h1 {
    font-size: 2.3rem;
    font-weight: 700;
    /* color: #1a1a1a;  */
    margin: 0;
}

/* Statement Section Alignment (H2 Center) */
.success-section-statement {
    text-align: center;
    margin-bottom: 45px;
}

.success-section-tag {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* color: #666666;  */
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.success-section-statement h2 {
    font-size: 1.8rem;
    font-weight: 600;
    /* color: #222222; */
    max-width: 700px;
    margin: 0 auto 12px auto;
    line-height: 1.35;
}

.success-section-subtext {
    font-size: 1.05rem;
    /* color: #555555; */
    margin: 0;
}

/* Results Intro Center Alignment */
.success-section-results-wrapper {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.success-section-intro {
    font-size: 1.1rem;
    font-weight: 400;
    /* color: #555555; */
    margin-bottom: 30px;
}

/* Cards Grid Layout (Clean minimal spacing) */
.success-section-cards-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}

/* Individual Card Styling - Neutral borders, minimal shadow */
.success-section-card {
    background: #ffffff;
    border: 1px solid #e5e5e5; /* Clean light border */
    padding: 28px 22px;
    border-radius: 6px; /* Subtle modern rounding */
    width: 230px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* ONLY the numbers use your specific red color */
.success-card-number {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(190 48 50 / var(--tw-bg-opacity, 1)); 
    display: block;
    margin-bottom: 12px;
}

.success-card-text {
    font-size: 0.95rem;
    /* color: #333333; */
    line-height: 1.45;
    margin: 0;
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
    .success-section-cards-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .success-section-card {
        width: 100%;
        max-width: 320px;
    }
}