/* ============================================================
   WHODUNIT RESOURCE GROUP
   ABOUT PAGE
   File: css/aboutstyle.css

   Color Palette
   ------------------------------------------------------------
   Tangerine       var(--brand-orange)
   Vanilla         var(--brand-cream)
   Brunswick Green #4d572c
   Dark Brown      #2e2910
   ============================================================ */


/* ============================================================
   PAGE VARIABLES
   ============================================================ */

.about-page {
    --about-orange: var(--brand-orange);
    --about-orange-dark: var(--brand-orange);

    --about-vanilla: var(--brand-cream);
    --about-cream: var(--brand-cream);
    --about-cream-light: var(--brand-cream);

    --about-green: #4d572c;
    --about-green-dark: #46511f;
    --about-green-deep: #47531d;

    --about-brown: #2e2910;
    --about-muted: #6c695f;

    --about-line: rgba(46, 41, 16, 0.12);

    --about-shadow:
        0 24px 70px rgba(63, 69, 43, 0.12);

    --about-shadow-dark:
        0 30px 70px rgba(71, 83, 29, 0.25);

    background: var(--about-cream-light);
    color: var(--about-brown);
}


/* ============================================================
   COMMON
   ============================================================ */

.about-page main {
    overflow: hidden;
}


.about-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}


.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: var(--about-green);
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}


.about-eyebrow::before {
    content: "";

    width: 28px;
    height: 1px;

    background: currentColor;
}


.about-eyebrow--orange {
    color: var(--about-orange);
}


.about-section-heading {
    max-width: 720px;
    margin: 0 auto 54px;

    text-align: center;
}


.about-section-heading__eyebrow {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--about-orange);
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}


.about-section-heading h2 {
    margin: 0;

    color: var(--about-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -0.035em;
}


.about-section-heading p {
    max-width: 590px;

    margin: 18px auto 0;

    color: #767269;
    font-size: 0.97rem;
    line-height: 1.8;
}


.about-section-heading--light h2 {
    color: #ffffff;
}


.about-section-heading--light p {
    color: rgba(255, 255, 255, 0.65);
}


/* ============================================================
   HERO
   ============================================================ */

.about-hero {
    position: relative;
    isolation: isolate;

    min-height: 640px;

    background:
        linear-gradient(
            120deg,
            #46521e 0%,
            #444f22 48%,
            #4d572c 100%
        );

    overflow: hidden;
}


.about-hero::before {
    content: "";

    position: absolute;
    z-index: -1;

    left: -120px;
    bottom: -250px;

    width: 620px;
    height: 620px;

    border: 1px solid rgba(var(--brand-orange-rgb), 0.2);
    border-radius: 50%;
}


.about-hero::after {
    content: "";

    position: absolute;
    z-index: -1;

    left: -210px;
    bottom: -340px;

    width: 820px;
    height: 820px;

    border: 1px solid rgba(235, 227, 167, 0.09);
    border-radius: 50%;
}


/* subtle texture */

.about-hero__contours {
    position: absolute;
    inset: 0;

    z-index: -1;

    opacity: 0.18;

    background-image:
        repeating-radial-gradient(
            ellipse at 4% 100%,
            transparent 0,
            transparent 16px,
            rgba(255, 255, 255, 0.2) 17px,
            transparent 18px,
            transparent 35px
        );

    pointer-events: none;
}


.about-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);

    min-height: 640px;
}


.about-hero__copy {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding:
        100px
        clamp(30px, 6vw, 100px)
        80px
        max(36px, calc((100vw - 1180px) / 2));
}


.about-hero__title {
    max-width: 650px;

    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.2rem, 5.8vw, 5.8rem);
    font-weight: 400;

    line-height: 0.9;
    letter-spacing: -0.05em;
}


.about-hero__title span,
.about-hero__title strong {
    display: block;
}


.about-hero__title span {
    margin-top: 6px;

    color: var(--about-orange);
    font-weight: 600;
}


.about-hero__title strong {
    margin-top: 8px;

    color: var(--about-vanilla);
    font-size: 0.64em;
    font-weight: 400;
    letter-spacing: -0.025em;
}


