@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap");:root{--white:#fafaf8;--charcoal:#2c2c2c;--charcoal-light:#4a4a4a;--muted:#8a8a8a;--green:#4a6741;--green-light:#e8ede7;--beige:#f2ede4;--taupe:#c4b8a8;--black:#1a1a1a;--border:#e8e4dc;--font-serif:"Playfair Display",Georgia,serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--text-hero:clamp(40px,6vw,72px);--text-h1:clamp(32px,5vw,56px);--text-h2:clamp(26px,4vw,42px);--text-h3:clamp(20px,3vw,28px);--text-body:18px;--text-small:15px;--line-height:1.8;--navy:#2c2c2c;--gray-50:#f6f4f0;--gray-100:#eeece8;--gray-200:#e8e4dc;--gray-600:#4a4a4a;--gray-700:#2c2c2c;--gray-900:#1a1a1a}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--white);color:var(--charcoal);line-height:var(--line-height);font-size:var(--text-body)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.site-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(60,17%,98%,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.site-nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;max-width:1200px;margin:0 auto}.site-nav-logo{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--charcoal);letter-spacing:-.01em;line-height:1}.site-nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.site-nav-links a{font-size:.875rem;font-weight:500;color:var(--charcoal-light);letter-spacing:.02em;transition:color .2s ease}.site-nav-links a:hover{color:var(--charcoal)}.nav-cta{font-size:.8rem!important;font-weight:600!important;color:var(--green)!important;border-bottom:1px solid var(--green);padding-bottom:1px}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{background-image:url(https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1920&q=85);background-size:cover;background-position:50%;z-index:0}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(0deg,rgba(26,26,26,.85) 0,rgba(26,26,26,.45) 50%,rgba(26,26,26,.15));z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:0 2rem;max-width:800px}.hero-eyebrow{display:inline-block;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin-bottom:1.25rem}.hero-headline{font-family:var(--font-serif);font-size:var(--text-hero);font-weight:500;color:#fafaf8;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.02em}.hero-sub{font-size:1.125rem;color:hsla(0,0%,100%,.75);line-height:1.7;max-width:520px;margin:0 auto 2.25rem;font-weight:300}.btn-hero{display:inline-block;background:var(--black);color:#fafaf8;font-family:var(--font-sans);font-size:.9rem;font-weight:500;letter-spacing:.04em;padding:.875rem 2rem;border-radius:8px;transition:background .2s ease,transform .2s ease}.btn-hero:hover{background:#333;transform:translateY(-1px)}.section{padding:5rem 0}.section-sm{padding:3rem 0}.featured-article{padding:5rem 0;background:var(--white)}.featured-article-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.featured-label{font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:1.25rem}.featured-article-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px}.featured-headline{font-family:var(--font-serif);font-size:clamp(24px,3.5vw,40px);font-weight:500;color:var(--charcoal);line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.01em}.featured-excerpt{font-size:var(--text-small);color:var(--charcoal-light);line-height:1.8;margin-bottom:1.5rem}.featured-meta{display:flex;align-items:center;gap:1.25rem;font-size:.8rem;color:var(--muted);margin-bottom:1.75rem}.featured-meta-sep{width:3px;height:3px;background:var(--taupe);border-radius:50%}.featured-read-link{font-size:.9rem;font-weight:500;color:var(--charcoal);letter-spacing:.02em;border-bottom:1px solid var(--charcoal);padding-bottom:2px;transition:color .2s,border-color .2s;display:inline-block}.featured-read-link:hover{color:var(--green);border-color:var(--green)}.article-grid{padding:5rem 0;background:var(--white);border-top:1px solid var(--border)}.section-title{font-family:var(--font-serif);font-size:var(--text-h2);font-weight:500;color:var(--charcoal);letter-spacing:-.01em;margin-bottom:.5rem}.section-subtitle{font-size:var(--text-small);color:var(--muted);margin-bottom:3rem}.magazine-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2px;gap:2px;background:var(--border)}.article-card{background:var(--white);overflow:hidden;cursor:pointer;transition:box-shadow .3s ease;display:flex;flex-direction:column}.article-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:1;position:relative}.article-card:hover .article-card-image{transform:scale(1.03)}.article-card-image-wrap{overflow:hidden;flex-shrink:0}.article-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card--large .article-card-image-wrap{height:320px}.article-card--small .article-card-image-wrap{height:180px}.article-card-body{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.article-card--large .article-card-body{padding:2rem}.category-pill{display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green);background:var(--green-light);padding:.2rem .6rem;border-radius:99px;margin-bottom:.875rem;width:-moz-fit-content;width:fit-content}.article-card-headline{font-family:var(--font-serif);font-weight:500;color:var(--charcoal);line-height:1.3;margin-bottom:.75rem;letter-spacing:-.01em}.article-card--large .article-card-headline{font-size:clamp(20px,2.5vw,26px)}.article-card--small .article-card-headline{font-size:1.1rem}.article-card-excerpt{font-size:.875rem;color:var(--charcoal-light);line-height:1.7;margin-bottom:1rem;flex:1 1}.article-card-meta{font-size:.75rem;color:var(--muted);display:flex;gap:.75rem;align-items:center;margin-top:auto}.neighborhoods-section{background:var(--beige);padding:5rem 0}.neighborhood-cards-wrap{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.neighborhood-cards-wrap::-webkit-scrollbar{display:none}.neighborhood-card{flex:0 0 220px;background:var(--white);border-radius:4px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.neighborhood-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.neighborhood-card-img{width:100%;height:140px;object-fit:cover}.neighborhood-card-body{padding:1rem 1.25rem 1.25rem}.neighborhood-card-city{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--charcoal);margin-bottom:.2rem}.neighborhood-card-label{font-size:.75rem;color:var(--muted);letter-spacing:.04em}.about-section{padding:5rem 0;background:var(--white)}.about-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.about-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px}.about-eyebrow{font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:1rem}.about-headline{font-family:var(--font-serif);font-size:clamp(26px,4vw,38px);font-weight:500;color:var(--charcoal);line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.01em}.about-body{font-size:var(--text-small);color:var(--charcoal-light);line-height:1.9;margin-bottom:2rem}.about-stats{display:flex;gap:2.5rem;margin-bottom:2rem;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-stat-number{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--charcoal);line-height:1;margin-bottom:.25rem}.about-stat-label{font-size:.75rem;color:var(--muted);letter-spacing:.05em;text-transform:uppercase}.about-link{font-size:.875rem;font-weight:500;color:var(--charcoal);border-bottom:1px solid var(--charcoal);padding-bottom:2px;transition:color .2s,border-color .2s;display:inline-block}.about-link:hover{color:var(--green);border-color:var(--green)}.site-footer{background:var(--charcoal);padding:3rem 0;border-top:1px solid hsla(0,0%,100%,.06)}.site-footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:hsla(0,0%,100%,.9)}.footer-tagline{font-size:.75rem;color:hsla(0,0%,100%,.4);margin-top:.3rem;letter-spacing:.04em}.footer-links{display:flex;gap:1.75rem;list-style:none;font-size:.8rem;color:hsla(0,0%,100%,.5)}.footer-links a{transition:color .2s}.footer-links a:hover{color:hsla(0,0%,100%,.9)}.footer-copy{font-size:.75rem;color:hsla(0,0%,100%,.3);width:100%;text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.08)}.article-hero{position:relative;width:100%;height:clamp(320px,45vw,540px);overflow:hidden}.article-hero-image{width:100%;height:100%;object-fit:cover}.article-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,26,26,.5) 0,transparent 60%)}.article-body-wrap{max-width:1080px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 240px;grid-gap:4rem;gap:4rem;align-items:start}.article-body{max-width:760px}.article-meta-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.article-category{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.article-read-time{font-size:.75rem;color:var(--muted)}.article-title{font-family:var(--font-serif);font-size:var(--text-h1);font-weight:500;color:var(--charcoal);line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.article-author-row{display:flex;align-items:center;gap:.875rem;padding:1.25rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:2.5rem}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--font-serif);font-weight:600;font-size:1rem;color:var(--green)}.author-name{font-size:.875rem;font-weight:500;color:var(--charcoal)}.author-date{font-size:.75rem;color:var(--muted);margin-top:.1rem}.article-lead{font-family:var(--font-serif);font-size:1.2rem;font-style:italic;color:var(--charcoal-light);line-height:1.9;padding:1.5rem 1.75rem;border-left:3px solid var(--green);background:var(--green-light);border-radius:0 4px 4px 0}.article-lead,.article-section{margin-bottom:2.5rem}.article-section h2{font-family:var(--font-serif);font-size:clamp(22px,3vw,30px);font-weight:400;color:var(--charcoal);line-height:1.3;margin-bottom:1rem;margin-top:3rem;letter-spacing:-.01em}.article-section p{font-size:var(--text-body);color:var(--charcoal-light);line-height:var(--line-height);margin-bottom:1.25rem}.article-pullquote{font-family:var(--font-serif);font-size:1.25rem;font-style:italic;color:var(--charcoal);line-height:1.6;padding:1.5rem 2rem;border-left:3px solid var(--taupe);margin:2rem 0}.article-list{list-style:none;display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.article-list li{font-size:var(--text-small);color:var(--charcoal-light);line-height:1.7;padding-left:1.25rem;position:relative}.article-list li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;background:var(--green);border-radius:50%}.article-highlight-box{padding:1rem 1.25rem;border-radius:4px;margin-bottom:.625rem;font-size:var(--text-small);line-height:1.7}.highlight-green{background:var(--green-light);border-left:3px solid var(--green);color:var(--charcoal)}.highlight-warm{background:#fdf6ee;border-left:3px solid var(--taupe);color:var(--charcoal)}.highlight-alert{background:#fef6f6;border-left:3px solid #c17070;color:var(--charcoal)}.highlight-blue{background:#f0f5ff;border-left:3px solid #7090c0;color:var(--charcoal)}.article-sidebar{position:-webkit-sticky;position:sticky;top:5rem}.sidebar-toc{background:var(--beige);border-radius:4px;padding:1.5rem;margin-bottom:1.5rem}.sidebar-toc-title{font-family:var(--font-serif);font-size:.9rem;font-weight:600;color:var(--charcoal);margin-bottom:1rem;letter-spacing:.02em}.sidebar-toc-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.sidebar-toc-list li a{font-size:.8rem;color:var(--charcoal-light);line-height:1.5;transition:color .2s;display:block}.sidebar-toc-list li a:hover{color:var(--green)}.sidebar-share{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:1.25rem 1.5rem}.sidebar-share-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.875rem}.share-icons{display:flex;gap:.75rem}.share-icon{width:36px;height:36px;border-radius:50%;background:var(--beige);display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer;border:none;color:var(--charcoal);font-size:.85rem}.share-icon:hover{background:var(--green-light);color:var(--green)}.article-cta{background:var(--charcoal);border-radius:4px;padding:2.5rem;text-align:center;margin:3rem 0}.article-cta-headline{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;color:#fafaf8;margin-bottom:.75rem}.article-cta-body{font-size:var(--text-small);color:hsla(0,0%,100%,.6);margin-bottom:1.5rem;line-height:1.7}.btn-cta{display:inline-block;background:var(--green);color:#fafaf8;font-size:.875rem;font-weight:500;padding:.75rem 1.75rem;border-radius:8px;letter-spacing:.02em;transition:background .2s}.btn-cta:hover{background:#3d5636}.related-articles{border-top:1px solid var(--border);padding:4rem 0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.related-card{border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.related-card:hover{border-color:var(--taupe);box-shadow:0 4px 20px rgba(0,0,0,.07)}.related-card-img{width:100%;height:140px;object-fit:cover}.related-card-body{padding:1.25rem}.related-card-title{font-family:var(--font-serif);font-size:1rem;font-weight:500;color:var(--charcoal);line-height:1.4;margin-bottom:.5rem}.related-card-meta{font-size:.75rem;color:var(--muted)}.breadcrumb{font-size:.8rem;color:var(--muted);display:flex;align-items:center;gap:.5rem;padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:3rem}.breadcrumb a{color:var(--muted);transition:color .2s}.breadcrumb a:hover{color:var(--charcoal)}.breadcrumb-sep{color:var(--taupe)}.neighborhood-hero{background:var(--charcoal);padding:4rem 0 3.5rem;color:#fafaf8}.neighborhood-hero-county{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--green);display:inline-block;background:rgba(74,103,65,.2);padding:.2rem .6rem;border-radius:99px;margin-bottom:1rem}.neighborhood-hero-h1{font-family:var(--font-serif);font-size:var(--text-h1);font-weight:500;color:#fafaf8;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.02em}.neighborhood-hero-meta{display:flex;gap:1.75rem;font-size:.875rem;color:hsla(0,0%,100%,.6)}.neighborhood-intro{font-size:1.1rem;color:var(--charcoal-light);line-height:var(--line-height);margin-bottom:3rem;padding:2rem;background:var(--green-light);border-left:3px solid var(--green);border-radius:0 4px 4px 0}.section-h2{font-family:var(--font-serif);font-size:clamp(22px,3vw,30px);font-weight:400;color:var(--charcoal);margin-bottom:1.5rem;margin-top:3rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);letter-spacing:-.01em}.why-point{display:flex;gap:1.25rem;padding:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:4px;margin-bottom:.75rem}.why-point-icon{font-size:1.5rem;flex-shrink:0}.why-point-title{font-family:var(--font-sans);font-weight:600;color:var(--charcoal);margin-bottom:.25rem;font-size:.95rem}.why-point-desc{font-size:.875rem;color:var(--charcoal-light);line-height:1.7}.schools-box{background:#f0f5ff;border-radius:4px;padding:1.5rem;border:1px solid #c8d8f0;color:var(--charcoal-light);line-height:1.8;font-size:.95rem}.price-callout{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:var(--charcoal);border-radius:4px;margin-top:1.5rem}.price-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin-bottom:.25rem}.price-value{font-family:var(--font-serif);font-size:1.6rem;font-weight:600;color:var(--green)}.faq-item{border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.faq-q{background:var(--beige);font-weight:500;font-size:.95rem;color:var(--charcoal)}.faq-a,.faq-q{padding:1rem 1.25rem}.faq-a{font-size:.875rem;color:var(--charcoal-light);line-height:1.8}.crosstown-why-box{background:var(--charcoal);border-radius:4px;padding:2.5rem;margin:3rem 0}.crosstown-why-headline{font-family:var(--font-serif);font-size:1.4rem;font-weight:500;color:var(--green);margin-bottom:1.25rem}.crosstown-why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1.75rem}.crosstown-why-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:hsla(0,0%,100%,.75)}.btn-green{display:inline-block;background:var(--green);color:#fafaf8;font-size:.875rem;font-weight:500;padding:.75rem 1.75rem;border-radius:8px;letter-spacing:.02em;transition:background .2s}.btn-green:hover{background:#3d5636}.page-hero{background:var(--charcoal);padding:5rem 0 4rem}.page-hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:1rem}.page-hero-h1{font-family:var(--font-serif);font-size:var(--text-h1);font-weight:500;color:#fafaf8;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.page-hero-sub{font-size:var(--text-small);color:hsla(0,0%,100%,.55);max-width:520px;line-height:1.8}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.post-card{background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.post-card:hover{border-color:var(--taupe);box-shadow:0 4px 20px rgba(0,0,0,.07)}.post-card-img-wrap{height:180px;background:var(--beige);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:2rem;color:var(--taupe)}.post-card-body{padding:1.5rem}.post-card-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--charcoal);line-height:1.35;margin-bottom:.5rem}.post-card-excerpt{font-size:.85rem;color:var(--charcoal-light);line-height:1.7;margin-bottom:1rem}.post-card-meta{font-size:.75rem;color:var(--muted);display:flex;align-items:center;justify-content:space-between}.post-card-read{color:var(--charcoal);font-weight:500;border-bottom:1px solid var(--charcoal);padding-bottom:1px;font-size:.8rem;transition:color .2s,border-color .2s}.post-card:hover .post-card-read{color:var(--green);border-color:var(--green)}.nbhd-card{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.nbhd-card:hover{border-color:var(--taupe);box-shadow:0 4px 20px rgba(0,0,0,.07)}.nbhd-card-city{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;color:var(--charcoal);margin-bottom:.2rem}.nbhd-card-county{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.nbhd-card-price{font-size:.8rem;font-weight:500;color:var(--green)}@media (max-width:1024px){.magazine-grid{grid-template-columns:1fr 1fr}.magazine-grid>:last-child{grid-column:1/-1}.about-inner,.featured-article-inner{grid-template-columns:1fr;gap:2.5rem}.article-body-wrap{grid-template-columns:1fr}.article-sidebar{display:none}.post-grid,.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 1.25rem}.site-nav-inner{padding:1rem 1.25rem}.site-nav-links{gap:1.25rem}.site-nav-links .nav-cta{display:none}.magazine-grid{grid-template-columns:1fr;background:none;gap:1px}.article-card--large .article-card-image-wrap{height:220px}.post-grid,.related-grid{grid-template-columns:1fr}.about-section,.article-grid,.featured-article,.neighborhoods-section,.section{padding:3.5rem 0}.about-stats{gap:1.5rem;flex-wrap:wrap}.site-footer-inner{flex-direction:column;text-align:center}.crosstown-why-grid{grid-template-columns:1fr}.hero-headline{font-size:clamp(32px,8vw,48px)}}@media (max-width:480px){.site-nav-links{display:none}}