.mhr-template-mhr,
.mhr-mhr-footer-cta {
    --mhr-navy: #121730;
    --mhr-navy-2: #121730;
    --mhr-red: #de0607;
    --mhr-red-dark: #c90404;
    --mhr-green: #71f35b;
    --mhr-text: #000;
    --mhr-muted: #000;
    --mhr-line: #e7e8ec;
    --mhr-soft: #f9f7f5;
    --mhr-radius: 8px;
    --mhr-shadow: 0 18px 45px rgba(7, 17, 38, .16);
    --mhr-pattern-image: url("https://motorhomeremoval.com/wp-content/uploads/2026/06/abstract-line-art-background-mountain-topographic-terrain-map-grid-background-with-abstract-lines-texture-design-illustration-for-wall-art-fabric-packaging-web-banner-app-wallpaper-vector.jpg");
    color: var(--mhr-text);
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

body.single-mhr_page .mhr-template-mhr,
.mhr-template-mhr {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.mhr-template-mhr *,
.mhr-template-mhr *::before,
.mhr-template-mhr *::after,
.mhr-mhr-footer-cta *,
.mhr-mhr-footer-cta *::before,
.mhr-mhr-footer-cta *::after {
    box-sizing: border-box;
}

.mhr-template-mhr a,
.mhr-mhr-footer-cta a {
    color: inherit;
}

.mhr-mhr-container {
    /* width: min(1065px, calc(100% - 300px));
    margin: 0 auto; */
	width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.mhr-mhr-wide-container {
    width: min(1265px, calc(100% - 100px));
    margin: 0 auto;
}

.mhr-mhr-pattern {
    position: relative;
    background-color: var(--mhr-soft);
    background-image: var(--mhr-pattern-image);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mhr-mhr-pattern::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--mhr-soft);
    opacity: .95;
    pointer-events: none;
    content: "";
}

.mhr-mhr-pattern > * {
    position: relative;
    z-index: 1;
}

.mhr-mhr-section {
    padding: 110px 0;
}

.mhr-mhr-hero {
    display: flex;
    align-items: center;
    padding: 100px 0 100px;
    background-position: center;
    background-size: cover;
	background-attachment: fixed;
}

.mhr-mhr-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 500px);
    gap: 72px;
    align-items: center;
}

.mhr-mhr-hero-copy {
    max-width: 520px;
    color: #fff;
}

.mhr-mhr-eyebrow {
    margin: 0 0 10px;
    color: var(--mhr-red);
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}

.mhr-mhr-hero h1,
.mhr-template-mhr h2,
.mhr-mhr-footer-cta h2 {
    margin: 0;
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
}

.mhr-mhr-hero h1 {
    color: #fff;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 1.05;
    max-width: 620px;
}

.mhr-mhr-hero-text {
    max-width: 560px;
    margin: 28px 0 0;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
}

.mhr-mhr-location-hero {
    display: flex;
    align-items: center;
    min-height: 520px;
    padding: 150px 0 72px;
    background-position: center;
    background-size: cover;
	background-attachment: fixed;
}

.mhr-mhr-location-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 700px);
    gap: 72px;
    align-items: center;
}

.mhr-mhr-location-list h2 {
    margin-bottom: 34px;
}

.mhr-mhr-location-button-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mhr-mhr-location-button-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    border: 1px solid var(--mhr-line);
    border-radius: 8px;
    padding: 20px 22px;
    background: #fff;
    color: #000;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(18, 23, 48, .08);
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.mhr-mhr-location-button-grid a:hover,
.mhr-mhr-location-button-grid a:focus {
    border-color: var(--mhr-red);
    background: var(--mhr-red);
    color: #fff;
    transform: translateY(-1px);
}

.mhr-mhr-location-button-grid span {
    flex: 0 0 auto;
    margin-left: 18px;
}

.mhr-mhr-form-card {
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
    padding: 15px;
    background: var(--mhr-soft);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: visible;
}

.mhr-mhr-estimate-form {
    padding: 0;
}