.about-hero__divider {
    width: 52px;
    height: 2px;

    margin: 30px 0 22px;

    background: var(--about-orange);
}


.about-hero__description {
    max-width: 470px;

    margin: 0;

    color: rgba(255, 255, 255, 0.76);
    font-size: 0.95rem;
    line-height: 1.8;
}


.about-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;

    width: fit-content;

    margin-top: 34px;

    color: #ffffff;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}


.about-scroll-link__icon {
    display: grid;
    place-items: center;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.about-scroll-link:hover .about-scroll-link__icon {
    color: var(--about-green-dark);
    background: var(--about-vanilla);

    transform: translateY(4px);
}


/* Right image */

.about-hero__visual {
    position: relative;

    min-width: 0;
}


.about-hero__image-wrap {
    position: absolute;
    inset: 0;

    overflow: hidden;

    clip-path: ellipse(77% 86% at 100% 48%);
}


.about-hero__image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1.02);
}


.about-hero__image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(70, 81, 31, 0.65) 0%,
            transparent 35%
        );
}


.about-hero__curve {
    position: absolute;
    z-index: 5;

    left: -4px;
    top: -7%;

    width: 74%;
    height: 114%;

    border-left: 2px solid rgba(var(--brand-orange-rgb), 0.75);
    border-radius: 50%;

    pointer-events: none;
}


/* ============================================================
   ABOUT STORY
   ============================================================ */

.about-story {
    position: relative;

    padding: 110px 0 120px;

    background:
        linear-gradient(
            120deg,
            var(--brand-cream),
            #ffffff
        );
}


.about-story::after {
    content: "";

    position: absolute;
    right: -80px;
    top: 75px;

    width: 230px;
    height: 230px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(235, 227, 167, 0.38),
            transparent 68%
        );

    pointer-events: none;
}


.about-story__grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;

    gap: clamp(60px, 8vw, 120px);

    align-items: center;
}


.about-story__visual {
    position: relative;
}


.about-story__image-wrap {
    position: relative;

    height: 520px;

    overflow: hidden;

    border-radius: 0 220px 220px 0;

    box-shadow: var(--about-shadow);
}


.about-story__image-wrap::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 52%,
            rgba(71, 83, 29, 0.18)
        );
}


.about-story__image-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.8s ease;
}


.about-story__visual:hover img {
    transform: scale(1.04);
}


.about-story__badge {
    position: absolute;

    top: 72px;
    right: -30px;

    display: grid;
    place-items: center;

    width: 76px;
    height: 76px;

    border: 6px solid #ffffff;
    border-radius: 50%;

    background: var(--about-orange);

    box-shadow: 0 13px 30px rgba(var(--brand-orange-rgb), 0.28);
}


.about-story__badge svg {
    width: 34px;
    height: 34px;

    fill: none;

    stroke: #ffffff;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.about-mini-title {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 20px;

    color: var(--about-orange);
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}


.about-mini-title span {
    display: block;

    width: 38px;
    height: 1px;

    background: var(--about-orange);
}


.about-story__copy h2 {
    max-width: 620px;

    margin: 0 0 30px;

    color: var(--about-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 4.6vw, 4.6rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.045em;
}


.about-story__copy h2 em {
    color: var(--about-orange);
    font-style: normal;
}


.about-story__copy > p {
    max-width: 630px;

    margin: 0 0 16px;

    color: #66635c;
    font-size: 0.98rem;
    line-height: 1.85;
}


.about-story__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    margin-top: 38px;
    padding-top: 28px;

    border-top: 1px solid var(--about-line);
}


.about-story__stat {
    padding-right: 20px;
}


.about-story__stat + .about-story__stat {
    padding-left: 22px;

    border-left: 1px solid var(--about-line);
}


.about-story__stat strong,
.about-story__stat span {
    display: block;
}


