/* Reset PureCSS wrapper for neighborhood pages */
#body .wrapper.padding {
    max-width: 100%;
    padding: 0;
}

/* Ensure our sections are full-width */
.hero, .intro, .stats, .services, .clients, .proof, .faq, .cta-section, .neighborhoods-hero, .neighborhoods-grid-section, .neighborhoods-cta {
    width: 100%;
}

/* Override PureCSS button styles for our buttons */
.btn-copper, .btn-ghost {
    display: inline-block;
    text-decoration: none;
}

:root {
  --black: #000000;
  --white: #FFFFFF;
  --teal: #1A2B2B;
  --copper: #B85C1E;
  --copper-hover: #a04f17;
  --gray-100: #f7f7f7;
  --gray-200: #e5e5e5;
  --gray-300: #cccccc;
  --gray-500: #888888;
  --gray-600: #666666;
  --gray-700: #444444;
  --gray-800: #2a2a2a;
  --gray-900: #1a1a1a;
  --font: 'Montserrat', 'Gotham Pro', 'Helvetica Neue', Arial, sans-serif;
  --max-width: 1200px;
  --section-pad: 100px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); font-weight: 400; font-size: 14px; line-height: 1.7; color: var(--black); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 40px; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 75vh; display: flex; align-items: flex-end; background: var(--black); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.5; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 40px 80px; max-width: var(--max-width); margin: 0 auto; width: 100%; }
.hero-title { font-size: clamp(38px, 5vw, 64px); font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 2px; line-height: 1.1; margin-bottom: 20px; }
.hero-sub { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.65); max-width: 640px; line-height: 1.8; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-copper { display: inline-block; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); background: var(--copper); border: none; padding: 14px 32px; cursor: pointer; transition: background 0.2s; }
.btn-copper:hover { background: var(--copper-hover); }
.btn-ghost { display: inline-block; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,0.35); padding: 14px 32px; cursor: pointer; transition: all 0.2s; }
.btn-ghost:hover { border-color: var(--white); }

/* ===== INTRO ===== */
.intro { padding: 80px 0; text-align: center; background: var(--white); }
.intro-title { font-size: clamp(22px, 3vw, 32px); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--black); margin-bottom: 28px; line-height: 1.4; }
.intro-text { max-width: 700px; margin: 0 auto; font-size: 14px; font-weight: 400; color: var(--gray-700); line-height: 1.9; }

/* ===== STATS ===== */
.stats { padding: 60px 0 80px; background: var(--white); border-top: 1px solid var(--gray-200); }
.stats-grid { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
.stat-item { text-align: center; min-width: 160px; }
.stat-value { font-size: 42px; font-weight: 300; color: var(--black); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--gray-500); }
.stat-sub { font-size: 11px; color: var(--gray-600); margin-top: 4px; }
.stat-trend { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1px; margin-top: 6px; padding: 2px 8px; }
.trend-up { color: #2e7d32; background: rgba(46,125,50,0.08); }
.trend-stable { color: var(--copper); background: rgba(184,92,30,0.08); }
.trend-down { color: #c62828; background: rgba(198,40,40,0.08); }
.stats-note { text-align: center; margin-top: 32px; font-size: 11px; color: var(--gray-500); font-style: italic; max-width: 800px; margin-left: auto; margin-right: auto; }

/* ===== SECTION HEADINGS ===== */
.section-heading { text-align: center; margin-bottom: 16px; }
.section-heading h2 { font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--black); }
.section-subtext { text-align: center; max-width: 600px; margin: 0 auto 60px; font-size: 13px; color: var(--gray-600); line-height: 1.8; }

/* ===== SERVICES ===== */
.services { padding: var(--section-pad) 0; background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.service-card { text-align: center; }
.service-card-img { width: 100%; height: 200px; background: var(--gray-200); margin-bottom: 24px; background-size: cover; background-position: center; }
.service-card h3 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--black); margin-bottom: 12px; }
.service-card p { font-size: 13px; color: var(--gray-600); line-height: 1.7; }

/* ===== CLIENTS ===== */
.clients { padding: var(--section-pad) 0; background: var(--teal); color: var(--white); }
.clients .section-heading h2 { color: var(--white); }
.clients .section-subtext { color: rgba(255,255,255,0.55); }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.client-card { border: 1px solid rgba(255,255,255,0.1); padding: 40px 32px; transition: border-color 0.3s; }
.client-card:hover { border-color: var(--copper); }
.client-card h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px; }
.client-card p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ===== PROOF ===== */
.proof { padding: var(--section-pad) 0; background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.proof-card { border: 1px solid var(--gray-200); padding: 36px; transition: box-shadow 0.3s; }
.proof-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.06); }
.proof-tag { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--copper); margin-bottom: 14px; }
.proof-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
.proof-card p { font-size: 13px; color: var(--gray-600); line-height: 1.7; margin-bottom: 20px; }
.proof-stats { display: flex; gap: 24px; padding-top: 16px; border-top: 1px solid var(--gray-200); }
.proof-stat-val { font-size: 22px; font-weight: 700; color: var(--black); }
.proof-stat-lbl { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray-500); }

