html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f4f1ea;
    color: #18221d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

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

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

.fc-site {
    min-height: 100vh;
    background: #f4f1ea;
}

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

.fc-topbar {
    background: #18221d;
    color: rgba(255, 255, 255, 0.74);
}

.fc-topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-block: 9px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.fc-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(24, 34, 29, 0.08);
    background: rgba(255, 253, 248, 0.92);
    backdrop-filter: blur(18px);
}

.fc-nav-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 72px;
}

.fc-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fc-brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 8px;
    background: #18221d;
    color: #d6a647;
    font-weight: 950;
}

.fc-brand-name,
.fc-footer-brand {
    display: block;
    color: #18221d;
    font-size: 1rem;
    font-weight: 950;
}

.fc-brand-kicker {
    display: block;
    margin-top: 2px;
    color: #6b746d;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.fc-desktop-links {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
    color: #3f4943;
    font-size: 0.93rem;
    font-weight: 800;
}

.fc-desktop-links a:hover,
.fc-text-link:hover {
    color: #0d6f5c;
}

.fc-desktop-action {
    margin-left: 4px;
}

.fc-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: #fffdf8;
    color: #18221d;
}

.fc-menu-icon,
.fc-menu-icon::before,
.fc-menu-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.fc-menu-icon {
    position: relative;
}

.fc-menu-icon::before,
.fc-menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.fc-menu-icon::before {
    top: -6px;
}

.fc-menu-icon::after {
    top: 6px;
}

.fc-mobile-menu {
    display: none;
    border-top: 1px solid rgba(31, 42, 36, 0.11);
    background: #fffdf8;
}

.fc-mobile-links {
    display: grid;
    gap: 4px;
    padding-block: 12px 16px;
    font-weight: 850;
}

.fc-mobile-links a {
    border-radius: 8px;
    padding: 12px;
    color: #425047;
}

.fc-mobile-links a:hover,
.fc-mobile-cta {
    background: #eef6f2;
    color: #0d6f5c;
}

.fc-hero {
    position: relative;
    isolation: isolate;
    padding-block: 104px;
    background:
        linear-gradient(90deg, rgba(14, 22, 18, 0.86) 0%, rgba(14, 22, 18, 0.62) 42%, rgba(14, 22, 18, 0.18) 100%),
        url("../images/photo-willow.jpg") center / cover;
}

.fc-compact-hero {
    padding-block: 78px;
    background:
        linear-gradient(90deg, rgba(14, 22, 18, 0.88) 0%, rgba(14, 22, 18, 0.62) 54%, rgba(14, 22, 18, 0.34) 100%),
        url("../images/photo-interior.jpg") center / cover;
}

.fc-hero-grid,
.fc-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 42px;
    align-items: center;
}

h1,
h2,
h3,
p {
    margin: 0;
}

h1 {
    max-width: 780px;
    margin-top: 18px;
    color: #18221d;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.95;
    font-weight: 950;
    outline: none;
}

h2 {
    color: #18221d;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    font-weight: 950;
}

h3 {
    color: #18221d;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 950;
}

.fc-lede {
    max-width: 680px;
    margin-top: 22px;
    color: #526057;
    font-size: 1.08rem;
    line-height: 1.8;
}

.fc-muted {
    color: #5d6860;
    line-height: 1.7;
}

.fc-section {
    padding-block: 76px;
    background: #fffdf8;
}

.fc-soft {
    background: #ebe8df;
}

.fc-hero h1,
.fc-hero h2,
.fc-hero h3 {
    color: #ffffff;
}

.fc-hero .fc-lede {
    color: rgba(255, 255, 255, 0.82);
}

.fc-hero .fc-muted {
    color: #69746c;
}

.fc-hero .fc-search-card h3,
.fc-hero .fc-contact-card h3,
.fc-hero .fc-card-title {
    color: #18221d;
}

.fc-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.fc-centered {
    text-align: center;
}

.fc-centered .fc-lede,
.fc-centered p {
    margin-inline: auto;
}

.fc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.fc-center-actions {
    justify-content: center;
}

.fc-button {
    min-height: 44px;
    border-radius: 8px;
    padding-inline: 18px;
    font-weight: 900;
}

.fc-button-primary {
    border: 0;
    background: #0b5f4f;
    color: #ffffff;
}

.fc-button-primary:hover {
    background: #084d40;
}

.fc-button-secondary {
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #18221d;
}

.fc-button-light {
    border: 0;
    background: #d6a647;
    color: #18221d;
}

.fc-button-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #ffffff;
}

.fc-link-button {
    display: inline-flex;
}

.fc-full {
    width: 100%;
}

.fc-badge,
.fc-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 8px;
    border: 0;
    background: #e7f1eb;
    padding: 6px 10px;
    color: #0b5f4f;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.fc-badge-light {
    background: rgba(255, 255, 255, 0.14);
    color: #d6a647;
}