.about-story__stat strong {
    margin-bottom: 5px;

    color: var(--about-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 500;
}


.about-story__stat span {
    color: #98938a;
    font-size: .875rem;
}


/* ============================================================
   MISSION & VISION
   ============================================================ */

.about-purpose {
    position: relative;
    isolation: isolate;

    padding: 100px 0 110px;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #46521e,
            #4b5528
        );

    overflow: hidden;
}


.about-purpose::before {
    content: "";

    position: absolute;
    z-index: -1;

    left: -100px;
    bottom: -280px;

    width: 650px;
    height: 650px;

    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}


.about-purpose::after {
    content: "";

    position: absolute;
    z-index: -1;

    right: -140px;
    top: -210px;

    width: 520px;
    height: 520px;

    border: 1px solid rgba(235, 227, 167, 0.09);
    border-radius: 50%;
}


.about-purpose__texture {
    position: absolute;
    inset: 0;

    z-index: -1;

    opacity: 0.08;

    background-image:
        repeating-radial-gradient(
            ellipse at 97% 15%,
            transparent 0,
            transparent 18px,
            #ffffff 19px,
            transparent 20px,
            transparent 38px
        );

    pointer-events: none;
}


.about-purpose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px;

    max-width: 900px;

    margin-inline: auto;
}


.about-purpose-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 26px;

    align-items: center;

    min-height: 235px;

    padding: 38px;

    background: var(--brand-cream);

    border: 1px solid rgba(235, 227, 167, 0.22);

    box-shadow: var(--about-shadow-dark);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.about-purpose-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 36px 80px rgba(71, 83, 29, 0.34);
}


.about-purpose-card__icon {
    display: grid;
    place-items: center;

    width: 94px;
    height: 94px;

    border-radius: 50%;

    background: var(--about-green-dark);

    flex-shrink: 0;
}


.about-purpose-card__icon svg {
    width: 52px;
    height: 52px;

    fill: none;

    stroke: var(--about-orange);
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.about-purpose-card__label {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--about-orange);
    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}


.about-purpose-card h3 {
    margin: 0 0 12px;

    color: var(--about-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.2;
}


.about-purpose-card p {
    margin: 0;

    color: #6c685e;
    font-size: .875rem;
    line-height: 1.7;
}


/* ============================================================
   VALUES
   ============================================================ */

.about-values {
    padding: 105px 0 115px;

    background:
        linear-gradient(
            180deg,
            var(--brand-cream),
            var(--brand-cream)
        );
}


.about-values__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    align-items: stretch;
}


.about-value-card {
    position: relative;

    padding: 8px 28px 25px;

    text-align: center;
}


.about-value-card:not(:last-child)::after {
    content: "";

    position: absolute;
    right: 0;
    top: 42px;

    width: 1px;
    height: 150px;

    background:
        linear-gradient(
            transparent,
            rgba(46, 41, 16, 0.18),
            transparent
        );
}


.about-value-card__icon {
    display: grid;
    place-items: center;

    width: 78px;
    height: 78px;

    margin: 0 auto 24px;

    border-radius: 50%;

    background: rgba(235, 227, 167, 0.45);

    border: 1px solid rgba(var(--brand-orange-rgb), 0.16);

    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}


.about-value-card:hover .about-value-card__icon {
    background: var(--about-vanilla);

    transform: translateY(-7px) rotate(-2deg);
}


.about-value-card__icon svg {
    width: 38px;
    height: 38px;

    fill: none;

    stroke: var(--about-orange);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.about-value-card h3 {
    margin: 0 0 11px;

    color: var(--about-green-dark);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.22rem;
    font-weight: 600;
}


.about-value-card p {
    margin: 0;

    color: #6f6b63;
    font-size: .875rem;
    line-height: 1.7;
}


/* ============================================================
   RELATIONSHIP SECTION
   ============================================================ */

.about-relationship {
    padding: 120px 0;

    background: #ffffff;
}


.about-relationship__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);

    gap: clamp(60px, 8vw, 110px);

    align-items: center;
}


