/* ========================================
   DRJ Real Estate — Classic & Elegant
   Emerald Green + Cream Palette
   ======================================== */

/* --- Reset & Base --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Raleway', 'Segoe UI', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2C3E2D;
    background-color: #FDF8F0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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

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

ul {
    list-style: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

/* --- Typography --- */
h1, h2, h3, h4 {
    font-family: 'Lora', 'Georgia', serif;
    font-weight: 600;
    line-height: 1.25;
    color: #1B4332;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

p {
    color: #4A5E4D;
}

/* --- Utility --- */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    background: #1B4332;
    color: #FDF8F0;
    padding: 8px 16px;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    font-size: 14px;
}

.skip-link:focus {
    top: 8px;
}

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

/* --- Section Shared --- */
.section-eyebrow {
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #5A7D5C;
    margin-bottom: 12px;
}

.section-eyebrow--light { color: #A8C5A0; }

.section-heading {
    margin-bottom: 20px;
}

.section-heading--light { color: #FDF8F0; }

.section-sub {
    font-size: 1.1rem;
    color: #5A6E5D;
    max-width: 600px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 64px;
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    padding: 14px 32px;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn--primary {
    background: #1B4332;
    color: #FDF8F0;
    border: 2px solid #1B4332;
}

.btn--primary:hover,
.btn--primary:focus {
    background: #2D6A4F;
    border-color: #2D6A4F;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27, 67, 50, 0.2);
}

.btn--outline {
    background: transparent;
    color: #1B4332;
    border: 2px solid #1B4332;
}

.btn--outline:hover,
.btn--outline:focus {
    background: #1B4332;
    color: #FDF8F0;
    transform: translateY(-2px);
}

.btn--dark {
    background: #1B4332;
    color: #FDF8F0;
    border: 2px solid #1B4332;
}

.btn--dark:hover,
.btn--dark:focus {
    background: #2D6A4F;
    border-color: #2D6A4F;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(27, 67, 50, 0.2);
}

.btn--light {
    background: #FDF8F0;
    color: #1B4332;
    border: 2px solid #FDF8F0;
}

.btn--light:hover,
.btn--light:focus {
    background: #F5EDD8;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn--outline-light {
    background: transparent;
    color: #FDF8F0;
    border: 2px solid rgba(253, 248, 240, 0.6);
}

.btn--outline-light:hover,
.btn--outline-light:focus {
    background: rgba(253, 248, 240, 0.1);
    border-color: #FDF8F0;
    transform: translateY(-2px);
}

.btn--full {
    width: 100%;
    justify-content: center;
}

/* --- Header --- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(253, 248, 240, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(27, 67, 50, 0.08);
    transition: box-shadow 0.3s ease;
}

.header.scrolled {
    box-shadow: 0 2px 20px rgba(27, 67, 50, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1B4332;
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 1.2rem;
}

.logo--light { color: #FDF8F0; }

.logo-icon {
    flex-shrink: 0;
}

.logo-text {
    letter-spacing: 0.02em;
}

.logo-accent {
    font-weight: 400;
    font-style: italic;
    opacity: 0.8;
}

/* Navigation */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.2s;
}

.nav-toggle:hover { background: rgba(27, 67, 50, 0.06); }

.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    width: 20px;
    height: 2px;
    background: #1B4332;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger {
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    left: 0;
}

.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }

.nav-toggle[aria-expanded="true"] .hamburger {
    background: transparent;
}

.nav-toggle[aria-expanded="true"] .hamburger::before {
    transform: rotate(45deg);
    top: 0;
}

.nav-toggle[aria-expanded="true"] .hamburger::after {
    transform: rotate(-45deg);
    top: 0;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    font-size: 0.88rem;
    font-weight: 500;
    color: #2C3E2D;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
}

.nav-link:hover {
    color: #1B4332;
    background: rgba(27, 67, 50, 0.06);
}

.nav-link--cta {
    background: #1B4332;
    color: #FDF8F0;
    margin-left: 8px;
}

.nav-link--cta:hover {
    background: #2D6A4F;
    color: #FDF8F0;
}

/* --- Hero --- */
.hero {
    padding: 120px 0 80px;
    background: #FDF8F0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(90, 125, 92, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #5A7D5C;
    margin-bottom: 20px;
    padding: 6px 16px;
    background: rgba(90, 125, 92, 0.1);
    border-radius: 20px;
}

.hero-headline {
    margin-bottom: 24px;
    color: #1B4332;
}

.hero-headline em {
    font-style: italic;
    color: #2D6A4F;
}

.hero-sub {
    font-size: 1.1rem;
    color: #4A5E4D;
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 520px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-trust {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #4A5E4D;
}

.trust-item svg {
    color: #5A7D5C;
    flex-shrink: 0;
}

/* Hero Images */
.hero-image-wrapper {
    position: relative;
    height: 600px;
}

.hero-image-main {
    width: 85%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(27, 67, 50, 0.15);
}

.hero-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    border: 4px solid #FDF8F0;
    box-shadow: 0 12px 32px rgba(27, 67, 50, 0.12);
}

