/* ==========================================================
   ROOFLINE PROPERTIES — Main Stylesheet
   ========================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #0B2C4A;
  --navy2:  #0e3657;
  --gold:   #C9AC51;
  --gold2:  #b89940;
  --neutral:#F2F2F0;
  --white:  #FFFFFF;
  --text:   #1a1a1a;
  --muted:  #6b6b68;
  --border: #d8d8d4;
  --serif:  'Playfair Display', Georgia, serif;
  --sans:   'Montserrat', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--neutral); color: var(--text); -webkit-font-smoothing: antialiased; line-height: 1.6; }
img  { display: block; max-width: 100%; height: auto; }

/* ── Nav logo wrapper ─────────────────────
   Always a <div> — avoids nested <a> tags
   regardless of whether a custom logo is set. */
.nav-logo-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Custom logo: WP outputs <a class="custom-logo-link"><img></a> */
.custom-logo-link {
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.custom-logo-link img,
.custom-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
  max-width: none;
}

/* Text fallback (no custom logo uploaded) */
.nav-logo-text-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo-text {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: .01em;
}
.nav-logo-text span { font-weight: 400; color: var(--muted); }

/* ── NAV ─────────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--white); border-bottom: 1px solid var(--border);
  transition: box-shadow .3s;
}
#nav.scrolled { box-shadow: 0 2px 24px rgba(11,44,74,.08); }
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 2.5rem;
}

.nav-links { display: flex; align-items: center; gap: 2.25rem; list-style: none; margin: 0; padding: 0; }
.nav-links li { list-style: none; }
.nav-links li a,
.nav-links > li > a { font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color .2s; white-space: nowrap; }
.nav-links li a:hover,
.nav-links li.current-menu-item > a,
.nav-links li.current_page_item > a { color: var(--navy); }
.nav-utility { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; }
.nav-phone { font-size: .78rem; font-weight: 600; color: var(--navy); letter-spacing: .04em; text-decoration: none; white-space: nowrap; }
.nav-cta { font-size: .72rem !important; font-weight: 600 !important; letter-spacing: .1em !important; color: var(--white) !important; background: var(--navy); padding: .6rem 1.4rem; text-decoration: none; transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--navy2) !important; }

/* Mobile nav toggle */
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: .25rem; flex-direction: column; gap: 5px; }
.nav-mobile-toggle span { display: block; width: 22px; height: 1.5px; background: var(--navy); transition: transform .3s, opacity .3s; }
.nav-mobile-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-mobile-toggle.open span:nth-child(2) { opacity: 0; }
.nav-mobile-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu { background: var(--white); border-top: 1px solid var(--border); padding: 1.25rem 1.5rem 1.75rem; }
/* wp_nav_menu() outputs .mobile-menu-list inside .mobile-menu */
.mobile-menu-list,
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 0; margin: 0; padding: 0; }
.mobile-menu-list li,
.mobile-menu ul li { border-bottom: 1px solid var(--neutral); }
.mobile-menu-list li:last-child,
.mobile-menu ul li:last-child { border-bottom: none; }
.mobile-menu-list a,
.mobile-menu ul a { display: block; font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--navy); text-decoration: none; padding: .85rem 0; transition: color .2s; }
.mobile-menu-list a:hover,
.mobile-menu ul a:hover { color: var(--gold); }
.mobile-menu-list li.current-menu-item > a,
.mobile-menu-list li.current_page_item > a { color: var(--gold); }
.mobile-menu-utility { display: flex; flex-direction: column; gap: .75rem; padding-top: 1.25rem; margin-top: .5rem; border-top: 1px solid var(--neutral); }
.mobile-menu-utility a { font-size: .8rem; font-weight: 500; color: var(--muted); text-decoration: none; }
.mobile-menu-cta { display: inline-block; font-size: .7rem !important; font-weight: 600 !important; letter-spacing: .1em; text-transform: uppercase; color: var(--white) !important; background: var(--navy); padding: .7rem 1.5rem; text-decoration: none; margin-top: .25rem; align-self: flex-start; }

/* ── HERO ────────────────────────────────── */
.hero { min-height: 100vh; padding-top: 67px; display: grid; grid-template-columns: 1fr 1fr; }
.hero-left { background: var(--navy); display: flex; flex-direction: column; justify-content: center; padding: 6rem 4rem 6rem 3rem; position: relative; overflow: hidden; }
.hero-left::after { content: ''; position: absolute; bottom: 0; right: 0; width: 60%; height: 2px; background: var(--gold); }
.hero-eyebrow { font-size: .65rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.75rem; }
.hero-title { font-family: var(--serif); font-size: clamp(2.75rem,4vw,4.25rem); font-weight: 400; line-height: 1.1; color: var(--white); margin-bottom: 1.75rem; }
.hero-title em { font-style: italic; color: var(--gold); }
.hero-body { font-size: .9rem; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,.6); max-width: 380px; margin-bottom: 2.75rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-right {
  background: var(--navy2);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0;
  position: relative;
  overflow: hidden;
  /* Grid pattern visible when no photo uploaded */
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(255,255,255,.04) 80px),
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255,255,255,.04) 80px);
}

/* Photo fills the panel */
.hero-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block; z-index: 0;
}

/* Gradient scrim — keeps stat tiles readable over any photo */
.hero-photo-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11,44,74,.2) 0%,
    rgba(11,44,74,.5) 55%,
    rgba(11,44,74,.88) 100%
  );
  z-index: 1;
}

/* Stat tiles sit on top of everything */
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1); position: relative; z-index: 2; }

.hero-stat { background: rgba(11,44,74,.85); backdrop-filter: blur(6px); padding: 1.5rem 1.75rem; display: flex; flex-direction: column; gap: .3rem; }
.hero-stat-label { font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.hero-stat-value { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; color: var(--white); line-height: 1; }
.hero-stat-sub { font-size: .72rem; font-weight: 300; color: rgba(255,255,255,.45); }

/* ── BUTTONS ─────────────────────────────── */
.btn-gold { display: inline-block; font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: .9rem 2rem; text-decoration: none; transition: background .2s; border: none; cursor: pointer; }
.btn-gold:hover { background: var(--gold2); color: var(--navy); }
.btn-gold-lg { display: inline-block; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 1rem 2.25rem; text-decoration: none; margin-top: 2.5rem; transition: background .2s; }
.btn-gold-lg:hover { background: var(--gold2); color: var(--navy); }
.btn-navy { display: inline-block; font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--white); background: var(--navy); padding: .9rem 2rem; text-decoration: none; transition: background .2s; border: none; cursor: pointer; }
.btn-navy:hover { background: var(--navy2); }
.btn-outline { display: inline-block; font-family: var(--sans); font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); border: 1px solid var(--border); padding: .9rem 1.75rem; text-decoration: none; transition: border-color .2s; }
.btn-outline:hover { border-color: var(--navy); }
.btn-outline-white { display: inline-block; font-family: var(--sans); font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.25); padding: .9rem 1.75rem; text-decoration: none; transition: border-color .2s, color .2s; }
.btn-outline-white:hover { border-color: rgba(255,255,255,.6); color: var(--white); }

/* ── SECTION HELPERS ─────────────────────── */
.section-wrap { max-width: 1280px; margin: 0 auto; padding: 0 2.5rem; }
.eyebrow { font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .9rem; }
.section-title { font-family: var(--serif); font-size: clamp(1.9rem,3vw,2.75rem); font-weight: 400; line-height: 1.15; color: var(--navy); }
.section-title em { font-style: italic; }
.gold-rule { width: 2.5rem; height: 2px; background: var(--gold); margin: 1.25rem 0 1.5rem; }
.section-desc { font-size: .9rem; font-weight: 300; line-height: 1.85; color: var(--muted); max-width: 500px; }

