/* Selling + Buying supporting pages.
   Permanent resources, not blog posts. Brand palette only:
   #012F38 dark teal · #6aba5a green · #f8f7f4 off-white.
   One 820px measure for hero, breadcrumbs, body and CTA — same discipline as
   the condo documents centre, so the left edge never shifts down the page. */

.bs-inner{max-width:820px;margin:0 auto;padding:0 2rem}
@media (max-width:760px){.bs-inner{padding:0 1.25rem}}

/* hero */
.bs-hero{background:#012F38;padding:4.5rem 0 3.2rem}
.bs-kicker{font-family:'DM Sans',system-ui,sans-serif;font-size:.72rem;
  letter-spacing:.18em;text-transform:uppercase;color:var(--lime,#A2C243);font-weight:500;
  margin:0 0 1rem}
.bs-hero h1{font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(1.85rem,4vw,2.9rem);line-height:1.14;color:#fff;font-weight:700;
  margin:0 0 1.4rem;max-width:22ch}
.bs-lede{max-width:60ch}
.bs-lede p{font-family:'DM Sans',system-ui,sans-serif;font-size:1.12rem;
  line-height:1.72;color:rgba(255,255,255,.84);margin:0 0 .8rem}
.bs-lede p:last-child{margin-bottom:0}
@media (max-width:760px){.bs-hero{padding:3rem 0 2.2rem}}

/* Photo hero variant — opt in with .bs-hero.has-img. The image is a real
   <img> so it carries alt text and is indexable; a scrim keeps headline
   contrast at every viewport. Same pattern as .lx-hero / .st-hero. */
.bs-hero.has-img{position:relative;overflow:hidden}
.bs-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:center 55%;z-index:0;display:block;margin:0}
.bs-hero.has-img::after{content:'';position:absolute;inset:0;z-index:1;
  background:linear-gradient(to right,rgba(1,47,56,.94) 0%,rgba(1,47,56,.80) 46%,rgba(1,47,56,.42) 100%)}
.bs-hero.has-img .bs-inner{position:relative;z-index:2}
@media (max-width:760px){
  .bs-hero.has-img::after{background:linear-gradient(to bottom,rgba(1,47,56,.80) 0%,rgba(1,47,56,.93) 100%)}
}

/* breadcrumbs */
.bs-crumbs{background:#fff;border-bottom:1px solid #e6e3dc;padding:.9rem 0;
  font-family:'DM Sans',system-ui,sans-serif;font-size:.82rem}
.bs-crumbs .bs-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.bs-crumbs a{color:#0e7c66;text-decoration:none}
.bs-crumbs a:hover{text-decoration:underline}
.bs-crumbs span{color:var(--muted,#5A5A5A)}
.bs-crumbs .bs-sep{color:#b9c2c4}

/* body */
.bs-wrap{background:#f8f7f4;padding:3.5rem 0 1rem}
.bs-sec{margin:0 0 2.6rem}
.bs-sec h2{font-family:'Playfair Display',Georgia,serif;font-size:1.6rem;
  color:#012F38;font-weight:700;line-height:1.24;margin:0 0 1rem}
.bs-sec h3{font-family:'Playfair Display',Georgia,serif;font-size:1.2rem;
  color:#012F38;font-weight:700;margin:0 0 .7rem}
.bs-sec p{font-family:'DM Sans',system-ui,sans-serif;font-size:1.08rem;
  line-height:1.85;color:var(--muted,#5A5A5A);margin:0 0 1.15rem}
.bs-sec ul,.bs-sec ol{margin:0 0 1.35rem;padding-left:1.25rem}
.bs-sec li{font-family:'DM Sans',system-ui,sans-serif;font-size:1.04rem;
  line-height:1.78;color:var(--muted,#5A5A5A);margin-bottom:.6rem}
.bs-sec a{color:#0e7c66;text-decoration:none;border-bottom:1px solid rgba(106,186,90,.5)}
.bs-sec a:hover{border-bottom-color:#6aba5a}
.bs-sec strong{color:#012F38}

/* callout for the compliance / caution notes */
.bs-note{background:#fff;border-left:3px solid #6aba5a;padding:1.3rem 1.5rem;
  margin:1.5rem 0;border-radius:0 3px 3px 0;box-shadow:0 8px 26px rgba(1,47,56,.05)}
.bs-note p:last-child{margin-bottom:0}
.bs-example{background:#fff;border:1px dashed #c9d3cd;padding:1.2rem 1.4rem;
  margin:1.4rem 0;border-radius:4px}
.bs-example p:last-child,.bs-example ul:last-child{margin-bottom:0}

/* two-column comparison (current home vs next home, housing gap vs money gap) */
.bs-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:1.2rem;
  align-items:stretch;margin:1.6rem 0}
.bs-col{background:#fff;border:1px solid #e6e3dc;border-radius:4px;
  padding:1.3rem 1.4rem}
.bs-col h4{font-family:'Playfair Display',Georgia,serif;font-size:1.05rem;
  color:#012F38;font-weight:700;margin:0 0 .8rem}
.bs-col ul{margin:0;padding-left:1.1rem}
.bs-col li{font-size:.96rem;margin-bottom:.4rem}
.bs-col p{font-size:.98rem;margin:0}
.bs-vs{display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',Georgia,serif;font-size:1rem;color:#6aba5a;
  font-style:italic}
@media (max-width:660px){
  .bs-compare{grid-template-columns:1fr}
  .bs-vs{padding:.2rem 0}
}

/* embedded success story */
.bs-story{background:linear-gradient(135deg,#012F38 0%,#0B3D47 100%);
  border-left:4px solid #6aba5a;border-radius:5px;padding:1.8rem 2rem;
  margin:1.5rem 0}
.bs-story-eyebrow{font-family:'DM Sans',system-ui,sans-serif;font-size:.7rem;
  letter-spacing:.16em;text-transform:uppercase;color:var(--lime,#A2C243);font-weight:600;
  margin-bottom:.7rem}
.bs-story h3{font-family:'Playfair Display',Georgia,serif;font-size:1.35rem;
  color:#fff !important;font-weight:700;margin:0 0 .9rem}
.bs-story p{color:rgba(255,255,255,.86) !important;font-size:1rem;
  line-height:1.78;margin:0 0 .85rem}
.bs-story-cta{display:inline-block;background:#6aba5a;color:#012F38 !important;
  padding:.7rem 1.4rem;border-radius:3px;font-family:'DM Sans',system-ui,sans-serif;
  font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;
  text-decoration:none;border-bottom:0 !important;margin-top:.4rem}
.bs-story-cta:hover{background:#5aa84a}

/* continue planning */
.bs-continue{border-top:1px solid #e6e3dc;padding-top:1.8rem;margin-top:2.4rem}
.bs-continue h3{font-family:'DM Sans',system-ui,sans-serif;font-size:.74rem;
  letter-spacing:.16em;text-transform:uppercase;color:var(--muted,#5A5A5A);font-weight:500;
  margin:0 0 .9rem}
.bs-sibs{display:flex;flex-wrap:wrap;gap:.6rem}
.bs-sib{display:inline-block;font-family:'DM Sans',system-ui,sans-serif;
  font-size:.9rem;color:#012F38;background:#fff;border:1px solid #d5d0c6;
  border-radius:4px;padding:.65rem 1.1rem;text-decoration:none;transition:.18s}
.bs-sib:hover{border-color:#6aba5a;color:#0e7c66}

/* CTA */
.bs-cta{background:#012F38;padding:3.2rem 0}
.bs-cta h2{font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(1.5rem,3vw,2.1rem);color:#fff;font-weight:700;margin:0 0 .9rem;
  max-width:24ch}
.bs-cta p{font-family:'DM Sans',system-ui,sans-serif;font-size:1.04rem;
  line-height:1.75;color:rgba(255,255,255,.8);margin:0 0 1.6rem;max-width:58ch}
.bs-btns{display:flex;flex-wrap:wrap;gap:.75rem}
.bs-btn{display:inline-block;font-family:'DM Sans',system-ui,sans-serif;
  background:#6aba5a;color:#012F38;padding:.8rem 1.6rem;font-size:.86rem;
  font-weight:500;letter-spacing:.05em;text-transform:uppercase;
  text-decoration:none;border-radius:2px;border:1px solid #6aba5a;
  transition:background .2s}
.bs-btn:hover{background:#5aa84a}
.bs-btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.bs-btn.ghost:hover{border-color:#6aba5a;color:#6aba5a}
@media (max-width:760px){
  .bs-wrap{padding:2.4rem 0 .5rem}
  .bs-cta{padding:2.4rem 0}
  .bs-btn{width:100%;text-align:center}
}

/* Contextual hand-off block placed on buyer guide, seller guide, home
   evaluation, move-up buyer and the mortgage resource. Deliberately a note in
   the content flow rather than another card. */
.bs-hook{max-width:1180px;margin:2.5rem auto;padding:1.6rem 1.8rem;
  background:#f8f7f4;border-left:3px solid #6aba5a;
  font-family:'DM Sans',system-ui,sans-serif}
.bs-hook-lbl{display:block;font-family:'Playfair Display',Georgia,serif;
  font-size:1.2rem;color:#012F38;font-weight:700;margin-bottom:.5rem}
.bs-hook p{font-size:.98rem;line-height:1.72;color:var(--muted,#5A5A5A);margin:0 0 .9rem;
  max-width:70ch}
.bs-hook a{display:inline-block;font-size:.86rem;font-weight:600;
  letter-spacing:.04em;text-transform:uppercase;color:#012F38;
  text-decoration:none;border-bottom:2px solid #6aba5a;padding-bottom:2px}
.bs-hook a:hover{color:#6aba5a}
@media (max-width:760px){.bs-hook{margin:2rem 1.25rem;padding:1.3rem 1.4rem}}
