/* ── Reset & Base ───────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #FDF8F0;
    color: #1a1a1a;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
select, input, textarea { font-family: inherit; font-size: inherit; }

/* ── Typography ──────────────────────────────────── */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.2; }
.section-headline { font-size: clamp(1.8rem, 4vw, 2.8rem); color: #047857; margin-bottom: 0.75rem; }
.section-sub { font-size: 1.1rem; color: #555; max-width: 540px; }
.about-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #047857;
    background: #D1FAE5;
    padding: 0.35rem 0.85rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

/* ── Buttons ─────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.75rem;
    border-radius: 100px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
.btn-primary {
    background: #047857;
    color: #fff;
    box-shadow: 0 4px 14px rgba(4,120,87,0.3);
}
.btn-primary:hover { background: #065F46; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(4,120,87,0.4); }
.btn-secondary {
    background: transparent;
    color: #047857;
    border: 1.5px solid #047857;
}
.btn-secondary:hover { background: #ECFDF5; }
.btn-large { padding: 1rem 2.25rem; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* ── Navigation ──────────────────────────────────── */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(253,248,240,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(4,120,87,0.08);
    transition: box-shadow 0.3s ease;
}
.nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    height: 72px;
    gap: 2rem;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #047857;
    flex-shrink: 0;
}
.nav-logo-icon { color: #047857; }
.nav-logo-text { white-space: nowrap; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
}
.nav-links a {
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #444;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.nav-links a:hover { color: #047857; background: #ECFDF5; }
.nav-cta {
    background: #047857 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
}
.nav-cta:hover { background: #065F46 !important; }
.nav-toggle {
    display: none;
    color: #047857;
    padding: 0.5rem;
    margin-left: auto;
}

/* ── Hero ────────────────────────────────────────── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 1.5rem 4rem;
    background: linear-gradient(135deg, #FDF8F0 0%, #ECFDF5 50%, #D1FAE5 100%);
    position: relative;
    overflow: hidden;
}
.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(4,120,87,0.06) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(4,120,87,0.04) 0%, transparent 50%);
    pointer-events: none;
}
.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #047857;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(4,120,87,0.15);
    padding: 0.4rem 0.85rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
}
.hero-headline {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    color: #047857;
    margin-bottom: 1.25rem;
    line-height: 1.25;
}
.hero-sub {
    font-size: 1.05rem;
    color: #444;
    margin-bottom: 2rem;
    max-width: 480px;
    line-height: 1.7;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.hero-stat-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #047857;
}
.hero-stat-label {
    font-size: 0.8rem;
    color: #666;
    display: block;
    margin-top: 0.15rem;
}
.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(4,120,87,0.2);
}
.hero-image-wrapper {
    position: relative;
    height: 600px;
}
.hero-image-main {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(4,120,87,0.15);
}
.hero-image-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-accent {
    position: absolute;
    bottom: -20px;
    left: -40px;
    width: 200px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border: 4px solid #FDF8F0;
}
.hero-image-accent img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-card {
    position: absolute;
    top: 30px;
    right: -20px;
    background: #fff;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #333;
    font-weight: 500;
}
.hero-image-card svg { color: #047857; flex-shrink: 0; }

/* ── About ───────────────────────────────────────── */
.about {
    padding: 6rem 1.5rem;
    background: #fff;
}
.about-container { max-width: 1200px; margin: 0 auto; }
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    margin-top: 2rem;
}
.about-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(4,120,87,0.1);
    height: 520px;
}
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-headline {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}
.about-body {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.75;
}
.about-credentials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 2rem;
}
.about-credential {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #333;
}
.about-credential svg { color: #047857; flex-shrink: 0; }

/* ── Services ────────────────────────────────────── */
.services {
    padding: 6rem 1.5rem;
    background: linear-gradient(180deg, #FDF8F0 0%, #ECFDF5 100%);
}
.services-container { max-width: 1200px; margin: 0 auto; }
.services-header { text-align: center; margin-bottom: 3.5rem; }
.services-header .section-sub { margin: 0 auto; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(4,120,87,0.08);
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(4,120,87,0.1);
    border-color: rgba(4,120,87,0.2);
}
.service-icon {
    width: 52px;
    height: 52px;
    background: #ECFDF5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #047857;
    margin-bottom: 1.25rem;
}
.service-title {
    font-size: 1.15rem;
    color: #1a1a1a;
    margin-bottom: 0.6rem;
}
.service-desc { font-size: 0.92rem; color: #666; line-height: 1.7; }

/* ── Neighborhoods ───────────────────────────────── */
.neighborhoods {
    padding: 6rem 1.5rem;
    background: #fff;
}
.neighborhoods-container { max-width: 1200px; margin: 0 auto; }
.neighborhoods-header { text-align: center; margin-bottom: 3.5rem; }
.neighborhoods-header .section-sub { margin: 0 auto; }
.neighborhoods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.neighborhood-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
    cursor: pointer;
}
.neighborhood-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.neighborhood-card:hover img { transform: scale(1.05); }
.neighborhood-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4,40,28,0.8) 0%, rgba(4,40,28,0.2) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.75rem;
    transition: background 0.3s ease;
}
.neighborhood-card:hover .neighborhood-overlay {
    background: linear-gradient(to top, rgba(4,40,28,0.85) 0%, rgba(4,40,28,0.3) 60%, transparent 100%);
}
.neighborhood-name {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.35rem;
}
.neighborhood-desc { font-size: 0.88rem; color: rgba(255,255,255,0.8); line-height: 1.5; }

/* ── Testimonials ────────────────────────────────── */
.testimonials {
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
}
.testimonials-container { max-width: 1200px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 3.5rem; }
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.testimonial-card {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.6);
    transition: all 0.3s ease;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(4,120,87,0.12); }
