/* =========================================================
   RAHEJA PROPERTIES — MAIN STYLESHEET
========================================================= */

:root {
    --orange: #f27d17;
    --orange-dark: #d96508;
    --black: #151515;
    --dark: #202020;
    --text: #555555;
    --muted: #777777;
    --white: #ffffff;
    --cream: #fff8f1;
    --light: #f7f6f4;
    --border: #e8e5e1;

    --container: 1240px;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}


/* =========================================================
   GENERAL
========================================================= */

.container,
.rp-section-container {
    width: min(calc(100% - 60px), var(--container));
    margin: 0 auto;
}

main {
    min-height: 400px;
}


/* =========================================================
   HEADER
========================================================= */

.rp-header {
    position: sticky;
    top: 0;
    z-index: 9999;

    width: 100%;

    background: rgba(255, 255, 255, 0.98);

    border-bottom: 1px solid #eeeeee;

    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.04);

    font-family: "DM Sans", sans-serif;
}

.rp-header-inner {
    width: min(calc(100% - 60px), var(--container));
    min-height: 92px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    gap: 40px;
}

.rp-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.rp-logo img {
    width: 205px;
    height: auto;
}

.rp-navigation {
    margin-left: auto;

    display: flex;
    align-items: center;

    gap: 32px;
}

.rp-navigation a {
    position: relative;

    display: flex;
    align-items: center;

    height: 92px;

    color: #252525;

    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;

    transition: color .25s ease;
}

.rp-navigation a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 27px;

    width: 0;
    height: 2px;

    background: var(--orange);

    transition: width .25s ease;
}

.rp-navigation a:hover {
    color: var(--orange);
}

.rp-navigation a:hover::after {
    width: 100%;
}

.rp-header-button {
    min-width: 148px;
    height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 0 20px;

    background: var(--orange);
    color: var(--white);

    font-size: 13px;
    font-weight: 600;

    border-radius: 2px;

    flex-shrink: 0;

    transition: all .25s ease;
}

.rp-header-button:hover {
    background: var(--orange-dark);
    color: var(--white);

    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(242, 125, 23, .22);
}

.rp-button-arrow {
    font-size: 17px;

    transition: transform .25s ease;
}

.rp-header-button:hover .rp-button-arrow {
    transform: translateX(4px);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.rp-menu-button {
    display: none;

    width: 44px;
    height: 44px;

    margin-left: auto;

    border: 1px solid #e5e5e5;

    background: var(--white);

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    cursor: pointer;
}

.rp-menu-button span {
    width: 20px;
    height: 2px;

    background: var(--black);
}

.rp-mobile-navigation {
    display: none;

    background: var(--white);

    border-top: 1px solid var(--border);

    padding: 8px 30px 25px;
}

.rp-mobile-navigation a {
    display: block;

    padding: 14px 0;

    border-bottom: 1px solid var(--border);

    font-size: 15px;
    font-weight: 500;

    color: var(--black);
}

.rp-mobile-navigation a:hover {
    color: var(--orange);
}

.rp-mobile-navigation .rp-mobile-cta {
    margin-top: 15px;

    padding: 14px;

    border: 0;

    background: var(--orange);
    color: var(--white);

    text-align: center;
}


/* =========================================================
   HERO
========================================================= */

.rp-hero {
    position: relative;

    min-height: 680px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #191919 0%,
            #222222 42%,
            #6c625a 72%,
            #a69b90 100%
        );
}

.rp-hero::after {
    content: "";

    position: absolute;

    right: 0;
    top: 0;

    width: 52%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.75),
            rgba(0,0,0,.15)
        );

    pointer-events: none;
}

.rp-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(242,125,23,.13),
            transparent 35%
        );
}

.rp-hero-content {
    position: relative;
    z-index: 2;

    width: min(calc(100% - 60px), var(--container));

    margin: 0 auto;

    padding: 80px 0 155px;
}

.rp-hero-eyebrow,
.rp-section-eyebrow {
    display: block;

    color: var(--orange);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2.5px;

    margin-bottom: 18px;
}

