/* =========================================
   Reset
========================================= */

* {
    box-sizing: border-box;
}

:root {
    --bg: #f4f0e9;
    --surface: #ffffff;
    --text: #171717;
    --muted: #727272;
    --accent: #9b7b4f;
    --dark: #171b18;
    --line: rgba(0, 0, 0, .09);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}


/* =========================================
   Header
========================================= */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    z-index: 20;

    padding: 24px 0;

    color: #fff;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.brand {
    font-weight: 800;
    letter-spacing: 2px;
}

.main-nav ul {
    display: flex;

    gap: 28px;

    list-style: none;

    margin: 0;
    padding: 0;
}

.main-nav a {
    font-size: 14px;
}


/* =========================================
   Buttons
========================================= */

.btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 0 24px;

    border: 1px solid transparent;

    cursor: pointer;

    font-weight: 700;

    transition: .25s ease;
}

.btn-outline {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #111;
}

.btn-primary {
    background: #b38b58;
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-dark {
    background: var(--dark);
    color: #fff;
}

.btn-dark:hover {
    transform: translateY(-2px);
}

.btn-full {
    width: 100%;
}


/* =========================================
   Hero
========================================= */

.hero {
    min-height: 780px;

    position: relative;

    display: flex;
    align-items: center;

    color: #fff;

    background:
        linear-gradient(
            90deg,
            rgba(12, 18, 15, .84),
            rgba(12, 18, 15, .35)
        ),
        url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1800&q=85')
        center / cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .2),
            rgba(0, 0, 0, .2)
        );
}

.hero-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: 1.25fr .75fr;

    gap: 70px;

    align-items: center;

    padding-top: 80px;
}

.eyebrow {
    display: inline-block;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 18px;
}

.eyebrow.dark {
    color: var(--accent);
}

.hero h1 {
    font-family: Georgia, 'Times New Roman', serif;

    font-size: clamp(40px, 5vw, 72px);

    line-height: 1;

    max-width: 850px;

    margin: 0 0 28px;

    font-weight: 500;
}

.hero-text {
    font-size: 19px;

    max-width: 620px;

    color: rgba(255, 255, 255, .83);
}

.hero-points {
    display: flex;

    gap: 42px;

    margin-top: 42px;

    flex-wrap: wrap;
}

.hero-points div {
    display: flex;
    flex-direction: column;
}

.hero-points strong {
    font-size: 22px;
}

.hero-points span {
    font-size: 12px;

    color: rgba(255, 255, 255, .65);
}


/* =========================================
   Lead Form
========================================= */

.lead-card {
    background: rgba(255, 255, 255, .96);

    color: var(--text);

    padding: 38px;

    box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
}

.lead-card h2 {
    margin: 0 0 24px;

    font-family: Georgia, serif;

    font-size: 34px;
}

.small-title {
    font-size: 11px;

    letter-spacing: 2px;

    color: var(--accent);

    font-weight: 800;
}

.lead-card form,
.contact-form {
    display: grid;

    gap: 13px;
}

input,
select,
textarea {
    width: 100%;

    border: 1px solid #ddd;

    background: #fff;

    padding: 15px 16px;

    font: inherit;

    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--accent);
}

.lead-card small {
    display: block;

    margin-top: 15px;

    color: #888;
}

/* Target position when buttons go to form */

#interestForm {
    scroll-margin-top: 110px;
}


/* =========================================
   Stats
========================================= */

.stats-strip {
    background: #fff;

    border-bottom: 1px solid var(--line);
}

.stats-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);
}

.stats-grid div {
    padding: 28px;

    border-right: 1px solid var(--line);

    display: flex;

    flex-direction: column;
}

.stats-grid strong {
    font-size: 20px;
}

.stats-grid span {
    font-size: 12px;

    color: var(--muted);
}


/* =========================================
   General Sections
========================================= */

.section {
    padding: 110px 0;
}

.section-soft {
    background: #ece7df;
}

.split-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}

.placeholder-image {
    min-height: 520px;

    background:
        linear-gradient(
            rgba(0, 0, 0, .15),
            rgba(0, 0, 0, .15)
        ),
        url('https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1200&q=80')
        center / cover;

    display: flex;

    align-items: end;

    padding: 30px;

    color: #fff;

    font-weight: 700;
}

.about-image {
    width: 100%;
    height: 100%;

    min-height: 520px;

    object-fit: cover;

    display: block;
}

.image-panel {
    overflow: hidden;
}

