:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-050274a */x/* ==========================================================
   MEADOWVIEW VIRGINIA — HISTORY PAGE HERO
   ========================================================== */

.mv-history-hero,
.mv-history-hero *,
.mv-history-hero *::before,
.mv-history-hero *::after {
    box-sizing: border-box;
}

.mv-history-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    min-height: clamp(700px, 86vh, 920px);
    overflow: hidden;

    background:
        url("https://www.meadowviewvirginia.org/wp-content/uploads/2026/08/View-of-Town-Square-from-Depot-scaled.jpg")
        center center / cover no-repeat;
}

/* Archival image treatment */

.mv-history-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background: rgba(83, 63, 42, 0.12);

    mix-blend-mode: multiply;
    pointer-events: none;
}

/* Main overlay */

.mv-history-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(24, 34, 28, 0.97) 0%,
            rgba(33, 45, 36, 0.91) 38%,
            rgba(49, 51, 39, 0.60) 68%,
            rgba(44, 38, 29, 0.27) 100%
        ),
        linear-gradient(
            180deg,
            rgba(35, 27, 20, 0.11) 0%,
            rgba(35, 27, 20, 0.18) 47%,
            rgba(22, 29, 24, 0.86) 100%
        );
}

/* Fine archival texture */

.mv-history-hero__overlay::after {
    content: "";
    position: absolute;
    inset: 0;

    opacity: 0.16;

    background-image:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.025) 0,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px,
            transparent 4px
        );

    pointer-events: none;
}

/* Bottom bronze edge */

.mv-history-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 5px;

    background:
        linear-gradient(
            90deg,
            #9d7446,
            #c09a61,
            #7a5133,
            #c09a61,
            #9d7446
        );
}

/* Main layout */

.mv-history-hero__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(310px, 0.6fr);
    align-items: end;
    gap: clamp(60px, 8vw, 125px);

    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 150px 0 92px;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.mv-history-hero__content {
    max-width: 800px;
}

.mv-history-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    margin: 0 0 23px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}

.mv-history-hero__eyebrow::before {
    content: "";

    width: 50px;
    height: 2px;

    background: #b38b52;
}

.mv-history-hero h1 {
    max-width: 820px;
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(58px, 7vw, 96px);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.04em;

    text-shadow:
        0 7px 32px rgba(0, 0, 0, 0.28);
}

.mv-history-hero h1 span {
    display: block;
    margin-top: 10px;

    color: #e1c398;

    font-size: 0.61em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.04;
}

.mv-history-hero__intro {
    max-width: 700px;
    margin: 30px 0 0;

    color: rgba(255, 255, 255, 0.86);

    font-family: "Inter", sans-serif;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.8;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.mv-history-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 37px;
}

.mv-history-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    min-height: 57px;
    padding: 16px 28px;

    border: 1px solid transparent;
    border-radius: 8px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.mv-history-hero__button--primary {
    border-color: #b38b52;

    background: #b38b52;
    color: #1f3128;

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.22);
}

.mv-history-hero__button--primary:hover {
    border-color: #c89f65;

    background: #c89f65;
    color: #1f3128;

    transform: translateY(-3px);
}

.mv-history-hero__button--secondary {
    border-color: rgba(255, 255, 255, 0.47);

    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mv-history-hero__button--secondary:hover {
    border-color: #ffffff;

    background: #ffffff;
    color: #294236;

    transform: translateY(-3px);
}

/* ==========================================================
   MINI TIMELINE
   ========================================================== */

.mv-history-hero__timeline {
    display: flex;
    align-items: center;
    gap: 17px;

    margin-top: 48px;
    padding-top: 25px;

    border-top:
        1px solid rgba(255, 255, 255, 0.2);
}

.mv-history-hero__timeline-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mv-history-hero__year {
    color: #e1c398;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.mv-history-hero__timeline-item small {
    color: rgba(255, 255, 255, 0.64);

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.mv-history-hero__timeline-line {
    width: 48px;
    height: 1px;
    flex: 0 0 auto;

    background:
        linear-gradient(
            90deg,
            rgba(225, 195, 152, 0.28),
            rgba(225, 195, 152, 0.75),
            rgba(225, 195, 152, 0.28)
        );
}

/* ==========================================================
   HISTORY CARD
   ========================================================== */

.mv-history-hero__card {
    position: relative;

    align-self: end;

    max-width: 385px;
    margin: 0 0 30px auto;
    padding: 35px 32px;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-top-color: rgba(225, 195, 152, 0.52);
    border-radius: 2px 22px 2px 22px;

    background:
        linear-gradient(
            145deg,
            rgba(32, 45, 36, 0.81),
            rgba(43, 39, 30, 0.49)
        );

    box-shadow:
        0 26px 60px rgba(0, 0, 0, 0.24);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mv-history-hero__card::before {
    content: "";

    position: absolute;
    top: 0;
    right: 28px;
    left: 28px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #b38b52,
            transparent
        );
}

.mv-history-hero__card-label {
    display: block;
    margin-bottom: 16px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mv-history-hero__card-number {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(34px, 3.4vw, 47px);
    font-weight: 600;
    line-height: 1;
}

.mv-history-hero__card-number span {
    color: #b38b52;
    font-weight: 400;
}

.mv-history-hero__card p {
    margin: 20px 0 0;
    padding-top: 19px;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);

    color: rgba(255, 255, 255, 0.7);

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.72;
}

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

@media (max-width: 1024px) {

    .mv-history-hero {
        min-height: 760px;
        background-position: 58% center;
    }

    .mv-history-hero__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 0.55fr);

        gap: 50px;
    }

    .mv-history-hero__timeline-line {
        width: 28px;
    }
}

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

@media (max-width: 767px) {

    .mv-history-hero {
        min-height: auto;
        background-position: 60% center;
    }

    .mv-history-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(31, 36, 29, 0.38) 0%,
                rgba(30, 41, 33, 0.74) 36%,
                rgba(24, 35, 28, 0.97) 70%,
                rgba(22, 31, 25, 1) 100%
            );
    }

    .mv-history-hero__inner {
        display: block;

        width: min(100% - 32px, 1320px);
        padding: 130px 0 62px;
    }

    .mv-history-hero__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-history-hero__eyebrow::before {
        width: 34px;
    }

    .mv-history-hero h1 {
        font-size: clamp(50px, 14vw, 68px);
        line-height: 0.96;
    }

    .mv-history-hero__intro {
        font-size: 16px;
        line-height: 1.72;
    }

    .mv-history-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .mv-history-hero__button {
        width: 100%;
    }

    .mv-history-hero__timeline {
        align-items: flex-start;
        flex-direction: column;

        gap: 13px;
    }

    .mv-history-hero__timeline-line {
        width: 1px;
        height: 25px;
        margin-left: 13px;

        background:
            linear-gradient(
                180deg,
                rgba(225, 195, 152, 0.25),
                rgba(225, 195, 152, 0.75),
                rgba(225, 195, 152, 0.25)
            );
    }

    .mv-history-hero__card {
        max-width: none;

        margin: 42px 0 0;
        padding: 28px 24px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-history-hero__button {
        transition: none;
    }

    .mv-history-hero__button:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f7d340 *//* ==========================================================
   MEADOWVIEW HISTORY — EARLY SETTLEMENT
   ========================================================== */

.mv-early-history,
.mv-early-history *,
.mv-early-history *::before,
.mv-early-history *::after {
    box-sizing: border-box;
}

.mv-early-history {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 120px 0 0;

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(179, 139, 82, 0.11),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8f6f1 0%,
            #f2ece2 100%
        );
}

