/* ════════════════════════════════
   EASYACRES — ABOUT PAGE
   Bold editorial redesign. Hero/banner reuses common.css/style.css
   as-is (untouched). Everything below is page-specific — scoped to
   about.html only since this file is only loaded here.
   Load AFTER reset.css, common.css, style.css.
════════════════════════════════ */


.eyebrow {
    display: block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 14px;
}

.eyebrow--light {
    color: var(--surface);
}

/* ════════════════════════════════
   INTRO — quiet, text-only opener. No imagery here (the
   hero above already carries the skyline photo) — just an
   oversized statement and a slim inline stat row, handing
   off to the Chapters section below for the visual weight.
════════════════════════════════ */
.easyacres-about-intro {
    padding: var(--space-3xl) 0;
}

.easyacres-about-intro__inner {
    max-width: 780px;
}

.easyacres-about-intro__headline {
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.12;
    margin-bottom: 22px;
}

.easyacres-about-intro__lead {
    font-size: var(--text-lg);
    color: var(--graphite);
    line-height: 1.7;
    margin-bottom: var(--space-xl);
}

.easyacres-about-intro__stats {
    display: flex;
    gap: var(--space-xl);
    padding-top: var(--space-lg);
    border-top: 1px solid var(--surface);
}

.easyacres-about-stat__num {
    display: block;
    /* font-family: var(--font-display); */
    font-style: italic;
    font-weight: 600;
    font-size: clamp(28px, 3vw, 38px);
    color: var(--navy);
    line-height: 1;
}

.easyacres-about-stat__label {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--steel);
}

/* ════════════════════════════════
   CHAPTERS — full-width numbered rows, alternating
   alignment, giant ghost numerals.
════════════════════════════════ */
.easyacres-about-chapters {
    background: var(--navy);
    padding: var(--space-3xl) 0;
}

.easyacres-about-chapters__head {
    max-width: 640px;
    margin: 0 auto var(--space-2xl);
    text-align: center;
}

.easyacres-about-chapters__head .eyebrow {
    color: var(--surface);
    text-align: center;
}

.easyacres-about-chapters__head h2 {
    color: var(--white);
    font-size: clamp(30px, 3.4vw, 44px);
}

.easyacres-about-chapters__row {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 40px;
    padding: 44px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.easyacres-about-chapters__row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.easyacres-about-chapters__num {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: clamp(60px, 7vw, 110px);
    line-height: 1;
    color: var(--white);
    opacity: 0.12;
}

.easyacres-about-chapters__row h4 {
    color: var(--white);
    font-size: clamp(22px, 2.4vw, 30px);
    margin-bottom: 10px;
}

.easyacres-about-chapters__row p {
    color: var(--surface);
    font-size: var(--text-md);
    line-height: 1.7;
    max-width: 640px;
}

.easyacres-about-chapters__row:nth-child(even) {
    grid-template-columns: 1fr 200px;
}

.easyacres-about-chapters__row:nth-child(even) .easyacres-about-chapters__num {
    order: 2;
    text-align: right;
}

.easyacres-about-chapters__row:nth-child(even) .easyacres-about-chapters__body {
    order: 1;
    text-align: right;
    margin-left: auto;
}

/* ════════════════════════════════
   PERSONAL & FINANCIAL — headline/CTA column beside a
   stacked list of numbered considerations.
════════════════════════════════ */
.easyacres-about-financial {
    background: var(--ivory);
    padding: var(--space-3xl) 0;
}

.easyacres-about-financial__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.easyacres-about-financial__intro h2 {
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.easyacres-about-financial__intro p {
    color: var(--graphite);
    line-height: 1.7;
    margin-bottom: 26px !important;
}

.easyacres-about-financial__list {
    display: flex;
    flex-direction: column;
}

.easyacres-about-financial__item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid var(--surface);
}

.easyacres-about-financial__item:last-child {
    border-bottom: 1px solid var(--surface);
}

.easyacres-about-financial__num {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: 26px;
    color: var(--navy);
}

.easyacres-about-financial__item h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.easyacres-about-financial__item p {
    color: var(--graphite);
    font-size: 14.5px;
    line-height: 1.6;
}

/* ════════════════════════════════
   FOUNDERS — alternating bold profiles: name overlaps
   the photo's bottom edge in oversized display type.
════════════════════════════════ */
.easyacres-about-founders {
    display: flex;
    flex-direction: column;
    gap: var(--space-3xl);
    margin-top: var(--space-2xl);
}

.easyacres-about-founder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.easyacres-about-founder:nth-child(even) .easyacres-about-founder__photo {
    order: 2;
}

.easyacres-about-founder:nth-child(even) .easyacres-about-founder__info {
    order: 1;
}

.easyacres-about-founder__photo {
    position: relative;
}

.easyacres-about-founder__photo img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.easyacres-about-founder__index {
    position: absolute;
    top: 22px;
    left: 22px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--navy);
    background: var(--white);
    padding: 8px 14px;
    border-radius: var(--radius-full);
}