/* ── FEATURED PROPERTY ───────────────────── */
#featured { padding: 7rem 0; background: var(--white); }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.feat-img-main { aspect-ratio: 4/3; background: linear-gradient(135deg,var(--navy) 0%,var(--navy2) 60%,#1a4a6e 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.feat-img-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feat-img-main svg { opacity: .18; width: 80%; height: 80%; position: relative; z-index: 1; }
.feat-ribbon { position: absolute; top: 0; left: 0; background: var(--gold); color: var(--navy); font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; padding: .5rem 1.1rem; z-index: 2; }
.feat-grid-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin: 2.5rem 0; }
.feat-detail { background: var(--white); padding: 1rem 1.25rem; }
.feat-detail-label { font-size: .58rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: .3rem; }
.feat-detail-value { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--navy); }

/* ── LISTINGS ────────────────────────────── */
#listings { padding: 7rem 0; background: var(--neutral); }
.listings-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
.listings-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.listing-card { background: var(--white); display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .25s, box-shadow .25s; }
.listing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(11,44,74,.1); }
.listing-photo { aspect-ratio: 16/10; position: relative; overflow: hidden; background: linear-gradient(135deg,var(--navy) 0%,#1a4a6e 100%); display: flex; align-items: center; justify-content: center; }
.listing-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.listing-photo-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.listing-photo-placeholder svg { opacity: .15; width: 75%; height: 75%; }
.listing-badge { position: absolute; top: 1rem; left: 1rem; font-size: .57rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .35rem .8rem; z-index: 2; }
.badge-active { background: var(--gold); color: var(--navy); }
.badge-soon   { background: var(--navy); color: var(--white); }
.badge-leased { background: #888; color: var(--white); }
.listing-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.listing-loc  { font-size: .6rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: .4rem; }
.listing-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--navy); line-height: 1.25; margin-bottom: .6rem; }
.listing-desc { font-size: .82rem; font-weight: 300; color: var(--muted); line-height: 1.7; flex: 1; }
.listing-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 1.1rem; margin-top: 1.1rem; border-top: 1px solid var(--neutral); }
.listing-specs { display: flex; gap: 1.25rem; }
.listing-spec  { display: flex; flex-direction: column; gap: .15rem; }
.spec-label    { font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.spec-value    { font-family: var(--serif); font-size: .95rem; font-weight: 500; color: var(--text); }
.listing-price { text-align: right; }
.price-label   { font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.price-value   { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; color: var(--navy); }
.listings-empty { padding: 4rem 0; text-align: center; font-size: .9rem; color: var(--muted); }
.listings-empty a { color: var(--navy); }

/* ── LANDLORD ────────────────────────────── */
#landlord { padding: 7rem 0; background: var(--navy); }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.partner-features { display: flex; flex-direction: column; gap: 1px; }
.pf { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem; background: rgba(255,255,255,.04); border-left: 2px solid transparent; transition: background .2s, border-color .2s; }
.pf:hover { background: rgba(255,255,255,.08); border-color: var(--gold); }
.pf-num   { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; color: var(--gold); opacity: .5; flex-shrink: 0; line-height: 1; }
.pf-title { font-size: .85rem; font-weight: 600; color: var(--white); margin-bottom: .35rem; letter-spacing: .02em; }
.pf-desc  { font-size: .8rem; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.7; }

/* ── CONTACT ─────────────────────────────── */
#contact { padding: 7rem 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-info-block { margin-bottom: 2.25rem; }
.contact-info-block h3 { font-family: var(--serif); font-size: 1rem; font-weight: 500; color: var(--navy); margin-bottom: .35rem; }
.contact-info-block p, .contact-info-block a { font-size: .88rem; font-weight: 300; color: var(--muted); line-height: 1.75; text-decoration: none; }
.contact-info-block a:hover { color: var(--navy); }
.contact-rule { width: 100%; height: 1px; background: var(--neutral); margin: 1.75rem 0; }
.contact-success { background: var(--neutral); padding: 2rem; border-left: 3px solid var(--gold); }
.contact-success p { font-size: .9rem; font-weight: 400; color: var(--navy); }

/* ── FORMS ───────────────────────────────── */
.form-group { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.1rem; }
.form-group label { font-size: .6rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.form-group input,
.form-group select,
.form-group textarea { font-family: var(--sans); font-size: .875rem; font-weight: 300; color: var(--text); background: var(--neutral); border: 1px solid var(--border); padding: .75rem 1rem; outline: none; appearance: none; -webkit-appearance: none; transition: border-color .2s; width: 100%; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236b6b68'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; cursor: pointer; }
.form-group textarea { resize: none; min-height: 110px; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--navy); outline: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { margin-top: .5rem; }

/* ── SINGLE LISTING ──────────────────────── */
.sl-back { display: inline-block; font-size: .72rem; font-weight: 500; letter-spacing: .08em; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; margin-bottom: 1.5rem; }
.sl-back:hover { color: var(--gold); }
.sl-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1); }
.sl-content { font-size: .95rem; font-weight: 300; line-height: 1.85; color: var(--muted); margin-top: 1.5rem; }
.sl-content p { margin-bottom: 1rem; }
.sl-content h2, .sl-content h3 { font-family: var(--serif); color: var(--navy); margin-bottom: .75rem; margin-top: 1.5rem; }

/* ── FOOTER ──────────────────────────────── */
footer { background: var(--navy); padding: 2.75rem 2.5rem; }
.footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2.5rem; flex-wrap: wrap;
}

/* Logo */
.footer-logo-link { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.footer-logo-img  { height: 100px; width: auto; object-fit: contain; display: block; max-width: 300px; }
.footer-logo-text { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: rgba(255,255,255,.85); }
.footer-logo-text span { color: rgba(255,255,255,.35); font-weight: 300; }

/* Footer nav — wp_nav_menu() outputs <ul class="footer-menu"> */
.footer-menu { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; align-items: center; }
.footer-menu li { list-style: none; }
.footer-menu li a {
  font-size: .65rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  text-decoration: none; transition: color .2s; white-space: nowrap;
}
.footer-menu li a:hover,
.footer-menu li.current-menu-item > a,
.footer-menu li.current_page_item > a { color: rgba(255,255,255,.85); }

/* Copyright */
.footer-copy { font-size: .72rem; color: rgba(255,255,255,.25); white-space: nowrap; }

/* ── SCROLL REVEAL ───────────────────────── */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
.hero-eyebrow { animation: fadeUp .6s ease both .1s; }
.hero-title   { animation: fadeUp .6s ease both .2s; }
.hero-body    { animation: fadeUp .6s ease both .32s; }
.hero-actions { animation: fadeUp .6s ease both .44s; }
.hero-stats   { animation: fadeUp .6s ease both .55s; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.vis { opacity: 1; transform: none; }

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 1024px) {
  .listings-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 4rem 1.5rem; }
  .hero-right { min-height: 280px; padding: 0; }
  .nav-inner { padding: .9rem 1.25rem; }
  .nav-links { display: none; }
  .nav-utility { display: none; }
  .nav-mobile-toggle { display: flex; }
  .section-wrap { padding: 0 1.25rem; }
  #featured, #listings, #landlord, #contact { padding: 4.5rem 0; }
  .feat-grid, .partner-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .listings-grid { grid-template-columns: 1fr; }
  .listings-head { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
  .footer-menu { justify-content: center; }
  .footer-logo-link { justify-content: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .sl-hero-grid, .sl-body-grid { grid-template-columns: 1fr !important; }
  .sl-specs-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: .75rem; align-items: center; }
}

/* ==========================================================
   BUILDING PAGE TEMPLATE
   ========================================================== */

/* ── Hero ────────────────────────────────── */
.building-hero {
  min-height: 85vh;
  padding-top: 67px;
  background: var(--navy);
  background-size: cover;
  background-position: center;
  display: flex; align-items: flex-end;
  position: relative;
}
.building-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,44,74,.95) 0%, rgba(11,44,74,.5) 50%, rgba(11,44,74,.2) 100%);
}
.building-hero-inner {
  position: relative; z-index: 2;
  padding-bottom: 4rem; padding-top: 3rem;
  width: 100%;
}
.building-hero-content { max-width: 680px; margin-bottom: 3rem; }
.building-hero-title { font-family: var(--serif); font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 400; color: var(--white); line-height: 1.05; margin: 1rem 0 1.25rem; }
.building-hero-sub { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 2rem; }
.building-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.building-hero-stats { display: flex; gap: 1px; background: rgba(255,255,255,.12); flex-wrap: wrap; }
.building-stat { background: rgba(11,44,74,.75); backdrop-filter: blur(6px); padding: 1.25rem 2rem; display: flex; flex-direction: column; gap: .25rem; }
.building-stat-label { font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.building-stat-value { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--white); line-height: 1; }

