
/*
Theme Name: Brown Key Realty
Theme URI: https://brownkeyrealty317.com
Author: Brown Key Realty
Author URI: https://brownkeyrealty317.com
Description: Custom, mobile-responsive real estate theme for Brown Key Realty inspired by IndianapolisRealEstate.com. Includes hero search, featured communities, listings grid, and lead capture.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brownkeyrealty
*/
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, -system-ui, sans-serif;
    color: #111827;
    background-color: #ffffff;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    gap: 1.5rem;
}
.site-logo img {
    max-height: 64px;
}
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}
.main-nav a {
    font-weight: 500;
}
.hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #111827, #374151);
    color: #ffffff;
}
.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
    gap: 2.5rem;
    align-items: center;
}
.hero-title {
    font-size: clamp(2.4rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}
.hero-subtitle {
    font-size: 1.05rem;
    opacity: 0.92;
    margin-bottom: 1.5rem;
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.5rem;
}
.badge {
    padding: .25rem .75rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}
.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: .9rem;
    cursor: pointer;
}
.btn-primary {
    background-color: #fbbf24;
    color: #111827;
}
.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.26);
}
.hero-search-box {
    background-color: #ffffff;
    border-radius: 1.25rem;
    padding: 1.25rem 1.25rem .9rem;
    box-shadow: 0 18px 45px rgba(15,23,42,0.38);
    color: #111827;
}
.hero-search-box h3 {
    font-size: 1.05rem;
    margin: 0 0 .5rem;
}
.hero-search-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: .5rem;
    margin-bottom: .4rem;
}
.hero-search-row input,
.hero-search-row select {
    padding: .55rem .7rem;
    border-radius: .6rem;
    border: 1px solid #d1d5db;
    font-size: .85rem;
}
.hero-search-row button {
    border: none;
    border-radius: .7rem;
    padding: .55rem 1.2rem;
    font-weight: 600;
    font-size: .85rem;
    background-color: #111827;
    color: #ffffff;
}
.section {
    padding: 3rem 0 2.5rem;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2rem;
    margin-bottom: 1.75rem;
}
.section-title {
    font-size: 1.5rem;
    font-weight: 700;
}
.section-subtitle {
    font-size: .95rem;
    color: #6b7280;
}
.communities-grid,
.listings-grid,
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.card {
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 1rem;
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
    background-color: #ffffff;
}
.card:hover {
    box-shadow: 0 12px 30px rgba(15,23,42,0.12);
    transform: translateY(-3px);
    border-color: #d1d5db;
}
.card-label {
    font-size: .7rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .35rem;
}
.card-title {
    font-size: 1.02rem;
    font-weight: 600;
    margin-bottom: .1rem;
}
.card-meta {
    font-size: .8rem;
    color: #6b7280;
    margin-top: .25rem;
}
.lead-capture {
    padding: 2.25rem 2rem;
    border-radius: 1.5rem;
    background: #111827;
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(0,3fr) minmax(260px,2fr);
    gap:1.75rem;
    align-items:center;
}
.lead-capture h2 {
    font-size: 1.5rem;
    margin: 0 0 .75rem;
}
.lead-capture p {
    font-size: .95rem;
    opacity: .9;
}
.lead-capture form {
    display: grid;
    gap: .5rem;
}
.lead-capture input,
.lead-capture textarea {
    width: 100%;
    padding: .6rem .7rem;
    border-radius: .65rem;
    border: none;
    font-size: .85rem;
}
.lead-capture button {
    border: none;
    margin-top: .25rem;
    padding: .65rem 1rem;
    border-radius: .9rem;
    font-weight: 600;
    background-color: #fbbf24;
    color: #111827;
    cursor: pointer;
    font-size: .9rem;
}
.site-footer {
    padding: 2rem 0 1.5rem;
    border-top: 1px solid #e5e7eb;
    font-size: .85rem;
    color: #6b7280;
}
.site-footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
}
@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .hero-inner,
    .lead-capture {
        grid-template-columns: 1fr;
    }
    .hero {
        padding-top: 3rem;
    }
}