.mv-early-history::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -180px;
    z-index: -1;

    width: 450px;
    height: 450px;

    border: 1px solid rgba(41, 66, 54, 0.07);
    border-radius: 50%;

    box-shadow:
        0 0 0 54px rgba(41, 66, 54, 0.018),
        0 0 0 108px rgba(41, 66, 54, 0.012);

    pointer-events: none;
}

.mv-early-history__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(470px, 1.05fr);
    align-items: center;
    gap: clamp(65px, 8vw, 120px);

    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: 105px;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.mv-early-history__content {
    max-width: 620px;
}

.mv-early-history__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 20px;

    color: #294236;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-early-history__eyebrow::before {
    content: "";

    width: 44px;
    height: 2px;

    background: #b38b52;
}

.mv-early-history h2 {
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(50px, 5.5vw, 76px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.mv-early-history h2 span {
    display: block;
    margin-top: 8px;

    color: #7a5133;

    font-size: 0.72em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.08;
}

.mv-early-history__divider {
    position: relative;

    width: 80px;
    height: 3px;
    margin: 28px 0 30px;

    background: #b38b52;
}

.mv-early-history__divider::after {
    content: "";

    position: absolute;
    top: 0;
    left: 91px;

    width: 9px;
    height: 3px;

    background: #294236;
}

.mv-early-history__lead {
    margin: 0 0 18px;

    color: #3e4942;

    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.5vw, 21px);
    font-weight: 500;
    line-height: 1.76;
}

.mv-early-history__text {
    margin: 0 0 17px;

    color: #666b66;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.85;
}

.mv-early-history__text:last-child {
    margin-bottom: 0;
}

.mv-early-history__text strong {
    color: #7a5133;
    font-weight: 700;
}

/* ==========================================================
   FACT CARDS
   ========================================================== */

.mv-early-history__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mv-early-history__fact {
    position: relative;
    min-height: 245px;
    padding: 29px 27px;

    border: 1px solid rgba(41, 66, 54, 0.12);
    border-radius: 2px 22px 2px 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.92),
            rgba(255, 255, 255, 0.66)
        );

    box-shadow:
        0 18px 42px rgba(31, 49, 40, 0.07);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.mv-early-history__fact:hover {
    transform: translateY(-6px);

    border-color: rgba(179, 139, 82, 0.34);

    box-shadow:
        0 27px 55px rgba(31, 49, 40, 0.12);
}

.mv-early-history__fact--featured {
    grid-column: 1 / -1;

    min-height: 230px;

    background:
        linear-gradient(
            145deg,
            #294236,
            #1f3128
        );

    border-color: rgba(179, 139, 82, 0.35);

    color: #ffffff;
}

.mv-early-history__fact::before {
    content: "";

    position: absolute;
    top: 0;
    left: 27px;

    width: 46px;
    height: 3px;

    background: #b38b52;
}

.mv-early-history__fact-number {
    display: block;
    margin-bottom: 14px;

    color: #e2c69b;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 52px;
    font-weight: 600;
    line-height: 1;
}

.mv-early-history__fact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;
    margin-bottom: 20px;

    border: 1px solid rgba(179, 139, 82, 0.34);
    border-radius: 50%;

    background: rgba(179, 139, 82, 0.07);
}

.mv-early-history__fact-icon svg {
    width: 23px;
    height: 23px;

    stroke: #294236;
}

.mv-early-history__fact-label {
    display: block;
    margin-bottom: 7px;

    color: #7a5133;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mv-early-history__fact--featured .mv-early-history__fact-label {
    color: #e2c69b;
}

.mv-early-history__fact h3 {
    margin: 0 0 10px;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 30px;
    font-weight: 600;
    line-height: 1.08;
}

.mv-early-history__fact--featured h3 {
    color: #ffffff;
    font-size: 36px;
}

.mv-early-history__fact p {
    margin: 0;

    color: #6a706b;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.72;
}

.mv-early-history__fact--featured p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================
   TRANSITION TO RAILROAD ERA
   ========================================================== */

.mv-early-history__transition {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;

    width: 100%;
    padding: 31px max(24px, calc((100% - 1180px) / 2));

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    background:
        linear-gradient(
            145deg,
            #21372d,
            #294236
        );
}