.rp-hero h1 {
    max-width: 720px;

    margin: 0 0 22px;

    font-family: "Playfair Display", serif;

    font-size: clamp(48px, 6vw, 78px);

    line-height: 1.05;

    font-weight: 600;

    color: var(--white);
}

.rp-hero h1 span {
    color: #f6d1b0;
}

.rp-hero-content > p {
    max-width: 570px;

    margin-bottom: 38px;

    color: rgba(255,255,255,.72);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   PROPERTY SEARCH
========================================================= */

.rp-property-search {
    width: min(100%, 760px);

    min-height: 82px;

    padding: 10px;

    display: flex;
    align-items: stretch;

    background: rgba(255,255,255,.98);

    box-shadow: 0 20px 50px rgba(0,0,0,.22);
}

.rp-search-item {
    min-width: 0;

    flex: 1;

    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 0 20px;
}

.rp-search-label {
    margin-bottom: 3px;

    color: #999;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1.2px;

    font-weight: 600;
}

.rp-search-item select {
    width: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    color: var(--black);

    font-size: 14px;

    font-weight: 600;

    cursor: pointer;
}

.rp-search-divider {
    width: 1px;

    margin: 13px 0;

    background: #e6e6e6;
}

.rp-search-button {
    min-width: 125px;

    border: 0;

    background: var(--orange);

    color: var(--white);

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: background .25s ease;
}

.rp-search-button:hover {
    background: var(--orange-dark);
}


/* =========================================================
   HERO STATS
========================================================= */

.rp-hero-stats {
    position: absolute;

    z-index: 3;

    bottom: 0;
    left: 50%;

    transform: translateX(-50%);

    width: min(calc(100% - 60px), var(--container));

    min-height: 95px;

    display: flex;
    align-items: center;

    border-top: 1px solid rgba(255,255,255,.18);
}

.rp-hero-stats div {
    min-width: 180px;

    padding: 0 35px;

    border-right: 1px solid rgba(255,255,255,.18);
}

.rp-hero-stats div:first-child {
    padding-left: 0;
}

.rp-hero-stats strong {
    display: block;

    color: var(--white);

    font-family: "Playfair Display", serif;

    font-size: 28px;

    line-height: 1.2;
}

.rp-hero-stats span {
    color: rgba(255,255,255,.55);

    font-size: 11px;
}


/* =========================================================
   INTRO
========================================================= */

.rp-intro {
    padding: 120px 0;

    background: var(--white);
}

.rp-intro .rp-section-container {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;
}

.rp-intro-heading h2,
.rp-section-heading h2,
.rp-why-heading h2,
.rp-final-cta h2 {
    font-family: "Playfair Display", serif;

    color: var(--black);

    font-size: clamp(40px, 4vw, 58px);

    line-height: 1.1;

    font-weight: 600;
}

.rp-intro-heading h2 em,
.rp-section-heading h2 em,
.rp-why-heading h2 em,
.rp-final-cta h2 em {
    color: var(--orange);

    font-style: normal;
}

.rp-intro-content {
    padding-top: 15px;
}

.rp-intro-content p {
    margin-bottom: 20px;

    color: var(--text);

    font-size: 15px;

    line-height: 1.9;
}

.rp-text-link {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    margin-top: 15px;

    color: var(--black);

    font-size: 13px;

    font-weight: 700;

    border-bottom: 1px solid var(--orange);

    padding-bottom: 6px;
}

.rp-text-link span {
    color: var(--orange);

    font-size: 17px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.rp-section-heading {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 40px;

    margin-bottom: 55px;
}

.rp-section-heading > p {
    max-width: 390px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   CATEGORIES
========================================================= */

.rp-categories {
    padding: 110px 0;

    background: var(--light);
}

.rp-category-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.rp-category-card {
    position: relative;

    min-height: 430px;

    display: flex;
    align-items: flex-end;

    overflow: hidden;

    background: #333;

    transition: transform .35s ease;
}

.rp-category-card:hover {
    transform: translateY(-7px);
}

.rp-category-residential {
    background:
        linear-gradient(
            145deg,
            #373737,
            #888888
        );
}

.rp-category-commercial {
    background:
        linear-gradient(
            145deg,
            #272727,
            #676767
        );
}

.rp-category-plots {
    background:
        linear-gradient(
            145deg,
            #51473f,
            #a89787
        );
}

.rp-category-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 30%,
            rgba(0,0,0,.85) 100%
        );
}

.rp-category-content {
    position: relative;
    z-index: 2;

    padding: 35px;

    color: var(--white);
}

.rp-category-content > span {
    display: block;

    margin-bottom: 55px;

    color: rgba(255,255,255,.65);

    font-size: 12px;
}

.rp-category-content h3 {
    margin-bottom: 10px;

    font-family: "Playfair Display", serif;

    font-size: 30px;

    font-weight: 600;
}

.rp-category-content p {
    max-width: 260px;

    margin-bottom: 22px;

    color: rgba(255,255,255,.68);

    font-size: 13px;

    line-height: 1.7;
}

.rp-category-content strong {
    color: var(--white);

    font-size: 12px;

    font-weight: 600;
}


/* =========================================================
   PROJECTS
========================================================= */

.rp-projects {
    padding: 120px 0;
}

.rp-outline-button {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    min-height: 45px;

    padding: 0 20px;

    border: 1px solid #d8d5d1;

    color: var(--black);

    font-size: 12px;

    font-weight: 600;

    transition: all .25s ease;
}

.rp-outline-button:hover {
    border-color: var(--orange);

    background: var(--orange);

    color: var(--white);
}

.rp-project-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.rp-project-card {
    background: var(--white);

    border: 1px solid var(--border);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.rp-project-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 20px 45px rgba(0,0,0,.09);
}

.rp-project-image {
    position: relative;

    min-height: 300px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #d8d5d1,
            #777
        );
}