/* ── Overview ────────────────────────────── */
.building-overview { padding: 7rem 0; background: var(--white); }
.building-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.building-desc { font-size: .92rem; font-weight: 300; line-height: 1.9; color: var(--muted); margin-top: 1.5rem; }
.building-desc p { margin-bottom: 1rem; }
.building-spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); margin-bottom: 2rem; }
.building-spec-row { background: var(--white); padding: .9rem 1rem; display: flex; flex-direction: column; gap: .2rem; }
.building-spec-label { font-size: .58rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.building-spec-value { font-family: var(--serif); font-size: 1rem; font-weight: 500; color: var(--navy); }
.building-address-block { padding-top: 1.5rem; border-top: 1px solid var(--neutral); }
.building-address { font-size: .9rem; font-weight: 300; color: var(--text); margin-top: .25rem; line-height: 1.6; }

/* ── Suite Styles ────────────────────────── */
.building-suites { padding: 7rem 0; background: var(--neutral); }
.suites-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.suite-card { background: var(--white); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.suite-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(11,44,74,.1); }
.suite-card-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--navy); position: relative; display: flex; align-items: center; justify-content: center; }
.suite-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.suite-card-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.suite-card-placeholder svg { width: 85%; height: 85%; }
.suite-badge { position: absolute; top: 1rem; right: 1rem; background: var(--gold); color: var(--navy); font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .35rem .8rem; }
.suite-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.suite-card-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--navy); margin-bottom: .5rem; line-height: 1.2; }
.suite-card-desc { font-size: .82rem; font-weight: 300; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 1.25rem; }
.suite-card-specs { display: flex; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--neutral); border-bottom: 1px solid var(--neutral); margin-bottom: 1.25rem; }
.suite-spec { display: flex; flex-direction: column; gap: .15rem; }
.suite-spec-label { font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.suite-spec-value { font-family: var(--serif); font-size: .95rem; font-weight: 500; color: var(--text); }
.suite-card-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; margin-top: auto; }
.suite-price { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--navy); }
.suite-card-actions { display: flex; gap: .5rem; flex-wrap: wrap; }

/* ── Amenities ───────────────────────────── */
.building-amenities { padding: 7rem 0; background: var(--navy); }
.amenities-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.amenities-inner .section-title { color: var(--white); }
.amenities-inner .section-desc  { color: rgba(255,255,255,.55); }
.amenities-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; padding: .5rem 0; }
.amenity-item { display: flex; align-items: flex-start; gap: .75rem; font-size: .85rem; font-weight: 400; color: rgba(255,255,255,.75); line-height: 1.5; }
.amenity-check { width: 18px; height: 18px; flex-shrink: 0; color: var(--gold); margin-top: 1px; }

/* ── Gallery ─────────────────────────────── */
.building-gallery { padding: 7rem 0; background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 6px; }
.gallery-item { overflow: hidden; position: relative; display: block; background: var(--navy); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item--wide { grid-column: span 2; grid-row: span 2; }
.gallery-item-overlay { position: absolute; inset: 0; background: rgba(11,44,74,.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s; }
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

/* ── Book a Showing ──────────────────────── */
.building-showing { padding: 7rem 0; background: var(--neutral); }
.showing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.showing-note { display: flex; align-items: flex-start; gap: .75rem; background: rgba(201,172,81,.12); border-left: 2px solid var(--gold); padding: 1rem 1.25rem; margin-top: 2rem; font-size: .85rem; font-weight: 400; color: var(--text); line-height: 1.65; }
.showing-note svg { flex-shrink: 0; color: var(--gold); margin-top: 2px; }
.showing-form-wrap { background: var(--white); padding: 2.5rem; }

/* ── Breadcrumbs ─────────────────────────── */
.breadcrumbs { margin-bottom: 1.5rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; align-items: center; gap: .25rem; }
.breadcrumbs li { font-size: .68rem; font-weight: 500; letter-spacing: .08em; color: rgba(255,255,255,.45); }
.breadcrumbs li a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.breadcrumbs li a:hover { color: var(--gold); }
.breadcrumbs li span { color: rgba(255,255,255,.35); }
.bc-sep { color: rgba(255,255,255,.25); }

/* ── Inner page breadcrumbs (non-dark bg) ── */
.inner-breadcrumbs .breadcrumbs li,
.inner-breadcrumbs .bc-sep { color: var(--muted); }
.inner-breadcrumbs .breadcrumbs li a { color: var(--navy); }
.inner-breadcrumbs .breadcrumbs li a:hover { color: var(--gold); }
.inner-breadcrumbs .breadcrumbs li span { color: var(--muted); }

/* ==========================================================
   SEO: additional markup helpers
   ========================================================== */

/* Leased badge (listings grid) */
.badge-leased { background: #888; color: var(--white); }

/* Building responsive */
@media (max-width: 1024px) {
  .suites-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); grid-auto-rows: 180px; }
  .gallery-item--wide { grid-column: span 2; }
}

@media (max-width: 768px) {
  .building-overview-grid,
  .amenities-inner,
  .showing-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .suites-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .gallery-item--wide { grid-column: 1 / -1; }
  .building-hero-stats { flex-direction: row; flex-wrap: wrap; }
  .building-stat { flex: 1 1 calc(50% - 1px); }
  .amenities-grid { grid-template-columns: 1fr; }
  .showing-form-wrap { padding: 1.5rem; }
  .suite-card-actions { flex-direction: column; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: 1; grid-row: span 1; }
  .building-stat { flex: 1 1 100%; }
}

/* ==========================================================
   SINGLE LISTING — REBUILT
   ========================================================== */

/* ── Hero ────────────────────────────────── */
.sl-hero {
  background: var(--navy);
  padding-top: 67px;
}
.sl-hero-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.sl-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
}
.sl-title {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin: .75rem 0 1rem;
}
.sl-price {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 2rem;
}
.sl-price-unit {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 300;
  color: rgba(255,255,255,.4);
  margin-left: .4rem;
}
.sl-hero-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.sl-hero-specs {
  min-width: 280px;
}
.sl-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,.12);
}