.mv-early-history__transition-year {
    color: #e1c398;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}

.mv-early-history__transition > div {
    padding-left: 25px;

    border-left:
        1px solid rgba(225, 195, 152, 0.25);
}

.mv-early-history__transition small {
    display: block;
    margin-bottom: 4px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mv-early-history__transition p {
    max-width: 670px;
    margin: 0;

    color: rgba(255, 255, 255, 0.73);

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.mv-early-history__transition a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.mv-early-history__transition a:hover {
    gap: 13px;
    color: #ffffff;
}

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

@media (max-width: 767px) {

    .mv-early-history {
        padding-top: 76px;
    }

    .mv-early-history__inner {
        grid-template-columns: 1fr;
        gap: 48px;

        width: min(100% - 32px, 1180px);
        padding-bottom: 72px;
    }

    .mv-early-history__content {
        max-width: none;
    }

    .mv-early-history__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-early-history__eyebrow::before {
        width: 34px;
    }

    .mv-early-history h2 {
        font-size: clamp(46px, 13vw, 60px);
    }

    .mv-early-history__lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .mv-early-history__facts {
        grid-template-columns: 1fr;
    }

    .mv-early-history__fact--featured {
        grid-column: auto;
    }

    .mv-early-history__fact {
        min-height: 0;
        padding: 27px 24px;
    }

    .mv-early-history__fact:hover {
        transform: none;
    }

    .mv-early-history__transition {
        grid-template-columns: 1fr;
        gap: 16px;

        padding: 28px 20px;
    }

    .mv-early-history__transition > div {
        padding: 15px 0 0;

        border-top:
            1px solid rgba(225, 195, 152, 0.2);

        border-left: 0;
    }

    .mv-early-history__transition a {
        width: max-content;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-early-history__fact,
    .mv-early-history__transition a {
        transition: none;
    }

    .mv-early-history__fact:hover {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b6022d *//* ==========================================================
   MEADOWVIEW HISTORY — RAILROAD ERA
   ========================================================== */

.mv-railroad,
.mv-railroad *,
.mv-railroad *::before,
.mv-railroad *::after {
    box-sizing: border-box;
}

.mv-railroad {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: 860px;

    background: #1d3027;
    color: #ffffff;
}

/* Background train image */

.mv-railroad__background {
    position: absolute;
    inset: 0;
    z-index: -4;

    background-image:
        url("https://www.meadowviewvirginia.org/wp-content/uploads/2026/08/NS-Train-at-Meadowview-scaled.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    filter:
        saturate(0.72)
        contrast(1.04);

    transform: scale(1.01);
}

/* Main dark overlay */

.mv-railroad::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;

    background:
        linear-gradient(
            90deg,
            rgba(18, 31, 25, 0.98) 0%,
            rgba(24, 41, 33, 0.93) 38%,
            rgba(30, 43, 34, 0.70) 65%,
            rgba(25, 35, 29, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(12, 21, 17, 0.16) 0%,
            rgba(12, 21, 17, 0.22) 52%,
            rgba(12, 21, 17, 0.92) 100%
        );
}

/* Slight warm historic wash */

.mv-railroad::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        radial-gradient(
            circle at 84% 24%,
            rgba(179, 139, 82, 0.14),
            transparent 30%
        );

    pointer-events: none;
}

/* ==========================================================
   MAIN LAYOUT
   ========================================================== */

.mv-railroad__inner {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(330px, 0.62fr);
    align-items: end;
    gap: clamp(65px, 8vw, 125px);

    width: min(1320px, calc(100% - 48px));
    min-height: 760px;
    margin: 0 auto;

    padding: 115px 0 150px;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.mv-railroad__content {
    max-width: 760px;
}

.mv-railroad__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    margin: 0 0 21px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-railroad__eyebrow::before {
    content: "";

    width: 48px;
    height: 2px;

    background: #b38b52;
}

.mv-railroad h2 {
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(56px, 6.6vw, 88px);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.04em;

    text-shadow:
        0 6px 28px rgba(0, 0, 0, 0.3);
}

.mv-railroad h2 span {
    display: block;
    margin-top: 9px;

    color: #e1c398;

    font-size: 0.67em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.06;
}

.mv-railroad__divider {
    position: relative;

    width: 82px;
    height: 3px;
    margin: 29px 0 31px;

    background: #b38b52;
}

.mv-railroad__divider::after {
    content: "";

    position: absolute;
    top: 0;
    left: 93px;

    width: 9px;
    height: 3px;

    background: rgba(255, 255, 255, 0.7);
}

.mv-railroad__lead {
    margin: 0 0 18px;

    color: rgba(255, 255, 255, 0.92);

    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.5vw, 21px);
    font-weight: 500;
    line-height: 1.76;
}

.mv-railroad__text {
    max-width: 700px;
    margin: 0 0 16px;

    color: rgba(255, 255, 255, 0.7);

    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.84;
}

/* ==========================================================
   FACT STRIP
   ========================================================== */

.mv-railroad__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    margin-top: 34px;

    border-top:
        1px solid rgba(255, 255, 255, 0.15);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.15);
}

.mv-railroad__fact {
    padding: 22px 20px;

    border-right:
        1px solid rgba(255, 255, 255, 0.13);
}

.mv-railroad__fact:first-child {
    padding-left: 0;
}

.mv-railroad__fact:last-child {
    padding-right: 0;
    border-right: 0;
}

.mv-railroad__fact strong {
    display: block;
    margin-bottom: 6px;

    color: #e1c398;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.mv-railroad__fact span {
    display: block;

    color: rgba(255, 255, 255, 0.61);

    font-family: "Inter", sans-serif;
    font-size: 10px;
    line-height: 1.55;
}

/* ==========================================================
   STORY CARD
   ========================================================== */

.mv-railroad__story-card {
    align-self: end;

    max-width: 400px;
    margin: 0 0 30px auto;
    padding: 36px 34px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-top-color: rgba(225, 195, 152, 0.48);

    border-radius: 2px 24px 2px 24px;

    background:
        linear-gradient(
            145deg,
            rgba(29, 48, 39, 0.82),
            rgba(32, 37, 31, 0.5)
        );

    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.23);

    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.mv-railroad__story-label {
    display: block;
    margin-bottom: 17px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.mv-railroad__story-card blockquote {
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(27px, 2.5vw, 36px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.28;
}

.mv-railroad__story-footer {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-top: 23px;
    padding-top: 18px;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);

    color: rgba(255, 255, 255, 0.52);

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mv-railroad__story-footer span {
    width: 27px;
    height: 1px;

    background: #b38b52;
}

/* ==========================================================
   BOTTOM TRANSITION
   ========================================================== */

.mv-railroad__transition {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;

    padding:
        27px
        max(24px, calc((100% - 1320px) / 2));

    border-top:
        1px solid rgba(255, 255, 255, 0.13);

    background:
        rgba(16, 29, 23, 0.93);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mv-railroad__transition-label {
    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.mv-railroad__transition p {
    max-width: 690px;
    margin: 0;

    color: rgba(255, 255, 255, 0.66);

    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.65;
}

.mv-railroad__transition a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.mv-railroad__transition a:hover {
    gap: 13px;
    color: #ffffff;
}

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

@media (max-width: 1024px) {

    .mv-railroad {
        min-height: 900px;
    }

    .mv-railroad__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, 0.52fr);

        gap: 50px;

        padding-bottom: 165px;
    }

    .mv-railroad__facts {
        grid-template-columns: 1fr;
    }

    .mv-railroad__fact,
    .mv-railroad__fact:first-child,
    .mv-railroad__fact:last-child {
        padding: 16px 0;

        border-right: 0;
        border-bottom:
            1px solid rgba(255, 255, 255, 0.11);
    }

    .mv-railroad__fact:last-child {
        border-bottom: 0;
    }
}

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

@media (max-width: 767px) {

    .mv-railroad {
        min-height: auto;
    }

    .mv-railroad__background {
        background-position: 64% center;
    }

    .mv-railroad::before {
        background:
            linear-gradient(
                180deg,
                rgba(19, 33, 26, 0.52) 0%,
                rgba(20, 36, 28, 0.82) 34%,
                rgba(18, 32, 25, 0.97) 68%,
                rgba(16, 29, 23, 1) 100%
            );
    }

    .mv-railroad__inner {
        display: block;

        width: min(100% - 32px, 1320px);
        min-height: auto;

        padding: 90px 0 60px;
    }

    .mv-railroad__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-railroad__eyebrow::before {
        width: 34px;
    }

    .mv-railroad h2 {
        font-size: clamp(48px, 14vw, 65px);
        line-height: 0.97;
    }

    .mv-railroad__lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .mv-railroad__text {
        font-size: 15px;
        line-height: 1.8;
    }

    .mv-railroad__facts {
        margin-top: 28px;
    }

    .mv-railroad__story-card {
        max-width: none;

        margin: 42px 0 0;
        padding: 28px 24px;
    }

    .mv-railroad__transition {
        position: relative;

        grid-template-columns: 1fr;
        gap: 12px;

        padding: 25px 20px;
    }

    .mv-railroad__transition a {
        width: max-content;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-railroad__transition a {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72c7775 *//* ==========================================================
   MEADOWVIEW HISTORY — THRIVING TOWN SQUARE
   ========================================================== */

.mv-town-square,
.mv-town-square *,
.mv-town-square *::before,
.mv-town-square *::after {
    box-sizing: border-box;
}

.mv-town-square {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 120px 0 125px;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(179, 139, 82, 0.11),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f8f6f1 0%,
            #f3eee5 100%
        );
}

.mv-town-square::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    z-index: -1;

    width: 440px;
    height: 440px;

    border: 1px solid rgba(41, 66, 54, 0.07);
    border-radius: 50%;

    box-shadow:
        0 0 0 52px rgba(41, 66, 54, 0.018),
        0 0 0 104px rgba(41, 66, 54, 0.012);

    pointer-events: none;
}

.mv-town-square::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(41, 66, 54, 0.17),
            transparent
        );
}

.mv-town-square__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(470px, 1.05fr);
    align-items: center;
    gap: clamp(65px, 8vw, 120px);

    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.mv-town-square__content {
    max-width: 620px;
}

.mv-town-square__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 20px;

    color: #294236;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-town-square__eyebrow::before {
    content: "";

    width: 44px;
    height: 2px;

    background: #b38b52;
}

.mv-town-square h2 {
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(50px, 5.5vw, 76px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.mv-town-square h2 span {
    display: block;
    margin-top: 8px;

    color: #7a5133;

    font-size: 0.72em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.08;
}

.mv-town-square__divider {
    position: relative;

    width: 80px;
    height: 3px;
    margin: 28px 0 30px;

    background: #b38b52;
}

.mv-town-square__divider::after {
    content: "";

    position: absolute;
    top: 0;
    left: 91px;

    width: 9px;
    height: 3px;

    background: #294236;
}

.mv-town-square__lead {
    margin: 0 0 18px;

    color: #3e4942;

    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.5vw, 21px);
    font-weight: 500;
    line-height: 1.76;
}

.mv-town-square__text {
    margin: 0 0 16px;

    color: #666b66;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.84;
}

/* ==========================================================
   FEATURE GRID
   ========================================================== */

.mv-town-square__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;

    margin-top: 30px;
    padding-top: 25px;

    border-top:
        1px solid rgba(41, 66, 54, 0.13);
}

.mv-town-square__feature {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.mv-town-square__feature > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(179, 139, 82, 0.34);
    border-radius: 50%;

    background: rgba(179, 139, 82, 0.07);

    color: #7a5133;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 14px;
    font-weight: 650;
    line-height: 1;
}

.mv-town-square__feature strong {
    display: block;
    margin-bottom: 4px;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 20px;
    font-weight: 600;
    line-height: 1.12;
}

.mv-town-square__feature small {
    display: block;

    color: #747973;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.58;
}

/* ==========================================================
   IMAGE
   ========================================================== */

.mv-town-square__visual {
    position: relative;
    min-height: 620px;
    padding: 28px 0 64px 34px;
}

.mv-town-square__accent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    width: 74%;
    height: 77%;

    border-radius: 38px 2px 38px 2px;

    background:
        linear-gradient(
            145deg,
            #294236,
            #1f3128
        );

    box-shadow:
        0 26px 62px rgba(31, 49, 40, 0.16);
}

.mv-town-square__accent::before {
    content: "";
    position: absolute;
    inset: 26px;

    border: 1px solid rgba(225, 195, 152, 0.2);
    border-radius: inherit;
}

.mv-town-square__image-frame {
    position: relative;
    z-index: 2;

    display: block;
    height: 545px;
    overflow: hidden;

    border: 8px solid rgba(255, 255, 255, 0.93);
    border-radius: 36px 2px 36px 2px;

    background: #d8d3ca;

    box-shadow:
        0 30px 70px rgba(31, 49, 40, 0.18),
        0 8px 20px rgba(31, 49, 40, 0.08);

    text-decoration: none;
}

.mv-town-square__image-frame::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(31, 49, 40, 0.5) 100%
        );

    pointer-events: none;
}

.mv-town-square__image-frame img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.8s ease;
}