.rp-project-placeholder {
    height: 100%;

    min-height: 300px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.rp-project-placeholder span {
    padding: 8px 13px;

    border: 1px solid rgba(255,255,255,.5);

    color: rgba(255,255,255,.8);

    font-size: 10px;

    letter-spacing: 1.5px;
}

.rp-project-tag {
    position: absolute;

    top: 18px;
    left: 18px;

    padding: 7px 11px;

    background: var(--orange);

    color: var(--white);

    font-size: 10px;

    font-weight: 600;
}

.rp-project-info {
    padding: 28px;
}

.rp-project-location {
    display: block;

    margin-bottom: 7px;

    color: var(--orange);

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1.4px;

    font-weight: 700;
}

.rp-project-info h3 {
    margin-bottom: 10px;

    color: var(--black);

    font-family: "Playfair Display", serif;

    font-size: 24px;

    font-weight: 600;
}

.rp-project-info p {
    margin-bottom: 20px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.rp-project-info a {
    color: var(--black);

    font-size: 12px;

    font-weight: 700;
}

.rp-project-info a:hover {
    color: var(--orange);
}


/* =========================================================
   WHY RAHEJA
========================================================= */

.rp-why {
    padding: 120px 0;

    background: var(--black);

    color: var(--white);
}

.rp-why-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 100px;
}

.rp-why-heading h2 {
    color: var(--white);
}

.rp-why-heading p {
    max-width: 410px;

    margin-top: 25px;

    color: rgba(255,255,255,.57);

    font-size: 14px;

    line-height: 1.9;
}

.rp-benefits {
    border-top: 1px solid rgba(255,255,255,.14);
}

.rp-benefit {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 25px;

    padding: 30px 0;

    border-bottom: 1px solid rgba(255,255,255,.14);
}

.rp-benefit > span {
    color: var(--orange);

    font-size: 11px;

    font-weight: 700;
}

.rp-benefit h3 {
    margin-bottom: 7px;

    color: var(--white);

    font-size: 16px;

    font-weight: 600;
}

.rp-benefit p {
    color: rgba(255,255,255,.5);

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   LOCATIONS
========================================================= */

.rp-locations {
    padding: 120px 0;

    background: var(--cream);
}

.rp-location-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid #ded8d1;

    border-left: 1px solid #ded8d1;
}

.rp-location-card {
    min-height: 220px;

    padding: 30px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    border-right: 1px solid #ded8d1;

    border-bottom: 1px solid #ded8d1;

    transition:
        background .3s ease,
        color .3s ease;
}

.rp-location-card > span {
    align-self: flex-start;

    margin-bottom: auto;

    color: var(--orange);

    font-size: 11px;

    font-weight: 700;
}

.rp-location-card strong {
    color: var(--black);

    font-family: "Playfair Display", serif;

    font-size: 22px;

    font-weight: 600;
}

.rp-location-card small {
    margin-top: 5px;

    color: var(--muted);

    font-size: 11px;
}

.rp-location-card:hover {
    background: var(--orange);
}

.rp-location-card:hover > span,
.rp-location-card:hover strong,
.rp-location-card:hover small {
    color: var(--white);
}


/* =========================================================
   FINAL CTA
========================================================= */

.rp-final-cta {
    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #242424,
            #51463d
        );
}

