body {
    background: #f4efe8;
    color: #1f2f46;
    font-family: Arial, sans-serif;
    margin: 0;
}

* {
    box-sizing: border-box;
}

.amenities {
    padding: 100px 8%;
}

.amenity-content {
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
}

.amenity-content h3 {
    color: #223654;
    font-size: 36px;
    margin: 0 0 24px;
}

.amenity-content p {
    color: #4d5f7c;
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}

.amenity-row {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
}

.amenity-row-reverse {
    grid-template-columns: 1fr 1fr;
}

.amenity-image img {
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    display: block;
    flex: 1;
    height: auto;
    max-width: 500px;
    width: 100%;
}

.amenity-row .amenity-image img {
    border-radius: 24px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.contact-actions {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 32px;
}

.contact-card {
    background: #223654;
    border-radius: 28px;
    color: #ffffff;
    margin: 0 auto;
    max-width: 980px;
    padding: 70px;
    text-align: center;
}

.contact-card h2 {
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    margin: 0 0 24px;
}

.contact-card p {
    font-size: 19px;
    line-height: 1.7;
    margin: 0;
}

.contact-details {
    margin-top: 40px;
}

.contact-section {
    background: #f7f3ed;
    padding: 110px 8%;
}

.features {
    background: #f7f3ed;
    padding: 80px 8% 150px;
}

.feature-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(12, 24, 40, 0.12);
    display: flex;
    flex-direction: column;
    padding: 42px;
    transition: box-shadow 0.3s ease;
}

.feature-card h3 {
    color: #223654;
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 18px;
}

.feature-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.feature-card img {
    border-radius: 12px;
    display: block;
    height: 220px;
    margin-bottom: 24px;
    object-fit: cover;
    width: 100%;
}

.feature-card p {
    color: #536174;
    flex-grow: 1;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

.feature-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.floorplan-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(12, 24, 40, 0.12);
    padding: 28px;
}

.floorplan-card h3 {
    color: #223654;
    font-size: 28px;
    margin: 24px 0 14px;
}

.floorplan-card img {
    background: #ffffff;
    border-radius: 14px;
    height: 280px;
    object-fit: contain;
    width: 100%;
}

.floorplan-card p {
    color: #4d5f7c;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.floorplan-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.floorplans {
    background: #ffffff;
    padding: 110px 8%;
}

.gallery-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}

.gallery-grid img {
    border-radius: 18px;
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.gallery-section {
    background: #f7f3ed;
    padding: 110px 8%;
}

.header-button {
    background: #ffffff;
    border-radius: 999px;
    color: #223654;
    font-weight: 700;
    padding: 14px 24px;
    text-decoration: none;
}

.hero {
    align-items: center;
    background-image: linear-gradient(rgba(13, 31, 52, 0.35), rgba(13, 31, 52, 0.45)), url('../images/hero-pond-property.png');
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    padding: 140px 8%;
}

.hero-buttons {
    display: flex;
    gap: 18px;
}

.hero-content {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    max-width: 600px;
    padding: 42px;
}

.hero-content h1 {
    font-size: clamp(44px, 6vw, 82px);
    line-height: 1;
    margin: 0 0 24px;
}

.logo img {
    display: block;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
    height: 80px;
    max-height: 92px;
    width: auto;
}

.main-nav {
    display: flex;
    gap: 32px;
}

.main-nav a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.primary-button,
.secondary-button {
    border-radius: 999px;
    display: inline-block;
    font-weight: 700;
    padding: 16px 26px;
    text-decoration: none;
}

.primary-button {
    background: #223654;
    color: #ffffff;
}

.secondary-button {
    background: #ffffff;
    color: #223654;
}

.section-intro {
    margin: 0 auto 64px;
    max-width: 780px;
    text-align: center;
}

.section-intro h2 {
    color: #223654;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.05;
    margin: 0 0 22px;
}

.section-intro p {
    color: #536174;
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
}

.site-button {
    align-self: flex-start;
    background: #223654;
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 24px;
    text-decoration: none;
}

.site-button-light {
    background: #ffffff;
    color: #223654;
}

.site-header {
    align-items: center;
    background: rgba(34, 54, 84, 0.96);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 14px 8%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

@media (max-width: 900px) {
    .feature-card-offset {
        transform: none;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .amenity-row,
    .amenity-row-reverse {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .contact-actions {
    align-items: center;
    flex-direction: column;
    }
    
    .floorplan-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .floorplan-card {
        width: 100%;
    }

    .floorplans {
        padding: 80px 24px;
    }

    .header-button,
    .main-nav {
        display: none;
    }

    .hero {
        padding: 120px 24px 60px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-content {
        padding: 32px;
    }

    .site-header {
        justify-content: center;
    }
}

Then save and Ctrl + Shift + R.
}