.about-relationship__copy h2 {
    margin: 0 0 26px;

    color: var(--about-green-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 4.5vw, 4.4rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.045em;
}


.about-relationship__copy h2 span {
    display: block;

    color: var(--about-orange);
}


.about-relationship__copy p {
    max-width: 530px;

    margin: 0 0 34px;

    color: #6c6860;
    font-size: 0.96rem;
    line-height: 1.85;
}


.about-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    min-height: 52px;

    padding: 0 24px;

    border-radius: 2px;

    color: #ffffff;
    background: var(--about-green);

    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}


.about-primary-button:hover {
    background: var(--about-orange);

    transform: translateY(-2px);
}


.about-primary-button span {
    font-size: 1.2rem;
}


.about-relationship__visual {
    position: relative;

    padding-bottom: 40px;
}


.about-relationship__image {
    height: 470px;

    overflow: hidden;

    border-radius: 220px 0 0 220px;

    box-shadow: var(--about-shadow);
}


.about-relationship__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.8s ease;
}


.about-relationship__visual:hover img {
    transform: scale(1.04);
}


.about-relationship__floating-card {
    position: absolute;

    left: -34px;
    bottom: 0;

    width: min(270px, 70%);

    padding: 25px 28px;

    color: #ffffff;
    background: var(--about-green-dark);

    box-shadow:
        0 20px 45px rgba(69, 80, 32, 0.24);
}


.about-relationship__floating-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: var(--about-orange);
}


.about-relationship__floating-card span,
.about-relationship__floating-card strong {
    display: block;
}


.about-relationship__floating-card span {
    margin-bottom: 7px;

    color: var(--about-vanilla);

    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.about-relationship__floating-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
    font-weight: 400;
    line-height: 1.2;
}


/* ============================================================
   FINAL CTA
   ============================================================ */

.about-cta {
    position: relative;
    isolation: isolate;

    padding: 105px 0;

    text-align: center;

    background:
        linear-gradient(
            130deg,
            #2e2910,
            #3a3519
        );

    overflow: hidden;
}


.about-cta::before {
    content: "";

    position: absolute;
    z-index: -1;

    width: 430px;
    height: 430px;

    top: -270px;
    left: 50%;

    border: 1px solid rgba(235, 227, 167, 0.15);
    border-radius: 50%;

    transform: translateX(-50%);
}


.about-cta__texture {
    position: absolute;
    inset: 0;

    z-index: -1;

    opacity: 0.06;

    background-image:
        repeating-radial-gradient(
            ellipse at 50% 0%,
            transparent 0,
            transparent 18px,
            #ffffff 19px,
            transparent 20px,
            transparent 38px
        );
}


.about-cta__content {
    max-width: 800px;
}


.about-cta__eyebrow {
    display: inline-block;

    margin-bottom: 15px;

    color: var(--about-orange);

    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}


.about-cta h2 {
    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -0.045em;
}


.about-cta p {
    max-width: 610px;

    margin: 22px auto 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 0.95rem;
    line-height: 1.75;
}


.about-cta__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 36px;
}


.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    min-width: 170px;
    min-height: 52px;

    padding: 0 25px;

    font-size: .875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}


.about-button:hover {
    transform: translateY(-3px);
}


.about-button--cream {
    color: var(--about-green-dark);

    background: var(--about-vanilla);

    border: 1px solid var(--about-vanilla);
}


.about-button--cream:hover {
    color: #ffffff;

    background: var(--about-orange);
    border-color: var(--about-orange);
}


.about-button--outline {
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.45);
}


.about-button--outline:hover {
    color: var(--about-green-dark);

    background: #ffffff;
    border-color: #ffffff;
}


/* ============================================================
   REVEAL SUPPORT
   Works with existing reveal JS.
   Also remains visible without JavaScript.
   ============================================================ */

.about-page .reveal {
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1100px) {

    .about-hero__content {
        grid-template-columns: 52% 48%;
    }


    .about-hero__copy {
        padding-left: 50px;
    }


    .about-values__grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        row-gap: 55px;
    }


    .about-value-card:nth-child(3)::after {
        display: none;
    }


    .about-purpose-card {
        padding: 32px 28px;
    }


    .about-purpose-card__icon {
        width: 80px;
        height: 80px;
    }

}