.mv-town-square__image-frame:hover img {
    transform: scale(1.03);
}

.mv-town-square__image-label {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 28px;
    z-index: 3;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 34px;
    font-weight: 600;
    line-height: 1.05;

    text-shadow:
        0 3px 18px rgba(0, 0, 0, 0.4);
}

.mv-town-square__image-label small {
    display: block;
    margin-bottom: 5px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

/* Caption card */

.mv-town-square__caption-card {
    position: absolute;
    right: -6px;
    bottom: 0;
    z-index: 4;

    width: min(365px, 76%);
    padding: 22px 24px;

    border: 1px solid rgba(179, 139, 82, 0.3);
    border-radius: 2px 18px 2px 18px;

    background: rgba(248, 246, 241, 0.98);

    box-shadow:
        0 20px 45px rgba(31, 49, 40, 0.18);
}

.mv-town-square__caption-year {
    display: block;
    margin-bottom: 6px;

    color: #7a5133;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mv-town-square__caption-card p {
    margin: 0;

    color: #294236;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.36;
}

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

@media (max-width: 1024px) {

    .mv-town-square {
        padding: 95px 0 105px;
    }

    .mv-town-square__inner {
        grid-template-columns:
            minmax(0, 0.9fr)
            minmax(400px, 1.1fr);

        gap: 55px;
    }

    .mv-town-square__visual {
        min-height: 560px;
    }

    .mv-town-square__image-frame {
        height: 500px;
    }
}

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

@media (max-width: 767px) {

    .mv-town-square {
        padding: 76px 0 82px;
    }

    .mv-town-square__inner {
        grid-template-columns: 1fr;
        gap: 54px;

        width: min(100% - 32px, 1180px);
    }

    .mv-town-square__content {
        max-width: none;
    }

    .mv-town-square__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-town-square__eyebrow::before {
        width: 34px;
    }

    .mv-town-square h2 {
        font-size: clamp(46px, 13vw, 60px);
    }

    .mv-town-square__lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .mv-town-square__features {
        grid-template-columns: 1fr;
    }

    .mv-town-square__visual {
        min-height: 500px;
        padding: 18px 12px 70px 0;
    }

    .mv-town-square__accent {
        left: -16px;

        width: 76%;
        height: 72%;
    }

    .mv-town-square__image-frame {
        height: 420px;

        border-width: 6px;
        border-radius: 26px 2px 26px 2px;
    }

    .mv-town-square__caption-card {
        right: 0;

        width: min(345px, 92%);
        padding: 19px 20px;
    }

    .mv-town-square__caption-card p {
        font-size: 19px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-town-square__image-frame img {
        transition: none;
    }

    .mv-town-square__image-frame:hover img {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0a2731 *//* ==========================================================
   MEADOWVIEW HISTORY — CHANGING TIMES
   ========================================================== */

.mv-changing-times,
.mv-changing-times *,
.mv-changing-times *::before,
.mv-changing-times *::after {
    box-sizing: border-box;
}

.mv-changing-times {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 120px 0 0;

    background:
        radial-gradient(
            circle at 92% 12%,
            rgba(179, 139, 82, 0.1),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #f8f6f1 0%,
            #f2ece2 100%
        );
}

/* Decorative rings */

.mv-changing-times::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -180px;
    z-index: -1;

    width: 460px;
    height: 460px;

    border: 1px solid rgba(41, 66, 54, 0.07);
    border-radius: 50%;

    box-shadow:
        0 0 0 55px rgba(41, 66, 54, 0.018),
        0 0 0 110px rgba(41, 66, 54, 0.012);

    pointer-events: none;
}

.mv-changing-times__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(460px, 1.05fr);
    align-items: center;
    gap: clamp(70px, 8vw, 120px);

    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: 110px;
}

/* ==========================================================
   LEFT CONTENT
   ========================================================== */

.mv-changing-times__content {
    max-width: 620px;
}

.mv-changing-times__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 20px;

    color: #294236;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-changing-times__eyebrow::before {
    content: "";

    width: 44px;
    height: 2px;

    background: #b38b52;
}

.mv-changing-times h2 {
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(52px, 5.6vw, 78px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.035em;
}

.mv-changing-times h2 span {
    display: block;
    margin-top: 7px;

    color: #7a5133;

    font-size: 0.74em;
    font-style: italic;
    font-weight: 500;
}

.mv-changing-times__divider {
    position: relative;

    width: 80px;
    height: 3px;
    margin: 28px 0 30px;

    background: #b38b52;
}

.mv-changing-times__divider::after {
    content: "";

    position: absolute;
    top: 0;
    left: 91px;

    width: 9px;
    height: 3px;

    background: #294236;
}

.mv-changing-times__lead {
    margin: 0 0 18px;

    color: #3e4942;

    font-family: "Inter", sans-serif;
    font-size: clamp(18px, 1.5vw, 21px);
    font-weight: 500;
    line-height: 1.76;
}

.mv-changing-times__text {
    margin: 0 0 17px;

    color: #666b66;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.84;
}

/* Quote */

.mv-changing-times__quote {
    position: relative;

    margin-top: 31px;
    padding: 25px 25px 25px 67px;

    border-left: 3px solid #b38b52;

    background:
        linear-gradient(
            90deg,
            rgba(179, 139, 82, 0.08),
            rgba(179, 139, 82, 0.015)
        );
}

.mv-changing-times__quote-mark {
    position: absolute;
    top: 11px;
    left: 19px;

    color: rgba(122, 81, 51, 0.25);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 65px;
    line-height: 1;
}

.mv-changing-times__quote p {
    margin: 0;

    color: #526057;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.48;
}

/* ==========================================================
   RIGHT HISTORY PANEL
   ========================================================== */

.mv-changing-times__story {
    position: relative;
    overflow: hidden;

    padding: 40px 38px;

    border: 1px solid rgba(179, 139, 82, 0.3);
    border-radius: 2px 30px 2px 30px;

    background:
        radial-gradient(
            circle at 90% 5%,
            rgba(179, 139, 82, 0.13),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #294236,
            #1c3027
        );

    box-shadow:
        0 30px 65px rgba(31, 49, 40, 0.18);
}

.mv-changing-times__story::before {
    content: "1950";

    position: absolute;
    top: -30px;
    right: -5px;

    color: rgba(255, 255, 255, 0.025);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 190px;
    font-weight: 700;
    line-height: 1;

    pointer-events: none;
}

/* Year */

.mv-changing-times__year-block {
    position: relative;
    z-index: 2;

    padding-bottom: 27px;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.13);
}

.mv-changing-times__year-label {
    display: block;
    margin-bottom: 9px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mv-changing-times__year-block strong {
    display: block;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(70px, 8vw, 105px);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.mv-changing-times__year-block p {
    max-width: 430px;
    margin: 18px 0 0;

    color: rgba(255, 255, 255, 0.65);

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

/* Timeline decoration */

.mv-changing-times__line {
    display: flex;
    align-items: center;

    margin: 26px 0;
}

.mv-changing-times__line-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;

    border: 2px solid #e1c398;
    border-radius: 50%;
}

.mv-changing-times__line-track {
    height: 1px;
    flex: 1;

    background:
        linear-gradient(
            90deg,
            rgba(225, 195, 152, 0.65),
            rgba(225, 195, 152, 0.15),
            rgba(225, 195, 152, 0.65)
        );
}

/* Changes */

.mv-changing-times__changes {
    display: grid;
    gap: 0;
}

.mv-changing-times__change {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 15px;

    padding: 18px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.1);
}

.mv-changing-times__change:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.mv-changing-times__change-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    border: 1px solid rgba(225, 195, 152, 0.3);
    border-radius: 50%;

    color: #e1c398;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 14px;
    font-weight: 600;
}

.mv-changing-times__change h3 {
    margin: 0 0 4px;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
}

.mv-changing-times__change p {
    margin: 0;

    color: rgba(255, 255, 255, 0.58);

    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.62;
}

/* ==========================================================
   BOTTOM TRANSITION
   ========================================================== */

.mv-changing-times__transition {
    width: 100%;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    background:
        linear-gradient(
            135deg,
            #1c3027,
            #294236
        );
}

.mv-changing-times__transition-inner {
    display: grid;
    grid-template-columns:
        minmax(230px, 0.5fr)
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 40px;

    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 35px 0;
}

.mv-changing-times__transition-year {
    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.08;
}

.mv-changing-times__transition-year span {
    display: block;
    margin-bottom: 3px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.mv-changing-times__transition-inner > p {
    margin: 0;
    padding-left: 34px;

    border-left:
        1px solid rgba(225, 195, 152, 0.22);

    color: rgba(255, 255, 255, 0.67);

    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 1.7;
}

.mv-changing-times__transition a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.mv-changing-times__transition a:hover {
    gap: 13px;
    color: #ffffff;
}

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

@media (max-width: 1024px) {

    .mv-changing-times {
        padding-top: 95px;
    }

    .mv-changing-times__inner {
        grid-template-columns:
            minmax(0, 0.9fr)
            minmax(400px, 1.1fr);

        gap: 55px;
        padding-bottom: 95px;
    }

    .mv-changing-times__transition-inner {
        gap: 25px;
    }
}

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

@media (max-width: 767px) {

    .mv-changing-times {
        padding-top: 76px;
    }

    .mv-changing-times__inner {
        grid-template-columns: 1fr;
        gap: 50px;

        width: min(100% - 32px, 1180px);
        padding-bottom: 72px;
    }

    .mv-changing-times__content {
        max-width: none;
    }

    .mv-changing-times__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-changing-times__eyebrow::before {
        width: 34px;
    }

    .mv-changing-times h2 {
        font-size: clamp(46px, 13vw, 60px);
    }

    .mv-changing-times__lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .mv-changing-times__quote {
        padding: 22px 20px 22px 55px;
    }

    .mv-changing-times__quote-mark {
        left: 14px;
    }

    .mv-changing-times__quote p {
        font-size: 20px;
    }

    .mv-changing-times__story {
        padding: 31px 24px;
    }

    .mv-changing-times__story::before {
        font-size: 130px;
    }

    .mv-changing-times__year-block strong {
        font-size: 78px;
    }

    .mv-changing-times__transition-inner {
        grid-template-columns: 1fr;
        gap: 17px;

        width: min(100% - 32px, 1180px);
        padding: 29px 0;
    }

    .mv-changing-times__transition-inner > p {
        padding: 17px 0 0;

        border-top:
            1px solid rgba(225, 195, 152, 0.2);

        border-left: 0;
    }

    .mv-changing-times__transition a {
        width: max-content;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-changing-times__transition a {
        transition: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45b325e *//* ==========================================================
   MEADOWVIEW HISTORY — PRESERVING THE STORY
   ========================================================== */

.mv-preservation,
.mv-preservation *,
.mv-preservation *::before,
.mv-preservation *::after {
    box-sizing: border-box;
}

.mv-preservation {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 125px 0 0;

    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(179, 139, 82, 0.11),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #f8f6f1 0%,
            #f2ece2 100%
        );
}

/* Decorative historical rings */

.mv-preservation::before {
    content: "";
    position: absolute;
    top: -190px;
    left: -190px;
    z-index: -1;

    width: 460px;
    height: 460px;

    border: 1px solid rgba(41, 66, 54, 0.07);
    border-radius: 50%;

    box-shadow:
        0 0 0 55px rgba(41, 66, 54, 0.018),
        0 0 0 110px rgba(41, 66, 54, 0.012);

    pointer-events: none;
}

/* ==========================================================
   MAIN LAYOUT
   ========================================================== */

.mv-preservation__inner {
    display: grid;
    grid-template-columns:
        minmax(470px, 1.05fr)
        minmax(0, 0.95fr);
    align-items: center;
    gap: clamp(70px, 8vw, 120px);

    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: 115px;
}

/* ==========================================================
   IMAGE SIDE
   ========================================================== */

.mv-preservation__visual {
    position: relative;

    min-height: 640px;

    padding:
        30px
        35px
        75px
        0;
}

/* Dark green shape behind image */

.mv-preservation__backdrop {
    position: absolute;
    top: 0;
    right: 0;

    width: 76%;
    height: 78%;

    border-radius:
        2px
        38px
        2px
        38px;

    background:
        linear-gradient(
            145deg,
            #294236,
            #1e3329
        );

    box-shadow:
        0 28px 65px rgba(31, 49, 40, 0.16);
}

.mv-preservation__backdrop::before {
    content: "";
    position: absolute;
    inset: 27px;

    border:
        1px solid rgba(225, 195, 152, 0.2);

    border-radius: inherit;
}

/* Main photo */

.mv-preservation__image {
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 550px;

    border:
        8px solid rgba(255, 255, 255, 0.94);

    border-radius:
        34px
        2px
        34px
        2px;

    background: #ddd7cd;

    box-shadow:
        0 30px 70px rgba(31, 49, 40, 0.2),
        0 8px 20px rgba(31, 49, 40, 0.08);

    text-decoration: none;
}

.mv-preservation__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.8s ease;
}

.mv-preservation__image:hover img {
    transform: scale(1.035);
}

/* Image shading */

.mv-preservation__image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(24, 42, 33, 0.68) 100%
        );

    pointer-events: none;
}

/* Image caption */

.mv-preservation__image-caption {
    position: absolute;
    right: 28px;
    bottom: 27px;
    left: 28px;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 31px;
    font-weight: 600;
    line-height: 1.05;

    text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.35);
}

