.about-container {
    width: min(100% - 32px, 1320px);
    margin: 0 auto;
}

.about-hero {
    min-height: 580px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.28)), url('/assets/home/Component-103-large.webp') center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.about-hero__content {
    width: min(100% - 32px, 1320px);
    margin: 0 auto;
    padding-top: 70px;
}

.about-hero h1 {
    color: #f4f4f4 !important;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 14px;
}

.about-hero p {
    color: #f4f4f4 !important;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 2.6vw, 2.35rem);
    font-weight: 500;
    line-height: 1.1;
}

.about-intro {
    background: #fff;
    padding: 34px 0 52px;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
    font-size: 10px;
    font-weight: 700;
}

.about-breadcrumb a {
    color: #1e1e1e;
    text-decoration: none;
}

.about-breadcrumb a::after {
    content: ">";
    color: #1e1e1e;
    margin-left: 4px;
}

.about-breadcrumb span {
    color: #a66e35;
}

.about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    align-items: center;
    gap: 30px;
}

.about-intro__image {
    height: 450px;
    overflow: hidden;
}

.about-intro__image img,
.about-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-intro__copy {
    padding: 8px 0 0;
}

.about-intro__copy h2 {
    color: #181818;
    font-size: 2rem;
    line-height: 1.24;
    font-weight: 500;
    margin-bottom: 18px;
}

.about-intro__copy p {
    color: #323232;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 20px;
}

.about-intro__copy .about-lead {
    color: #151515;
    font-weight: 500;
    line-height: 1.62;
    margin-bottom: 18px;
    font-size: 20px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 620px;
    margin-top: 28px;
    padding: 22px 28px;
    background: #f7f2ef;
    border-radius: 16px;
}

.about-stats strong {
    display: block;
    color: #a66e35;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
}

.about-stats span {
    color: #a66e35;
    display: block;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
}

.about-experience {
    position: relative;
    padding: 150px 0 0;
    color: #fff;
    background: #fff;
    overflow: hidden;
}

.about-experience::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 700px;
    background: url('/assets/home/Rectangle-44-large.webp') center / cover no-repeat;
}

.about-experience h2 {
    position: relative;
    z-index: 1;
    color: #f4f4f4 !important;
    text-align: center;
    font-size: clamp(2.1rem, 4vw, 3.35rem);
    line-height: 1.42;
    font-weight: 500;
    margin: 0 auto;
}

.about-purpose {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 136px;
    padding-bottom: 66px;
}

.purpose-card {
    min-height: 310px;
    background: #fff;
    color: #111;
    padding: 42px 48px 38px;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.08);
}

.purpose-card__heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
}

.purpose-card img {
    width: 80px;
    height: 80px;
}

.purpose-card h3 {
    color: #111;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1;
    font-weight: 500;
}

.purpose-card p {
    color: #2d2d2d;
    max-width: 430px;
    margin-left: 102px;
    font-size: 15px;
    line-height: 1.72;
}

.about-values {
    padding: 0 0 34px;
    background: #fff;
}

.about-values h2 {
    color: #151515;
    text-align: center;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1;
    margin-bottom: 42px;
}

.about-values h2 span {
    color: #a66e35;
}

.values-panel {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: start;
    padding: 30px 40px 28px;
    background: #f4f4f4;
    border-radius: 16px;
}

.value-item {
    min-width: 0;
    text-align: center;
}

.value-item svg {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    fill: none;
    stroke: #111;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.value-item p {
    color: #111;
    font-size: 20px;
    line-height: 1.24;
    font-weight: 500;
}

.about-cta {
    position: relative;
    min-height: 610px;
    background: #fff;
    color: #fff;
    padding: 70px 0 120px 0;
    margin-top: 0;
    overflow: hidden;
}

.about-cta::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 600px;
    background: url('/assets/home/Rectangle-47-large.webp') center / cover no-repeat;
}

.about-cta__copy {
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.about-cta h2 {
    color: #f4f4f4 !important;
    font-size: 2.3rem;
    line-height: 1.18;
    font-weight: 500;
    margin-bottom: 16px;
}

.about-cta__copy p {
    color: #f4f4f4 !important;
}

.about-cta p {
    color: #f4f4f4 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.72;
    margin-bottom: 30px;
}

.about-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 58px;
    background: #b1773b;
    color: #f4f4f4 !important;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 2px;
}

.about-gallery {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    height: 180px;
    margin-top: 48px;
    margin-bottom: 60px;
}