.fc-hero .fc-badge {
    background: rgba(255, 255, 255, 0.14);
    color: #f7d493;
}

.fc-search-card,
.fc-contact-card,
.fc-filter-card,
.fc-listing-card,
.fc-agent-card,
.fc-process-card,
.fc-quote-card,
.fc-neighborhood-card {
    border: 0;
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: 0 24px 70px rgba(15, 22, 18, 0.14);
}

.fc-search-card,
.fc-contact-card,
.fc-filter-card {
    padding: 24px;
}

.fc-search-card {
    background: rgba(255, 253, 248, 0.94);
    backdrop-filter: blur(16px);
}

.fc-card-title {
    color: #18221d;
    font-size: 1.25rem;
    font-weight: 950;
}

.fc-card-pad {
    padding: 20px;
}

.fc-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fc-form-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-form-stack {
    display: grid;
    gap: 13px;
}

.fc-form-span {
    grid-column: 1 / -1;
}

.fc-label {
    display: block;
    margin-bottom: 8px;
    color: #1f2a24;
    font-size: 0.86rem;
    font-weight: 900;
}

.fc-field,
.fc-textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(24, 34, 29, 0.12);
    border-radius: 8px;
    background: #ffffff;
    color: #18221d;
    font: inherit;
}

.fc-field {
    padding-inline: 12px;
}

.fc-textarea {
    min-height: 136px;
    padding: 13px;
    resize: vertical;
}

.fc-listing-grid,
.fc-agent-grid,
.fc-process-grid,
.fc-testimonials {
    display: grid;
    gap: 22px;
}

.fc-carousel {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: 0 24px 70px rgba(15, 22, 18, 0.12);
}

.fc-carousel-item[data-state="inactive"] {
    display: none;
}

.fc-carousel-slide {
    position: relative;
    min-height: 480px;
}

.fc-carousel-slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.fc-carousel-caption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: min(460px, calc(100% - 48px));
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.94);
    padding: 22px;
    box-shadow: 0 18px 45px rgba(15, 22, 18, 0.16);
}

.fc-carousel-caption h3 {
    margin-top: 12px;
    font-size: 1.6rem;
}

.fc-carousel-caption p {
    margin-top: 8px;
    color: #526157;
    font-weight: 850;
}

.fc-carousel-indicators {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    gap: 7px;
}

.fc-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
}

.fc-carousel-dot[data-state="active"] {
    width: 28px;
    background: #d6a647;
}

.fc-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-listing-grid-wide {
    margin-top: 28px;
}

.fc-listing-card {
    overflow: hidden;
}

.fc-listing-card img {
    width: 100%;
    aspect-ratio: 1.42;
    object-fit: cover;
    background: #dfe8e2;
}

.fc-card-row,
.fc-specs,
.fc-person,
.fc-contact-lines {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fc-card-row {
    justify-content: space-between;
    color: #667268;
    font-size: 0.82rem;
    font-weight: 850;
}

.fc-card-bottom {
    margin-top: 18px;
}

.fc-specs {
    flex-wrap: wrap;
    margin-top: 15px;
    color: #455149;
    font-size: 0.88rem;
    font-weight: 850;
}

.fc-specs span,
.fc-amenities span {
    border-radius: 8px;
    background: #f0ece3;
    padding: 8px 10px;
}

.fc-price,
.fc-property-price {
    margin-top: 16px;
    color: #0b5f4f;
    font-size: 1.45rem;
    font-weight: 950;
}

.fc-tabs-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    border-radius: 8px;
    background: #fffdf8;
    padding: 8px;
}

.fc-tab {
    min-height: 44px;
    border-radius: 8px;
    color: #425047;
    font-weight: 900;
}

.fc-tab[data-state="active"] {
    background: #18221d;
    color: #ffffff;
}

.fc-tab-panel {
    margin-top: 14px;
    border: 0;
    border-radius: 8px;
    background: #fffdf8;
    padding: 26px;
}

.fc-tab-panel p {
    margin-block: 12px 18px;
    color: #5b695f;
    line-height: 1.8;
}

.fc-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fc-stats div {
    border: 0;
    border-radius: 8px;
    background: #f4f1ea;
    padding: 24px;
}

.fc-stats strong {
    display: block;
    color: #0b5f4f;
    font-size: 2rem;
    font-weight: 950;
}

.fc-stats span {
    display: block;
    margin-top: 6px;
    color: #58655c;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fc-testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.fc-quote-card,
.fc-agent-card,
.fc-process-card,
.fc-neighborhood-card {
    padding: 24px;
}

.fc-quote-card p,
.fc-agent-card p,
.fc-process-card p,
.fc-neighborhood-card p {
    color: #5b695f;
    line-height: 1.75;
}

.fc-person {
    margin-top: 20px;
}

.fc-person strong,
.fc-person span,
.fc-contact-lines span {
    display: block;
}

.fc-avatar,
.fc-agent-avatar {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    background: #1f2a24;
    color: #d6a647;
    font-weight: 950;
}

.fc-avatar {
    width: 44px;
    height: 44px;
}

.fc-agent-avatar {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
}

.fc-avatar-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.fc-cta {
    background:
        linear-gradient(90deg, rgba(14, 22, 18, 0.94), rgba(14, 22, 18, 0.76)),
        url("../images/photo-patio.jpg") center / cover;
    color: #ffffff;
}

.fc-cta h2,
.fc-cta p {
    color: #ffffff;
}

.fc-cta p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.76);
}