.mhr-mhr-form-card .wpforms-container {
    --wpforms-button-size-height: 75px !important;
    --wpforms-button-border-radius: 15px !important;
    --wpforms-button-size-font-size: 18px !important;
    --wpforms-button-size-padding-h: 0 !important;
    --wpforms-field-size-input-height: 43px !important;
    width: 100% !important;
    margin: 24px 0 !important;
    padding: 0 !important;
}

.mhr-mhr-form-card .wpforms-title,
.mhr-mhr-form-card .mhr-mhr-form-title {
    margin: 8px 0 16px;
    color: #000;
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
}

.mhr-mhr-form-card .wpforms-field {
    width: 100% !important;
    padding: 15px 0 !important;
    margin: 0 !important;
}

.mhr-mhr-form-card .wpforms-field-label {
    display: none !important;
}

.mhr-mhr-form-card input,
.mhr-mhr-form-card textarea,
.mhr-mhr-form-card select {
    /* width: 100% !important; */
    max-width: 100% !important;
    /* min-height: 43px !important; */
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .25) !important;
    border-radius: 0 !important;
    padding: 0 14px !important;
    background: transparent !important;
    color: #000 !important;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    box-shadow: none !important;
}

.mhr-mhr-form-card .wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
}

.mhr-mhr-form-card textarea {
    height: 70px !important;
    min-height: 70px !important;
    padding: 14px !important;
    line-height: 18.2px !important;
    resize: vertical;
}

.mhr-mhr-form-card button[type="submit"],
.mhr-mhr-form-card .wpforms-submit {
    width: 100% !important;
    max-width: 100% !important;
    height: 75px !important;
    min-height: 75px !important;
    max-height: none !important;
    border: 0 !important;
    border-radius: 15px !important;
    padding: 25px 0 50px !important;
    background: var(--mhr-red) !important;
    color: #fff !important;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.mhr-mhr-form-card button[type="submit"]:hover,
.mhr-mhr-form-card .wpforms-submit:hover {
    background: var(--mhr-red-dark) !important;
    transform: translateY(-1px);
}

.mhr-mhr-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.mhr-mhr-photo {
    margin: 0;
    overflow: hidden;
    border-radius: var(--mhr-radius);
    background: #ddd;
}

.mhr-mhr-photo img,
.mhr-mhr-final-photo img,
.mhr-mhr-story-card img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.mhr-mhr-photo-large {
    height: 726px;
    aspect-ratio: auto;
}

.mhr-mhr-photo-tall {
    height: 526px;
    aspect-ratio: auto;
}

.mhr-mhr-copy {
    min-width: 0;
}

.mhr-template-mhr h2,
.mhr-mhr-footer-cta h2 {
    color: var(--mhr-text);
    font-size: 30px;
    line-height: 45px;
}

.mhr-mhr-copy p,
.mhr-mhr-disclosure p,
.mhr-mhr-footer-cta p {
    color: var(--mhr-muted);
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mhr-mhr-copy p {
    margin: 16px 0 0;
}

.mhr-mhr-copy .mhr-mhr-eyebrow,
.mhr-mhr-cards-section .mhr-mhr-eyebrow,
.mhr-mhr-final .mhr-mhr-eyebrow {
    margin: 0 0 10px;
    color: #cacee2;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}

.mhr-mhr-inline-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    align-items: center;
    margin-top: 26px;
}

.mhr-mhr-button,
.mhr-mhr-footer-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 5px;
    padding: 20px;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

/* .mhr-mhr-button::after {
    margin-left: 25px;
    content: "\2192";
} */
.mhr-mhr-button i.xlwpf.wppb-font-right-arrow {
    margin-left: 25px;
}
.mhr-mhr-button-red {
    background: var(--mhr-red);
    color: #fff;
}

.mhr-mhr-button-red:hover,
.mhr-mhr-footer-cta a:hover {
    background: var(--mhr-red-dark);
    color: #fff;
    transform: translateY(-1px);
}

.mhr-mhr-phone {
    padding-left: 0;
    color: var(--mhr-text);
}

/* .mhr-mhr-phone::after {
    margin-left: 25px;
    content: "\2192";
} */
.mhr-mhr-intro .mhr-mhr-button,
.mhr-mhr-legal .mhr-mhr-button,
.mhr-mhr-final .mhr-mhr-button {
    min-height: 18px;
	background-color: #de0607;
    color: #ffffff;
}
a.mhr-mhr-phone {
    min-height: 18px;
    background-color: #12419B;
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 20px 20px;
    color: #fff;
    display: flex;
    gap: 10px;
	align-items: center;
}
a.mhr-mhr-phone:hover {
    background-color: #12419B;
    color: #fff;
}
/* .mhr-mhr-intro .mhr-mhr-button,
.mhr-mhr-intro .mhr-mhr-phone,
.mhr-mhr-legal .mhr-mhr-button,
.mhr-mhr-legal .mhr-mhr-phone,
.mhr-mhr-final .mhr-mhr-button,
.mhr-mhr-final .mhr-mhr-phone {
    /* min-height: 18px; */
    /* border-radius: 0; */
    /* padding: 0; */
	/* background-color: #de0607; */
    /* color: #ffffff; */
    /* background: transparent !important;
    background-color: transparent !important; */
    /* color: #000; */
} */
.mhr-mhr-intro .mhr-mhr-button:hover,
.mhr-mhr-legal .mhr-mhr-button:hover,
.mhr-mhr-final .mhr-mhr-button:hover {
    background: #b11313 !important;
    color: #fff !important;
    transform: none;
}
a.mhr-mhr-button:hover {
    color: #fff;
	background: #b11313;
}
/* .mhr-mhr-intro .mhr-mhr-button:hover,
.mhr-mhr-intro .mhr-mhr-phone:hover,
.mhr-mhr-legal .mhr-mhr-button:hover,
.mhr-mhr-legal .mhr-mhr-phone:hover,
.mhr-mhr-final .mhr-mhr-button:hover,
.mhr-mhr-final .mhr-mhr-phone:hover {
    /* background: #b11313; */
	/* background: transparent; */
    /* color: #fff; */
	/* color: var(--mhr-red); */
    /* transform: none; */
} */