.content-panel h2,
.section-heading h2,
.contact-grid h2 {
    font-family: Georgia, 'Times New Roman', serif;

    font-weight: 500;

    font-size: clamp(38px, 5vw, 68px);

    line-height: 1.05;

    margin: 0 0 26px;
}

.content-panel p,
.contact-grid p {
    color: var(--muted);

    max-width: 620px;
}

.section-heading {
    max-width: 760px;

    margin-bottom: 48px;
}


/* =========================================
   Feature Cards
========================================= */

.cards-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

.feature-card {
    background: #fff;

    padding: 34px;

    min-height: 250px;
}

.feature-card span {
    color: var(--accent);

    font-weight: 800;

    font-size: 12px;
}

.feature-card h3 {
    margin-top: 55px;
}

.feature-card p {
    color: var(--muted);

    font-size: 14px;
}


/* =========================================
   Amenities
========================================= */

.amenities-list {
    background: #fff;

    padding: 45px 50px;

    border: 1px solid var(--line);
}

.amenities-list-item {
    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 20px 0;

    border-bottom: 1px solid var(--line);
}

.amenities-list-item:first-child {
    padding-top: 0;
}

.amenities-list-item:last-child {
    border-bottom: 0;

    padding-bottom: 0;
}

.amenities-bullet {
    width: 8px;
    height: 8px;

    min-width: 8px;

    margin-top: 9px;

    background: var(--accent);

    border-radius: 50%;
}

.amenities-list-item p {
    margin: 0;

    font-size: 17px;

    line-height: 1.7;

    color: var(--text);
}

.amenities-button {
    margin-top: 35px;

    text-align: center;
}


/* =========================================
   Gallery
========================================= */

.gallery-grid {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    grid-auto-rows: 230px;

    gap: 15px;
}

.gallery-item {
    background: #d8d0c5;

    display: flex;

    align-items: end;

    padding: 20px;

    color: #fff;

    font-weight: 700;

    background-size: cover;

    background-position: center;
}

.gallery-large {
    grid-row: span 2;
}

.gallery-section .section-heading h2 {
    font-size: 20px;
}


/* Gallery Text */

.gallery-bottom-content {
    margin-top: 45px;

    text-align: center;
}

.gallery-bottom-content h3 {
    font-family: Georgia, 'Times New Roman', serif;

    font-size: 15px;

    font-weight: 500;

    margin: 0 0 15px;
}

.gallery-bottom-content p {
    margin: 0 auto;

    max-width: 950px;

    font-size: 17px;

    line-height: 1.8;

    color: var(--muted);
}

.gallery-bottom-button {
    margin-top: 60px;
}


/* =========================================
   Floor Plans
========================================= */

.floor-plans-section {
    background: var(--bg);

    padding-top: 25px !important;
}

.floor-plans-section .section-heading {
    max-width: 100%;

    text-align: center;

    margin-bottom: 35px;
}

.floor-plans-section .section-heading h2 {
    font-size: 28px !important;

    line-height: 1.2;

    text-align: center;
}


/* Two Cards */

.floor-plans-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;

    max-width: 1100px;

    margin: 0 auto;

    align-items: start;
}

.floor-plan-card {
    width: 100%;

    background: #fff;

    border: 1px solid var(--line);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.floor-plan-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}


/* Floor Plan Image */

.floor-plan-image {
    width: 100%;

    height: 400px;

    min-height: 400px;

    padding: 0;

    margin: 0;

    overflow: hidden;

    background: transparent;
}

.floor-plan-image img {
    width: 100%;

    height: 100%;

    padding: 0;

    margin: 0;

    object-fit: cover;

    object-position: center;

    display: block;

    transition: transform .5s ease;
}

.floor-plan-card:hover .floor-plan-image img {
    transform: scale(1.05);
}


/* Floor Plan Content */

.floor-plan-content {
    background: #fff;

    padding: 30px;

    text-align: center;
}

.floor-plan-content h3 {
    font-family: Georgia, 'Times New Roman', serif;

    font-size: 28px;

    font-weight: 500;

    margin: 0 0 15px;

    text-align: center;
}

.floor-plan-content p {
    margin: 7px 0;

    color: var(--muted);

    text-align: center;
}

.floor-plan-button {
    margin-top: 25px;
}


/* =========================================
   Floor Plan Register Form
========================================= */

.floor-register-box {
    width: 100%;

    text-align: left;

    padding: 10px 5px;
}