.fc-gallery {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 16px;
}

.fc-gallery img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    border-radius: 8px;
    object-fit: cover;
    background: #dfe8e2;
}

.fc-gallery img:first-child {
    grid-row: span 2;
}

.fc-spec-panel,
.fc-amenities {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.fc-spec-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fc-spec-panel span {
    border-radius: 8px;
    background: #f0ece3;
    padding: 16px;
    color: #526157;
}

.fc-spec-panel strong {
    display: block;
    color: #18221d;
    font-size: 1.25rem;
}

.fc-amenities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-process-grid,
.fc-agent-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-process-card span {
    color: #0b5f4f;
    font-size: 0.82rem;
    font-weight: 950;
}

.fc-process-card h3 {
    margin-block: 12px 10px;
}

.fc-agent-card .fc-status {
    margin-block: 16px;
}

.fc-contact-lines {
    align-items: flex-start;
    flex-direction: column;
    color: #526157;
    font-size: 0.94rem;
    font-weight: 800;
}

.fc-contact-large {
    margin-top: 22px;
}

.fc-separator {
    width: 100%;
    height: 1px;
    margin-block: 24px;
    background: rgba(24, 34, 29, 0.12);
}

.fc-about-image {
    width: 100%;
    border-radius: 8px;
    border: 0;
    background: #dfe8e2;
}

.fc-neighborhood-list {
    display: grid;
    gap: 14px;
}

.fc-neighborhood-card span {
    display: inline-flex;
    margin-top: 14px;
    color: #0b5f4f;
    font-size: 0.84rem;
    font-weight: 950;
}

.fc-accordion {
    display: grid;
    gap: 12px;
}

.fc-accordion-item {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #fffdf8;
}

.fc-accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    color: #18221d;
    font-weight: 950;
    text-align: left;
}

.fc-accordion-content {
    padding: 0 18px 18px;
    color: #5b695f;
    line-height: 1.7;
}

.fc-accordion-content[data-state="closed"] {
    display: none;
}

.fc-form-note {
    padding: 0 22px 20px;
    color: #68756c;
    font-size: 0.82rem;
    text-align: center;
}

.fc-footer {
    background: #101713;
    color: rgba(255, 255, 255, 0.72);
    padding-block: 54px;
}

.fc-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.75fr 0.9fr;
    gap: 30px;
}

.fc-footer-brand {
    color: #ffffff;
}

.fc-footer-copy {
    max-width: 390px;
    margin-top: 14px;
    line-height: 1.75;
}

.fc-footer-heading {
    color: #d6a647;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.fc-footer a,
.fc-footer span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.fc-footer a:hover {
    color: #ffffff;
}

@media (max-width: 980px) {
    .fc-desktop-links,
    .fc-desktop-action {
        display: none;
    }

    .fc-menu-button {
        display: inline-flex;
    }

    .fc-mobile-menu {
        display: block;
    }

    .fc-mobile-menu[data-state="closed"] {
        display: none;
    }

    .fc-hero-grid,
    .fc-two-column,
    .fc-footer-grid {
        grid-template-columns: 1fr;
    }

    .fc-listing-grid,
    .fc-testimonials,
    .fc-process-grid,
    .fc-agent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-form-grid-four,
    .fc-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .fc-container {
        width: min(100% - 24px, 1180px);
    }

    .fc-topbar-inner {
        flex-direction: column;
        gap: 3px;
    }

    .fc-hero,
    .fc-section {
        padding-block: 52px;
    }

    h1 {
        font-size: 3rem;
    }

    .fc-section-heading,
    .fc-card-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .fc-listing-grid,
    .fc-testimonials,
    .fc-process-grid,
    .fc-agent-grid,
    .fc-form-grid,
    .fc-form-grid-four,
    .fc-stats,
    .fc-spec-panel,
    .fc-amenities,
    .fc-gallery,
    .fc-tabs-list {
        grid-template-columns: 1fr;
    }

    .fc-gallery img:first-child {
        grid-row: auto;
    }

    .fc-carousel-slide,
    .fc-carousel-slide img {
        min-height: 390px;
        height: 390px;
    }

    .fc-carousel-caption {
        left: 14px;
        bottom: 52px;
        width: calc(100% - 28px);
    }

    .fc-carousel-indicators {
        left: 14px;
        right: auto;
        bottom: 18px;
    }
}