/* ── Section common ──────────────────────── */
.sl-section {
  padding: 5.5rem 0;
}
.sl-section-head {
  margin-bottom: 2.5rem;
}
.sl-section:nth-child(even) {
  background: var(--neutral);
}
.sl-section:nth-child(odd) {
  background: var(--white);
}

/* ── Photo gallery ───────────────────────── */
.sl-gallery-section { background: var(--white) !important; }
.sl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 4px;
}
.sl-gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
  background: var(--navy);
}
.sl-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.sl-gallery-item:hover img { transform: scale(1.04); }
.sl-gallery-item--hero {
  grid-column: span 2;
  grid-row: span 2;
}
.sl-gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(11,44,74,.35);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
}
.sl-gallery-item:hover .sl-gallery-overlay { opacity: 1; }
.sl-photo-count {
  position: absolute;
  bottom: .75rem; right: .75rem;
  background: rgba(11,44,74,.75);
  color: var(--white);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .35rem .75rem;
}

/* ── Virtual tour ────────────────────────── */
.sl-tour-section { background: var(--navy) !important; }
.sl-tour-section .section-title { color: var(--white); }
.sl-tour-section .eyebrow { color: var(--gold); }
.sl-tour-embed-wrap {
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
}
.sl-tour-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .9rem 1.25rem;
  background: rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.sl-tour-provider {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.sl-tour-open-btn {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .08em;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color .2s;
}
.sl-tour-open-btn:hover { color: var(--white); }
.sl-tour-iframe {
  display: block;
  width: 100%;
  height: 560px;
  border: none;
  background: #000;
}

/* ── Body: description + contact ────────── */
.sl-body-section { background: var(--white) !important; }
.sl-body-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: start;
}
.sl-content {
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--muted);
}
.sl-content p   { margin-bottom: 1rem; }
.sl-content h2,
.sl-content h3  { font-family: var(--serif); color: var(--navy); margin: 1.5rem 0 .6rem; }
.sl-content ul,
.sl-content ol  { margin: .5rem 0 1rem 1.25rem; }
.sl-content li  { margin-bottom: .4rem; }

/* Contact card */
.sl-contact-card {
  background: var(--neutral);
  padding: 2rem;
  position: sticky;
  top: 88px;
}
.sl-contact-card-eyebrow {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.sl-contact-card-phone {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.sl-contact-card-phone span {
  display: block;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .35rem;
}
.sl-contact-card-phone a {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--navy);
  text-decoration: none;
}
.sl-contact-card-phone a:hover { color: var(--gold); }

/* ── Floor plans ─────────────────────────── */
.sl-floorplans-section { background: var(--neutral) !important; }
.sl-fp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.sl-fp-card { display: flex; flex-direction: column; gap: .75rem; }
.sl-fp-image-wrap {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.sl-fp-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 480px;
}
.sl-fp-expand {
  position: absolute;
  bottom: .75rem;
  right: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--navy);
  color: var(--white);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .45rem .9rem;
  text-decoration: none;
  transition: background .2s;
}
.sl-fp-expand:hover { background: var(--navy2); color: var(--white); }
.sl-fp-label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--text);
  text-align: center;
}

/* ── Lightbox ────────────────────────────── */
.rf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.rf-lightbox[hidden]     { display: none; }
.rf-lb-backdrop {
  position: fixed;
  inset: 0;
  z-index: 8999;
  background: rgba(0,0,0,.92);
  cursor: pointer;
}
.rf-lb-backdrop[hidden]  { display: none; }
.rf-lb-inner {
  position: relative;
  z-index: 9001;
  max-width: 92vw;
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rf-lb-image {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.rf-lb-close,
.rf-lb-prev,
.rf-lb-next {
  position: fixed;
  z-index: 9002;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  cursor: pointer;
  transition: background .2s;
  backdrop-filter: blur(4px);
}
.rf-lb-close:hover,
.rf-lb-prev:hover,
.rf-lb-next:hover { background: rgba(255,255,255,.2); }
.rf-lb-close {
  top: 1.25rem; right: 1.25rem;
  width: 44px; height: 44px;
  font-size: 1.1rem; line-height: 1;
}
.rf-lb-prev,
.rf-lb-next {
  top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px;
  font-size: 1.6rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.rf-lb-prev { left: 1.25rem; }
.rf-lb-next { right: 1.25rem; }
.rf-lb-counter {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9002;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .12em;
  color: rgba(255,255,255,.6);
}

/* ── Responsive ──────────────────────────── */
@media (max-width: 1100px) {
  .sl-body-grid { grid-template-columns: 1fr 320px; }
}

@media (max-width: 900px) {
  .sl-hero-grid    { grid-template-columns: 1fr; }
  .sl-hero-specs   { min-width: auto; }
  .sl-gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; }
  .sl-gallery-item--hero { grid-column: 1 / -1; grid-row: span 1; }
  .sl-body-grid    { grid-template-columns: 1fr; gap: 2.5rem; }
  .sl-contact-card { position: static; }
  .sl-fp-grid      { grid-template-columns: 1fr; }
  .sl-tour-iframe  { height: 380px; }
}

@media (max-width: 600px) {
  .sl-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .sl-gallery-item--hero { grid-row: span 1; }
  .sl-hero-actions { flex-direction: column; align-items: flex-start; }
  .rf-lb-prev { left: .5rem; } .rf-lb-next { right: .5rem; }
}

/* ==========================================================
   SHARED PAGE ELEMENTS
   ========================================================== */

/* ── Page Hero (used by all inner pages) ─── */
.page-hero {
  background: var(--navy);
  padding-top: 67px;
  padding-bottom: 0;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
}
.page-hero--listings { min-height: 260px; }
.page-hero--dark { min-height: 480px; }

.page-hero-inner {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  width: 100%;
}
.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.08;
  margin: .75rem 0 1rem;
}
.page-hero-title em { font-style: italic; color: var(--gold); }
.page-hero-sub {
  font-size: .95rem;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  max-width: 560px;
  line-height: 1.8;
}

/* ── Shared CTA band (navy strip) ────────── */
.page-cta-band { background: var(--navy); padding: 5.5rem 0; }
.page-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

/* ==========================================================
   LISTINGS PAGE
   ========================================================== */

.listings-live-badge {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1.5rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.listings-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse-dot 2s ease infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(1.4); }
}

/* Filter bar */
.listings-filter-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 67px;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(11,44,74,.06);
}
.listings-filter-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}
.filter-group { display: flex; align-items: center; gap: .75rem; }
.filter-label {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.filter-pills { display: flex; gap: .35rem; flex-wrap: wrap; }
.filter-pill {
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--neutral);
  border: 1px solid var(--border);
  padding: .45rem .9rem;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.filter-pill:hover  { background: var(--navy); color: var(--white); border-color: var(--navy); }
.filter-pill.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.filter-count-wrap { margin-left: auto; display: flex; align-items: center; gap: 1rem; }
.filter-count { font-size: .72rem; font-weight: 500; color: var(--muted); white-space: nowrap; }
.filter-reset {
  font-family: var(--sans);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--muted);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.filter-reset:hover { color: var(--navy); }

.listings-archive-section { padding: 4rem 0 6rem; background: var(--neutral); }

/* Notify band */
.listings-notify { background: var(--navy); padding: 5rem 0; }
.listings-notify-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.listings-notify-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ==========================================================
   ABOUT PAGE
   ========================================================== */

.about-mission { background: var(--white); padding: 5rem 0; }
.about-pullquote {
  position: relative;
  padding: 2.5rem 3rem 2.5rem 4rem;
  border-left: 3px solid var(--gold);
  background: var(--neutral);
  max-width: 820px;
  margin: 0 auto;
}
.about-pullquote-mark {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
  color: var(--gold);
  opacity: .35;
}
.about-pullquote p {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  font-style: italic;
  color: var(--navy);
  line-height: 1.65;
}

.about-story { padding: 6rem 0; background: var(--neutral); }
.about-story-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 5rem;
  align-items: start;
}
.about-content {
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--muted);
}
.about-content p { margin-bottom: 1rem; }
.about-content h2, .about-content h3 { font-family: var(--serif); color: var(--navy); margin: 1.5rem 0 .6rem; }

