/* ============================================================
   Mike Bishop Real Estate — Neighbourhood Pages Stylesheet
   mikebishop.ca
   ============================================================ */

:root {
  --navy: #0D1B2A;
  --navy-mid: #1A3047;
  --gold: #C49A3C;
  --gold-light: #E8C56A;
  --gold-pale: #F9F1DC;
  --cream: #FAFAF7;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --text-mid: #4A4A4A;
  --text-muted: #7A7A7A;
  --border: #E5E2D9;
  --green: #059669;
  --radius: 4px;
  --radius-lg: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); line-height: 1.6; }

/* ── HEADER ───────────────────────────────────────────── */
.nh-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 68px;
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  overflow: visible;
}
.nh-logo { display: flex; flex-direction: column; text-decoration: none; }
.nh-logo-name { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; color: var(--white); line-height: 1.1; }
.nh-logo-sub { font-size: 10px; color: var(--gold); letter-spacing: 0.04em; line-height: 1.35; }

/* ── FULL NAV LINKS ── */
.nh-nav-links {
  display: flex; align-items: center; gap: 28px; list-style: none;
}
.nh-nav-links a {
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s;
}
.nh-nav-links a:hover { color: var(--gold); }
.nh-nav-links .nh-header-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 10px 18px;
  border-radius: var(--radius);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s;
}
.nh-nav-links .nh-header-cta:hover { background: var(--gold-light); }

/* ── NEIGHBOURHOODS DROPDOWN ── */
.nh-dropdown-wrap { position: relative; }
.nh-dropdown {
  display: none;
  position: absolute; top: calc(100% + 8px); left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 8px 0;
  min-width: 180px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  z-index: 999;
}
.nh-dropdown.open { display: block; }
.nh-dropdown a {
  display: block; padding: 10px 18px;
  font-size: 14px; color: var(--text) !important;
  text-decoration: none; text-transform: none;
  letter-spacing: 0; font-weight: 400;
}
.nh-dropdown a:hover { background: var(--gold-pale); color: var(--navy) !important; }

/* ── MOBILE HAMBURGER & MENU ── */
.mob-hamburger {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 36px; height: 36px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.mob-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}
.mob-menu {
  display: none;
  position: absolute; top: 68px; left: 0; right: 0;
  background: var(--navy);
  border-bottom: 2px solid var(--gold);
  z-index: 99;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.mob-menu.open { display: flex; }
.mob-menu a {
  padding: 14px 24px;
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s, background 0.2s;
}
.mob-menu a:hover { color: var(--gold); background: rgba(255,255,255,0.03); }
.mob-menu .mob-cta {
  background: var(--gold); color: var(--navy) !important;
  font-weight: 700; text-align: center; margin: 12px 16px 16px;
  border-radius: var(--radius); border: none;
}
.mob-menu .mob-cta:hover { background: var(--gold-light); }

@media (max-width: 960px) {
  .mob-hamburger { display: flex; }
}

/* Breadcrumb */
.breadcrumb { background: var(--cream); border-bottom: 1px solid var(--border); padding: 12px 40px; }
.breadcrumb-inner { max-width: 1100px; margin: 0 auto; font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: var(--border); }

/* ── HERO ─────────────────────────────────────────────── */
.nh-hero {
  background: linear-gradient(150deg, var(--navy) 0%, #1A3A5C 100%);
  padding: 72px 40px 0;
  position: relative; overflow: hidden;
}
.nh-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C49A3C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.nh-hero-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px; gap: 60px;
  align-items: end; position: relative; z-index: 1;
}
.nh-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(196,154,60,0.15); border: 1px solid rgba(196,154,60,0.35);
  color: var(--gold); font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 20px; margin-bottom: 18px;
}
.nh-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px); font-weight: 700;
  color: var(--white); line-height: 1.1; margin-bottom: 16px;
}
.nh-hero h1 em { color: var(--gold); font-style: italic; }
.nh-hero-sub { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
.nh-hero-trust { display: flex; gap: 20px; flex-wrap: wrap; padding-bottom: 48px; }
.nh-trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.6); }
.nh-trust-item span { color: var(--gold); }