.rp-final-cta::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -100px;
    top: -120px;

    border: 1px solid rgba(242,125,23,.25);

    border-radius: 50%;
}

.rp-final-cta::after {
    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    right: -200px;
    top: -220px;

    border: 1px solid rgba(255,255,255,.06);

    border-radius: 50%;
}

.rp-final-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(242,125,23,.11),
            transparent 45%
        );
}

.rp-final-cta-content {
    position: relative;

    z-index: 2;

    width: min(calc(100% - 40px), 720px);
}

.rp-final-cta h2 {
    color: var(--white);

    margin-bottom: 20px;
}

.rp-final-cta p {
    max-width: 550px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,.62);

    font-size: 14px;

    line-height: 1.8;
}

.rp-main-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 50px;

    padding: 0 25px;

    background: var(--orange);

    color: var(--white);

    font-size: 13px;

    font-weight: 600;

    transition: all .25s ease;
}

.rp-main-button:hover {
    background: var(--orange-dark);

    color: var(--white);

    transform: translateY(-2px);

    box-shadow: 0 12px 30px rgba(242,125,23,.25);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: #121212;

    color: rgba(255,255,255,.7);
}

.footer-container {
    width: min(calc(100% - 60px), var(--container));

    margin: 0 auto;

    padding: 75px 0 65px;

    display: grid;

    grid-template-columns: 1.5fr .8fr .9fr 1.1fr;

    gap: 60px;
}

.footer-brand {
    max-width: 360px;
}

.footer-logo {
    display: inline-block;

    margin-bottom: 18px;

    color: var(--white);

    font-family: "Playfair Display", serif;

    font-size: 23px;

    font-weight: 600;
}

.footer-description {
    margin-bottom: 25px;

    color: rgba(255,255,255,.48);

    font-size: 13px;

    line-height: 1.8;
}

.footer-social {
    display: flex;

    gap: 8px;
}

.footer-social a {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 50%;

    color: rgba(255,255,255,.6);

    font-size: 9px;

    transition: all .25s ease;
}

.footer-social a:hover {
    background: var(--orange);

    border-color: var(--orange);

    color: var(--white);
}

.footer-column {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.footer-column h3 {
    position: relative;

    margin-bottom: 23px;

    padding-bottom: 9px;

    color: var(--white);

    font-size: 14px;

    font-weight: 600;
}

.footer-column h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 27px;
    height: 2px;

    background: var(--orange);
}

.footer-column > a {
    margin-bottom: 12px;

    color: rgba(255,255,255,.48);

    font-size: 12px;

    transition: color .25s ease;
}

.footer-column > a:hover {
    color: var(--orange);
}

.footer-contact p {
    margin-bottom: 16px;

    color: rgba(255,255,255,.48);

    font-size: 12px;

    line-height: 1.7;
}

.footer-contact strong {
    display: block;

    color: var(--white);

    font-weight: 600;
}