.mv-preservation__image-caption small {
    display: block;

    margin-bottom: 6px;

    color: #e1c398;

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

/* Floating heritage card */

.mv-preservation__heritage-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 15px;

    width: min(370px, 78%);

    padding: 20px 22px;

    border:
        1px solid rgba(179, 139, 82, 0.3);

    border-radius:
        2px
        18px
        2px
        18px;

    background:
        rgba(248, 246, 241, 0.98);

    box-shadow:
        0 20px 45px rgba(31, 49, 40, 0.18);
}

.mv-preservation__heritage-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    flex: 0 0 auto;

    border:
        1px solid rgba(179, 139, 82, 0.35);

    border-radius: 50%;

    background:
        rgba(179, 139, 82, 0.08);
}

.mv-preservation__heritage-icon svg {
    width: 23px;
    height: 23px;

    stroke: #294236;
}

.mv-preservation__heritage-card small {
    display: block;

    margin-bottom: 3px;

    color: #7a5133;

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mv-preservation__heritage-card strong {
    display: block;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;
    font-weight: 600;
    line-height: 1.15;
}

/* ==========================================================
   CONTENT
   ========================================================== */

.mv-preservation__content {
    max-width: 620px;
}

.mv-preservation__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin: 0 0 20px;

    color: #294236;

    font-family:
        "Inter",
        sans-serif;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-preservation__eyebrow::before {
    content: "";

    width: 44px;
    height: 2px;

    background: #b38b52;
}

.mv-preservation h2 {
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(50px, 5.5vw, 76px);

    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.mv-preservation h2 span {
    display: block;

    margin-top: 8px;

    color: #7a5133;

    font-size: 0.68em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.08;
}

.mv-preservation__divider {
    position: relative;

    width: 80px;
    height: 3px;

    margin: 28px 0 30px;

    background: #b38b52;
}

.mv-preservation__divider::after {
    content: "";

    position: absolute;
    top: 0;
    left: 91px;

    width: 9px;
    height: 3px;

    background: #294236;
}

.mv-preservation__lead {
    margin: 0 0 18px;

    color: #3e4942;

    font-family:
        "Inter",
        sans-serif;

    font-size:
        clamp(18px, 1.5vw, 21px);

    font-weight: 500;
    line-height: 1.76;
}

.mv-preservation__text {
    margin: 0 0 16px;

    color: #666b66;

    font-family:
        "Inter",
        sans-serif;

    font-size: 15px;
    line-height: 1.84;
}

/* ==========================================================
   PRESERVATION POINTS
   ========================================================== */

.mv-preservation__points {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 0 22px;

    margin-top: 30px;
    padding-top: 6px;
}

.mv-preservation__point {
    display: grid;
    grid-template-columns:
        37px
        minmax(0, 1fr);

    gap: 11px;

    padding: 18px 0;

    border-top:
        1px solid rgba(41, 66, 54, 0.12);
}

.mv-preservation__point > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border:
        1px solid rgba(179, 139, 82, 0.35);

    border-radius: 50%;

    color: #7a5133;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 13px;
    font-weight: 600;
}

.mv-preservation__point h3 {
    margin: 0 0 4px;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 21px;
    font-weight: 600;
    line-height: 1.12;
}

.mv-preservation__point p {
    margin: 0;

    color: #747973;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;
    line-height: 1.6;
}

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

.mv-preservation__statement {
    position: relative;

    width: 100%;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    background:
        radial-gradient(
            circle at 50% 120%,
            rgba(179, 139, 82, 0.13),
            transparent 40%
        ),
        linear-gradient(
            135deg,
            #1d3128,
            #294236
        );
}

.mv-preservation__statement::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 100px;
    height: 3px;

    transform:
        translateX(-50%);

    background: #b38b52;
}