@media (max-width: 900px) {

    .about-shell {
        width: min(100% - 38px, 760px);
    }


    /* HERO */

    .about-hero {
        min-height: auto;
    }


    .about-hero__content {
        display: flex;
        flex-direction: column;

        min-height: auto;
    }


    .about-hero__copy {
        min-height: 520px;

        padding:
            100px
            30px
            70px;
    }


    .about-hero__visual {
        height: 460px;
    }


    .about-hero__image-wrap {
        clip-path: ellipse(90% 92% at 57% 100%);
    }


    .about-hero__curve {
        left: -10%;
        top: -5%;

        width: 105%;
        height: 82%;

        border-left: none;
        border-top: 2px solid rgba(var(--brand-orange-rgb), 0.75);
    }


    .about-hero__image-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(70, 81, 31, 0.55),
                transparent 35%
            );
    }


    /* STORY */

    .about-story {
        padding: 85px 0 95px;
    }


    .about-story__grid {
        grid-template-columns: 1fr;

        gap: 70px;
    }


    .about-story__visual {
        width: min(620px, 92%);
    }


    .about-story__image-wrap {
        height: 480px;
    }


    /* MISSION */

    .about-purpose {
        padding: 85px 0 95px;
    }


    .about-purpose__grid {
        grid-template-columns: 1fr;

        max-width: 650px;
    }


    /* RELATIONSHIP */

    .about-relationship {
        padding: 90px 0;
    }


    .about-relationship__grid {
        grid-template-columns: 1fr;

        gap: 65px;
    }


    .about-relationship__copy {
        max-width: 620px;
    }


    .about-relationship__visual {
        width: min(650px, 100%);
        margin-left: auto;
    }

}



@media (max-width: 700px) {

    .about-shell {
        width: calc(100% - 32px);
    }


    .about-section-heading {
        margin-bottom: 42px;
    }


    /* HERO */

    .about-hero__copy {
        min-height: 470px;

        padding:
            85px
            22px
            55px;
    }


    .about-hero__title {
        font-size: clamp(3rem, 14vw, 4.3rem);
    }


    .about-hero__description {
        font-size: 0.9rem;
    }


    .about-hero__visual {
        height: 380px;
    }


    /* STORY */

    .about-story {
        padding: 70px 0 80px;
    }


    .about-story__image-wrap {
        height: 400px;

        border-radius: 0 170px 170px 0;
    }


    .about-story__badge {
        top: 50px;
        right: -15px;

        width: 64px;
        height: 64px;

        border-width: 5px;
    }


    .about-story__badge svg {
        width: 28px;
        height: 28px;
    }


    .about-story__copy h2 {
        font-size: clamp(2.4rem, 12vw, 3.4rem);
    }


    .about-story__stats {
        grid-template-columns: 1fr;

        gap: 0;
    }


    .about-story__stat {
        padding: 14px 0;
    }


    .about-story__stat + .about-story__stat {
        padding-left: 0;

        border-left: 0;
        border-top: 1px solid var(--about-line);
    }


    /* MISSION */

    .about-purpose-card {
        grid-template-columns: 1fr;

        text-align: center;
    }


    .about-purpose-card__icon {
        margin-inline: auto;
    }


    /* VALUES */

    .about-values {
        padding: 80px 0 85px;
    }


    .about-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 40px 0;
    }


    .about-value-card {
        padding-inline: 20px;
    }


    .about-value-card:nth-child(odd)::after {
        display: block;
    }


    .about-value-card:nth-child(even)::after {
        display: none;
    }


    .about-value-card:last-child {
        grid-column: 1 / -1;

        max-width: 280px;

        margin-inline: auto;
    }


    .about-value-card:last-child::after {
        display: none;
    }


    /* RELATIONSHIP */

    .about-relationship__image {
        height: 390px;

        border-radius: 160px 0 0 160px;
    }


    .about-relationship__floating-card {
        left: 0;

        width: 240px;
    }


    /* CTA */

    .about-cta {
        padding: 80px 0;
    }

}