.floor-register-eyebrow {
    display: block;

    margin-bottom: 25px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #a47b43;
}

.floor-register-title {
    margin: 0 0 30px !important;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 38px !important;

    line-height: 1.15;

    font-weight: 600;

    text-align: left !important;

    color: #111;
}

.floor-register-form {
    display: flex;

    flex-direction: column;

    gap: 15px;
}

.floor-register-form input,
.floor-register-form select {
    width: 100%;

    height: 65px;

    padding: 0 20px;

    box-sizing: border-box;

    border: 1px solid #ddd;

    background: #fff;

    font-family: inherit;

    font-size: 16px;

    color: #555;

    outline: none;
}

.floor-register-form input:focus,
.floor-register-form select:focus {
    border-color: #bd9257;
}

.floor-register-submit {
    width: 100%;

    height: 60px;

    margin-top: 2px;

    border: 0;

    background: #bd9257;

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    cursor: pointer;

    transition: .25s ease;
}

.floor-register-submit:hover {
    background: #a77d47;

    transform: translateY(-2px);
}


/* Contact Under Floor Plan Form */

.floor-register-contact {
    margin-top: 25px;

    text-align: center;
}

.floor-register-contact span {
    display: block;

    margin-bottom: 7px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #a47b43;
}

.floor-register-contact a {
    font-family: inherit;

    font-size: 18px;

    font-weight: 400;

    color: #0e0b0b;

    text-decoration: none;
}

.floor-register-contact a:hover {
    color: #bd9257;
}


/* =========================================
   Payment Plan
   Kept in CSS in case section returns later
========================================= */

.payment-section {
    background: var(--dark);

    color: #fff;
}

.section-heading.light h2 {
    color: #fff;
}

.payment-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;
}

.payment-step {
    padding: 42px;

    border: 1px solid rgba(255, 255, 255, .15);

    display: flex;

    flex-direction: column;
}

.payment-step strong {
    font-family: Georgia, serif;

    font-size: 56px;

    font-weight: 500;
}

.payment-step span {
    color: rgba(255, 255, 255, .65);
}


/* =========================================
   Contact
   Kept in CSS in case section returns later
========================================= */

.contact-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: start;
}

.contact-form {
    background: #fff;

    padding: 34px;
}


/* =========================================
   Location
   Kept in CSS in case section returns later
========================================= */

.location-section {
    background: #fff;
}

.location-grid {
    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 70px;

    align-items: center;
}

.location-image-wrapper {
    overflow: hidden;
}

.location-image {
    width: 100%;

    min-height: 560px;

    height: 100%;

    object-fit: cover;

    display: block;
}

.location-content h2 {
    font-family: Georgia, 'Times New Roman', serif;

    font-weight: 500;

    font-size: clamp(38px, 5vw, 68px);

    line-height: 1.05;

    margin: 0 0 26px;
}

.location-description {
    color: var(--muted);

    max-width: 560px;

    margin-bottom: 30px;
}

.location-main-link {
    display: inline-block;

    font-weight: 700;

    margin-bottom: 35px;

    border-bottom: 1px solid var(--accent);

    padding-bottom: 4px;
}

.location-times {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;
}

.location-time-item {
    border-top: 1px solid var(--line);

    padding-top: 18px;

    display: flex;

    flex-direction: column;
}

.location-time-item strong {
    font-family: Georgia, serif;

    font-size: 28px;

    font-weight: 500;
}

.location-time-item span {
    font-size: 13px;

    color: var(--muted);

    margin-top: 4px;
}


/* =========================================
   Footer
========================================= */

.site-footer {
    background: #0f120f;

    color: #fff;

    padding: 70px 0 25px;
}

.footer-grid {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    gap: 50px;
}

.footer-grid p,
.footer-grid a {
    color: rgba(255, 255, 255, .62);

    display: block;

    margin: 7px 0;
}

.copyright {
    margin-top: 50px;

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

    padding-top: 20px;

    text-align: center;

    color: rgba(255, 255, 255, .45);

    font-size: 12px;
}


/* =========================================
   WhatsApp
========================================= */

.whatsapp-float {
    position: fixed;

    right: 20px;

    bottom: 20px;

    background: #1d8d4d;

    color: #fff;

    padding: 13px 18px;

    z-index: 50;

    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);

    font-size: 13px;

    font-weight: 700;
}


/* =========================================
   Reveal Animation
========================================= */

.reveal {
    opacity: 0;

    transform: translateY(25px);

    transition: .7s ease;
}

