@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Libre+Franklin:wght@400;500;600;700&display=swap');

/* =====================================================================
   WaldenAvenue.com — site stylesheet (2026 refresh)
   Single self-contained sheet. Replaces Bootstrap + legacy theme CSS.
   ===================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Libre Franklin', system-ui, -apple-system, Segoe UI, sans-serif;
  color: #1c2024;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: #2d6cb3; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: 'Archivo', sans-serif; color: #14181c; margin: 0; }

.wa-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ---------- Buttons ---------- */
.wa-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Libre Franklin', sans-serif; font-weight: 700; font-size: 16px;
  padding: 14px 24px; border-radius: 11px; border: 1.5px solid transparent;
  cursor: pointer; transition: all .15s ease; white-space: nowrap; line-height: 1;
}
.wa-btn svg { width: 17px; height: 17px; flex: none; }
.wa-btn-primary { background: #2d6cb3; color: #fff; box-shadow: 0 8px 22px -8px rgba(45,108,179,.55); }
.wa-btn-primary:hover { background: #224f86; color: #fff; }
.wa-btn-outline { background: #fff; color: #1c2024; border-color: #d6dae1; }
.wa-btn-outline:hover { border-color: #2d6cb3; color: #2d6cb3; }
.wa-btn-dark { background: #1c2024; color: #fff; }
.wa-btn-dark:hover { background: #2d6cb3; color: #fff; }
.wa-btn-sm { font-size: 15px; padding: 12px 20px; }

.wa-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #2d6cb3; margin-bottom: 16px;
}
.wa-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #2d6cb3; }

/* ---------- Announcement bar ---------- */
.wa-announce {
  background: #1c2024; color: #fff; text-align: center;
  font-size: 13.5px; font-weight: 500; padding: 9px 24px; letter-spacing: .01em;
}
.wa-announce a { color: #8fc0ff; }

/* ---------- Header / nav ---------- */
.wa-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid #e9ebef;
}
.wa-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.wa-logo img { height: 40px; width: auto; }
.wa-nav { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.wa-nav > li { position: relative; }
.wa-nav a {
  display: flex; align-items: center; gap: 5px;
  padding: 10px 14px; font-size: 15px; font-weight: 600; color: #1c2024; border-radius: 8px;
}
.wa-nav a:hover { background: #f2f4f7; color: #1c2024; }
.wa-nav .caret { width: 11px; height: 11px; }
.wa-dropdown {
  display: none; position: absolute; top: calc(100% + 4px); left: 0; min-width: 240px;
  background: #fff; border: 1px solid #e9ebef; border-radius: 12px;
  box-shadow: 0 16px 40px -12px rgba(16,24,40,.18); padding: 8px; list-style: none; margin: 0;
}
.wa-nav li:hover > .wa-dropdown { display: block; }
.wa-dropdown a { display: block; padding: 10px 12px; font-size: 14.5px; font-weight: 500; color: #344054; }
.wa-dropdown a:hover { background: #f2f4f7; color: #2d6cb3; }
.wa-phone-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2d6cb3; color: #fff; font-weight: 700; font-size: 14.5px;
  padding: 11px 18px; border-radius: 10px; white-space: nowrap;
}
.wa-phone-btn:hover { background: #224f86; color: #fff; }
.wa-phone-btn svg { width: 15px; height: 15px; }
.wa-burger {
  display: none; background: none; border: 0; padding: 8px; cursor: pointer;
  flex-direction: column; gap: 5px;
}
.wa-burger span { display: block; width: 24px; height: 2px; background: #1c2024; border-radius: 2px; }

/* ---------- Hero ---------- */
.wa-hero { background: #fff; border-bottom: 1px solid #eef0f3; }
.wa-hero-grid {
  max-width: 1200px; margin: 0 auto; padding: 84px 32px 88px;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center;
}
.wa-h1 {
  font-weight: 800; font-size: 56px; line-height: 1.04; letter-spacing: -.025em;
  margin: 0 0 22px; color: #14181c; text-wrap: balance;
}
.wa-lead { font-size: 19px; line-height: 1.6; color: #51596a; margin: 0 0 34px; max-width: 520px; }
.wa-btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.wa-trustline { display: flex; align-items: center; gap: 20px; font-size: 14.5px; color: #667085; font-weight: 500; flex-wrap: wrap; }
.wa-trustline .sep { width: 4px; height: 4px; border-radius: 50%; background: #c4cad3; }
.wa-hero-media { position: relative; }
.wa-hero-media .frame {
  border-radius: 18px; overflow: hidden; border: 1px solid #eceef1;
  box-shadow: 0 30px 60px -20px rgba(16,24,40,.28); aspect-ratio: 4 / 3.4; background: #eef0f3;
}
.wa-hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.wa-badge {
  position: absolute; bottom: -22px; left: -22px; background: #fff; border: 1px solid #eceef1;
  border-radius: 14px; padding: 16px 20px; box-shadow: 0 16px 36px -14px rgba(16,24,40,.22);
  display: flex; align-items: center; gap: 13px;
}
.wa-badge .ic { width: 42px; height: 42px; border-radius: 10px; background: #eaf1f9; display: flex; align-items: center; justify-content: center; flex: none; }
.wa-badge .t1 { font-family: 'Archivo'; font-weight: 800; font-size: 16px; color: #14181c; line-height: 1.1; }
.wa-badge .t2 { font-size: 13px; color: #667085; margin-top: 2px; }

/* ---------- Stats strip ---------- */
.wa-stats-wrap { background: #fff; border-bottom: 1px solid #eef0f3; }
.wa-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid #eef0f3; border-radius: 16px; overflow: hidden; margin-top: -40px;
  background: #fff; box-shadow: 0 18px 40px -22px rgba(16,24,40,.16); position: relative; z-index: 2;
}
.wa-stat { padding: 28px 26px; border-right: 1px solid #eef0f3; }
.wa-stat:last-child { border-right: 0; }
.wa-stat .n { font-family: 'Archivo'; font-weight: 800; font-size: 34px; color: #2d6cb3; line-height: 1; }
.wa-stat .n small { font-size: 17px; color: #98a2b3; font-weight: 700; }
.wa-stat .l { font-size: 14px; color: #667085; margin-top: 8px; font-weight: 500; }

/* ---------- Sections ---------- */
.wa-section { padding: 90px 0; background: #fff; }
.wa-section.gray { background: #f6f7f9; }
.wa-section.tight { padding: 76px 0; }
.wa-h2 { font-weight: 800; font-size: 40px; letter-spacing: -.02em; margin: 0; color: #14181c; }
.wa-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.wa-link-arrow { font-weight: 700; font-size: 15px; color: #2d6cb3; display: inline-flex; align-items: center; gap: 6px; }
.wa-link-arrow:hover { gap: 10px; }

/* ---------- Cards ---------- */
.wa-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.wa-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid #eceef1;
  border-radius: 16px; overflow: hidden; transition: all .18s ease;
}
.wa-card:hover { box-shadow: 0 24px 50px -24px rgba(16,24,40,.28); transform: translateY(-4px); border-color: #dce0e6; }
.wa-card-media { aspect-ratio: 16 / 11; background: #eef0f3; overflow: hidden; }
.wa-card-media img { width: 100%; height: 100%; object-fit: cover; }
.wa-card-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.wa-tag { display: inline-flex; align-self: flex-start; font-size: 12.5px; font-weight: 700; color: #2d6cb3; background: #eaf1f9; padding: 5px 10px; border-radius: 6px; margin-bottom: 14px; }
.wa-tag.muted { color: #667085; background: #f1f3f5; }
.wa-tag.avail { color: #1f8a5b; background: #e6f4ec; }
.wa-card-body h3 { font-weight: 700; font-size: 21px; margin: 0 0 10px; color: #14181c; }
.wa-card-body p { font-size: 14.5px; line-height: 1.6; color: #667085; margin: 0 0 20px; flex: 1; }
.wa-card-cta { font-weight: 700; font-size: 14.5px; color: #2d6cb3; display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Two-col content + feature card ---------- */
.wa-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.wa-split p { font-size: 16.5px; line-height: 1.7; color: #51596a; margin: 0 0 18px; }
.wa-split strong { color: #1c2024; }
.wa-feature-card { background: #f6f7f9; border: 1px solid #eef0f3; border-radius: 18px; padding: 36px 34px; }
.wa-section.gray .wa-feature-card { background: #fff; }
.wa-feature-card .title { font-family: 'Archivo'; font-weight: 700; font-size: 18px; color: #14181c; margin-bottom: 22px; }
.wa-feature-list { list-style: none; margin: 0; padding: 0; }
.wa-feature-list li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid #e9ebef; font-size: 15.5px; font-weight: 500; color: #344054; }
.wa-feature-list li:last-child { border-bottom: 0; }
.wa-feature-list .chk { flex: none; width: 26px; height: 26px; border-radius: 50%; background: #eaf1f9; display: flex; align-items: center; justify-content: center; }

/* ---------- Location / map ---------- */
.wa-loc-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: stretch; }
.wa-loc-text { display: flex; flex-direction: column; justify-content: center; }
.wa-loc-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.wa-loc-row .pin { flex: none; width: 40px; height: 40px; border-radius: 10px; background: #fff; border: 1px solid #eceef1; display: flex; align-items: center; justify-content: center; }
.wa-loc-row .a1 { font-family: 'Archivo'; font-weight: 700; font-size: 17px; color: #14181c; }
.wa-loc-row .a2 { font-size: 15.5px; color: #667085; margin-top: 3px; }
.wa-map { border-radius: 18px; overflow: hidden; border: 1px solid #e4e7ec; min-height: 380px; box-shadow: 0 24px 50px -28px rgba(16,24,40,.25); }
.wa-map iframe { width: 100%; height: 100%; border: 0; min-height: 380px; display: block; }

/* ---------- Tenants ---------- */
.wa-tenants-label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #98a2b3; margin-bottom: 26px; text-align: center; }
.wa-tenants { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
.wa-tenant { font-family: 'Archivo'; font-weight: 700; font-size: 17px; color: #344054; padding: 12px 22px; border: 1px solid #e9ebef; border-radius: 999px; }
.wa-tenant:hover { color: #2d6cb3; border-color: #2d6cb3; }

/* ---------- CTA band ---------- */
.wa-cta { background: #14181c; padding: 84px 0; }
.wa-cta-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.wa-cta h2 { font-weight: 800; font-size: 40px; letter-spacing: -.02em; line-height: 1.08; margin: 0 0 14px; color: #fff; text-wrap: balance; }
.wa-cta p { font-size: 18px; color: #aeb6c2; margin: 0; max-width: 460px; }
.wa-cta-phone {
  display: inline-flex; align-items: center; gap: 11px; background: #2d6cb3; color: #fff;
  font-family: 'Archivo'; font-weight: 800; font-size: 20px; padding: 19px 32px; border-radius: 13px;
  box-shadow: 0 12px 30px -10px rgba(45,108,179,.6);
}
.wa-cta-phone:hover { background: #3a7fce; color: #fff; }
.wa-cta-phone svg { width: 22px; height: 22px; }

/* ---------- Footer ---------- */
.wa-footer { background: #0f1316; color: #aeb6c2; padding: 64px 0 0; }
.wa-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 52px; border-bottom: 1px solid #232a30; }
.wa-footer-grid a { color: #aeb6c2; }
.wa-footer-grid a:hover { color: #fff; }
.wa-footer-brand .name { font-family: 'Archivo'; font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 16px; }
.wa-footer-brand .name span { color: #2d6cb3; }
.wa-footer-brand address { font-style: normal; font-size: 14.5px; line-height: 1.7; }
.wa-footer-brand .phone { display: inline-block; margin-top: 16px; font-family: 'Archivo'; font-weight: 800; font-size: 22px; color: #fff; }
.wa-footer h5 { font-family: 'Libre Franklin'; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #6b7585; margin-bottom: 16px; }
.wa-footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
.wa-subfooter { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 26px 0 34px; font-size: 13.5px; color: #6b7585; flex-wrap: wrap; }

/* ---------- Inner page header banner ---------- */
.wa-pagehead { background: #f6f7f9; border-bottom: 1px solid #eef0f3; padding: 64px 0; }
.wa-pagehead .wa-container { max-width: 900px; }
.wa-pagehead h1 { font-weight: 800; font-size: 44px; letter-spacing: -.022em; line-height: 1.08; color: #14181c; text-wrap: balance; }
.wa-pagehead .sub { font-size: 18px; color: #51596a; margin-top: 16px; max-width: 640px; }
.wa-pagehead.dark { background: #14181c; border-bottom: 0; }
.wa-pagehead.dark h1 { color: #fff; }
.wa-pagehead.dark .sub { color: #aeb6c2; }
.wa-pagehead.dark .wa-eyebrow { color: #6ea8e6; }
.wa-pagehead.dark .wa-eyebrow .dot { background: #6ea8e6; }

/* ---------- Prose (inner page body content) ---------- */
.wa-prose { max-width: 760px; margin: 0 auto; font-size: 17px; line-height: 1.75; color: #344054; }
.wa-prose.wide { max-width: 900px; }
.wa-prose h2 { font-weight: 800; font-size: 28px; letter-spacing: -.015em; margin: 44px 0 16px; color: #14181c; }
.wa-prose h3 { font-weight: 700; font-size: 21px; margin: 32px 0 12px; color: #14181c; }
.wa-prose p { margin: 0 0 18px; }
.wa-prose a { color: #2d6cb3; font-weight: 600; }
.wa-prose a:hover { text-decoration: underline; }
.wa-prose ul { margin: 0 0 22px; padding: 0; list-style: none; }
.wa-prose ul li { position: relative; padding: 8px 0 8px 30px; border-bottom: 1px solid #eef0f3; }
.wa-prose ul li::before { content: ""; position: absolute; left: 4px; top: 16px; width: 8px; height: 8px; border-radius: 50%; background: #2d6cb3; }
.wa-prose img { border-radius: 14px; border: 1px solid #eceef1; margin: 8px 0 24px; }
.wa-prose .big { font-size: 20px; font-weight: 600; color: #14181c; }
.wa-callout {
  background: #eaf1f9; border: 1px solid #d4e3f4; border-radius: 14px;
  padding: 22px 26px; margin: 28px 0; font-size: 17px; color: #1c3a5e;
}
.wa-callout strong { color: #14181c; }

/* status pills used in availability lists */
.wa-status { display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; vertical-align: middle; margin-right: 8px; }
.wa-status.avail { background: #e6f4ec; color: #1f8a5b; }
.wa-status.leased { background: #f1f3f5; color: #98a2b3; }

/* gallery grid for suite photos */
.wa-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 28px 0; }
.wa-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; border: 1px solid #eceef1; margin: 0; }

/* simple contact form */
.wa-form { background: #fff; border: 1px solid #eceef1; border-radius: 18px; padding: 32px; box-shadow: 0 18px 40px -24px rgba(16,24,40,.16); }
.wa-form label { display: block; font-size: 13.5px; font-weight: 600; color: #344054; margin-bottom: 7px; }
.wa-form input, .wa-form textarea { width: 100%; font-family: inherit; font-size: 15px; color: #1c2024; padding: 12px 14px; border: 1.5px solid #e1e5ea; border-radius: 10px; margin-bottom: 18px; background: #fff; }
.wa-form input:focus, .wa-form textarea:focus { outline: none; border-color: #2d6cb3; }
.wa-form .wa-btn-primary { width: 100%; justify-content: center; border: 0; }

.wa-scrollup { position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border-radius: 12px; background: #1c2024; color: #fff; display: none; align-items: center; justify-content: center; z-index: 40; }
.wa-scrollup.show { display: flex; }
.wa-scrollup:hover { background: #2d6cb3; color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .wa-hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 56px 32px 64px; }
  .wa-hero-media { order: -1; }
  .wa-stats { grid-template-columns: repeat(2, 1fr); }
  .wa-stat:nth-child(2) { border-right: 0; }
  .wa-stat:nth-child(1), .wa-stat:nth-child(2) { border-bottom: 1px solid #eef0f3; }
  .wa-split { grid-template-columns: 1fr; gap: 40px; }
  .wa-loc-grid { grid-template-columns: 1fr; gap: 32px; }
  .wa-cards { grid-template-columns: 1fr; }
  .wa-h1 { font-size: 42px; }
  .wa-h2, .wa-cta h2 { font-size: 32px; }
  .wa-pagehead h1 { font-size: 34px; }
}
@media (max-width: 860px) {
  .wa-burger { display: flex; }
  .wa-nav {
    display: none; position: absolute; top: 78px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1px solid #e9ebef; padding: 12px 20px 20px;
    box-shadow: 0 16px 30px -16px rgba(16,24,40,.2);
  }
  .wa-nav.open { display: flex; }
  .wa-nav a { padding: 12px 10px; font-size: 16px; }
  .wa-dropdown { position: static; display: block; box-shadow: none; border: 0; border-radius: 0; padding: 0 0 0 12px; min-width: 0; }
  .wa-nav .caret { display: none; }
  .wa-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .wa-container, .wa-header-inner, .wa-hero-grid, .wa-cta-inner, .wa-footer .wa-container { padding-left: 20px; padding-right: 20px; }
  .wa-stats { grid-template-columns: 1fr; }
  .wa-stat { border-right: 0 !important; border-bottom: 1px solid #eef0f3; }
  .wa-footer-grid { grid-template-columns: 1fr; }
  .wa-gallery { grid-template-columns: 1fr; }
  .wa-phone-btn span.lbl { display: none; }
  .wa-h1 { font-size: 34px; }
}