.mv-preservation__statement-inner {
    width:
        min(950px, calc(100% - 48px));

    margin: 0 auto;

    padding: 54px 0 58px;

    text-align: center;
}

.mv-preservation__statement-label {
    display: block;

    margin-bottom: 13px;

    color: #e1c398;

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-preservation__statement p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.86);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(26px, 3.1vw, 40px);

    font-style: italic;
    font-weight: 500;
    line-height: 1.42;
}

.mv-preservation__statement strong {
    color: #e1c398;
    font-weight: 600;
}

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

@media (max-width: 1024px) {

    .mv-preservation {
        padding-top: 95px;
    }

    .mv-preservation__inner {
        grid-template-columns:
            minmax(400px, 1.05fr)
            minmax(0, 0.95fr);

        gap: 55px;

        padding-bottom: 95px;
    }

    .mv-preservation__visual {
        min-height: 580px;
    }

    .mv-preservation__image {
        height: 500px;
    }
}

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

@media (max-width: 767px) {

    .mv-preservation {
        padding-top: 76px;
    }

    .mv-preservation__inner {
        grid-template-columns: 1fr;
        gap: 55px;

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

        padding-bottom: 72px;
    }

    .mv-preservation__visual {
        min-height: 500px;

        padding:
            18px
            12px
            72px
            0;
    }

    .mv-preservation__backdrop {
        right: -16px;

        width: 76%;
        height: 72%;
    }

    .mv-preservation__image {
        height: 420px;

        border-width: 6px;

        border-radius:
            26px
            2px
            26px
            2px;
    }

    .mv-preservation__image-caption {
        right: 20px;
        bottom: 22px;
        left: 20px;

        font-size: 26px;
    }

    .mv-preservation__heritage-card {
        right: 0;

        width: min(350px, 92%);

        padding: 18px 19px;
    }

    .mv-preservation__content {
        max-width: none;
    }

    .mv-preservation__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-preservation__eyebrow::before {
        width: 34px;
    }

    .mv-preservation h2 {
        font-size:
            clamp(46px, 13vw, 60px);
    }

    .mv-preservation__lead {
        font-size: 17px;
        line-height: 1.72;
    }

    .mv-preservation__points {
        grid-template-columns: 1fr;
    }

    .mv-preservation__statement-inner {
        width:
            min(100% - 32px, 950px);

        padding: 45px 0 48px;
    }

    .mv-preservation__statement p {
        font-size:
            clamp(25px, 7vw, 33px);
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-preservation__image img {
        transition: none;
    }

    .mv-preservation__image:hover img {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08fa61a *//* ==========================================================
   MEADOWVIEW HISTORY — MASTER TIMELINE
   ========================================================== */

.mv-history-timeline,
.mv-history-timeline *,
.mv-history-timeline *::before,
.mv-history-timeline *::after {
    box-sizing: border-box;
}

.mv-history-timeline {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 120px 0 110px;

    background:
        radial-gradient(
            circle at 12% 10%,
            rgba(179, 139, 82, 0.13),
            transparent 29%
        ),
        radial-gradient(
            circle at 88% 85%,
            rgba(255, 255, 255, 0.04),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #20362d 0%,
            #294236 50%,
            #1c3027 100%
        );

    color: #ffffff;
}

.mv-history-timeline::before {
    content: "";
    position: absolute;
    top: -210px;
    right: -200px;
    z-index: -1;

    width: 490px;
    height: 490px;

    border: 1px solid rgba(225, 195, 152, 0.11);
    border-radius: 50%;

    box-shadow:
        0 0 0 58px rgba(255, 255, 255, 0.012),
        0 0 0 116px rgba(255, 255, 255, 0.008);
}

.mv-history-timeline__inner {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
}

/* ==========================================================
   HEADER
   ========================================================== */

.mv-history-timeline__header {
    width: min(780px, 100%);
    margin: 0 auto 75px;
    text-align: center;
}

.mv-history-timeline__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin: 0 0 18px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mv-history-timeline__eyebrow::before,
.mv-history-timeline__eyebrow::after {
    content: "";
    width: 34px;
    height: 1px;
    background: #b38b52;
}

.mv-history-timeline h2 {
    margin: 0;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(52px, 6vw, 78px);
    font-weight: 600;
    line-height: 0.97;
    letter-spacing: -0.035em;
}

.mv-history-timeline h2 span {
    display: block;
    margin-top: 8px;

    color: #e1c398;

    font-size: 0.7em;
    font-style: italic;
    font-weight: 500;
}

.mv-history-timeline__intro {
    max-width: 720px;
    margin: 26px auto 0;

    color: rgba(255, 255, 255, 0.68);

    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.78;
}

/* ==========================================================
   TIMELINE TRACK
   ========================================================== */

.mv-history-timeline__track {
    position: relative;
    width: min(900px, 100%);
    margin: 0 auto;
}

.mv-history-timeline__track::before {
    content: "";
    position: absolute;
    top: 27px;
    bottom: 27px;
    left: 150px;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            rgba(225, 195, 152, 0.18),
            rgba(225, 195, 152, 0.7),
            rgba(225, 195, 152, 0.18)
        );
}

/* ==========================================================
   TIMELINE ITEM
   ========================================================== */

.mv-history-timeline__item {
    position: relative;

    display: grid;
    grid-template-columns:
        120px
        60px
        minmax(0, 1fr);

    align-items: start;
    gap: 0;

    margin-bottom: 28px;
}

.mv-history-timeline__item:last-child {
    margin-bottom: 0;
}

/* Year */

.mv-history-timeline__year {
    padding-top: 28px;
    padding-right: 23px;

    color: #e1c398;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 34px;
    font-weight: 600;
    line-height: 1;

    text-align: right;
}

.mv-history-timeline__year--wide {
    font-size: 24px;
    line-height: 1.15;
}

/* Marker */

.mv-history-timeline__marker {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;

    padding-top: 30px;
}

.mv-history-timeline__marker span {
    display: block;

    width: 17px;
    height: 17px;

    border: 4px solid #294236;
    border-radius: 50%;

    background: #b38b52;

    box-shadow:
        0 0 0 1px rgba(225, 195, 152, 0.65),
        0 0 0 8px rgba(179, 139, 82, 0.08);
}

.mv-history-timeline__item--today
.mv-history-timeline__marker span {
    background: #ffffff;

    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.58),
        0 0 0 9px rgba(255, 255, 255, 0.07);
}

/* ==========================================================
   CARDS
   ========================================================== */

.mv-history-timeline__card {
    position: relative;
    margin-left: 6px;
    padding: 28px 31px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top-color: rgba(225, 195, 152, 0.28);

    border-radius: 2px 20px 2px 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.03)
        );

    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.12);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.mv-history-timeline__card::before {
    content: "";
    position: absolute;
    top: 34px;
    left: -9px;

    width: 16px;
    height: 16px;

    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    background: rgba(40, 65, 53, 0.96);

    transform: rotate(45deg);
}