.about-values { padding: 6rem 0; background: var(--white); }
.about-values-head { margin-bottom: 3rem; }
.about-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.about-value-card {
  padding: 2.5rem 2rem;
  border: 1px solid var(--border);
  position: relative;
  transition: border-color .25s, box-shadow .25s;
}
.about-value-card:hover { border-color: var(--gold); box-shadow: 0 8px 32px rgba(11,44,74,.07); }
.about-value-num {
  display: block;
  font-family: var(--serif);
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--gold);
  opacity: .2;
  line-height: 1;
  margin-bottom: 1rem;
}
.about-value-tag {
  display: inline-block;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}
.about-value-title {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: .75rem;
  line-height: 1.25;
}
.about-value-desc {
  font-size: .85rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
}

.about-stats {
  background: var(--navy);
  padding: 4rem 0;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: rgba(255,255,255,.1);
}
.about-stat {
  background: var(--navy);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  text-align: center;
}
.about-stat-value {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.about-stat-label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-top: .35rem;
}
.about-stat-sub {
  font-size: .72rem;
  font-weight: 300;
  color: rgba(255,255,255,.35);
}

.about-why { padding: 6rem 0; background: var(--neutral); }
.about-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-why-list { display: flex; flex-direction: column; gap: 0; }
.about-why-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.about-why-item:first-child { border-top: 1px solid var(--border); }
.about-why-rule { width: 2px; flex-shrink: 0; background: var(--gold); align-self: stretch; min-height: 40px; }
.about-why-label { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); margin-bottom: .3rem; }
.about-why-text  { font-size: .88rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* ==========================================================
   CONTACT PAGE
   ========================================================== */

.contact-page-section { padding: 6rem 0; background: var(--white); }
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.contact-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  margin-bottom: 2.5rem;
}
.contact-tile {
  background: var(--neutral);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: background .2s;
}
.contact-tile:hover { background: var(--navy); }
.contact-tile:hover .contact-tile-icon { background: var(--gold); color: var(--navy); }
.contact-tile:hover .contact-tile-label,
.contact-tile:hover .contact-tile-value { color: var(--white); }
.contact-tile-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}
.contact-tile-label { font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.contact-tile-value { font-size: .9rem; font-weight: 500; color: var(--navy); margin-top: .15rem; }

.contact-info-blocks .contact-info-block h3 { font-family: var(--serif); font-size: 1rem; font-weight: 500; color: var(--navy); margin-bottom: .35rem; }
.contact-info-blocks .contact-info-block p  { font-size: .88rem; font-weight: 300; color: var(--muted); line-height: 1.75; }

.contact-page-form-wrap {
  background: var(--neutral);
  padding: 2.5rem;
  position: sticky;
  top: 88px;
}

/* ==========================================================
   LANDLORDS PAGE
   ========================================================== */

.ll-intro-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 5rem;
  align-items: start;
}

/* Steps */
.ll-steps-section { padding: 6rem 0; background: var(--neutral); }
.ll-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.ll-step {
  background: var(--white);
  padding: 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: box-shadow .25s;
}
.ll-step:hover { box-shadow: 0 8px 32px rgba(11,44,74,.08); }
.ll-step-num {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--gold);
  opacity: .45;
  flex-shrink: 0;
  line-height: 1;
}
.ll-step-title {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: .5rem;
}
.ll-step-desc {
  font-size: .85rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.75;
}

/* Checklist section */
.ll-checklist-section { padding: 6rem 0; background: var(--navy); }
.ll-checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.ll-checklist {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.ll-check-item {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .85rem;
  font-weight: 400;
  color: rgba(255,255,255,.75);
  line-height: 1.5;
}
.ll-check-item .amenity-check { color: var(--gold); flex-shrink: 0; margin-top: 1px; width: 18px; height: 18px; }

/* FAQ */
.ll-faq-section { padding: 6rem 0; background: var(--white); }
.ll-faq-list { max-width: 800px; }
.ll-faq-item { border-bottom: 1px solid var(--border); }
.ll-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 600;
  color: var(--navy);
  gap: 1rem;
  transition: color .2s;
}
.ll-faq-q:hover  { color: var(--gold); }
.ll-faq-q.active { color: var(--gold); }
.ll-faq-icon { flex-shrink: 0; transition: transform .25s; }
.ll-faq-q.active .ll-faq-icon { transform: rotate(180deg); }
.ll-faq-a {
  padding: 0 0 1.5rem;
}
.ll-faq-a p {
  font-size: .88rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
}

/* Landlord contact section */
.ll-contact-section { padding: 6rem 0; background: var(--neutral); }
.ll-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* ==========================================================
   INNER PAGE (Privacy Policy, Terms, etc.)
   ========================================================== */

.inner-page-hero {
  background: var(--navy);
  padding-top: 67px;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
}
.inner-page-hero-inner {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  width: 100%;
}
.inner-page-title {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 400;
  color: var(--white);
  margin-top: .75rem;
  line-height: 1.15;
}
.inner-page-sub {
  font-size: .9rem;
  font-weight: 300;
  color: rgba(255,255,255,.55);
  margin-top: .5rem;
  max-width: 540px;
}

.inner-page-body { padding: 5rem 0 7rem; background: var(--white); }
.inner-page-content {
  max-width: 720px;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--muted);
}
.inner-page-content h2 {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--navy);
  margin: 2.5rem 0 .75rem;
}
.inner-page-content h3 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--navy);
  margin: 1.75rem 0 .5rem;
}
.inner-page-content p  { margin-bottom: 1rem; }
.inner-page-content ul,
.inner-page-content ol { margin: .5rem 0 1.25rem 1.5rem; }
.inner-page-content li { margin-bottom: .4rem; }
.inner-page-content a  { color: var(--navy); text-decoration: underline; }
.inner-page-content a:hover { color: var(--gold); }
.inner-page-content strong { font-weight: 600; color: var(--text); }
.inner-page-content blockquote {
  border-left: 3px solid var(--gold);
  margin: 1.5rem 0;
  padding: .75rem 1.5rem;
  background: var(--neutral);
  font-style: italic;
}

/* ==========================================================
   RESPONSIVE — all inner pages
   ========================================================== */

@media (max-width: 900px) {
  .about-story-grid,
  .about-why-grid,
  .ll-intro-grid,
  .contact-page-grid,
  .ll-checklist-grid,
  .ll-contact-grid,
  .page-cta-inner      { grid-template-columns: 1fr; gap: 2.5rem; }

  .about-values-grid   { grid-template-columns: 1fr; }
  .about-stats-grid    { grid-template-columns: 1fr 1fr; }
  .ll-steps-grid       { grid-template-columns: 1fr; }
  .ll-checklist        { grid-template-columns: 1fr; }
  .listings-filter-inner { flex-direction: column; align-items: flex-start; }
  .filter-count-wrap   { margin-left: 0; }
  .listings-notify-inner { flex-direction: column; }
  .contact-tiles       { grid-template-columns: 1fr; }
  .contact-page-form-wrap { position: static; }
  .about-story-grid    { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }
  .ll-faq-list { max-width: 100%; }
}