.testimonial-stars { display: flex; gap: 0.2rem; margin-bottom: 1rem; color: #047857; }
.testimonial-text {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-author-avatar {
    width: 40px;
    height: 40px;
    background: #D1FAE5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #047857;
    flex-shrink: 0;
}
.testimonial-name { font-weight: 600; font-size: 0.9rem; color: #1a1a1a; }
.testimonial-location { font-size: 0.8rem; color: #888; }

/* ── CTA ─────────────────────────────────────────── */
.cta {
    padding: 6rem 1.5rem;
    background: #fff;
}
.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    align-items: center;
}
.cta-headline {
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    color: #047857;
    margin: 0.75rem 0 1rem;
}
.cta-body { font-size: 1.05rem; color: #555; margin-bottom: 2rem; line-height: 1.7; }
.cta-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(4,120,87,0.12);
    height: 400px;
}
.cta-image img { width: 100%; height: 100%; object-fit: cover; }

/* ── Contact ─────────────────────────────────────── */
.contact {
    padding: 6rem 1.5rem;
    background: linear-gradient(180deg, #FDF8F0 0%, #fff 100%);
}
.contact-container { max-width: 1200px; margin: 0 auto; }
.contact-header { text-align: center; margin-bottom: 3.5rem; }
.contact-header .section-sub { margin: 0 auto; }
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: start;
}
.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid rgba(4,120,87,0.08);
    transition: all 0.2s ease;
}
.contact-info-card:hover { border-color: rgba(4,120,87,0.2); box-shadow: 0 4px 12px rgba(4,120,87,0.06); }
.contact-info-icon {
    width: 44px;
    height: 44px;
    background: #ECFDF5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #047857;
    flex-shrink: 0;
}
.contact-info-label { font-size: 0.78rem; color: #888; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; margin-bottom: 0.2rem; }
.contact-info-value { font-size: 0.95rem; color: #333; font-weight: 500; }
.contact-link:hover { color: #047857; text-decoration: underline; }
.contact-form {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(4,120,87,0.08);
    border: 1px solid rgba(4,120,87,0.08);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 0.4rem;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #1a1a1a;
    background: #FDF8F0;
    transition: all 0.2s ease;
    outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #047857;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(4,120,87,0.1);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-success {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
}
.form-success.active { display: block; }
.form-success svg { color: #047857; margin: 0 auto 1rem; }
.form-success h3 { font-size: 1.5rem; color: #047857; margin-bottom: 0.5rem; }
.form-success p { color: #666; }

/* ── Footer ──────────────────────────────────────── */
.footer {
    background: #047857;
    color: #fff;
    padding: 4rem 1.5rem 2rem;
}
.footer-container { max-width: 1200px; margin: 0 auto; }
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    margin-bottom: 3rem;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0.75rem;
}
.footer-tagline { font-size: 0.9rem; color: rgba(255,255,255,0.7); max-width: 280px; line-height: 1.6; }
.footer-links { display: flex; gap: 3rem; }
.footer-link-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.5);
    margin-bottom: 1rem;
}
.footer-link-col a {
    display: block;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    padding: 0.3rem 0;
    transition: color 0.2s ease;
}
.footer-link-col a:hover { color: #fff; }
.footer-link-col > span { font-size: 0.9rem; color: rgba(255,255,255,0.7); line-height: 1.7; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.6); }
.footer-disclaimer { font-style: normal; }

/* ── Scroll Reveal ───────────────────────────────── */
.scroll-reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ── Mobile Menu ─────────────────────────────────── */
.nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(253,248,240,0.98);
    backdrop-filter: blur(12px);
    padding: 1rem 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(4,120,87,0.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.nav-links.open a { padding: 0.75rem 0.85rem; }

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
    .hero-container { grid-template-columns: 1fr; gap: 3rem; }
    .hero-image-wrapper { height: 450px; max-width: 500px; }
    .hero-image-accent { left: -10px; }
    .hero-image-card { right: 0; }
    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-image { height: 400px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-container { grid-template-columns: 1fr; gap: 2rem; }
    .cta-image { height: 300px; }
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; align-items: center; }
    .hero { padding: 100px 1.25rem 3rem; }
    .hero-stats { flex-direction: column; gap: 1rem; align-items: flex-start; }
    .hero-stat-divider { width: 40px; height: 1px; }
    .hero-image-wrapper { height: 360px; }
    .hero-image-accent { width: 150px; left: -5px; bottom: -10px; }
    .hero-image-card { display: none; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .services-grid { grid-template-columns: 1fr; }
    .neighborhoods-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .about-credentials { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form { padding: 1.5rem; }
    .footer-links { flex-direction: column; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
    .hero { padding: 90px 1rem 2rem; }
    .hero-headline { font-size: 1.5rem; }
    .hero-image-wrapper { height: 280px; }
    .section-headline { font-size: 1.6rem; }
}