/* ── HERO FORM ────────────────────────────────────────── */
.nh-form-card {
  background: var(--white); border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 32px 28px 36px; margin-bottom: -2px;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.25);
}
.nh-form-eyebrow { font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 6px; display: block; }
.nh-form-card h2 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--navy); margin-bottom: 4px; }
.nh-form-card > p { font-size: 13px; color: var(--text-muted); margin-bottom: 18px; }
.fg { margin-bottom: 12px; }
.fg label { display: block; font-size: 11px; font-weight: 700; color: var(--text-mid); margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.06em; }
.fg input, .fg select { width: 100%; padding: 10px 13px; border: 1.5px solid var(--border); border-radius: var(--radius); font-size: 14px; font-family: 'DM Sans', sans-serif; color: var(--text); outline: none; transition: border-color 0.2s; background: var(--white); }
.fg input:focus, .fg select:focus { border-color: var(--gold); }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-form-nh {
  width: 100%; background: var(--navy); color: var(--white);
  padding: 13px; border: none; border-radius: var(--radius);
  font-size: 15px; font-weight: 700; cursor: pointer;
  font-family: 'DM Sans', sans-serif; margin-top: 6px;
  transition: background 0.2s, transform 0.15s;
}
.btn-form-nh:hover { background: var(--gold); color: var(--navy); transform: translateY(-1px); }
.form-note { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 8px; }
.success-box { display: none; background: #ECFDF5; border: 1px solid #6EE7B7; border-radius: var(--radius); padding: 16px; text-align: center; margin-top: 12px; }
.success-box p { font-size: 13px; color: #065F46; font-weight: 600; }

/* ── STATS BAR ────────────────────────────────────────── */
.stats-bar { background: var(--gold); padding: 24px 40px; }
.stats-bar-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-item h3 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-item p { font-size: 12px; color: rgba(13,27,42,0.65); margin-top: 3px; font-weight: 500; }

/* ── LAYOUT ───────────────────────────────────────────── */
.section { padding: 80px 40px; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--navy); }
.inner { max-width: 1100px; margin: 0 auto; }
.two-col { display: grid; grid-template-columns: 3fr 2fr; gap: 56px; align-items: start; }
.two-col-even { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

/* ── TYPOGRAPHY ───────────────────────────────────────── */
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.eyebrow-white { color: rgba(196,154,60,0.8); }
h2.sh { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 38px); font-weight: 600; color: var(--navy); line-height: 1.2; margin-bottom: 14px; }
h2.sh em { color: var(--gold); font-style: italic; }
h2.sh-white { color: var(--white); }
.body-text p { font-size: 16px; color: var(--text-mid); line-height: 1.85; margin-bottom: 20px; }
.body-text p:last-child { margin-bottom: 0; }
.tip-box { background: var(--gold-pale); border-left: 3px solid var(--gold); padding: 16px 20px; border-radius: var(--radius); margin-top: 24px; }
.tip-box strong { color: var(--navy); font-size: 14px; }
.tip-box p { font-size: 14px; color: var(--text-mid); line-height: 1.6; margin: 4px 0 0; }

/* ── SIDEBAR ──────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.side-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.side-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 16px; }
.highlight-item { display: flex; gap: 10px; font-size: 14px; color: var(--text-mid); margin-bottom: 12px; line-height: 1.5; align-items: flex-start; }
.highlight-item::before { content: '✦'; color: var(--gold); font-size: 10px; margin-top: 3px; flex-shrink: 0; }
.side-cta { background: var(--navy); border-radius: var(--radius-lg); padding: 28px; }
.side-cta h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--white); margin-bottom: 10px; }
.side-cta p { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 16px; line-height: 1.6; }
.side-cta .phone { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--gold); font-weight: 700; text-decoration: none; display: block; margin-bottom: 12px; }

/* ── NEIGHBOURHOOD GRID ───────────────────────────────── */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; text-decoration: none; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; display: block; }
.related-card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 12px 32px rgba(13,27,42,0.1); }
.related-icon { font-size: 28px; margin-bottom: 12px; }
.related-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 6px; }
.related-card p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.related-price { font-size: 13px; font-weight: 700; color: var(--gold); margin-top: 8px; }
.related-link { font-size: 13px; font-weight: 600; color: var(--gold); margin-top: 10px; display: inline-block; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { padding: 18px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 16px; font-weight: 600; color: var(--navy); gap: 16px; }
.faq-q:hover { color: var(--gold); }
.faq-icon { font-size: 20px; flex-shrink: 0; transition: transform 0.25s; color: var(--gold); }
.faq-icon.open { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 18px; font-size: 15px; color: var(--text-mid); line-height: 1.8; }
.faq-a.open { display: block; }

/* ── TESTIMONIALS ─────────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,154,60,0.15); border-radius: var(--radius-lg); padding: 28px; }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-text::before { content: '"'; font-size: 32px; color: var(--gold); line-height: 0; vertical-align: -10px; margin-right: 3px; }
.testi-author { font-size: 13px; font-weight: 600; color: var(--white); }
.testi-detail { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 2px; }

/* ── MIKE PROFILE ─────────────────────────────────────── */
.mike-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.mike-img { width: 100%; border-radius: var(--radius-lg); object-fit: cover; object-position: center top; aspect-ratio: 4/5; box-shadow: 0 20px 56px rgba(0,0,0,0.1); border: 1px solid var(--border); }
.mike-body h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--navy); margin-bottom: 14px; line-height: 1.2; }
.mike-body h2 em { color: var(--gold); font-style: italic; }
.mike-body p { font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-bottom: 14px; }
.cred-list { margin-top: 20px; display: flex; flex-direction: column; gap: 9px; }
.cred-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-mid); }
.cred-dot { color: var(--gold); font-size: 10px; margin-top: 4px; flex-shrink: 0; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* ── BUTTONS ──────────────────────────────────────────── */
.btn-gold { background: var(--gold); color: var(--navy); padding: 13px 26px; border-radius: var(--radius); font-size: 14px; font-weight: 700; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-block; font-family: 'DM Sans', sans-serif; border: none; cursor: pointer; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline-navy { background: transparent; color: var(--navy); padding: 13px 26px; border-radius: var(--radius); font-size: 14px; font-weight: 500; text-decoration: none; border: 1px solid var(--border); transition: border-color 0.2s; display: inline-block; }
.btn-outline-navy:hover { border-color: var(--gold); color: var(--gold); }

/* ── BOTTOM CTA ───────────────────────────────────────── */
.bottom-cta { background: var(--navy); padding: 80px 40px; text-align: center; }
.bottom-cta-inner { max-width: 580px; margin: 0 auto; }
.bottom-cta h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
.bottom-cta h2 em { color: var(--gold); font-style: italic; }
.bottom-cta p { font-size: 16px; color: rgba(255,255,255,0.55); margin-bottom: 32px; line-height: 1.7; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-ghost { background: transparent; color: var(--white); padding: 13px 26px; border-radius: var(--radius); font-size: 14px; font-weight: 500; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ── FOOTER ───────────────────────────────────────────── */
.nh-footer { background: #060F18; padding: 32px 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(196,154,60,0.1); }
.nh-footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.nh-footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.nh-footer-links a { font-size: 12px; color: rgba(255,255,255,0.35); text-decoration: none; }
.nh-footer-links a:hover { color: var(--gold); }

/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 960px) {
  .nh-header { padding: 0 20px; }
  .nh-nav-links { display: none; }
  .breadcrumb { padding: 12px 20px; }
  .nh-hero { padding: 48px 20px 0; }
  .nh-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .stats-bar { padding: 24px 20px; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 60px 20px; }
  .two-col { grid-template-columns: 1fr; }
  .two-col-even { grid-template-columns: 1fr; }
  .mike-split { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .nh-footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .related-grid { grid-template-columns: 1fr; }
  .fg-row { grid-template-columns: 1fr; }
}
