/* =========================================================
   BEAUMONT MOVERS PAGE
   UNIQUE PAGE DESIGN
   ========================================================= */

.beaumont-move-page {
    --bm-red: #da0032;
    --bm-red-dark: #b50029;
    --bm-red-soft: #fff1f4;
    --bm-black: #101114;
    --bm-text: #4e535a;
    --bm-light: #f6f6f4;
    --bm-border: #e6e6e6;
    --bm-white: #ffffff;
    --bm-shadow: 0 18px 50px rgba(0,0,0,.08);

    font-family: Inter, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--bm-text);
    background: #fff;
    line-height: 1.75;
    overflow: hidden;
}

.beaumont-move-page *,
.beaumont-move-page *::before,
.beaumont-move-page *::after {
    box-sizing: border-box;
}

.beaumont-move-page img {
    max-width: 100%;
    display: block;
}

.beaumont-move-page a {
    text-decoration: none;
}


/* =========================================================
   HERO
   ========================================================= */

.bm-hero-area {
    position: relative;
    min-height: 650px;
    background: var(--bm-black);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bm-hero-image {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            90deg,
            rgba(8,9,12,.94) 0%,
            rgba(8,9,12,.78) 40%,
            rgba(8,9,12,.20) 100%
        ),
        url("/images/locations/movers-in-beaumont/walking-forward-with-boxes-young-couple-with-dog-are-moving-new-home-1-1024x681.jpg");
    background-size: cover;
    background-position: center;
}

.bm-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 50px));
    margin: 0 auto;
    padding: 100px 0;
}

.bm-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bm-hero-label::before {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--bm-red);
}

.bm-hero-title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 7vw, 88px);
    line-height: .98;
    font-weight: 600;
    letter-spacing: -3px;
}

.bm-hero-title span {
    color: var(--bm-red);
}

.bm-hero-description {
    max-width: 650px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.8;
}

.bm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 35px;
}

.bm-primary-link,
.bm-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    transition: .25s ease;
}

.bm-primary-link {
    color: #fff;
    background: var(--bm-red);
}

.bm-primary-link:hover {
    background: #fff;
    color: var(--bm-black);
}

.bm-secondary-link {
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
}

.bm-secondary-link:hover {
    background: #fff;
    color: var(--bm-black);
}


/* =========================================================
   INTRO STRIP
   ========================================================= */

.bm-intro-strip {
    background: var(--bm-red);
    color: #fff;
}

.bm-intro-grid {
    width: min(1180px, calc(100% - 50px));
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: center;
    padding: 34px 0;
}

.bm-intro-number {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.bm-intro-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}


/* =========================================================
   MAIN INTRO
   ========================================================= */

.bm-story-section {
    padding: 120px 0;
    background: #fff;
}

.bm-story-wrap {
    width: min(1180px, calc(100% - 50px));
    margin: auto;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
}

.bm-story-side {
    position: relative;
}