.mv-history-timeline__item:hover
.mv-history-timeline__card {
    transform: translateX(7px);

    border-color: rgba(225, 195, 152, 0.32);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.10),
            rgba(255, 255, 255, 0.045)
        );

    box-shadow:
        0 25px 52px rgba(0, 0, 0, 0.18);
}

.mv-history-timeline__label {
    display: block;
    margin-bottom: 8px;

    color: #e1c398;

    font-family: "Inter", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.mv-history-timeline__card h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(27px, 3vw, 35px);
    font-weight: 600;
    line-height: 1.08;
}

.mv-history-timeline__card p {
    margin: 0;

    color: rgba(255, 255, 255, 0.62);

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.72;
}

/* Today card */

.mv-history-timeline__item--today
.mv-history-timeline__card {
    border-color: rgba(225, 195, 152, 0.34);

    background:
        linear-gradient(
            145deg,
            rgba(179, 139, 82, 0.14),
            rgba(255, 255, 255, 0.045)
        );
}

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

.mv-history-timeline__closing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    width: min(830px, 100%);
    margin: 70px auto 0;
    padding-top: 34px;

    border-top:
        1px solid rgba(255, 255, 255, 0.12);

    text-align: center;
}

.mv-history-timeline__closing-line {
    width: 54px;
    height: 1px;
    flex: 0 0 auto;

    background:
        rgba(225, 195, 152, 0.5);
}

.mv-history-timeline__closing p {
    margin: 0;

    color: rgba(255, 255, 255, 0.76);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(23px, 2.4vw, 31px);
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
}

.mv-history-timeline__closing strong {
    color: #e1c398;
    font-weight: 600;
}

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

@media (max-width: 767px) {

    .mv-history-timeline {
        padding: 76px 0 78px;
    }

    .mv-history-timeline__inner {
        width: min(100% - 32px, 1100px);
    }

    .mv-history-timeline__header {
        margin-bottom: 50px;
    }

    .mv-history-timeline__eyebrow {
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .mv-history-timeline__eyebrow::before,
    .mv-history-timeline__eyebrow::after {
        width: 23px;
    }

    .mv-history-timeline h2 {
        font-size: clamp(46px, 13vw, 60px);
    }

    .mv-history-timeline__intro {
        font-size: 16px;
        line-height: 1.72;
    }

    .mv-history-timeline__track::before {
        left: 16px;
    }

    .mv-history-timeline__item {
        grid-template-columns:
            34px
            minmax(0, 1fr);

        gap: 14px;
        margin-bottom: 22px;
    }

    .mv-history-timeline__year {
        grid-column: 2;
        grid-row: 1;

        padding: 0 0 7px;

        text-align: left;

        font-size: 26px;
    }

    .mv-history-timeline__year--wide {
        font-size: 22px;
    }

    .mv-history-timeline__marker {
        grid-column: 1;
        grid-row: 1 / span 2;

        padding-top: 8px;
    }

    .mv-history-timeline__marker span {
        width: 14px;
        height: 14px;
        border-width: 3px;
    }

    .mv-history-timeline__card {
        grid-column: 2;
        grid-row: 2;

        margin-left: 0;
        padding: 24px 22px;
    }

    .mv-history-timeline__card::before {
        top: 29px;
        left: -8px;

        width: 14px;
        height: 14px;
    }

    .mv-history-timeline__item:hover
    .mv-history-timeline__card {
        transform: none;
    }

    .mv-history-timeline__closing {
        gap: 10px;
        margin-top: 52px;
    }

    .mv-history-timeline__closing-line {
        width: 24px;
    }

    .mv-history-timeline__closing p {
        font-size: 22px;
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .mv-history-timeline__card {
        transition: none;
    }

    .mv-history-timeline__item:hover
    .mv-history-timeline__card {
        transform: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-88b5220 *//* ==========================================================
   MEADOWVIEW HISTORY — FINAL CTA
   ========================================================== */

.mv-history-cta,
.mv-history-cta *,
.mv-history-cta *::before,
.mv-history-cta *::after {
    box-sizing: border-box;
}

.mv-history-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;

    padding: 100px 0;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(179, 139, 82, 0.13),
            transparent 29%
        ),
        radial-gradient(
            circle at 10% 100%,
            rgba(179, 139, 82, 0.07),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #f8f6f1 0%,
            #f2ece2 100%
        );
}

/* Decorative background rings */

.mv-history-cta::before {
    content: "";

    position: absolute;
    top: -220px;
    right: -200px;
    z-index: -1;

    width: 500px;
    height: 500px;

    border:
        1px solid rgba(41, 66, 54, 0.07);

    border-radius: 50%;

    box-shadow:
        0 0 0 60px rgba(41, 66, 54, 0.018),
        0 0 0 120px rgba(41, 66, 54, 0.01);

    pointer-events: none;
}

/* ==========================================================
   MAIN PANEL
   ========================================================== */

.mv-history-cta__inner {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(330px, 0.65fr);

    align-items: stretch;
    gap: 0;

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

    margin: 0 auto;

    overflow: hidden;

    border:
        1px solid rgba(179, 139, 82, 0.25);

    border-radius:
        3px 34px 3px 34px;

    background: #ffffff;

    box-shadow:
        0 30px 70px rgba(31, 49, 40, 0.12);
}

/* ==========================================================
   LEFT CONTENT
   ========================================================== */

.mv-history-cta__content {
    position: relative;

    padding:
        clamp(50px, 6vw, 75px);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 1),
            rgba(249, 247, 242, 0.98)
        );
}