.mhr-mhr-dark-band {
    padding: 76px 0;
    background: var(--mhr-navy);
}

.mhr-mhr-dark-band .mhr-mhr-container {
    width: min(1165px, calc(100% - 200px));
}

.mhr-mhr-advantage {
    min-height: 860px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: 110px 300px 110px 110px;
    background-position: center;
    background-size: cover;
}

.mhr-mhr-dark-copy {
    max-width: 560px;
    color: #fff;
}

.mhr-mhr-dark-copy h2 {
    color: #fff;
}

.mhr-mhr-dark-copy p {
    color: #fff;
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
}

.mhr-mhr-dark-copy .mhr-mhr-eyebrow {
    color: var(--mhr-red);
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}

.mhr-mhr-dark-copy .mhr-mhr-button {
    margin-top: 18px;
}

.mhr-mhr-legal {
    align-items: start;
}

.mhr-mhr-disclosure {
    border-bottom: 1px solid var(--mhr-line);
    background: #fff;
}

.mhr-mhr-disclosure:first-of-type {
    margin-top: 24px;
    border-top: 1px solid var(--mhr-line);
}

.mhr-mhr-disclosure summary {
    position: relative;
    display: block;
    padding: 20px 48px 20px 20px;
    color: #7a7a7a;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.mhr-mhr-disclosure summary::-webkit-details-marker {
    display: none;
}

.mhr-mhr-disclosure summary::after {
    position: absolute;
    right: 18px;
    top: 18px;
    color: var(--mhr-text);
    content: "\2304";
}

.mhr-mhr-disclosure[open] summary::after {
    content: "\2303";
}

.mhr-mhr-disclosure[open] {
    background: #000;
    color: #fff;
}

.mhr-mhr-disclosure[open] summary {
    color: #fff;
}

