:root{--brand:#2e5f84;--accent:#c48416;--ink:#222;--muted:#6b7280;--bg:#f6f7f9;--card:#fff}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Arial}
a{color:inherit;text-decoration:none}
.wrap{max-width:1200px;margin:0 auto;padding:0 1rem}

/* hero */
.hero{position:relative;min-height:46vh;display:grid;place-items:center;text-align:center;overflow:hidden;background:#0d2333;color:#fff}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.18}
.hero__content{position:relative;z-index:1;max-width:980px;padding:4rem 1rem}
.hero h1{margin:.25rem 0 .5rem;font-size:clamp(1.8rem,3.2vw,2.4rem);letter-spacing:.3px}
.hero p{margin:0 auto;max-width:820px;opacity:.95}
.breadcrumbs{font-size:.9rem;margin:0 0 .75rem;opacity:.9}
.breadcrumbs a{text-decoration:underline;color:#ffcc66}

/* grid */
.section{padding:2rem 0}
.section h2{font-size:clamp(1.2rem,2.2vw,1.6rem);color:var(--brand);margin:0 0 .5rem}
.section p{margin:.25rem 0 1rem;color:#444}
.grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:1rem 0 2rem}
.card{background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.08);display:flex;flex-direction:column}
.card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.card h3{margin:.75rem 1rem;color:var(--brand)}
.card p{margin:0 1rem 1rem;color:#555}
.card .meta{margin:0 1rem .75rem;color:var(--muted);font-size:.9rem}
.card a.cta{display:block;margin:.25rem 1rem 1rem;padding:.6rem 1rem;border-radius:8px;background:var(--brand);color:#fff;text-align:center}

/* neighborhood intro */
.lede{background:#fff;border-radius:12px;padding:1rem 1.2rem;margin:1rem 0;box-shadow:0 4px 12px rgba(0,0,0,.06)}





.project-media {
  margin: 2rem 0;
}

/* Keep the video comfortably sized on desktop and small on mobile */
.project-video-wrapper {
  max-width: 720px;                /* smaller than before */
  width: 100%;
  margin: 0 auto;
}

/* Constrain both width and height */
.project-video {
  display: block;
  width: 100%;
  max-height: 60vh;                /* never taller than 60% of the viewport */
  height: auto;
  object-fit: contain;             /* letterbox instead of stretching */
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  background: #000;
}










/* =========================
   SOCIAL ICONS FOOTER
   ========================= */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
}

footer .footer-social i {
  display: inline-block;
  width: 30px;        /* matches your .fa width */
  height: 30px;       /* reserves vertical space so no layout jump */
  line-height: 30px;  /* ensures the icon is vertically centered */
  font-size: 30px;    /* matches existing size */
  vertical-align: middle;
}

/* === FOOTER: final override — keep at very end === */
body footer { background:#2e5f84; color:#fff; padding:2rem 1rem; }
body footer a { color:#fff; text-decoration:none; }
body footer a:hover { color:#c48416; }

/* Kill global custom bullets inside footer */
body footer ul, body footer ol { list-style:none; margin:.75rem 0 0 0; padding:0; }
body footer li { padding-left:0; }
body footer li::before { content:none; }

/* Layout */
footer .footer-container { max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; }
footer .footer-info { flex:1; min-width:260px; margin-bottom:1rem; }
footer .footer-social { flex:1; min-width:200px; text-align:right; }
footer .footer-social a { margin-left:15px; font-size:1.5rem; transition:color .3s; }
footer .footer-social a:hover { color:#c48416; }

/* Low-key quick links */
#footer-links { border:0; text-transform:none; letter-spacing:normal; font-weight:300; font-size:.85rem; }
#footer-links .footer-quicklinks { display:flex; flex-wrap:wrap; flex-direction: column; gap:8px 14px; opacity:.8; }
#footer-links .footer-quicklinks a { color:#fff; font-weight:300; transition:color .3s, opacity .3s; }
#footer-links .footer-quicklinks a:hover { color:#c48416; opacity:1; }

/* Mobile */
@media (max-width:700px){
  footer .footer-container { flex-direction:column; text-align:center; }
  footer .footer-social { text-align:center; margin-top:1rem; }
}

/* =========================
   SOCIAL ICONS FOOTER
   ========================= */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
}

footer .footer-social i {
  display: inline-block;
  width: 30px;        /* matches your .fa width */
  height: 30px;       /* reserves vertical space so no layout jump */
  line-height: 30px;  /* ensures the icon is vertically centered */
  font-size: 30px;    /* matches existing size */
  vertical-align: middle;
}