.footer-contact a:hover {
    color: var(--orange);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-bottom-inner {
    width: min(calc(100% - 60px), var(--container));

    min-height: 70px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}

.footer-bottom p,
.footer-legal a {
    color: rgba(255,255,255,.32);

    font-size: 11px;
}

.footer-legal {
    display: flex;

    gap: 22px;
}

.footer-legal a:hover {
    color: var(--orange);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .rp-header-inner,
    .rp-hero-content,
    .rp-hero-stats,
    .rp-section-container,
    .footer-container,
    .footer-bottom-inner {
        width: min(calc(100% - 40px), var(--container));
    }

    .rp-navigation {
        gap: 20px;
    }

    .rp-navigation a {
        font-size: 13px;
    }

    .rp-logo img {
        width: 180px;
    }

    .rp-header-button {
        min-width: 130px;
    }

    .rp-category-grid,
    .rp-project-grid {
        gap: 15px;
    }

    .rp-why-grid {
        gap: 55px;
    }

    .footer-container {
        grid-template-columns: 1.3fr 1fr 1fr;
    }

    .footer-contact {
        grid-column: 1 / -1;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .rp-header-inner {
        min-height: 76px;
    }

    .rp-logo img {
        width: 165px;
    }

    .rp-navigation,
    .rp-header-button {
        display: none;
    }

    .rp-menu-button {
        display: flex;
    }

    .rp-mobile-navigation.active {
        display: block;
    }


    /* HERO */

    .rp-hero {
        min-height: 720px;

        align-items: flex-start;
    }

    .rp-hero-content {
        padding-top: 85px;
        padding-bottom: 170px;
    }

    .rp-hero h1 {
        font-size: clamp(42px, 10vw, 60px);
    }

    .rp-hero-content > p {
        font-size: 14px;
    }

    .rp-property-search {
        flex-direction: column;

        padding: 8px;
    }

    .rp-search-item {
        min-height: 65px;

        padding: 10px 15px;
    }

    .rp-search-divider {
        width: 100%;
        height: 1px;

        margin: 0;
    }

    .rp-search-button {
        min-height: 52px;
    }

    .rp-hero-stats {
        min-height: 125px;

        align-items: flex-start;

        padding-top: 22px;

        overflow-x: auto;
    }

    .rp-hero-stats div {
        min-width: 125px;

        padding: 0 18px;
    }

    .rp-hero-stats div:first-child {
        padding-left: 0;
    }


    /* INTRO */

    .rp-intro {
        padding: 80px 0;
    }

    .rp-intro .rp-section-container {
        grid-template-columns: 1fr;

        gap: 30px;
    }


    /* HEADINGS */

    .rp-section-heading {
        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 35px;
    }


    /* CATEGORIES */

    .rp-categories,
    .rp-projects,
    .rp-why,
    .rp-locations {
        padding: 80px 0;
    }

    .rp-category-grid,
    .rp-project-grid {
        grid-template-columns: 1fr;
    }

    .rp-category-card {
        min-height: 380px;
    }


    /* WHY */

    .rp-why-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    /* LOCATIONS */

    .rp-location-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rp-location-card {
        min-height: 190px;
    }


    /* FOOTER */

    .footer-container {
        grid-template-columns: 1fr 1fr;

        gap: 45px 30px;

        padding: 55px 0 45px;
    }

    .footer-brand {
        grid-column: 1 / -1;

        max-width: none;
    }

    .footer-contact {
        grid-column: auto;
    }

    .footer-bottom-inner {
        min-height: auto;

        padding: 20px 0;

        flex-direction: column;

        align-items: flex-start;
    }

    .footer-legal {
        flex-wrap: wrap;

        gap: 10px 18px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 500px) {

    .rp-header-inner,
    .rp-hero-content,
    .rp-hero-stats,
    .rp-section-container,
    .footer-container,
    .footer-bottom-inner {
        width: calc(100% - 28px);
    }

    .rp-logo img {
        width: 145px;
    }

    .rp-menu-button {
        width: 42px;
        height: 42px;
    }

    .rp-mobile-navigation {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rp-hero {
        min-height: 750px;
    }

    .rp-hero h1 {
        font-size: 40px;
    }

    .rp-hero-stats {
        width: calc(100% - 28px);
    }

    .rp-location-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-contact {
        grid-column: auto;
    }
}