.hero-image-accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    top: 24px;
    right: 40px;
    background: #1B4332;
    color: #FDF8F0;
    padding: 16px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Lora', serif;
    box-shadow: 0 8px 24px rgba(27, 67, 50, 0.25);
}

.hero-badge svg {
    flex-shrink: 0;
}

.hero-badge span {
    font-size: 0.85rem;
    line-height: 1.4;
}

/* --- About --- */
.about {
    padding: 100px 0;
    background: #F5EDD8;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image-stack {
    position: relative;
    height: 580px;
}

.about-img-primary {
    width: 75%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(27, 67, 50, 0.12);
}

.about-img-primary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    border: 4px solid #F5EDD8;
    box-shadow: 0 12px 32px rgba(27, 67, 50, 0.1);
}

.about-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-experience-badge {
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translateY(-50%);
    background: #1B4332;
    color: #FDF8F0;
    padding: 20px 24px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(27, 67, 50, 0.2);
    z-index: 2;
}

.about-experience-badge .experience-number {
    display: block;
    font-family: 'Lora', serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.about-experience-badge .experience-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.8;
    margin-top: 4px;
}

.about-content-col {
    padding: 20px 0;
}

.about-text {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #4A5E4D;
    margin-bottom: 20px;
}

.about-values {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 36px 0;
}

.value-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.value-item svg {
    color: #5A7D5C;
    flex-shrink: 0;
    margin-top: 2px;
}

.value-item strong {
    display: block;
    font-family: 'Lora', serif;
    font-size: 1.05rem;
    color: #1B4332;
    margin-bottom: 2px;
}

.value-item span {
    font-size: 0.92rem;
    color: #5A6E5D;
}

/* --- Services --- */
.services {
    padding: 100px 0;
    background: #FDF8F0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 36px 28px;
    border: 1px solid rgba(27, 67, 50, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(27, 67, 50, 0.1);
    border-color: rgba(90, 125, 92, 0.2);
}

.service-card--featured {
    border: 2px solid #1B4332;
    background: linear-gradient(to bottom, #F8FDF8, #fff);
}

.service-badge {
    position: absolute;
    top: -1px;
    left: 28px;
    background: #1B4332;
    color: #FDF8F0;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 0 0 4px 4px;
}

.service-icon {
    width: 56px;
    height: 56px;
    background: rgba(27, 67, 50, 0.08);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B4332;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: #1B4332;
    color: #FDF8F0;
}

.service-title {
    margin-bottom: 12px;
    color: #1B4332;
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5A6E5D;
    margin-bottom: 20px;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-features li {
    font-size: 0.88rem;
    color: #4A5E4D;
    padding-left: 20px;
    position: relative;
}

.service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #5A7D5C;
    border-radius: 50%;
}

/* --- Neighborhoods --- */
.neighborhoods {
    padding: 100px 0;
    background: #F5EDD8;
}

.neighborhoods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.neighborhood-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(27, 67, 50, 0.08);
    transition: all 0.3s ease;
}

.neighborhood-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(27, 67, 50, 0.1);
}

.neighborhood-img {
    height: 240px;
    overflow: hidden;
}

.neighborhood-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.neighborhood-card:hover .neighborhood-img img {
    transform: scale(1.05);
}

.neighborhood-info {
    padding: 24px 28px;
}

.neighborhood-name {
    margin-bottom: 8px;
    color: #1B4332;
}

.neighborhood-desc {
    font-size: 0.92rem;
    color: #5A6E5D;
    line-height: 1.7;
}

/* --- Testimonials --- */
.testimonials {
    padding: 100px 0;
    background: #FDF8F0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    background: #fff;
    border-radius: 8px;
    padding: 36px 28px;
    border: 1px solid rgba(27, 67, 50, 0.08);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 12px 36px rgba(27, 67, 50, 0.08);
}

.testimonial-quote-mark {
    font-family: 'Lora', serif;
    font-size: 4rem;
    line-height: 1;
    color: #5A7D5C;
    opacity: 0.25;
    position: absolute;
    top: 16px;
    left: 24px;
    pointer-events: none;
}