.reveal.visible {
    opacity: 1;

    transform: none;
}

.simple-page {
    padding: 130px 0;
}


/* =========================================
   Mobile Navigation
========================================= */

.mobile-menu-toggle {
    display: none;

    width: 42px;

    height: 42px;

    padding: 8px;

    border: 0;

    background: transparent;

    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;

    width: 100%;

    height: 2px;

    margin: 6px 0;

    background: #fff;

    transition: .3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-cta {
    display: inline-flex;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 900px) {

    .nav-wrap {
        position: relative;
    }

    .mobile-menu-toggle {
        display: block;

        margin-left: auto;

        position: relative;

        z-index: 101;
    }

    .header-cta {
        display: none;
    }

    .main-nav {
        position: absolute;

        top: 62px;

        left: 0;

        right: 0;

        display: block;

        background: rgba(23, 27, 24, .98);

        padding: 20px 24px;

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

        transform: translateY(-12px);

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;

        box-shadow: 0 20px 40px rgba(0, 0, 0, .25);

        z-index: 100;
    }

    .main-nav.active {
        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform: translateY(0);
    }

    .main-nav ul {
        display: flex;

        flex-direction: column;

        gap: 0;

        list-style: none;

        margin: 0;

        padding: 0;
    }

    .main-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .main-nav li:last-child {
        border-bottom: 0;
    }

    .main-nav a {
        display: block;

        padding: 14px 0;

        color: #fff;

        font-size: 15px;
    }


    /* Hero */

    .hero {
        min-height: auto;

        padding: 130px 0 80px;
    }

    .hero-grid,
    .split-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        gap: 40px;
    }


    /* Other Grids */

    .stats-grid,
    .cards-grid,
    .payment-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    /* Gallery */

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-large {
        grid-row: auto;

        grid-column: span 2;
    }


    /* Location */

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

    .location-image {
        min-height: 420px;
    }


    /* Floor Plans */

    .floor-plans-grid {
        grid-template-columns: 1fr;

        max-width: 650px;
    }

    .floor-plan-image {
        height: 350px;

        min-height: 350px;
    }
}


/* =========================================
   Mobile
========================================= */

@media (max-width: 600px) {

    .container {
        width: min(100% - 28px, 1180px);
    }

    .site-header {
        padding: 18px 0;
    }

    .brand {
        font-size: 14px;

        letter-spacing: 1.5px;
    }


    /* Hero */

    .hero h1 {
        font-size: 48px;
    }

    .hero-text {
        font-size: 17px;
    }

    .lead-card {
        padding: 25px;
    }

    .hero-points {
        gap: 24px;
    }


    /* Sections */

    .section {
        padding: 75px 0;
    }


    /* Grids */

    .stats-grid,
    .cards-grid,
    .payment-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid div {
        border-right: 0;

        border-bottom: 1px solid var(--line);
    }


    /* Gallery */

    .gallery-grid {
        grid-template-columns: 1fr;

        grid-auto-rows: 260px;
    }

    .gallery-large {
        grid-column: auto;
    }

    .gallery-bottom-content {
        margin-top: 30px;
    }

    .gallery-bottom-content h3 {
        font-size: 15px;
    }

    .gallery-bottom-content p {
        font-size: 15px;
    }


    /* Amenities */

    .amenities-list {
        padding: 28px 22px;
    }

    .amenities-list-item {
        gap: 13px;

        padding: 17px 0;
    }

    .amenities-list-item p {
        font-size: 15px;
    }


    /* Floor Plans */

    .floor-plans-section {
        padding-top: 10px !important;
    }

    .floor-plans-section .section-heading {
        max-width: 100%;

        text-align: center;

        margin-bottom: 35px;
    }

    .floor-plans-section .section-heading h2 {
        font-size: 17px !important;

        line-height: 1.2;

        white-space: nowrap;

        text-align: center;
    }

    .floor-plans-grid {
        grid-template-columns: 1fr;

        gap: 22px;

        max-width: 100%;
    }

    .floor-plan-image {
        height: 280px;

        min-height: 280px;
    }

    .floor-plan-content {
        padding: 25px 20px;
    }


    /* Floor Plan Form */

    .floor-register-box {
        padding: 5px 0;
    }

    .floor-register-title {
        font-size: 32px !important;
    }

    .floor-register-form input,
    .floor-register-form select {
        height: 60px;
    }


    /* Location */

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

    .location-image {
        min-height: 320px;
    }
}