.mhr-mhr-disclosure[open] summary::after {
    color: #fff;
}

.mhr-mhr-disclosure p {
    margin: 0;
    padding: 0 20px 20px;
    color: #fff;
}

.mhr-mhr-disclosure:not([open]) p {
    color: var(--mhr-muted);
}

.mhr-mhr-cards-section h2 {
    max-width: 820px;
    margin-bottom: 24px;
}

.mhr-mhr-cards-section {
    padding-top: 0;
    padding-bottom: 64px;
}

.mhr-mhr-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 44px;
    padding: 0;
    list-style: none;
}

.mhr-mhr-pill-list li {
    border: 1px solid var(--mhr-line);
    border-radius: 999px;
    padding: 8px 12px;
    background: #fff;
    color: var(--mhr-muted);
    font-size: 12px;
    font-weight: 700;
}

.mhr-mhr-detail-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}

.mhr-mhr-detail-card {
    margin: 0;
}

.mhr-mhr-detail-card > img {
    display: block;
    width: 100%;
    height: 263px !important;
    border-radius: 0 15px 15px;
    object-fit: cover;
}

.mhr-mhr-card-toggle {
    margin: 20px 0 0;
}

.mhr-mhr-card-toggle summary {
    position: relative;
    display: block;
    min-height: 64px;
    padding: 15px 15px 15px 46px;
    color: #333;
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

.mhr-mhr-card-toggle summary::-webkit-details-marker {
    display: none;
}

.mhr-mhr-card-toggle summary::before {
    position: absolute;
    left: 15px;
    top: 16px;
    width: 16px;
    height: 16px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    content: "\2304";
}

.mhr-mhr-card-toggle[open] summary::before {
    content: "\2303";
}

.mhr-mhr-card-toggle-body {
    padding: 15px;
}

.mhr-mhr-card-toggle-body p {
    margin: 0 0 14px;
    color: #000;
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mhr-mhr-card-toggle-body p:last-child {
    margin-bottom: 0;
}

.mhr-mhr-card-toggle-body strong {
    font-weight: 700;
    margin-right: 4px;
}

.mhr-mhr-nearby-band {
    padding: 76px 0;
    background: var(--mhr-navy);
    color: #fff;
}

.mhr-mhr-nearby-band .mhr-mhr-eyebrow {
    color: var(--mhr-red);
}

.mhr-mhr-nearby-band h2 {
    max-width: 780px;
    margin: 0 0 34px;
    color: #fff;
    font-family: "Plus Jakarta Sans", "Montserrat", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
}

.mhr-mhr-nearby-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mhr-mhr-nearby-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.mhr-mhr-nearby-grid a:hover,
.mhr-mhr-nearby-grid a:focus {
    border-color: var(--mhr-red);
    background: var(--mhr-red);
    color: #fff;
    transform: translateY(-1px);
}

.mhr-mhr-nearby-grid span {
    flex: 0 0 auto;
    margin-left: 18px;
}

.mhr-mhr-final {
    padding-top: 110px;
    padding-bottom: 110px;
}

.mhr-mhr-final h2 {
    max-width: 860px;
    margin-bottom: 28px;
}

.mhr-mhr-final-grid {
    display: grid;
    /* grid-template-columns: minmax(0, 1fr) 406px; */
	grid-template-columns: minmax(0, 1fr) 600px;
    gap: 70px;
    align-items: start;
}

.mhr-mhr-form-card-final {
    margin-top: 18px;
}

.mhr-mhr-final-photo {
    margin: 46px 0 0;
    overflow: hidden;
    border-radius: 7px;
    aspect-ratio: 2.25 / 1;
}

.mhr-mhr-footer-cta {
    padding: 76px 0 46px;
    background: var(--mhr-navy);
    color: #fff;
}

.mhr-mhr-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 72px;
    align-items: center;
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.mhr-mhr-footer-cta h2 {
    max-width: 520px;
    color: #fff;
    font-size: clamp(26px, 3vw, 36px);
}

.mhr-mhr-footer-cta p {
    color: rgba(255, 255, 255, .86);
}

.mhr-mhr-footer-cta a {
    justify-content: flex-start;
    min-height: auto;
    margin: 6px 18px 0 0;
    padding: 0;
    color: #fff;
}

.mhr-mhr-footer-cta img {
    display: block;
    width: min(260px, 100%);
    margin-left: auto;
}

.mhr-template-mhr .mhr-section,
.mhr-template-mhr .mhr-links,
.mhr-template-mhr .mhr-nearby {
    position: relative;
    background-color: var(--mhr-soft);
    background-image: var(--mhr-pattern-image);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mhr-template-mhr .mhr-section::before,
.mhr-template-mhr .mhr-links::before,
.mhr-template-mhr .mhr-nearby::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--mhr-soft);
    opacity: .95;
    pointer-events: none;
    content: "";
}

.mhr-template-mhr .mhr-section > *,
.mhr-template-mhr .mhr-links > *,
.mhr-template-mhr .mhr-nearby > * {
    position: relative;
    z-index: 1;
}

.mhr-template-mhr .mhr-link-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.mhr-template-mhr .mhr-link-grid a {
    border: 1px solid var(--mhr-line);
    border-radius: 6px;
    padding: 14px 16px;
    background: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .mhr-mhr-container,
    .mhr-mhr-dark-band .mhr-mhr-container {
        width: min(100% - 48px, 1065px);
    }

    .mhr-mhr-wide-container {
        width: min(100% - 48px, 1265px);
    }

    .mhr-mhr-hero-grid,
    .mhr-mhr-two-col,
    .mhr-mhr-final-grid,
    .mhr-mhr-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mhr-mhr-form-card,
    .mhr-mhr-form-card-final {
        max-width: 520px;
        margin: 0;
    }

    .mhr-mhr-nearby-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhr-mhr-location-hero-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mhr-mhr-location-button-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mhr-mhr-advantage {
        padding: 54px 42px;
    }

    .mhr-mhr-photo-large,
    .mhr-mhr-photo-tall {
        height: 520px;
    }

    .mhr-mhr-footer-cta img {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .mhr-mhr-container {
        width: min(100% - 28px, 1120px);
    }

    .mhr-mhr-dark-band .mhr-mhr-container {
        width: min(100% - 28px, 1120px);
    }

    .mhr-mhr-section {
        padding: 54px 0;
    }

    .mhr-mhr-cards-section {
        padding-top: 0;
        padding-bottom: 44px;
    }

    .mhr-mhr-hero {
        min-height: auto;
        padding: 120px 0 64px;
    }

    .mhr-mhr-hero h1 {
        font-size: 39px;
    }

    .mhr-mhr-hero-grid {
        gap: 30px;
    }

    .mhr-mhr-location-hero {
        min-height: 430px;
        padding: 104px 0 52px;
    }

    .mhr-mhr-location-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mhr-mhr-location-button-grid {
        grid-template-columns: 1fr;
    }

    .mhr-mhr-detail-card-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    } 

    .mhr-mhr-detail-card > img {
        height: auto !important;
        aspect-ratio: 1.5 / 1;
    }

    .mhr-mhr-nearby-band {
        padding: 54px 0;
    }

    .mhr-mhr-nearby-grid {
        grid-template-columns: 1fr;
    }

    .mhr-mhr-advantage {
        min-height: auto;
        padding: 38px 22px;
    }

    .mhr-mhr-photo-large,
    .mhr-mhr-photo-tall {
        height: auto;
        aspect-ratio: 1 / .78;
    }

    .mhr-mhr-dark-copy p {
        font-size: 16px;
        line-height: 24px;
    }

    .mhr-template-mhr h2,
    .mhr-mhr-footer-cta h2 {
        font-size: 31px;
        line-height: 40px;
    }

    .mhr-mhr-final-photo {
        aspect-ratio: 1.35 / 1;
    }

    .mhr-mhr-inline-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .mhr-template-mhr .mhr-link-grid {
        grid-template-columns: 1fr;
    }
}