.mv-history-cta__content::before {
    content: "";

    position: absolute;
    top: 0;
    left: clamp(50px, 6vw, 75px);

    width: 70px;
    height: 3px;

    background: #b38b52;
}

/* Eyebrow */

.mv-history-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin: 0 0 18px;

    color: #294236;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.mv-history-cta__eyebrow::before {
    content: "";

    width: 35px;
    height: 1px;

    background: #b38b52;
}

/* Heading */

.mv-history-cta h2 {
    max-width: 650px;
    margin: 0;

    color: #1f3128;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(48px, 5.3vw, 72px);

    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.mv-history-cta h2 span {
    display: block;

    margin-top: 7px;

    color: #7a5133;

    font-size: 0.76em;
    font-style: italic;
    font-weight: 500;
}

/* Text */

.mv-history-cta__text {
    max-width: 670px;

    margin:
        27px
        0
        0;

    color: #626a64;

    font-family:
        "Inter",
        sans-serif;

    font-size: 16px;
    line-height: 1.78;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.mv-history-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 31px;
}

.mv-history-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 50px;

    padding:
        14px
        22px;

    border-radius:
        2px 12px 2px 12px;

    font-family:
        "Inter",
        sans-serif;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mv-history-cta__button span {
    font-size: 16px;

    transition:
        transform 0.25s ease;
}

.mv-history-cta__button:hover span {
    transform: translateX(3px);
}

/* Primary */

.mv-history-cta__button--primary {
    border:
        1px solid #294236;

    background: #294236;

    color: #ffffff;
}

.mv-history-cta__button--primary:hover {
    transform: translateY(-2px);

    background: #1f3128;

    color: #ffffff;

    box-shadow:
        0 12px 25px rgba(31, 49, 40, 0.16);
}

/* Secondary */

.mv-history-cta__button--secondary {
    border:
        1px solid rgba(41, 66, 54, 0.24);

    background: transparent;

    color: #294236;
}

.mv-history-cta__button--secondary:hover {
    transform: translateY(-2px);

    border-color: #b38b52;

    background:
        rgba(179, 139, 82, 0.07);

    color: #1f3128;
}

/* About text link */

.mv-history-cta__about {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 23px;

    color: #7a5133;

    font-family:
        "Inter",
        sans-serif;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;

    text-decoration: none;

    border-bottom:
        1px solid rgba(122, 81, 51, 0.25);

    padding-bottom: 3px;

    transition:
        gap 0.25s ease,
        border-color 0.25s ease;
}

.mv-history-cta__about:hover {
    gap: 12px;

    border-color: #7a5133;
}

/* ==========================================================
   RIGHT MESSAGE PANEL
   ========================================================== */

.mv-history-cta__message {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-height: 470px;

    padding:
        55px
        35px;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(179, 139, 82, 0.16),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #294236,
            #1c3027
        );
}

.mv-history-cta__message::before {
    content: "";

    position: absolute;
    inset: 22px;

    border:
        1px solid rgba(225, 195, 152, 0.18);

    border-radius:
        2px 22px 2px 22px;

    pointer-events: none;
}

.mv-history-cta__message-top {
    position: relative;
    z-index: 2;

    color: #e1c398;

    font-family:
        "Inter",
        sans-serif;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* Ornament */

.mv-history-cta__ornament {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 8px;

    width: 120px;

    margin: 17px 0 20px;
}

.mv-history-cta__ornament span {
    height: 1px;
    flex: 1;

    background:
        rgba(225, 195, 152, 0.45);
}

.mv-history-cta__ornament i {
    width: 7px;
    height: 7px;

    border:
        1px solid #e1c398;

    transform: rotate(45deg);
}

/* Big statement */

.mv-history-cta__message strong {
    position: relative;
    z-index: 2;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size:
        clamp(36px, 4vw, 52px);

    font-weight: 600;
    line-height: 0.98;
}

.mv-history-cta__message strong em {
    display: block;

    margin-top: 7px;

    color: #e1c398;

    font-size: 1.04em;
    font-weight: 500;
}

/* Supporting statement */

.mv-history-cta__message p {
    position: relative;
    z-index: 2;

    margin:
        20px
        0
        0;

    color:
        rgba(255, 255, 255, 0.64);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 19px;
    font-style: italic;
    line-height: 1.45;
}

/* Location */

.mv-history-cta__location {
    position: relative;
    z-index: 2;

    display: block;

    margin-top: 30px;

    color:
        rgba(255, 255, 255, 0.42);

    font-family:
        "Inter",
        sans-serif;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

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

@media (max-width: 1024px) {

    .mv-history-cta {
        padding: 80px 0;
    }

    .mv-history-cta__inner {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(290px, 0.58fr);
    }

    .mv-history-cta__content {
        padding: 50px 42px;
    }

    .mv-history-cta__content::before {
        left: 42px;
    }
}

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

@media (max-width: 767px) {

    .mv-history-cta {
        padding: 60px 0;
    }

    .mv-history-cta__inner {
        grid-template-columns: 1fr;

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

        border-radius:
            2px 24px 2px 24px;
    }

    .mv-history-cta__content {
        padding:
            45px
            25px
            42px;
    }

    .mv-history-cta__content::before {
        left: 25px;
    }

    .mv-history-cta h2 {
        font-size:
            clamp(44px, 12vw, 58px);
    }

    .mv-history-cta__text {
        font-size: 15px;
        line-height: 1.72;
    }

    .mv-history-cta__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mv-history-cta__button {
        width: 100%;
    }

    .mv-history-cta__message {
        min-height: 390px;

        padding:
            55px
            28px;
    }

    .mv-history-cta__message strong {
        font-size:
            clamp(38px, 11vw, 50px);
    }
}

/* ==========================================================
   ACCESSIBILITY
   ========================================================== */

.mv-history-cta a:focus-visible {
    outline:
        3px solid #b38b52;

    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {

    .mv-history-cta__button,
    .mv-history-cta__button span,
    .mv-history-cta__about {
        transition: none;
    }

    .mv-history-cta__button:hover {
        transform: none;
    }
}/* End custom CSS */