/* ===== FAQ ===== */
.faq { padding: var(--section-pad) 0; background: var(--black); color: var(--white); }
.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: 60px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 900; font-style: italic; text-transform: uppercase; line-height: 1.15; color: var(--white); }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.faq-question { width: 100%; background: none; border: none; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-family: var(--font); font-size: 12px; font-weight: 800; font-style: italic; text-transform: uppercase; letter-spacing: 1.5px; color: var(--white); text-align: left; gap: 20px; line-height: 1.5; }
.faq-question:hover { color: rgba(255,255,255,0.7); }
.faq-icon { font-size: 18px; font-weight: 300; font-style: normal; color: rgba(255,255,255,0.5); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer p { font-size: 13px; font-weight: 400; font-style: normal; color: rgba(255,255,255,0.55); line-height: 1.8; padding-bottom: 24px; text-transform: none; letter-spacing: 0; }

/* ===== CTA ===== */
.cta-section { padding: var(--section-pad) 0; background: var(--white); }
.cta-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.cta-left h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--black); margin-bottom: 20px; line-height: 1.3; }
.cta-left p { font-size: 13px; color: var(--gray-600); line-height: 1.8; margin-bottom: 32px; }
.cta-contact { display: flex; flex-direction: column; gap: 14px; }
.cta-contact-row { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--gray-700); }
.cta-contact-row strong { font-weight: 700; color: var(--black); min-width: 55px; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.cta-form { display: flex; flex-direction: column; gap: 14px; }
.cta-form input, .cta-form textarea { background: var(--gray-100); border: 1px solid var(--gray-200); padding: 14px 18px; font-family: var(--font); font-size: 13px; color: var(--black); outline: none; transition: border-color 0.2s; }
.cta-form input::placeholder, .cta-form textarea::placeholder { color: var(--gray-500); }
.cta-form input:focus, .cta-form textarea:focus { border-color: var(--copper); }
.cta-form textarea { resize: vertical; min-height: 110px; }
.cta-form .btn-copper { align-self: flex-start; }

/* ===== NEIGHBORHOODS LANDING ===== */
.neighborhoods-hero { padding: 140px 0 60px; background: var(--black); text-align: center; }
.neighborhoods-hero-title { font-size: clamp(32px, 5vw, 56px); font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px; }
.neighborhoods-hero-sub { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.6); max-width: 640px; margin: 0 auto; line-height: 1.8; }

.neighborhoods-grid-section { padding: 80px 0; background: var(--white); }
.neighborhoods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.neighborhood-card { display: block; border: 1px solid var(--gray-200); transition: box-shadow 0.3s, transform 0.3s; overflow: hidden; }
.neighborhood-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.1); transform: translateY(-4px); }
.neighborhood-card-img { height: 220px; background-size: cover; background-position: center; position: relative; }
.neighborhood-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%); }
.neighborhood-card-content { padding: 28px; }
.neighborhood-card-title { font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--black); margin-bottom: 10px; }
.neighborhood-card-desc { font-size: 12px; color: var(--gray-600); line-height: 1.7; margin-bottom: 16px; }
.neighborhood-card-cta { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--copper); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.neighborhood-card:hover .neighborhood-card-cta { gap: 10px; }
.neighborhood-card-cta .arrow { transition: transform 0.2s; }
.neighborhood-card:hover .arrow { transform: translateX(4px); }

.neighborhoods-cta { padding: 80px 0; background: var(--teal); text-align: center; }
.neighborhoods-cta-inner { max-width: 560px; margin: 0 auto; }
.neighborhoods-cta h2 { font-size: clamp(20px, 3vw, 28px); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--white); margin-bottom: 16px; }
.neighborhoods-cta p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 32px; }
.neighborhoods-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== ANIMATIONS ===== */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-heading { position: static; }
  .neighborhoods-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --section-pad: 64px; }
  .container { padding: 0 24px; }
  .hero { min-height: 60vh; }
  .hero-content { padding: 0 24px 48px; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn-copper, .hero-btns .btn-ghost { text-align: center; }
  .stats-grid { gap: 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .cta-layout { gap: 40px; }
  .neighborhoods-grid { grid-template-columns: 1fr; }
  .neighborhoods-hero { padding: 100px 0 48px; }
}