.bm-small-tag {
    margin-bottom: 18px;
    color: var(--bm-red);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bm-story-heading {
    margin: 0;
    color: var(--bm-black);
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.bm-story-heading em {
    color: var(--bm-red);
    font-style: normal;
}

.bm-story-content p {
    margin: 0 0 24px;
    font-size: 17px;
}

.bm-story-content p:last-child {
    margin-bottom: 0;
}

.bm-story-highlight {
    margin-top: 35px;
    padding: 26px 30px;
    border-left: 4px solid var(--bm-red);
    background: var(--bm-red-soft);
    color: var(--bm-black);
    font-size: 16px;
    font-weight: 600;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.bm-care-section {
    padding: 110px 0;
    background: var(--bm-light);
}

.bm-care-header {
    width: min(1180px, calc(100% - 50px));
    margin: 0 auto 55px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.bm-care-heading {
    max-width: 620px;
    margin: 0;
    color: var(--bm-black);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -1.2px;
}

.bm-care-heading span {
    color: var(--bm-red);
}

.bm-care-intro {
    max-width: 390px;
    margin: 0;
    font-size: 15px;
}

.bm-care-grid {
    width: min(1180px, calc(100% - 50px));
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.bm-care-card {
    position: relative;
    min-height: 290px;
    padding: 34px;
    background: #fff;
    border: 1px solid var(--bm-border);
    transition: transform .3s ease, box-shadow .3s ease;
}

.bm-care-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--bm-shadow);
}

.bm-care-card:nth-child(2),
.bm-care-card:nth-child(5) {
    background: var(--bm-black);
    color: rgba(255,255,255,.72);
}

.bm-care-card:nth-child(2) h3,
.bm-care-card:nth-child(5) h3 {
    color: #fff;
}

.bm-card-number {
    display: block;
    margin-bottom: 38px;
    color: var(--bm-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.bm-care-card h3 {
    margin: 0 0 15px;
    color: var(--bm-black);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

.bm-care-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   IMAGE + CONTENT SECTION
   ========================================================= */

.bm-trust-section {
    padding: 120px 0;
    background: #fff;
}

.bm-trust-wrap {
    width: min(1180px, calc(100% - 50px));
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 570px;
}

.bm-trust-photo {
    overflow: hidden;
}

.bm-trust-photo img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
}

.bm-trust-content {
    padding: 70px;
    background: var(--bm-black);
    color: rgba(255,255,255,.72);
}

.bm-trust-content .bm-small-tag {
    color: #ff5a7e;
}

.bm-trust-title {
    margin: 0 0 28px;
    color: #fff;
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 600;
}

.bm-trust-content p {
    margin: 0 0 25px;
    font-size: 15px;
}

.bm-trust-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}

.bm-trust-list li {
    position: relative;
    margin-bottom: 17px;
    padding-left: 27px;
    color: rgba(255,255,255,.86);
    font-size: 15px;
}

.bm-trust-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background: var(--bm-red);
}


/* =========================================================
   PROCESS
   ========================================================= */

.bm-process-section {
    padding: 110px 0;
    background: var(--bm-red-soft);
}

.bm-process-inner {
    width: min(1180px, calc(100% - 50px));
    margin: auto;
}

.bm-process-title {
    max-width: 700px;
    margin: 0 0 55px;
    color: var(--bm-black);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 600;
}

.bm-process-title span {
    color: var(--bm-red);
}

.bm-process-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(218,0,50,.18);
}

.bm-process-item {
    min-height: 250px;
    padding: 32px;
    background: #fff;
}

.bm-process-item strong {
    display: block;
    margin-bottom: 45px;
    color: var(--bm-red);
    font-size: 34px;
    font-weight: 600;
}

.bm-process-item h3 {
    margin: 0 0 12px;
    color: var(--bm-black);
    font-size: 20px;
    font-weight: 600;
}

.bm-process-item p {
    margin: 0;
    font-size: 14px;
}


/* =========================================================
   SPECIAL HANDLING
   ========================================================= */

.bm-special-section {
    padding: 120px 0;
    background: #fff;
}

.bm-special-wrap {
    width: min(1180px, calc(100% - 50px));
    margin: auto;
}

.bm-special-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 65px;
}

.bm-special-heading {
    margin: 0;
    color: var(--bm-black);
    font-size: clamp(35px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 600;
}

.bm-special-heading span {
    color: var(--bm-red);
}

.bm-special-copy {
    font-size: 16px;
}

.bm-special-copy p {
    margin: 0 0 20px;
}

.bm-special-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.bm-special-box {
    padding: 34px;
    border: 1px solid var(--bm-border);
    background: #fff;
}

.bm-special-box:hover {
    border-color: var(--bm-red);
}

.bm-special-box h3 {
    margin: 0 0 12px;
    color: var(--bm-black);
    font-size: 20px;
    font-weight: 600;
}

.bm-special-box p {
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   FAQ
   ========================================================= */

.bm-faq-section {
    padding: 115px 0;
    background: var(--bm-light);
}

.bm-faq-layout {
    width: min(1000px, calc(100% - 50px));
    margin: auto;
}

.bm-faq-heading {
    margin: 0 0 45px;
    color: var(--bm-black);
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 600;
}

.bm-faq-heading span {
    color: var(--bm-red);
}

.bm-faq-item {
    border-top: 1px solid #d8d8d8;
}

.bm-faq-item:last-child {
    border-bottom: 1px solid #d8d8d8;
}

.bm-faq-item summary {
    position: relative;
    padding: 25px 50px 25px 0;
    cursor: pointer;
    list-style: none;
    color: var(--bm-black);
    font-size: 17px;
    font-weight: 600;
}

.bm-faq-item summary::-webkit-details-marker {
    display: none;
}

.bm-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 20px;
    color: var(--bm-red);
    font-size: 28px;
    font-weight: 400;
}

.bm-faq-item[open] summary::after {
    content: "−";
}

.bm-faq-answer {
    max-width: 850px;
    padding: 0 0 28px;
    color: var(--bm-text);
    font-size: 15px;
}


/* =========================================================
   PROJECT CAROUSEL
   ========================================================= */

.bm-gallery-section {
    padding: 120px 0 100px;
    background: #fff;
}

.bm-gallery-head {
    width: min(1180px, calc(100% - 50px));
    margin: auto auto 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.bm-gallery-heading {
    margin: 0;
    color: var(--bm-black);
    font-size: clamp(35px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 600;
}

.bm-gallery-heading span {
    color: var(--bm-red);
}

.bm-gallery-description {
    max-width: 400px;
    margin: 0;
    font-size: 15px;
}

.bm-gallery-slider {
    position: relative;
    width: min(1180px, calc(100% - 50px));
    margin: auto;
    overflow: hidden;
}

.bm-gallery-track {
    display: flex;
    transition: transform .6s ease;
}

.bm-gallery-slide {
    min-width: 100%;
    position: relative;
}

.bm-gallery-slide img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.bm-gallery-caption {
    position: absolute;
    left: 25px;
    bottom: 25px;
    padding: 13px 20px;
    background: rgba(16,17,20,.88);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.bm-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 52px;
    height: 52px;
    border: 0;
    background: #fff;
    color: var(--bm-black);
    font-size: 24px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .25s ease;
}

.bm-gallery-arrow:hover {
    background: var(--bm-red);
    color: #fff;
}

.bm-gallery-prev {
    left: 20px;
}

.bm-gallery-next {
    right: 20px;
}

.bm-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

.bm-gallery-dot {
    width: 28px;
    height: 3px;
    border: 0;
    padding: 0;
    background: #d4d4d4;
    cursor: pointer;
}

.bm-gallery-dot.active {
    background: var(--bm-red);
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.bm-final-section {
    padding: 100px 0;
    background: var(--bm-black);
}

.bm-final-inner {
    width: min(1000px, calc(100% - 50px));
    margin: auto;
    text-align: center;
}

.bm-final-label {
    margin-bottom: 18px;
    color: #ff5a7e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bm-final-title {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(40px, 5vw, 40px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -1.5px;
}

.bm-final-text {
    max-width: 600px;
    margin: 25px auto 35px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
}

.bm-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 34px;
    background: var(--bm-red);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: .25s ease;
}

.bm-final-button:hover {
    background: #fff;
    color: var(--bm-black);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .bm-hero-area {
        min-height: 600px;
    }

    .bm-hero-inner {
        padding: 80px 0;
    }

    .bm-story-wrap,
    .bm-trust-wrap,
    .bm-special-top {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .bm-care-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bm-process-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .bm-trust-photo img {
        min-height: 420px;
        height: 420px;
    }

    .bm-trust-content {
        padding: 55px 40px;
    }

    .bm-gallery-slide img {
        height: 480px;
    }
}


@media (max-width: 650px) {

    .bm-hero-area {
        min-height: 650px;
    }

    .bm-hero-image {
        background-image:
            linear-gradient(
                90deg,
                rgba(8,9,12,.90),
                rgba(8,9,12,.62)
            ),
            url("/images/locations/movers-in-beaumont/walking-forward-with-boxes-young-couple-with-dog-are-moving-new-home-1-1024x681.jpg");
        background-position: center;
    }

    .bm-hero-inner {
        width: calc(100% - 35px);
        padding: 70px 0;
    }

    .bm-hero-title {
        font-size: 48px;
        letter-spacing: -1.5px;
    }

    .bm-hero-description {
        font-size: 16px;
    }

    .bm-intro-grid {
        width: calc(100% - 35px);
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 27px 0;
    }

    .bm-intro-text {
        font-size: 16px;
    }

    .bm-story-section,
    .bm-care-section,
    .bm-trust-section,
    .bm-process-section,
    .bm-special-section,
    .bm-faq-section,
    .bm-gallery-section {
        padding: 75px 0;
    }

    .bm-story-wrap,
    .bm-care-grid,
    .bm-process-inner,
    .bm-special-wrap,
    .bm-faq-layout,
    .bm-gallery-head,
    .bm-gallery-slider,
    .bm-trust-wrap {
        width: calc(100% - 35px);
    }

    .bm-care-header,
    .bm-gallery-head {
        width: calc(100% - 35px);
        display: block;
    }

    .bm-care-intro,
    .bm-gallery-description {
        margin-top: 20px;
    }

    .bm-care-grid,
    .bm-process-row,
    .bm-special-grid {
        grid-template-columns: 1fr;
    }

    .bm-care-card {
        min-height: auto;
    }

    .bm-process-item {
        min-height: 210px;
    }

    .bm-trust-wrap {
        width: calc(100% - 35px);
    }

    .bm-trust-photo img {
        min-height: 350px;
        height: 350px;
    }

    .bm-trust-content {
        padding: 45px 28px;
    }

    .bm-gallery-slide img {
        height: 360px;
    }

    .bm-gallery-arrow {
        width: 42px;
        height: 42px;
    }

    .bm-gallery-prev {
        left: 10px;
    }

    .bm-gallery-next {
        right: 10px;
    }

    .bm-gallery-caption {
        left: 15px;
        bottom: 15px;
        right: 15px;
    }

    .bm-final-section {
        padding: 75px 0;
    }

    .bm-final-inner {
        width: calc(100% - 35px);
    }
}