@media (max-width: 480px) {

    .about-shell {
        width: calc(100% - 28px);
    }


    /* HERO */

    .about-hero__copy {
        min-height: 440px;

        padding:
            80px
            20px
            50px;
    }


    .about-hero__title {
        font-size: 3.15rem;
    }


    .about-hero__title strong {
        font-size: 0.54em;
    }


    .about-hero__visual {
        height: 315px;
    }


    /* STORY */

    .about-story__visual {
        width: 95%;
    }


    .about-story__image-wrap {
        height: 340px;

        border-radius: 0 135px 135px 0;
    }


    .about-story__copy > p {
        font-size: 0.91rem;
    }


    /* VALUES */

    .about-values__grid {
        grid-template-columns: 1fr;

        gap: 36px;
    }


    .about-value-card {
        max-width: 320px;

        margin-inline: auto;
    }


    .about-value-card::after {
        display: none !important;
    }


    .about-value-card:last-child {
        grid-column: auto;
    }


    /* RELATIONSHIP */

    .about-relationship__image {
        height: 330px;

        border-radius: 140px 0 0 140px;
    }


    .about-relationship__floating-card {
        width: 220px;

        padding: 21px 22px;
    }


    /* CTA */

    .about-cta__actions {
        flex-direction: column;
        align-items: stretch;

        max-width: 300px;

        margin-inline: auto;
        margin-top: 32px;
    }


    .about-button {
        width: 100%;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .about-page *,
    .about-page *::before,
    .about-page *::after {
        scroll-behavior: auto !important;

        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}


/* Keep the desktop About page editorial, but avoid an oversized, poster-like scale. */
@media (min-width: 1101px) {

    .about-shell {
        width: min(1120px, calc(100% - 64px));
    }

    .about-section-heading {
        margin-bottom: 40px;
    }

    .about-section-heading h2 {
        font-size: clamp(2rem, 3.2vw, 3rem);
    }

    .about-hero,
    .about-hero__content {
        min-height: 560px;
    }

    .about-hero__copy {
        padding-top: 78px;
        padding-bottom: 58px;
    }

    .about-hero__title {
        max-width: 570px;
        font-size: clamp(3.1rem, 4.5vw, 4.9rem);
        line-height: .94;
    }

    .about-hero__divider {
        margin: 24px 0 18px;
    }

    .about-scroll-link {
        margin-top: 26px;
    }

    .about-story {
        padding: 82px 0 88px;
    }

    .about-story__grid,
    .about-relationship__grid {
        gap: clamp(44px, 5vw, 72px);
    }

    .about-story__image-wrap {
        height: 440px;
        border-radius: 0 185px 185px 0;
    }

    .about-story__badge {
        top: 54px;
        width: 66px;
        height: 66px;
        border-width: 5px;
    }

    .about-story__badge svg {
        width: 29px;
        height: 29px;
    }

    .about-story__copy h2,
    .about-relationship__copy h2 {
        margin-bottom: 22px;
        font-size: clamp(2.45rem, 3.6vw, 3.65rem);
    }

    .about-story__stats {
        margin-top: 28px;
        padding-top: 22px;
    }

    .about-purpose {
        padding: 78px 0 84px;
    }

    .about-purpose-card {
        min-height: 205px;
        padding: 30px;
    }

    .about-purpose-card__icon {
        width: 76px;
        height: 76px;
    }

    .about-purpose-card__icon svg {
        width: 42px;
        height: 42px;
    }

    .about-values {
        padding: 82px 0 88px;
    }

    .about-value-card__icon {
        width: 68px;
        height: 68px;
        margin-bottom: 18px;
    }

    .about-value-card__icon svg {
        width: 32px;
        height: 32px;
    }

    .about-relationship {
        padding: 88px 0;
    }

    .about-relationship__image {
        height: 410px;
        border-radius: 185px 0 0 185px;
    }

    .about-cta {
        padding: 82px 0;
    }

    .about-cta h2 {
        font-size: clamp(2.5rem, 3.9vw, 4rem);
    }

    .about-cta__actions {
        margin-top: 28px;
    }
}