/* ==========================================================
   FOOTER LOGO
   ========================================================== */
.footer-logo-link { display: flex; align-items: center; text-decoration: none; }
.footer-logo-img  { height: 36px; width: auto; object-fit: contain; display: block; max-width: 200px; }
.footer-logo-text { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: rgba(255,255,255,.8); }
.footer-logo-text span { color: rgba(255,255,255,.35); font-weight: 300; }

/* ==========================================================
   SINGLE LISTING PAGE — REDESIGNED
   ========================================================== */

/* ── Photo Mosaic ────────────────────────── */
.lp-mosaic { background: var(--charcoal, #111); position: relative; }

/* Single photo */
.lp-mosaic-single { display: grid; grid-template-columns: 1fr; }
.lp-mosaic-single .lp-mosaic-cell { height: 65vh; min-height: 420px; }

/* Two photos */
.lp-mosaic-duo { display: grid; grid-template-columns: 3fr 2fr; gap: 3px; }
.lp-mosaic-duo .lp-mosaic-cell { height: 60vh; min-height: 380px; }

/* Three photos */
.lp-mosaic-trio { display: grid; grid-template-columns: 3fr 2fr; grid-template-rows: 1fr 1fr; gap: 3px; }
.lp-mosaic-trio .lp-mosaic-cell:first-child { grid-row: 1 / 3; height: 60vh; min-height: 380px; }
.lp-mosaic-trio .lp-mosaic-cell:not(:first-child) { height: calc(30vh - 1.5px); min-height: 185px; }

/* Grid (4+ photos) */
.lp-mosaic-grid { display: grid; grid-template-columns: 3fr 2fr; grid-template-rows: 1fr 1fr; gap: 3px; }
.lp-mosaic-grid .lp-mosaic-cell:first-child { grid-row: 1 / 3; }
.lp-mosaic-grid .lp-mosaic-cell { height: calc(30vh - 1.5px); min-height: 185px; }
.lp-mosaic-grid .lp-mosaic-cell:first-child { height: 60vh; min-height: 380px; }

.lp-mosaic-cell {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--navy);
  cursor: pointer;
}
.lp-mosaic-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.lp-mosaic-cell:hover .lp-mosaic-img { transform: scale(1.03); }
.lp-mosaic-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.3);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .25s;
}
.lp-mosaic-cell:hover .lp-mosaic-overlay { opacity: 1; }
.lp-mosaic-more {
  position: absolute; inset: 0;
  background: rgba(11,44,74,.72);
  display: flex; align-items: center; justify-content: center;
}
.lp-mosaic-more span {
  font-family: var(--serif); font-size: 1.75rem; font-weight: 400;
  color: var(--white); letter-spacing: .02em;
}

/* "View all photos" button */
.lp-all-photos-btn {
  position: absolute;
  bottom: 1.25rem; right: 1.25rem;
  display: flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-size: .68rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy); background: var(--white);
  border: none; padding: .65rem 1.1rem;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
  transition: background .2s;
}
.lp-all-photos-btn:hover { background: var(--neutral); }

/* No photo placeholder */
.lp-mosaic-placeholder { height: 55vh; min-height: 300px; display: flex; align-items: center; justify-content: center; background: var(--navy); }
.lp-no-photo { display: flex; flex-direction: column; align-items: center; gap: .75rem; }
.lp-no-photo p { font-size: .8rem; font-weight: 400; color: rgba(255,255,255,.35); letter-spacing: .1em; text-transform: uppercase; }

/* ── Info Bar ─────────────────────────────── */
.lp-info-bar { background: var(--white); border-bottom: 1px solid var(--border); }
.lp-info-bar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; padding-top: 2rem; padding-bottom: 2rem; flex-wrap: wrap;
}
.lp-info-bar-left { flex: 1; min-width: 0; }
.lp-title-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: .4rem; }
.lp-title {
  font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 500; color: var(--navy); line-height: 1.1; margin: 0;
}
.lp-location { font-size: .8rem; font-weight: 400; color: var(--muted); }
.lp-info-bar-right { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; flex-shrink: 0; }
.lp-price-block { text-align: right; }
.lp-price-label { display: block; font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: .2rem; }
.lp-price { font-family: var(--serif); font-size: 1.85rem; font-weight: 500; color: var(--navy); line-height: 1; }
.lp-info-actions { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.lp-phone-link { font-size: .78rem; font-weight: 600; color: var(--navy); text-decoration: none; white-space: nowrap; }
.lp-phone-link:hover { color: var(--gold); }

/* ── Specs Strip ──────────────────────────── */
.lp-specs-strip { background: var(--neutral); border-bottom: 1px solid var(--border); }
.lp-specs-row {
  display: flex; gap: 0; flex-wrap: nowrap; overflow-x: auto;
  padding-top: 0; padding-bottom: 0;
}
.lp-spec-item {
  flex: 1; min-width: 100px;
  display: flex; flex-direction: column; gap: .25rem;
  padding: 1.1rem 1.5rem;
  border-right: 1px solid var(--border);
  white-space: nowrap;
}
.lp-spec-item:last-child { border-right: none; }
.lp-spec-label { font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.lp-spec-value { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; color: var(--navy); }

/* ── Body grid ────────────────────────────── */
.lp-body-section { background: var(--white); padding: 3.5rem 0 5rem; }
.lp-body-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: start;
}
.lp-main-col { display: flex; flex-direction: column; gap: 0; }

.lp-content-block {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--neutral);
}
.lp-content-block:first-child { padding-top: 0; }
.lp-content-block:last-child  { border-bottom: none; }

.lp-section-heading {
  font-family: var(--serif);
  font-size: 1.25rem; font-weight: 500;
  color: var(--navy); margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid var(--neutral);
}

.lp-content { font-size: .9rem; font-weight: 300; line-height: 1.9; color: var(--muted); }
.lp-content p   { margin-bottom: 1rem; }
.lp-content h2,
.lp-content h3  { font-family: var(--serif); color: var(--navy); margin: 1.5rem 0 .6rem; }
.lp-content ul,
.lp-content ol  { margin: .5rem 0 1rem 1.25rem; }
.lp-content li  { margin-bottom: .4rem; }