.easyacres-about-founder__name {
    font-size: clamp(38px, 4.4vw, 60px);
    line-height: 1;
    margin-bottom: 6px;
    margin-top: -6px;
}

.easyacres-about-founder__role {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 22px;
}

.easyacres-about-founder__quote {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: 18px !important;
}

.easyacres-about-founder__bio {
    font-size: 15px;
    color: var(--graphite);
    line-height: 1.7;
}

.easyacres-about-founder__social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.easyacres-about-founder__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy);
    transition: background var(--duration-fast), color var(--duration-fast);
}

.easyacres-about-founder__social a:hover {
    background: var(--navy);
    color: var(--white);
}

.easyacres-about-founder__social .icon {
    width: 18px;
    height: 18px;
    vertical-align: 0;
}

/* ────────────────────────────────
   MISSION STRIP — pull-quote band with a giant glyph
   and a row of belief tags underneath.
──────────────────────────────── */
.mission-strip {
    position: relative;
    background: var(--navy);
    padding: var(--space-3xl) 0;
    text-align: center;
    overflow: hidden;
}

.mission-strip::before {
    content: "\201C";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-display);
    font-size: 320px;
    color: var(--white);
    opacity: 0.05;
    line-height: 1;
    pointer-events: none;
}

.mission-strip blockquote {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 32px;
    font-family: var(--font-display);
    font-weight: 500;
    font-style: italic;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.3;
    color: var(--white);
}

.mission-strip cite {
    position: relative;
    display: block;
    margin-top: 26px;
    font-style: normal;
    font-family: var(--font-body);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--surface);
}

.easyacres-about-mission__tags {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.easyacres-about-mission__tags span {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-full);
    padding: 9px 20px;
}

/* ════════════════════════════════
   HOW WE WORK — full-bleed image cards with the copy
   overlaid directly on a gradient scrim.
════════════════════════════════ */
.easyacres-about-work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: var(--space-2xl);
}

.easyacres-about-work__card {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--duration-base) var(--ease);
}

.easyacres-about-work__card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.easyacres-about-work__card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.easyacres-about-work__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 26px;
    background: linear-gradient(to top, rgba(10, 26, 47, 0.92) 0%, rgba(10, 26, 47, 0.35) 55%, rgba(10, 26, 47, 0) 85%);
}

.easyacres-about-work__num {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: auto;
}

.easyacres-about-work__overlay h4 {
    color: var(--white);
    font-size: 21px;
    margin-bottom: 8px;
}

.easyacres-about-work__overlay p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 16px !important;
}

.text-link--light {
    color: var(--white);
}

/* ════════════════════════════════
   NOT CORPORATE — light-toned split (image + copy) so the
   page doesn't end on two dark bands back-to-back before
   the navy CTA strip.
════════════════════════════════ */
.easyacres-about-notcorp {
    background: var(--ivory);
    padding: var(--space-3xl) 0;
}

.easyacres-about-notcorp__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.easyacres-about-notcorp__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.easyacres-about-notcorp__copy h2 {
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.easyacres-about-notcorp__copy p {
    color: var(--graphite);
    line-height: 1.7;
}

.easyacres-about-notcorp__tally {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: var(--space-lg) 0;
    padding-top: var(--space-lg);
    border-top: 1px solid var(--surface);
}

.easyacres-about-notcorp__num {
    display: block;
    font-style: italic;
    font-weight: 600;
    font-size: clamp(26px, 2.6vw, 36px);
    color: var(--navy);
    line-height: 1;
}

.easyacres-about-notcorp__label {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--steel);
}

/* ────────────────────────────────
   RESPONSIVE
──────────────────────────────── */
@media (max-width: 1024px) {
    .easyacres-about-intro__stats {
        flex-wrap: wrap;
        gap: 22px;
    }

    .easyacres-about-financial__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .easyacres-about-notcorp__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .easyacres-about-notcorp__media {
        order: -1;
    }

    .easyacres-about-founder,
    .easyacres-about-founder:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .easyacres-about-founder__photo,
    .easyacres-about-founder:nth-child(even) .easyacres-about-founder__photo {
        order: 1;
    }

    .easyacres-about-founder__info,
    .easyacres-about-founder:nth-child(even) .easyacres-about-founder__info {
        order: 2;
    }

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

@media (max-width: 991px) {
    .easyacres-about-chapters__row,
    .easyacres-about-chapters__row:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: left !important;
        margin-left: 0 !important;
    }

    .easyacres-about-chapters__row:nth-child(even) .easyacres-about-chapters__num {
        text-align: left;
        order: 0;
    }

    .easyacres-about-chapters__num {
        font-size: 50px;
        opacity: 0.2;
    }

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

    .easyacres-about-founder__name {
        font-size: 34px;
    }

    .easyacres-about-mission__tags {
        flex-wrap: wrap;
    }
    .easyacres-about-founder__photo img{
        width: 300px;
        height: 400px;
    }
    .easyacres-about-work__card{
        aspect-ratio: 2 / 1;
    }
}
