/* ---------- Page sections (prototype .th-section = 80px) ---------- */
.section-tight { padding: 80px 0; }
@media (max-width: 767.98px) { .section-tight { padding: 48px 0; } }

/* ---------- Breadcrumb (Bootstrap breadcrumb component, skinned) ---------- */
.crumbs { padding-top: 16px; }
.crumbs .breadcrumb {
  margin: 0;
  font-size: 13px;
  color: var(--osp-ink-mute);
}
.crumbs .breadcrumb a { color: var(--osp-plum-600); }
.crumbs .breadcrumb a:hover { color: var(--osp-plum-700); }
.crumbs .breadcrumb-item + .breadcrumb-item::before { color: var(--osp-line); }
.crumbs .breadcrumb-item.active { color: var(--osp-plum-700); }

/* ---------- Hero ---------- */
.th-hero { padding: 40px 0 32px; }
.th-hero h1 {
  margin-top: 14px;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.018em;
}
.th-hero h1 em { font-style: italic; color: var(--osp-terra-700); }
.th-lede {
  margin-top: 20px;
  font-size: 19px;
  color: var(--osp-ink-soft);
  line-height: 1.55;
  max-width: 60ch;
}
.th-hero-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--osp-r-lg);
  box-shadow: 0 18px 44px rgba(46,42,53,.18);
  position: relative;
}
.th-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.th-hero-photo .photo-cred {
  position: absolute;
  bottom: 10px; left: 14px;
  color: rgba(255,255,255,.85);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@media (max-width: 767.98px) { .th-hero { padding: 24px 0 28px; } }

/* ---------- Quick facts strip ---------- */
.facts-strip {
  background: var(--osp-plum-900);
  color: #fff;
  margin-top: 16px;
  padding: 32px 0;
}
.fact { border-left: 2px solid var(--osp-terra-300); padding-left: 16px; }
.fact .num {
  font-family: var(--osp-font-serif);
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.01em;
}
.fact .label { margin-top: 8px; font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.45; }
@media (max-width: 767.98px) { .facts-strip { padding: 24px 0; } }

/* ---------- "What you get / what it isn't" lists ---------- */
.two-up h3 { font-size: 26px; line-height: 1.2; }
.two-up p { margin-top: 14px; font-size: 15.5px; color: var(--osp-ink-soft); line-height: 1.6; }
.two-up ul { margin: 18px 0 0; list-style: none; padding: 0; }
.two-up li {
  padding: 12px 0;
  border-bottom: 1px solid var(--osp-line);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--osp-plum-900);
  line-height: 1.5;
}
.two-up li svg {
  width: 18px; height: 18px;
  color: var(--osp-terra-700);
  flex-shrink: 0;
  margin-top: 2px;
}
.two-up li strong { font-weight: 700; }

/* ---------- Apartment showcase band ---------- */
.apt-section {
  background: var(--osp-paper);
  border-top: 1px solid var(--osp-line);
  border-bottom: 1px solid var(--osp-line);
}
.apt-card {
  background: var(--osp-cream);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-lg);
  overflow: hidden;
  height: 100%;
}
.apt-card .photo { aspect-ratio: 4/3; overflow: hidden; background: var(--osp-plum-50); }
.apt-card .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.apt-card .body { padding: 24px; }
.apt-card .type {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--osp-terra-700);
  font-weight: 700;
  text-transform: uppercase;
}
.apt-card h4 { margin-top: 8px; font-size: 21px; line-height: 1.2; }
.apt-card p { margin-top: 10px; font-size: 14px; color: var(--osp-ink-soft); line-height: 1.55; }
.apt-card .specs {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--osp-line);
  display: flex;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--osp-ink-mute);
  font-weight: 700;
  text-transform: uppercase;
}

/* ---------- Roadmap step cards ---------- */
.road-step {
  background: var(--osp-paper);
  border: 1px solid var(--osp-line);
  border-radius: var(--osp-r-md);
  padding: 28px;
  height: 100%;
}
.road-step .month {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--osp-terra-700);
  font-weight: 700;
  text-transform: uppercase;
}
.road-step h4 { margin-top: 10px; font-size: 19px; line-height: 1.2; }
.road-step p { margin-top: 10px; font-size: 13.5px; color: var(--osp-ink-soft); line-height: 1.55; }

/* ---------- Eligibility panel ---------- */
.elig-panel {
  background: linear-gradient(155deg, var(--osp-terra-50), var(--osp-cream));
  border: 1px solid var(--osp-terra-100);
  border-radius: var(--osp-r-xl);
  padding: 56px;
}
.elig-panel h2 { font-size: clamp(26px, 3.6vw, 34px); line-height: 1.15; }
.elig-panel .intro { margin-top: 14px; font-size: 15.5px; color: var(--osp-ink-soft); line-height: 1.6; }
.elig-list { list-style: none; padding: 0; margin: 0; }
.elig-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(180, 120, 100, 0.15);
  font-size: 15px;
  color: var(--osp-plum-900);
  line-height: 1.5;
}
.elig-list li:last-child { border-bottom: none; }
.elig-list li strong {
  display: block;
  font-family: var(--osp-font-serif);
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: 500;
}
.elig-list li span { color: var(--osp-ink-soft); font-size: 14px; }
@media (max-width: 991.98px) { .elig-panel { padding: 32px 24px; } }

/* ---------- Final CTA panel ---------- */
.th-final {
  background: var(--osp-plum-700);
  color: #fff;
  border-radius: var(--osp-r-xl);
  padding: 56px;
  text-align: center;
  max-width: 1100px;
  margin: 40px auto 0;
}
.th-final h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #fff;
  line-height: 1.1;
}
.th-final p {
  margin: 16px auto 0;
  max-width: 54ch;
  font-size: 16.5px;
  color: rgba(255,255,255,.85);
  line-height: 1.55;
}
@media (max-width: 767.98px) { .th-final { padding: 36px 24px; } }