/* Floor plans */
.lp-fp-row { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.lp-fp-card { flex: 1; min-width: 200px; max-width: 400px; }
.lp-fp-img-wrap {
  display: block; position: relative;
  background: var(--neutral); border: 1px solid var(--border);
  overflow: hidden;
}
.lp-fp-img-wrap img { width: 100%; height: auto; display: block; object-fit: contain; max-height: 360px; }
.lp-fp-zoom {
  position: absolute; bottom: .6rem; right: .6rem;
  display: inline-flex; align-items: center; gap: .35rem;
  background: var(--navy); color: var(--white);
  font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: .4rem .75rem; text-decoration: none; transition: background .2s;
}
.lp-fp-zoom:hover { background: var(--navy2); }
.lp-fp-caption { font-size: .75rem; font-weight: 500; color: var(--text); margin-top: .6rem; text-align: center; }
.lp-fp-disclaimer { font-size: .72rem; color: var(--muted); margin-top: 1.25rem; font-style: italic; }

/* Contact sidebar card */
.lp-sidebar { position: sticky; top: 88px; }
.lp-contact-card { background: var(--neutral); padding: 2rem; }
.lp-card-price { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border); }
.lp-card-price-val { font-family: var(--serif); font-size: 2rem; font-weight: 500; color: var(--navy); }
.lp-card-price-unit { font-family: var(--sans); font-size: .72rem; font-weight: 300; color: var(--muted); margin-left: .4rem; }
.lp-card-eyebrow { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.lp-form .form-group { margin-bottom: .9rem; }
.lp-form .form-group label { font-size: .58rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.lp-form .form-group input,
.lp-form .form-group textarea { background: var(--white); }
.lp-form .form-group textarea { min-height: 80px; }
.lp-submit { width: 100%; border: none; cursor: pointer; font-family: var(--sans); padding: .9rem; margin-top: .25rem; }
.lp-card-divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
.lp-card-phone-label { font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: .35rem; }
.lp-card-phone-num { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--navy); text-decoration: none; display: block; }
.lp-card-phone-num:hover { color: var(--gold); }

/* Virtual tour */
.lp-tour-section { background: var(--navy); padding: 3.5rem 0; }
.lp-tour-section .lp-section-heading { color: var(--white); border-bottom-color: rgba(255,255,255,.1); }
.lp-tour-wrap { border: 1px solid rgba(255,255,255,.12); }

/* ── Responsive ───────────────────────────── */
@media (max-width: 1100px) {
  .lp-body-grid { grid-template-columns: 1fr 320px; gap: 2.5rem; }
}

@media (max-width: 900px) {
  /* Switch multi-image mosaics from grid to block on mobile.
     This is the most reliable way to kill ghost row tracks —
     grid-template-rows: 1fr 1fr kept allocating a second row
     even when those cells were display:none. */
  .lp-mosaic-duo,
  .lp-mosaic-trio,
  .lp-mosaic-grid { display: block; }

  /* Hide all cells after the first */
  .lp-mosaic-duo .lp-mosaic-cell:not(:first-child),
  .lp-mosaic-trio .lp-mosaic-cell:not(:first-child),
  .lp-mosaic-grid .lp-mosaic-cell:not(:first-child) { display: none; }

  /* First (only visible) cell — proportional portrait height */
  .lp-mosaic-duo .lp-mosaic-cell:first-child,
  .lp-mosaic-trio .lp-mosaic-cell:first-child,
  .lp-mosaic-grid .lp-mosaic-cell:first-child {
    height: 55vw;
    min-height: 260px;
    max-height: 480px;
  }

  .lp-info-bar-inner { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
  .lp-info-bar-right { width: 100%; }
  .lp-price-block { text-align: left; }
  .lp-specs-row { flex-wrap: wrap; }
  .lp-spec-item { flex: 1 1 calc(50% - 1px); }
  .lp-body-grid { grid-template-columns: 1fr; gap: 0; }
  .lp-sidebar { position: static; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--neutral); }
  .lp-fp-row { flex-direction: column; }
  .lp-fp-card { max-width: 100%; }
}

@media (max-width: 600px) {
  .lp-title { font-size: 1.4rem; }
  .lp-price { font-size: 1.5rem; }
  .lp-spec-item { flex: 1 1 100%; border-right: none; border-bottom: 1px solid var(--border); }
  .lp-spec-item:last-child { border-bottom: none; }
}

/* ==========================================================
   BUILDING PAGE — ASSIGNED LISTINGS SECTION
   ========================================================== */

.building-listings { padding: 7rem 0; background: var(--white); }

.building-listings-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* Listings grid on building page inherits .listings-grid styles
   but we tweak cards so no building name is shown (we're already on the building page) */
.building-listings .listing-loc { display: none; }

/* 3-up grid, same as homepage */
.building-listings .listings-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }

@media (max-width: 1024px) {
  .building-listings .listings-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .building-listings .listings-grid { grid-template-columns: 1fr; }
  .building-listings-head { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================
   ABOUT PAGE v2 — Redesigned
   ========================================================== */

.about-hero { min-height: 360px; }

/* ── Story: editor content ───────────────── */
.about-story { padding: 6rem 0; background: var(--white); }
.about-story-wrap { max-width: 860px; }
.about-content--wide { font-size: 1rem; font-weight: 300; line-height: 1.95; color: var(--text); }
.about-content--wide p  { margin-bottom: 1.25rem; color: var(--muted); }
.about-content--wide h2 { font-family: var(--serif); font-size: clamp(1.4rem,2.5vw,1.9rem); font-weight: 500; color: var(--navy); margin: 2.5rem 0 .75rem; line-height: 1.2; }
.about-content--wide h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--navy); margin: 2rem 0 .6rem; }
.about-content--wide ul { margin: .5rem 0 1.25rem 1.25rem; color: var(--muted); }
.about-content--wide li { margin-bottom: .4rem; }
.about-content--wide strong { font-weight: 600; color: var(--text); }

/* ── Our Approach ────────────────────────── */
.about-approach { padding: 6rem 0; background: var(--neutral); }
.about-approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.about-approach-intro { font-size: .92rem; font-weight: 300; line-height: 1.85; color: var(--muted); margin-top: 1.25rem; }
.about-services-list { list-style: none; padding: 0; margin: 0; }
.about-service-item { display: flex; align-items: center; gap: .9rem; padding: .9rem 0; border-bottom: 1px solid var(--border); font-size: .9rem; font-weight: 400; color: var(--text); }
.about-service-item:first-child { border-top: 1px solid var(--border); }
.about-service-check { flex-shrink: 0; color: var(--gold); }

/* ── "We Lease It." Callout ──────────────── */
.about-position { background: var(--navy); padding: 6rem 0; }
.about-position-inner { display: grid; grid-template-columns: 3px 1fr auto; gap: 0 3rem; align-items: center; }
.about-position-accent { width: 3px; background: var(--gold); min-height: 120px; align-self: stretch; }
.about-position-content { padding: .5rem 0; }
.about-position-headline { font-family: var(--serif); font-size: clamp(1.75rem,3vw,2.5rem); font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 1rem; }
.about-position-tagline { font-size: .95rem; font-weight: 400; color: rgba(255,255,255,.75); line-height: 1.75; margin-bottom: .75rem; max-width: 560px; }
.about-position-body { font-size: .88rem; font-weight: 300; color: rgba(255,255,255,.55); line-height: 1.8; max-width: 520px; }
.about-position-note { font-size: .78rem; font-style: italic; color: var(--gold); margin-top: 1.5rem; }
.about-position-actions { display: flex; flex-direction: column; gap: .75rem; flex-shrink: 0; }

/* ── Our Work Gallery ────────────────────── */
.about-work { padding: 6rem 0; background: var(--white); }
.about-work-head { margin-bottom: 3rem; }
.work-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; grid-auto-rows: 260px; }
.work-item:nth-child(7n+1) { grid-column: span 2; }
.work-item { display: block; overflow: hidden; position: relative; background: var(--neutral); cursor: pointer; }
.work-item-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.work-item:hover .work-item-img { transform: scale(1.04); }
.work-item-overlay { position: absolute; inset: 0; background: rgba(11,44,74,.45); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .25s; }
.work-item:hover .work-item-overlay { opacity: 1; }
.work-item-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top,rgba(11,44,74,.8),transparent); color: var(--white); font-size: .72rem; font-weight: 500; padding: 1.5rem 1rem .75rem; opacity: 0; transition: opacity .25s; }
.work-item:hover .work-item-caption { opacity: 1; }
.work-gallery-hint { font-size: .72rem; color: var(--muted); margin-top: 1rem; text-align: center; }