.about-gallery img {
    background: #eee;
}

.whatsapp-float {
    position: fixed;
    right: 32px;
    bottom: 95px;
    z-index: 99;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #16b828;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.whatsapp-float svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}

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

    .about-intro__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-intro__image {
        height: 420px;
    }

    .about-intro__copy h2,
    .about-intro__copy p,
    .about-stats {
        max-width: none;
    }

    .about-experience {
        padding-top: 110px;
    }

    .about-purpose {
        margin-top: 90px;
    }

    .purpose-card {
        padding: 34px 32px;
    }

    .purpose-card p {
        margin-left: 0;
        max-width: none;
    }

    .values-panel {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 34px;
    }
}

@media (max-width: 768px) {
    .about-container,
    .about-hero__content {
        width: min(100% - 28px, 1320px);
    }

    .about-hero {
        min-height: 430px;
        background-position: center;
    }

    .about-intro {
        padding-top: 28px;
    }

    .about-intro__image {
        height: 320px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        padding: 22px;
    }

    .about-stats span {
        white-space: normal;
    }

    .about-experience {
        min-height: auto;
        padding: 80px 0 0;
    }

    .about-experience h2 {
        text-align: left;
    }

    .about-purpose {
        grid-template-columns: 1fr;
        margin-top: 60px;
        padding-bottom: 42px;
    }

    .purpose-card {
        min-height: 0;
    }

    .values-panel {
        grid-template-columns: repeat(2, 1fr);
        padding: 28px 18px;
        gap: 30px 18px;
    }

    .about-values {
        padding-top: 42px;
    }

    .about-cta {
        padding: 56px 0 34px;
    }

    .about-gallery {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }

    .about-gallery img {
        aspect-ratio: 1.35;
    }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 360px;
    }

    .about-hero__content {
        padding-top: 34px;
    }

    .about-intro__image {
        height: 250px;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .purpose-card {
        padding: 28px 22px;
    }

    .purpose-card__heading {
        gap: 16px;
    }

    .purpose-card svg {
        width: 48px;
        height: 48px;
    }

    .values-panel {
        grid-template-columns: 1fr;
    }

    .about-cta a {
        width: 100%;
    }

    .about-gallery {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        right: 35px;
        bottom: 90px;
        width: 52px;
        height: 52px;
    }
}

/* Production responsive hardening */
.about-container,
.about-hero__content,
.about-intro__grid,
.about-purpose,
.values-panel,
.about-gallery,
.about-cta {
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .about-stats {
        max-width: 100%;
    }

    .about-experience::before {
        height: 520px;
    }

    .purpose-card__heading {
        align-items: flex-start;
    }

    .value-item p {
        font-size: 17px;
    }

    .about-cta {
        min-height: auto;
    }

    .about-cta::before {
        height: 100%;
    }
}

@media (max-width: 640px) {
    .about-container,
    .about-hero__content {
        width: min(100% - 28px, 1320px);
    }

    .about-hero {
        min-height: 330px;
    }

    .about-intro {
        padding-bottom: 38px;
    }

    .about-intro__copy h2 {
        font-size: 1.55rem;
    }

    .about-intro__copy p,
    .about-intro__copy .about-lead {
        font-size: 0.98rem;
        line-height: 1.68;
    }

    .about-stats {
        padding: 20px 18px;
        border-radius: 12px;
    }

    .about-experience h2 {
        font-size: 1.8rem;
        line-height: 1.32;
    }

    .about-purpose {
        margin-top: 44px;
    }

    .purpose-card h3 {
        font-size: 1.8rem;
    }

    .purpose-card p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .value-item svg {
        width: 62px;
        height: 62px;
        margin-bottom: 12px;
    }

    .about-values h2 {
        line-height: 1.25;
    }

    .about-cta h2 {
        font-size: 1.55rem;
        line-height: 1.3;
    }

    .about-cta p {
        font-size: 1rem;
        line-height: 1.65;
    }
}

@media (max-width: 380px) {
    .about-hero h1 {
        font-size: 2rem;
    }

    .about-hero p {
        font-size: 1.35rem;
    }

    .purpose-card {
        padding: 24px 18px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about-container,
    .about-hero__content {
        width: min(100% - 48px, 900px);
    }

    .about-intro__grid,
    .about-purpose {
        grid-template-columns: 1fr !important;
        gap: 32px;
    }

    .about-stats,
    .about-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .values-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .about-hero {
        min-height: 460px;
    }
}
