/* ==================== FONTS ==================== */
@font-face {
  font-family: 'Compass Serif';
  src: url('../fonts/CompassSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Serif';
  src: url('../fonts/CompassSerif-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Serif';
  src: url('../fonts/CompassSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Sans';
  src: url('../fonts/CompassSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Sans';
  src: url('../fonts/CompassSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Sans';
  src: url('../fonts/CompassSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Sans';
  src: url('../fonts/CompassSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Compass Display';
  src: url('../fonts/CompassDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==================== RESET ==================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Compass Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  color: #0a0a0a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity 0.25s ease; }
a:hover { opacity: 0.65; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ==================== TYPOGRAPHY ==================== */
h1, h2, h3, h4, h5 {
  font-family: 'Compass Serif', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: #0a0a0a;
}
h1 { font-size: clamp(2.75rem, 6vw, 5rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: 0.75em; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: 0.6em; }
h4 { font-size: 1.25rem; font-family: 'Compass Sans', sans-serif; font-weight: 500; letter-spacing: 0.01em; }
p { margin-bottom: 1.1em; max-width: 65ch; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0a0a0a;
  display: inline-block;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.75rem;
}
.eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 2rem;
  height: 1px;
  background: #0a0a0a;
}
.eyebrow.light { color: #ffffff; }
.eyebrow.light::before { background: #ffffff; }

/* ==================== LAYOUT ==================== */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.container-narrow {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.container-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
section { padding: 7rem 0; }
@media (max-width: 768px) {
  .container, .container-narrow, .container-article { padding: 0 1.5rem; }
  section { padding: 4rem 0; }
}

/* ==================== UTILITY BAR ==================== */
.utility-bar {
  background: #0a0a0a;
  color: #ffffff;
  padding: 0.75rem 0;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}
.utility-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.utility-bar a {
  color: #ffffff;
  margin-left: 1.5rem;
  font-weight: 400;
}
.utility-bar .utility-left { font-weight: 400; opacity: 0.9; }
@media (max-width: 600px) {
  .utility-bar { font-size: 0.7rem; padding: 0.6rem 0; }
  .utility-bar a { margin-left: 0.75rem; }
}

/* ==================== HEADER ==================== */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.brand-mark img {
  height: 28px;
  width: auto;
}
.brand-mark .divider {
  width: 1px;
  height: 26px;
  background: #d8d8d8;
}
.brand-mark .name {
  font-family: 'Compass Serif', serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: #0a0a0a;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.main-nav a {
  font-size: 0.83rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0a;
}
.main-nav a.active {
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 4px;
}
@media (max-width: 1100px) {
  .main-nav { gap: 1.5rem; }
  .main-nav a { font-size: 0.75rem; }
}
@media (max-width: 900px) {
  .main-nav { gap: 1rem; }
  .main-nav a:not(.btn):not(.menu-toggle) { display: none; }
}

.btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid #0a0a0a;
  background: #0a0a0a;
  color: #ffffff !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background: #ffffff;
  color: #0a0a0a !important;
  opacity: 1;
}
.btn-outline {
  background: transparent;
  color: #0a0a0a !important;
}
.btn-outline:hover {
  background: #0a0a0a;
  color: #ffffff !important;
}
.btn-outline-light {
  background: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  background: #ffffff;
  color: #0a0a0a !important;
}

/* ==================== HERO ==================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
  background: #0a0a0a;
  overflow: hidden;
  padding: 0;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) contrast(1.05) brightness(0.85);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.75) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 2.5rem 16rem;
  max-width: 1400px;
  margin: 0 auto;
  color: #ffffff;
}
.hero h1 {
  color: #ffffff;
  max-width: 900px;
  font-weight: 400;
  line-height: 1.08;
}
.hero .lede {
  font-family: 'Compass Sans', sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  letter-spacing: 0.01em;
  max-width: 580px;
  margin: 1.75rem 0 2.5rem;
  color: rgba(255,255,255,0.92);
}
.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero h1 em {
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero { min-height: 600px; height: 88vh; }
  .hero-content { padding: 0 1.5rem 10rem; }
}

/* ==================== PAGE HERO (smaller for sub-pages) ==================== */
.page-hero {
  position: relative;
  background: #0a0a0a;
  color: #ffffff;
  padding: 8rem 0 7rem;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) brightness(0.45);
  opacity: 0.6;
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4rem);
  max-width: 900px;
  line-height: 1.1;
}
.page-hero p.lede {
  font-family: 'Compass Sans', sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  max-width: 680px;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .page-hero { padding: 5rem 0 4rem; }
}

/* ==================== STATS BAR ==================== */
.stats {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  padding: 5rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-item .stat-number {
  font-family: 'Compass Serif', serif;
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
  display: block;
  margin-bottom: 0.75rem;
}
.stat-item .stat-label {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem 1.5rem; }
}

/* ==================== ABOUT ==================== */
.about { background: #ffffff; }
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
  align-items: center;
}
.about-portrait {
  position: relative;
  background: #f5f4f0;
  padding: 3rem 2.5rem;
  text-align: center;
}
.about-portrait img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 2rem;
  filter: grayscale(100%);
  display: block;
}
.about-portrait .portrait-name {
  font-family: 'Compass Serif', serif;
  font-size: 1.85rem;
  margin-bottom: 0.4rem;
  color: #0a0a0a;
}
.about-portrait .portrait-role {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 2rem;
}
.about-portrait .portrait-meta {
  border-top: 1px solid #d4d2cb;
  padding-top: 1.5rem;
  font-size: 0.92rem;
  color: #333;
  line-height: 1.7;
}
.about-portrait .portrait-meta strong {
  display: block;
  font-family: 'Compass Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #777;
  margin-bottom: 0.2rem;
}
.about-portrait .portrait-meta p { margin-bottom: 1rem; max-width: none; }
.about-content p {
  font-size: 1.05rem;
  color: #2a2a2a;
}
.about-content p + p { margin-top: 1.2em; }
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3.5rem; }
}

/* ==================== SECTION HEADER ==================== */
.section-head {
  margin-bottom: 4rem;
  max-width: 760px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p {
  font-size: 1.1rem;
  color: #444;
  margin-top: 1rem;
}

/* ==================== LISTINGS ==================== */
.listings { background: #f5f4f0; }
.listings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}
.listing-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  transition: all 0.35s ease;
}
.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.15);
  border-color: #0a0a0a;
}
.listing-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #eeeeee;
}
.listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.6s ease, filter 0.6s ease;
}
.listing-card:hover .listing-image img {
  filter: grayscale(0%);
  transform: scale(1.04);
}
.listing-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #ffffff;
  color: #0a0a0a;
  padding: 0.4rem 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.listing-tag.featured { background: #0a0a0a; color: #ffffff; }
.listing-body { padding: 1.75rem 1.5rem 2rem; }
.listing-price {
  font-family: 'Compass Serif', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}
.listing-address {
  font-size: 0.95rem;
  color: #2a2a2a;
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-family: 'Compass Sans', sans-serif;
}
.listing-city {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
.listing-specs {
  display: flex;
  gap: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ececec;
  font-size: 0.82rem;
  color: #555;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.listing-specs span strong {
  color: #0a0a0a;
  font-weight: 500;
  font-family: 'Compass Sans', sans-serif;
}
@media (max-width: 900px) {
  .listings-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .listings-grid { grid-template-columns: 1fr; gap: 2rem; }
}

.section-foot {
  text-align: center;
  margin-top: 4rem;
}

/* ==================== SALES ==================== */
.sales { background: #0a0a0a; color: #ffffff; }
.sales h2, .sales h3 { color: #ffffff; }
.sales .section-head p { color: rgba(255,255,255,0.75); }
.sales-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.sale-card {
  background: #141414;
  border: 1px solid #222;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sale-card:hover {
  border-color: #ffffff;
  transform: translateY(-3px);
}
.sale-card .sale-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.sale-card .sale-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.sale-body { padding: 1.25rem 1.25rem 1.5rem; }
.sale-status {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.4rem;
}
.sale-price {
  font-family: 'Compass Serif', serif;
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.sale-addr {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.45;
}
@media (max-width: 900px) { .sales-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .sales-grid { grid-template-columns: 1fr; } }

/* Light sales variant for non-dark page */
.sales-light { background: #ffffff; color: #0a0a0a; }
.sales-light .sale-card { background: #fafaf7; border: 1px solid #ececec; }
.sales-light .sale-card:hover { border-color: #0a0a0a; }
.sales-light .sale-status { color: #777; }
.sales-light .sale-price { color: #0a0a0a; }
.sales-light .sale-addr { color: #444; }

/* ==================== NEIGHBORHOOD ==================== */
.neighborhood { background: #ffffff; }
.neighborhood-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 6rem;
}
.neighborhood-intro img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: grayscale(100%);
}
.neighborhood-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 4rem;
  margin-top: 2rem;
}
.aeo-block h3 {
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #0a0a0a;
}
.aeo-block p {
  font-size: 0.98rem;
  color: #2a2a2a;
}
@media (max-width: 900px) {
  .neighborhood-intro { grid-template-columns: 1fr; gap: 3rem; }
  .neighborhood-blocks { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ==================== LEGACY ==================== */
.legacy { background: #f5f4f0; text-align: center; }
.legacy .container-narrow { text-align: left; }
.legacy-quote {
  font-family: 'Compass Serif', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 2.2vw, 1.95rem);
  line-height: 1.45;
  color: #0a0a0a;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
}
.legacy-quote::before, .legacy-quote::after {
  content: '"';
  font-size: 2.4em;
  line-height: 0;
  vertical-align: -0.4em;
  color: #0a0a0a;
}

/* ==================== TESTIMONIALS ==================== */
.testimonials { background: #ffffff; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 1.5rem;
}
.testimonial-card {
  padding: 3rem 2.25rem;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  position: relative;
  transition: all 0.3s ease;
}
.testimonial-card:hover { border-color: #0a0a0a; }
.testimonial-card::before {
  content: '"';
  font-family: 'Compass Serif', serif;
  font-size: 5rem;
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
  line-height: 1;
  color: #0a0a0a;
  opacity: 0.1;
}
.testimonial-card .stars {
  margin-bottom: 1.5rem;
  letter-spacing: 0.2em;
  color: #0a0a0a;
  font-size: 0.85rem;
}
.testimonial-card p {
  font-family: 'Compass Serif', serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.testimonial-card .author {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0a0a0a;
}
.testimonial-card .author span {
  display: block;
  color: #888;
  font-weight: 300;
  margin-top: 0.3rem;
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 0.78rem;
}
@media (max-width: 900px) {
  .testimonial-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ==================== FAQ ==================== */
.faq { background: #f5f4f0; }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid #d4d2cb;
  padding: 1.75rem 0;
}
.faq-item:first-child { border-top: 1px solid #d4d2cb; }
.faq-q {
  font-family: 'Compass Serif', serif;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 0.9rem;
  color: #0a0a0a;
  letter-spacing: -0.01em;
}
.faq-a { font-size: 1rem; color: #2a2a2a; max-width: none; }

/* ==================== CTA STRIP ==================== */
.cta-strip {
  background: #0a0a0a;
  color: #ffffff;
  padding: 6rem 0;
  text-align: center;
}
.cta-strip h2 {
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 1.5rem;
}
.cta-strip p {
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  font-size: 1.1rem;
}
.cta-strip .contact-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  font-family: 'Compass Sans', sans-serif;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
}
.cta-strip .contact-row a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 0.2rem;
}

/* ==================== COMMUNITY/SUB-NEIGHBORHOOD CARDS ==================== */
.community-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.community-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 0;
  transition: all 0.3s ease;
}
.community-card:hover { border-color: #0a0a0a; transform: translateY(-3px); }
.community-card .community-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eeeeee;
}
.community-card .community-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.6s ease;
}
.community-card:hover .community-img img { transform: scale(1.05); }
.community-body { padding: 2.25rem 2rem 2.5rem; }
.community-body .meta {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 0.6rem;
}
.community-body h3 {
  font-size: 1.65rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 1rem;
}
.community-body p { font-size: 0.98rem; color: #333; max-width: none; }
.community-body .specs {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ececec;
  font-size: 0.82rem;
  color: #555;
}
.community-body .specs strong {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.15rem;
  font-weight: 500;
}
@media (max-width: 800px) {
  .community-grid { grid-template-columns: 1fr; }
}

/* ==================== LIFESTYLE/THINGS-TO-DO ==================== */
.lifestyle-section {
  padding-bottom: 0;
}
.lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.lifestyle-card {
  background: #ffffff;
  border-top: 2px solid #0a0a0a;
  padding: 2rem 0;
}
.lifestyle-card h4 {
  font-family: 'Compass Serif', serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.lifestyle-card .meta {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 1rem;
}
.lifestyle-card p { font-size: 0.95rem; color: #333; max-width: none; }
@media (max-width: 900px) {
  .lifestyle-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ==================== AIRPORT TABLE ==================== */
.airport-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.airport-table th, .airport-table td {
  text-align: left;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}
.airport-table th {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #777;
  border-bottom: 2px solid #0a0a0a;
}
.airport-table td {
  font-size: 0.98rem;
  color: #1a1a1a;
}
.airport-table td.code {
  font-family: 'Compass Serif', serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.airport-table td.name { font-weight: 500; }
@media (max-width: 700px) {
  .airport-table th, .airport-table td { padding: 1rem 0.5rem; font-size: 0.85rem; }
  .airport-table td.code { font-size: 1.1rem; }
}

/* ==================== BLOG ==================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
}
.blog-card {
  display: block;
  color: inherit;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  transition: all 0.3s ease;
}
.blog-card:hover {
  border-color: #0a0a0a;
  transform: translateY(-4px);
  opacity: 1;
}
.blog-card .blog-img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-img img { transform: scale(1.04); }
.blog-card .blog-body { padding: 1.75rem 1.5rem 2rem; }
.blog-card .blog-meta {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.75rem;
}
.blog-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.blog-card p {
  font-size: 0.95rem;
  color: #444;
  max-width: none;
}
.blog-card .read-more {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 3px;
}
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ==================== BLOG ARTICLE ==================== */
.article-hero {
  background: #f5f4f0;
  padding: 8rem 0 5rem;
}
.article-hero .container-article { max-width: 880px; }
.article-hero .meta {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 1.5rem;
}
.article-hero h1 {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.article-hero .article-lede {
  font-family: 'Compass Serif', serif;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #333;
  max-width: 700px;
}
.article-hero .byline {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.article-hero .byline img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%);
}
.article-hero .byline-text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
}
.article-hero .byline-text strong { display: block; font-weight: 500; color: #0a0a0a; }
.article-hero .byline-text span { font-size: 0.78rem; color: #777; letter-spacing: 0.04em; }

.article-body {
  background: #ffffff;
  padding: 5rem 0 6rem;
}
.article-body .container-article { max-width: 760px; }
.article-body p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #1a1a1a;
  margin-bottom: 1.5em;
  max-width: none;
}
.article-body h2 {
  font-size: 1.95rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.article-body h3 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
}
.article-body ul, .article-body ol {
  margin-bottom: 1.75em;
  padding-left: 1.5rem;
}
.article-body li {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}
.article-body blockquote {
  border-left: 2px solid #0a0a0a;
  padding: 0.75rem 0 0.75rem 2rem;
  margin: 2.5rem 0;
  font-family: 'Compass Serif', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #0a0a0a;
}
.article-body img {
  width: 100%;
  margin: 2.5rem 0;
  filter: grayscale(100%);
}
.article-body .figure-caption {
  font-size: 0.85rem;
  color: #777;
  margin-top: -2rem;
  margin-bottom: 2.5rem;
  font-style: italic;
}
.article-body hr {
  border: none;
  height: 1px;
  background: #ececec;
  margin: 3rem 0;
}

/* ==================== FOOTER ==================== */
.site-footer {
  background: #0a0a0a;
  color: #ffffff;
  padding: 5rem 0 2.5rem;
  border-top: 1px solid #1a1a1a;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #2a2a2a;
}
.footer-brand img {
  height: 32px;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}
.footer-brand .footer-name {
  font-family: 'Compass Serif', serif;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.footer-brand p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  max-width: 320px;
  line-height: 1.65;
}
.footer-col h4 {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.75rem; }
.footer-col a {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}
.footer-col a:hover { color: #ffffff; opacity: 1; }
.social-row {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #ffffff;
  transition: all 0.3s ease;
}
.social-row a:hover {
  background: #ffffff;
  color: #0a0a0a;
  opacity: 1;
  border-color: #ffffff;
}
.social-row svg { width: 17px; height: 17px; }

.footer-bottom {
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}
.footer-bottom .legal-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom .legal-logos img {
  height: 36px;
  width: auto;
  opacity: 0.85;
}
.footer-disclaimer {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  margin-top: 2rem;
  line-height: 1.6;
  max-width: 1100px;
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ==================== INSTAGRAM ==================== */
.instagram-section {
  background: #ffffff;
  padding: 7rem 0;
}
.instagram-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
  gap: 2rem;
}
.instagram-head h2 { margin-bottom: 0.5rem; }
.instagram-head .handle {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.92rem;
  color: #555;
  letter-spacing: 0.04em;
}
.instagram-head a.btn { flex-shrink: 0; }

.instagram-embed-wrapper {
  border: 1px solid #ececec;
  padding: 2rem;
  background: #fafaf7;
}

.instagram-fallback {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}
.instagram-fallback a {
  display: block;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
}
.instagram-fallback a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.instagram-fallback a:hover img { filter: grayscale(0%); transform: scale(1.05); }
.instagram-fallback a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.3s ease;
}
.instagram-fallback a:hover::after { background: rgba(0,0,0,0.1); }
@media (max-width: 900px) {
  .instagram-fallback { grid-template-columns: repeat(3, 1fr); }
  .instagram-head { flex-direction: column; align-items: flex-start; }
}

/* ==================== YEAR-BY-YEAR CHART ==================== */
.year-chart {
  background: #ffffff;
  padding: 3rem 0 1rem;
  margin-top: 3rem;
}
.year-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 220px;
  border-bottom: 1px solid #0a0a0a;
  padding-bottom: 0;
}
.year-bar {
  flex: 1;
  background: #0a0a0a;
  position: relative;
  min-height: 4px;
  transition: all 0.3s ease;
}
.year-bar:hover { background: #555; }
.year-bar .bar-value {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  font-weight: 600;
  font-family: 'Compass Sans', sans-serif;
  color: #0a0a0a;
}
.year-chart-labels {
  display: flex;
  gap: 6px;
  margin-top: 0.75rem;
}
.year-chart-labels span {
  flex: 1;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  color: #777;
  font-family: 'Compass Sans', sans-serif;
}
@media (max-width: 900px) {
  .year-chart-bars { height: 140px; }
  .year-chart-labels span:nth-child(odd) { display: none; }
}

/* ==================== DASHBOARD STAT BLOCKS ==================== */
.dashboard-stats {
  background: #ffffff;
  padding: 7rem 0;
}
.dashboard-headline {
  text-align: center;
  margin-bottom: 5rem;
}
.dashboard-headline .big-number {
  font-family: 'Compass Serif', serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.dashboard-headline .big-label {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #555;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ececec;
  border: 1px solid #ececec;
}
.kpi-card {
  background: #ffffff;
  padding: 2.5rem 2rem;
}
.kpi-card.dark { background: #0a0a0a; color: #ffffff; }
.kpi-card .kpi-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 1rem;
  font-weight: 500;
}
.kpi-card.dark .kpi-label { color: rgba(255,255,255,0.55); }
.kpi-card .kpi-value {
  font-family: 'Compass Serif', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.kpi-card .kpi-meta {
  font-size: 0.85rem;
  color: #444;
}
.kpi-card.dark .kpi-meta { color: rgba(255,255,255,0.7); }
@media (max-width: 900px) {
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Top markets bar list */
.market-list {
  margin-top: 2.5rem;
  max-width: 720px;
}
.market-row {
  display: grid;
  grid-template-columns: 160px 1fr 70px;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 0;
  border-bottom: 1px solid #ececec;
}
.market-row:last-child { border-bottom: none; }
.market-row .name {
  font-family: 'Compass Sans', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
}
.market-row .bar {
  background: #ececec;
  height: 8px;
  position: relative;
  overflow: hidden;
}
.market-row .bar-fill {
  position: absolute;
  inset: 0;
  background: #0a0a0a;
  transform-origin: left;
}
.market-row .count {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 600px) {
  .market-row { grid-template-columns: 110px 1fr 60px; gap: 0.5rem; }
}

/* Speed-of-sale bars */
.speed-list { margin-top: 2rem; max-width: 720px; }
.speed-row {
  display: grid;
  grid-template-columns: 130px 1fr 90px;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.speed-row .speed-label {
  font-size: 0.92rem;
  font-weight: 500;
  color: #ffffff;
  font-family: 'Compass Sans', sans-serif;
}
.speed-row .speed-bar { background: rgba(255,255,255,0.12); height: 10px; position: relative; }
.speed-row .speed-bar-fill { position: absolute; inset: 0; background: #ffffff; }
.speed-row .speed-count {
  font-family: 'Compass Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
}

/* ==================== BLOG POST INDIVIDUAL CARD MAJOR ==================== */
.blog-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #0a0a0a;
}
.blog-card.featured .blog-img { aspect-ratio: auto; height: 100%; }
.blog-card.featured .blog-body { padding: 3rem 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.blog-card.featured h3 { font-size: 2rem; line-height: 1.15; }
@media (max-width: 900px) {
  .blog-card.featured { grid-column: span 1; grid-template-columns: 1fr; }
  .blog-card.featured .blog-img { aspect-ratio: 3/2; }
  .blog-card.featured .blog-body { padding: 2rem 1.5rem; }
  .blog-card.featured h3 { font-size: 1.5rem; }
}

/* ==================== UTILITIES ==================== */
.text-center { text-align: center; }
.divider-line {
  width: 60px;
  height: 1px;
  background: #0a0a0a;
  margin: 2rem auto;
}
.bg-light { background: #f5f4f0; }
.bg-white { background: #ffffff; }
.mt-0 { margin-top: 0; }
.mt-4 { margin-top: 4rem; }