/* ── Responsive ───────────────────────────── */
@media (max-width: 900px) {
  .about-approach-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-position-inner { grid-template-columns: 3px 1fr; }
  .about-position-actions { flex-direction: row; flex-wrap: wrap; grid-column: 2; padding-top: 2rem; }
  .work-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .work-item:nth-child(7n+1) { grid-column: span 1; }
}
@media (max-width: 600px) {
  .work-gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .about-position-inner { grid-template-columns: 1fr; }
  .about-position-accent { display: none; }
  .about-position-actions { border-top: 1px solid rgba(255,255,255,.1); padding-top: 2rem; }
}

/* ==========================================================
   BLOG — Archive, Home, Single
   ========================================================== */

/* ── Shared: category tag ────────────────── */
.blog-cat-tag {
  display: inline-block;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  margin-bottom: .75rem;
  transition: color .2s;
}
.blog-cat-tag:hover { color: var(--navy); }

/* ── Shared: post meta (date · reading time) ── */
.blog-post-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: var(--muted);
  margin-top: auto;
  padding-top: 1rem;
}
.blog-meta-sep { opacity: .4; }

/* ── Blog hero ───────────────────────────── */
.blog-hero { min-height: 280px; }

/* ── Blog wrap ───────────────────────────── */
.blog-wrap { background: var(--neutral); padding: 5rem 0 7rem; }

/* ── Featured first post ─────────────────── */
.blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  margin-bottom: 3.5rem;
  overflow: hidden;
  transition: box-shadow .3s;
}
.blog-featured:hover { box-shadow: 0 16px 56px rgba(11,44,74,.1); }

.blog-featured-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.blog-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.blog-featured:hover .blog-featured-img img { transform: scale(1.03); }

.blog-featured-body {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  border-left: none;
}

.blog-featured-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy);
  margin-bottom: 1.1rem;
}
.blog-featured-title a { text-decoration: none; color: inherit; transition: color .2s; }
.blog-featured-title a:hover { color: var(--gold); }

.blog-featured-excerpt {
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: .5rem;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  margin-top: 1.5rem;
  transition: color .2s, gap .2s;
}
.blog-read-more:hover { color: var(--gold); gap: .75rem; }

/* ── Post grid ───────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.blog-grid--archive { margin-top: 0; }

/* ── Blog card ───────────────────────────── */
.blog-card {
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  overflow: hidden;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(11,44,74,.1); }

.blog-card-img {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--navy);
}
.blog-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-img--placeholder { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); }

.blog-card-body {
  padding: 1.5rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-title {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--navy);
  margin-bottom: .75rem;
}
.blog-card-title a { text-decoration: none; color: inherit; transition: color .2s; }
.blog-card-title a:hover { color: var(--gold); }

.blog-card-excerpt {
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--muted);
  flex: 1;
}

/* ── Pagination ──────────────────────────── */
.blog-pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.blog-pagination .nav-links { display: flex; gap: .5rem; align-items: center; }
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--border);
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current { background: var(--navy); color: var(--white); border-color: var(--navy); }
.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next { width: auto; padding: 0 1.1rem; letter-spacing: .06em; }

/* ==========================================================
   SINGLE POST
   ========================================================== */

/* ── Post header ─────────────────────────── */
.single-post-header {
  background: var(--navy);
  padding-top: 67px;
}
.single-post-header-inner {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  max-width: 860px;
}
.single-post-meta-top {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.single-post-meta-top .blog-cat-tag { margin-bottom: 0; }
.single-post-meta-top .blog-date,
.single-post-meta-top .blog-reading-time,
.single-post-meta-top .blog-meta-sep {
  color: rgba(255,255,255,.45);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .06em;
}

.single-post-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.single-post-deck {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255,255,255,.65);
  max-width: 640px;
}

/* ── Featured image ──────────────────────── */
.single-post-hero-img {
  background: var(--navy);
  padding-bottom: 0;
}
.single-post-hero-img img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

/* ── Post body layout ────────────────────── */
.single-post-body { padding: 5rem 0 7rem; background: var(--white); }
.single-post-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 5rem;
  align-items: start;
}

/* ── Post content typography ─────────────── */
.post-content {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--text);
  max-width: 680px;
}
.post-content p          { margin-bottom: 1.4rem; color: var(--muted); }
.post-content h2 {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 500;
  color: var(--navy);
  margin: 3rem 0 1rem;
  line-height: 1.2;
}
.post-content h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  margin: 2.25rem 0 .75rem;
}
.post-content h4 {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 2rem 0 .5rem;
}
.post-content ul,
.post-content ol        { margin: .5rem 0 1.4rem 1.5rem; color: var(--muted); }
.post-content li        { margin-bottom: .5rem; line-height: 1.75; }
.post-content strong    { font-weight: 600; color: var(--text); }
.post-content a         { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.post-content a:hover   { color: var(--gold); }
.post-content img       { width: 100%; height: auto; margin: 2rem 0; display: block; }
.post-content blockquote {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  border-left: 3px solid var(--gold);
  background: var(--neutral);
}
.post-content blockquote p {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  color: var(--navy);
  margin: 0;
  line-height: 1.65;
}
.post-content hr { border: none; border-top: 1px solid var(--border); margin: 3rem 0; }

/* Tags */
.single-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.post-tag {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--neutral);
  border: 1px solid var(--border);
  padding: .35rem .85rem;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.post-tag:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* Post navigation */
.single-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  margin-top: 3rem;
}
.post-nav-link {
  background: var(--neutral);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  text-decoration: none;
  transition: background .2s;
}
.post-nav-link:hover { background: var(--white); }
.post-nav-link--next { text-align: right; }
.post-nav-dir {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gold);
}
.post-nav-title {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
}

/* ── Sidebar ─────────────────────────────── */
.single-post-sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 1.5rem; }

.post-author-card {
  background: var(--neutral);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.post-author-img { border-radius: 50%; display: block; flex-shrink: 0; }
.post-author-label { font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: .25rem; }
.post-author-name  { font-family: var(--serif); font-size: 1rem; font-weight: 500; color: var(--navy); margin-bottom: .35rem; }
.post-author-bio   { font-size: .78rem; font-weight: 300; color: var(--muted); line-height: 1.6; }

.post-sidebar-cta {
  background: var(--navy);
  padding: 1.75rem;
}
.post-sidebar-cta-eyebrow {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .75rem;
}
.post-sidebar-cta-text {
  font-size: .88rem;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.post-sidebar-listings-link {
  display: block;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(255,255,255,.45);
  text-decoration: none;
  text-align: center;
  margin-top: .75rem;
  transition: color .2s;
}
.post-sidebar-listings-link:hover { color: var(--gold); }

/* ── Related posts ───────────────────────── */
.related-posts { padding: 6rem 0; background: var(--neutral); }
.related-posts-head { margin-bottom: 3rem; }

/* ==========================================================
   RESPONSIVE — BLOG
   ========================================================== */

@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-img { aspect-ratio: 16/9; }
  .blog-featured-body { padding: 2rem; }
  .single-post-layout { grid-template-columns: 1fr; gap: 3rem; }
  .single-post-sidebar { position: static; }
  .single-post-nav { grid-template-columns: 1fr; }
  .post-nav-link--next { text-align: left; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-featured-body { padding: 1.5rem; }
  .blog-featured-title { font-size: 1.5rem; }
  .single-post-title { font-size: 2rem; }
}