.testimonial-text {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #4A5E4D;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author-avatar {
    width: 40px;
    height: 40px;
    background: rgba(27, 67, 50, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5A7D5C;
    flex-shrink: 0;
}

.testimonial-name {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1B4332;
}

.testimonial-detail {
    font-size: 0.82rem;
    color: #5A6E5D;
}

/* --- CTA --- */
.cta {
    padding: 100px 0;
    background: #1B4332;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(45, 106, 79, 0.4) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(90, 125, 92, 0.2) 0%, transparent 60%);
    pointer-events: none;
}

.cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-content {
    flex: 1;
    max-width: 600px;
}

.cta-text {
    font-size: 1.1rem;
    color: rgba(253, 248, 240, 0.8);
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* --- Contact --- */
.contact {
    padding: 100px 0;
    background: #1B4332;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.contact-info {
    padding-top: 10px;
}

.contact-text {
    font-size: 1.05rem;
    color: rgba(253, 248, 240, 0.75);
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 36px;
}

.contact-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact-detail-icon {
    width: 44px;
    height: 44px;
    background: rgba(253, 248, 240, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A8C5A0;
    flex-shrink: 0;
}

.contact-detail strong {
    display: block;
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: #FDF8F0;
    margin-bottom: 4px;
}

.contact-detail p,
.contact-detail a {
    font-size: 0.92rem;
    color: rgba(253, 248, 240, 0.7);
    line-height: 1.6;
}

.contact-detail a:hover {
    color: #A8C5A0;
    text-decoration: underline;
}

.contact-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Contact Form */
.contact-form-col {
    background: rgba(253, 248, 240, 0.06);
    border: 1px solid rgba(253, 248, 240, 0.12);
    border-radius: 8px;
    padding: 40px;
}

.contact-form-title {
    font-size: 1.5rem;
    color: #FDF8F0;
    margin-bottom: 8px;
}

.contact-form-sub {
    font-size: 0.92rem;
    color: rgba(253, 248, 240, 0.65);
    margin-bottom: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(253, 248, 240, 0.7);
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background: rgba(253, 248, 240, 0.08);
    border: 1px solid rgba(253, 248, 240, 0.2);
    border-radius: 4px;
    color: #FDF8F0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(253, 248, 240, 0.35);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #A8C5A0;
    background: rgba(253, 248, 240, 0.12);
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(253,248,240,0.6)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
}

.form-group select option {
    background: #1B4332;
    color: #FDF8F0;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-success {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 16px 20px;
    background: rgba(90, 125, 92, 0.2);
    border: 1px solid rgba(90, 125, 92, 0.4);
    border-radius: 4px;
    color: #A8C5A0;
    font-size: 0.92rem;
}

.form-success svg {
    flex-shrink: 0;
    color: #A8C5A0;
}

/* --- Footer --- */
.footer {
    background: #143324;
    color: rgba(253, 248, 240, 0.7);
    padding: 64px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
}

.footer-tagline {
    font-size: 0.92rem;
    line-height: 1.7;
    margin-top: 16px;
    color: rgba(253, 248, 240, 0.55);
}

.footer-links h4,
.footer-contact h4 {
    font-family: 'Lora', serif;
    font-size: 1rem;
    color: #FDF8F0;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 0.88rem;
    color: rgba(253, 248, 240, 0.55);
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #A8C5A0;
}

.footer-contact address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-phone a,
.footer-email a {
    font-size: 0.88rem;
    color: rgba(253, 248, 240, 0.55);
    transition: color 0.2s ease;
}

.footer-phone a:hover,
.footer-email a:hover {
    color: #A8C5A0;
}

.footer-bottom {
    border-top: 1px solid rgba(253, 248, 240, 0.1);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p {
    font-size: 0.82rem;
    color: rgba(253, 248, 240, 0.4);
}

.footer-legal {
    font-size: 0.78rem;
    color: rgba(253, 248, 240, 0.3);
}

/* --- Animations --- */
.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .hero-grid {
        gap: 40px;
    }
    
    .hero-image-wrapper {
        height: 480px;
    }
    
    .about-grid {
        gap: 48px;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonials-grid .testimonial-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 76px;
        left: 0;
        right: 0;
        background: rgba(253, 248, 240, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: stretch;
        padding: 16px 24px 24px;
        border-bottom: 1px solid rgba(27, 67, 50, 0.08);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
    }
    
    .nav-menu.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
    
    .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid rgba(27, 67, 50, 0.06);
    }
    
    .nav-link--cta {
        margin-left: 0;
        margin-top: 8px;
        text-align: center;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .hero-image-wrapper {
        height: 400px;
        order: -1;
    }
    
    .hero-image-main {
        width: 100%;
    }
    
    .hero-image-accent {
        width: 50%;
        height: 200px;
    }
    
    .hero-badge {
        top: 16px;
        right: 16px;
        padding: 12px 16px;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .hero-actions .btn {
        justify-content: center;
    }
    
    .about {
        padding: 60px 0;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .about-image-stack {
        height: 400px;
    }
    
    .services {
        padding: 60px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .neighborhoods {
        padding: 60px 0;
    }
    
    .neighborhoods-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials {
        padding: 60px 0;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid .testimonial-card:last-child {
        grid-column: span 1;
        max-width: 100%;
    }
    
    .cta {
        padding: 60px 0;
    }
    
    .cta-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .cta-actions {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    
    .cta-actions .btn {
        justify-content: center;
    }
    
    .contact {
        padding: 60px 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    
    .contact-form-col {
        padding: 28px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero {
        padding: 90px 0 48px;
    }
    
    .hero-image-wrapper {
        height: 320px;
    }
    
    .hero-trust {
        flex-direction: column;
        gap: 12px;
    }
    
    .about-image-stack {
        height: 320px;
    }
    
    .about-experience-badge {
        right: 10%;
        padding: 14px 16px;
    }
    
    .contact-form-col {
        padding: 20px;
    }
}
