/* Farmhouse page — extends css/flats.css (shared layout classes). Overrides only. */

/* Green-tinted accent for farmhouse branding */
.fh-accent { color: #2d7a4f; }

/* Farmhouse hero overlay — warmer, earthier gradient */
.fh-hero .flats-hero-overlay {
    background: linear-gradient(135deg, rgba(20,60,40,0.88) 0%, rgba(30,80,55,0.75) 50%, rgba(20,60,40,0.65) 100%);
}

/* Farmhouse highlight cards — green icon tint */
.fh-highlights .hl-card-icon {
    background: rgba(45,122,79,0.08);
    color: #2d7a4f;
}

.fh-highlights .hl-card:hover .hl-card-icon {
    background: #2d7a4f;
    color: var(--white);
}

/* Farmhouse CTA — brand colors */
.fh-cta-section {
    background: linear-gradient(135deg, var(--primary-color-dark), var(--primary-color), #1a5a9e);
}

/* Farmhouse type featured card — green theme */
.fh-types .flat-type-featured {
    background: linear-gradient(135deg, #1a4d33, #2d7a4f);
    box-shadow: 0 12px 40px rgba(45,122,79,0.35), 0 0 0 2px rgba(160,210,140,0.45);
}

/* Masterplan section — farmhouse variant */
.fh-masterplan .flats-masterplan-eyebrow {
    color: rgba(160, 210, 140, 0.95);
}
