/* Final page arrangement */
.main-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: .45rem
}
.listing-grid {
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto
}
.listing-card {
    height: 100%;
    display: flex;
    flex-direction: column
}
.listing-card>a {
    height: 100%;
    display: flex;
    flex-direction: column
}
.listing-card img {
    flex: 0 0 16rem
}
.listing-body {
    flex: 1;
    display: flex;
    flex-direction: column
}
.listing-body .card-link {
    margin-top: auto;
    padding-top: 1rem
}
.page-hero .lead {
    max-width: 44rem
}
@media(max-width:980px) {
    .nav-wrap {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0
    }
    .main-nav {
        width: 100%;
        justify-content: flex-start
    }
    .listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}
@media(max-width:650px) {
    .listing-grid {
        grid-template-columns: 1fr
    }
    .listing-card img {
        flex-basis: 14rem
    }
    .main-nav {
        gap: .65rem 1rem
    }
}
.section>.container {
    max-width: 1160px
}
.feature-grid {
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto
}
.feature-card {
    height: 100%;
    display: flex;
    flex-direction: column
}
.feature-card p {
    margin-top: auto;
    padding-top: 1rem
}
.property-grid {
    max-width: 1100px;
    margin: 0 auto
}
.property-grid>div {
    min-width: 0
}
.property-hero-image, .property-gallery {
    border-radius: .35rem;
    overflow: hidden
}
.property-info {
    padding: 1rem 0
}
.property-info .btn {
    margin: 0 0 2rem
}
.contact-grid, .sitemap-grid {
    max-width: 1050px;
    margin: 0 auto
}
.contact-details, .contact-form {
    min-width: 0
}
.contact-form {
    padding-top: .25rem
}
.availability-table {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden
}
.testimonial-layout {
    max-width: 1050px;
    margin: 0 auto
}
.site-footer {
    margin-top: 0
}
@media(max-width:980px) {
    .property-grid, .contact-grid, .sitemap-grid, .testimonial-layout {
        gap: 2rem
    }
    .property-info {
        padding: 0
    }
    .contact-details {
        padding: 1.7rem
    }
}
@media(max-width:650px) {
    .section-heading {
        margin-bottom: 2rem
    }
    .feature-card {
        min-height: 0
    }
    .property-gallery {
        margin-top: .75rem
    }
    .property-gallery img {
        height: 11rem
    }
    .contact-details {
        padding: 1.4rem
    }
    .footer-links {
        line-height: 1.8
    }
}
.main-nav>a, details.nav-dropdown>summary {
    font-weight: 700;
    color: var(--green-dark, #214c4a);
    text-shadow: 0 0 0 currentColor
}
.main-nav>a:hover, .main-nav>a.active, details.nav-dropdown>summary:hover, details.nav-dropdown[open]>summary {
    color: #173f3d
}
.nav-submenu a {
    font-weight: 600;
    color: var(--green-dark, #214c4a)
}
.nav-submenu a:hover {
    color: #173f3d;
    background: var(--sage)
}
details.nav-dropdown>summary {
    list-style: none;
    cursor: pointer;
    color: var(--muted)
}
details.nav-dropdown>summary::-webkit-details-marker {
    display: none
}
details.nav-dropdown[open] .nav-submenu {
    display: grid
}
.nav-dropdown>summary:hover {
    color: var(--ink)
}
@media(max-width:980px) {
    .main-nav {
        display: flex;
        position: static;
        flex-direction: row;
        align-items: center;
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: 0
    }
    .nav-dropdown {
        width: auto
    }
    .nav-submenu {
        position: absolute;
        top: calc(100% + 1rem);
        left: -.8rem;
        padding: .55rem;
        background: var(--paper);
        border: 1px solid var(--line);
        box-shadow: var(--shadow)
    }
    .nav-submenu a {
        padding: .55rem .7rem;
        white-space: nowrap
    }
}
@media(max-width:650px) {
    .main-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .7rem
    }
    .main-nav>a, .nav-dropdown {
        width: auto
    }
    .nav-submenu {
        position: static;
        min-width: 100%;
        padding: .25rem 0 .25rem 1rem;
        border: 0;
        box-shadow: none;
        background: transparent
    }
    .nav-submenu a {
        padding: .4rem 0;
        white-space: normal
    }
}
body {
    --ink: #203a3a;
    --muted: #5c716f;
    --paper: #f8fbfa;
    --cream: #eaf3f1;
    --sage: #d5e7e2;
    --green: #2f625d;
    --coral: #df8068;
    --line: rgba(32, 58, 58, .15);
    --shadow: 0 24px 60px rgba(32, 58, 58, .14)
}
.site-header {
    background: rgba(248, 251, 250, .92)
}
.hero-wrap {
    background: radial-gradient(circle at 85% 20%, #dff1f2 0, transparent 32%), var(--paper)
}
.alt-section {
    background: var(--cream)
}
.btn-primary {
    background: var(--coral);
    box-shadow: 0 12px 25px rgba(223, 128, 104, .22)
}
.brand-mark {
    background: var(--green-dark, #214c4a)
}
.availability-header {
    background: var(--green-dark, #214c4a)
}
.testimonial-section {
    background: var(--green-dark, #214c4a)
}
@media(max-width:980px) {
    .nav-dropdown {
        width: 100%
    }
    .nav-dropdown>button {
        padding: .4rem 0
    }
    .nav-dropdown.open .nav-submenu {
        display: grid
    }
    .nav-submenu {
        position: static;
        min-width: 0;
        padding: .25rem 0 .25rem 1rem;
        border: 0;
        box-shadow: none;
        background: transparent
    }
    .nav-submenu a {
        padding: .4rem 0;
        white-space: normal
    }
}
.nav-dropdown {
    position: relative
}
.nav-dropdown>button {
    border: 0;
    background: transparent;
    color: var(--muted);
    font: inherit;
    cursor: pointer;
    padding: 0
}
.nav-dropdown>button:hover, .nav-dropdown>button.active {
    color: var(--ink)
}
.nav-submenu {
    position: absolute;
    top: calc(100% + 1rem);
    left: -.8rem;
    display: none;
    min-width: 12rem;
    padding: .55rem;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow)
}
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu {
    display: grid
}
.nav-submenu a {
    display: block;
    padding: .55rem .7rem;
    white-space: nowrap
}
.nav-submenu a:hover {
    background: var(--cream)
}
@media(max-width:650px) {
    .availability-row {
        grid-template-columns: 1fr;
        gap: .55rem
    }
    .availability-header {
        display: none
    }
    .availability-row>div, .availability-row>.table-price, .availability-row>.card-link {
        padding: 0
    }
    .availability-row>div:before {
        display: inline-block;
        min-width: 5.5rem;
        color: var(--muted);
        font-size: .7rem;
        text-transform: uppercase;
        letter-spacing: .08em
    }
    .availability-row>div:nth-child(2):before {
        content: 'Type';
    }
    .availability-row>div:nth-child(3):before {
        content: 'Facts';
    }
    .availability-row>.table-price {
        margin: .4rem 0
    }
}
.availability-table {
    border: 1px solid var(--line);
    background: #fff
}
.availability-row {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr .9fr .85fr;
    gap: 1rem;
    align-items: center;
    padding: 1.25rem 1.4rem;
    border-bottom: 1px solid var(--line);
    font-size: .88rem;
    color: var(--muted)
}
.availability-row:last-child {
    border-bottom: 0
}
.availability-header {
    background: var(--green);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .68rem;
    font-weight: 700
}
.availability-row strong {
    color: var(--ink)
}
.availability-row>div strong, .availability-row>div small {
    display: block
}
.availability-row>div strong {
    font-family: Fraunces, serif;
    font-size: 1.2rem
}
.availability-row>div small {
    margin-top: .25rem;
    font-size: .78rem;
    color: var(--muted)
}
.availability-row .table-price {
    color: var(--coral);
    font-family: Fraunces, serif;
    font-size: 1.2rem
}
:root {
    --ink: #24332f;
    --muted: #66736d;
    --paper: #fbfaf6;
    --cream: #f1eee5;
    --sage: #dfe8df;
    --green: #48685c;
    --coral: #d77b63;
    --line: rgba(36, 51, 47, .13);
    --shadow: 0 24px 60px rgba(36, 51, 47, .12)
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6
}
a {
    color: inherit;
    text-decoration: none
}
img {
    display: block;
    width: 100%;
    object-fit: cover
}
button, input, select, textarea {
    font: inherit
}
.container {
    width: min(1160px, calc(100% - 2.4rem));
    margin: 0 auto
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(251, 250, 246, .9);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5.4rem;
    gap: 1rem
}
.brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    line-height: 1.1
}
.brand strong {
    display: block;
    font-family: Fraunces, serif;
    font-size: 1.15rem
}
.brand small {
    display: block;
    font-size: .58rem;
    letter-spacing: .16em;
    color: var(--muted);
    margin-top: .25rem
}
.brand-mark {
    display: grid;
    place-items: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-family: Fraunces, serif;
    font-size: .9rem
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 1.05rem;
    color: var(--muted);
    font-size: .88rem
}
.main-nav a:hover, .main-nav a.active {
    color: var(--ink)
}
.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--line);
    padding: .6rem;
    border-radius: .5rem
}
.nav-toggle span {
    display: block;
    width: 1.4rem;
    height: 2px;
    background: var(--ink);
    margin: .25rem
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 1px solid transparent;
    border-radius: .35rem;
    padding: .82rem 1.25rem;
    font-weight: 700;
    transition: transform .2s, background .2s
}
.btn:hover {
    transform: translateY(-2px)
}
.btn-primary {
    background: var(--coral);
    color: #fff
}
.btn-secondary {
    border-color: var(--green);
    color: var(--green);
    background: transparent
}
.nav-cta {
    padding: .6rem .9rem
}
.hero-wrap {
    padding: 5rem 0 4.7rem;
    background: radial-gradient(circle at 85% 20%, #e9efe6 0, transparent 32%), var(--paper)
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center
}
.eyebrow {
    margin: 0 0 .8rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .7rem;
    font-weight: 700;
    color: var(--coral)
}
h1, h2, h3 {
    font-family: Fraunces, serif;
    line-height: 1.08;
    margin: 0 0 1rem
}
h1 {
    font-size: clamp(3.2rem, 6vw, 6.5rem);
    max-width: 650px;
    letter-spacing: -.03em
}
h1 em {
    color: var(--coral);
    font-style: normal
}
h2 {
    font-size: clamp(2.2rem, 4vw, 4rem)
}
h3 {
    font-size: 1.45rem
}
p {
    margin: 0 0 1rem;
    color: var(--muted)
}
.lead {
    font-size: 1.15rem;
    max-width: 34rem
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 2rem 0
}
.text-link, .card-link {
    font-weight: 700;
    color: var(--green)
}
.stats-row {
    display: flex;
    gap: 2.3rem;
    list-style: none;
    padding: 0;
    margin: 2.7rem 0 0
}
.stats-row li {
    display: grid;
    gap: .1rem
}
.stats-row strong {
    font-family: Fraunces, serif;
    font-size: 1.55rem
}
.stats-row span {
    color: var(--muted);
    font-size: .8rem
}
.hero-visual {
    position: relative;
    min-height: 38rem
}
.portrait-frame {
    height: 38rem;
    width: min(100%, 27rem);
    margin-left: auto;
    overflow: hidden;
    border: 1rem solid #fff;
    box-shadow: var(--shadow);
    transform: rotate(2deg)
}
.portrait-frame img {
    height: 100%;
    object-position: center
}
.hero-note {
    position: absolute;
    left: 0;
    bottom: 3.6rem;
    display: flex;
    gap: .7rem;
    align-items: center;
    background: #fff;
    padding: 1rem 1.2rem;
    box-shadow: 0 14px 35px rgba(36, 51, 47, .12);
    max-width: 16rem
}
.hero-note strong, .hero-note small {
    display: block
}
.hero-note strong {
    font-size: .8rem
}
.hero-note small {
    font-size: .7rem;
    color: var(--muted);
    margin-top: .2rem
}
.note-icon {
    color: var(--coral);
    font-size: 1.5rem
}
.hero-stamp {
    position: absolute;
    right: -1rem;
    top: 3rem;
    width: 6rem;
    height: 6rem;
    border: 1px solid var(--coral);
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--coral);
    font-size: .65rem;
    line-height: 1.1;
    transform: rotate(12deg)
}
.hero-stamp span {
    font-size: .45rem;
    letter-spacing: .08em
}
.trust-strip {
    border-block: 1px solid var(--line);
    background: var(--cream)
}
.trust-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    color: var(--green);
    font-size: .8rem;
    font-weight: 700
}
.section {
    padding: 6rem 0
}
.alt-section {
    background: var(--cream)
}
.section-heading {
    max-width: 650px;
    margin: 0 auto 3rem;
    text-align: center
}
.section-heading p:last-child {
    font-size: 1.05rem
}
.feature-grid, .listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
}
.feature-card {
    padding: 2rem 1.7rem;
    background: #fff;
    border-top: 3px solid var(--sage);
    min-height: 12rem
}
.feature-number {
    display: block;
    color: var(--coral);
    font-weight: 700;
    font-size: .8rem;
    margin-bottom: 2.5rem
}
.listing-card {
    background: var(--paper);
    box-shadow: 0 12px 30px rgba(36, 51, 47, .07);
    transition: transform .2s
}
.listing-card:hover {
    transform: translateY(-5px)
}
.listing-card img {
    height: 16rem
}
.listing-body {
    padding: 1.3rem
}
.listing-top {
    display: flex;
    justify-content: space-between;
    gap: .7rem;
    align-items: start
}
.listing-top h3 {
    font-size: 1.35rem
}
.listing-top strong {
    color: var(--coral);
    white-space: nowrap
}
.listing-body p {
    font-size: .88rem;
    margin-bottom: 1.1rem
}
.card-link {
    font-size: .85rem
}
.centered-action {
    text-align: center;
    margin-top: 2.5rem
}
.testimonial-section {
    background: var(--green);
    color: #fff
}
.testimonial-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 5rem;
    align-items: center
}
.testimonial-layout h2 {
    color: #fff
}
.testimonial-layout p {
    color: rgba(255, 255, 255, .78)
}
.quote-author {
    font-size: .85rem
}
.quote-side {
    border-left: 1px solid rgba(255, 255, 255, .35);
    padding-left: 2.3rem
}
.quote-side>span {
    font-family: Fraunces, serif;
    font-size: 5rem;
    line-height: .7;
    color: #e6ba91
}
.page-hero {
    padding: 5.5rem 0 3.5rem;
    background: linear-gradient(120deg, var(--sage), transparent 65%)
}
.page-hero h1 {
    max-width: 750px
}
.property-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 3.5rem;
    align-items: start
}
.property-hero-image {
    height: 32rem
}
.property-hero-image img {
    height: 100%
}
.property-info {
    position: sticky;
    top: 7rem
}
.property-info h1 {
    font-size: clamp(2.6rem, 5vw, 4.3rem)
}
.price {
    font-family: Fraunces, serif;
    font-size: 2rem;
    color: var(--coral);
    margin: 1.2rem 0
}
.facts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin: 2rem 0
}
.fact {
    background: var(--paper);
    padding: 1rem
}
.fact strong, .fact span {
    display: block
}
.fact span {
    font-size: .78rem;
    color: var(--muted)
}
.property-gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 1rem;
    margin-top: 1rem
}
.property-gallery img {
    height: 13rem
}
.property-gallery img:first-child {
    height: 27rem;
    grid-row: span 2
}
.details-list {
    padding-left: 1.2rem;
    color: var(--muted)
}
.details-list li {
    margin-bottom: .5rem
}
.contact-grid, .sitemap-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 4rem;
    align-items: start
}
.contact-details {
    background: var(--green);
    padding: 2rem;
    color: #fff
}
.contact-details h2 {
    font-size: 2.2rem
}
.contact-details p, .contact-details a {
    color: rgba(255, 255, 255, .8)
}
.contact-details a {
    display: block;
    margin: 1rem 0
}
.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}
.contact-form label {
    display: grid;
    gap: .4rem;
    font-weight: 700;
    font-size: .85rem
}
.contact-form label:nth-last-of-type(1), .contact-form button, .form-status {
    grid-column: 1/-1
}
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    background: #fff;
    padding: .9rem;
    border-radius: .25rem;
    color: var(--ink)
}
.contact-form textarea {
    resize: vertical
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    outline: 2px solid var(--sage);
    border-color: var(--green)
}
.form-status {
    color: var(--green);
    font-weight: 700;
    min-height: 1.2rem
}
.sitemap-list {
    list-style: none;
    padding: 0
}
.sitemap-list li {
    border-bottom: 1px solid var(--line);
    padding: 1rem 0
}
.sitemap-list a {
    font-family: Fraunces, serif;
    font-size: 1.35rem;
    color: var(--green)
}
.credit-list {
    padding-left: 1.2rem;
    color: var(--muted)
}
.site-footer {
    border-top: 1px solid var(--line);
    padding: 2rem 0
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}
.footer-wrap p {
    font-size: .8rem
}
.footer-links {
    display: flex;
    gap: 1.2rem;
    font-size: .8rem;
    color: var(--muted)
}
@media(max-width:980px) {
    .main-nav {
        position: absolute;
        display: none;
        top: calc(100% + .5rem);
        left: 1.2rem;
        right: 1.2rem;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        background: var(--paper);
        box-shadow: var(--shadow);
        border: 1px solid var(--line)
    }
    .main-nav.open {
        display: flex
    }
    .nav-toggle {
        display: block
    }
    .hero-grid, .property-grid, .contact-grid, .sitemap-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem
    }
    .hero-visual {
        max-width: 34rem;
        width: 100%;
        margin: auto
    }
    .property-info {
        position: static
    }
    .testimonial-layout {
        gap: 2rem
    }
    .main-nav a {
        width: 100%
    }
}
@media(max-width:650px) {
    .container {
        width: min(100% - 1.5rem, 1160px)
    }
    .hero-wrap {
        padding-top: 3rem
    }
    .hero-visual, .portrait-frame {
        height: 27rem
    }
    .portrait-frame {
        width: 82%;
    }
    .hero-note {
        left: 0;
        bottom: 1.5rem
    }
    .hero-stamp {
        right: 0;
        top: 1rem
    }
    .trust-inner {
        display: grid;
        gap: .4rem
    }
    .section {
        padding: 4rem 0
    }
    .feature-grid, .listing-grid {
        grid-template-columns: 1fr
    }
    .stats-row {
        gap: 1rem;
        justify-content: space-between
    }
    .stats-row span {
        font-size: .7rem
    }
    .contact-form {
        grid-template-columns: 1fr
    }
    .contact-form label:nth-last-of-type(1), .contact-form button, .form-status {
        grid-column: auto
    }
    .property-hero-image {
        height: 22rem
    }
    .property-gallery {
        grid-template-columns: 1fr
    }
    .property-gallery img:first-child {
        height: 20rem;
        grid-row: auto
    }
    .footer-wrap {
        display: grid
    }
    .footer-links {
        flex-wrap: wrap
    }
}
