/* ============================================================
   Maryam Bokhari — components introduced by the later pages
   (Buyers, Contact, Neighborhoods, Relocation, City, Legal).

   Loads AFTER brand.css. Every value below comes from the tokens
   brand.css already defines — no new palette, no new typefaces.
   Namespaced `mb-` so it never collides with the template.
   ============================================================ */

/* ------------------------------------------------------------
   Shared section furniture
   ------------------------------------------------------------ */
.mb-section-head {
  max-width: 720px;
  margin-bottom: clamp(26px, 3.4vw, 46px);
}

.mb-section-head.is-center {

  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mb-section-title {
  font-size: clamp(28px, 3.8vw, 50px);
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: 0;
}

.mb-section-sub {
  margin: clamp(14px, 1.8vw, 20px) 0 0;
  color: var(--Text-secondary);
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.6;
}

.mb-tint {
  background: #F9F7F3;
}



/* ============================================================
   INNER-PAGE HEADER
   Full-bleed navy band. Replaces the flat white .mb-hero that
   brand.css defines, for every page except the homepage (which
   uses the template's own .page-title).

   Colours are the brand's own: #17213E ground, #EEC062 →
   #9D6024 gold for accents, white type. All contrast pairs
   clear WCAG AA.
   ============================================================ */
.mb-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #17213E;
  padding-top: clamp(80px, 6vw, 100px);
  padding-bottom: clamp(80px, 6vw, 100px);
}



/* hairline of brand gold along the top edge */
/* .mb-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--Gold-gradient);
  z-index: 2;
} */

/* soft gold light from the top-right, and a deepening toward
   the bottom so the section below reads as a step up into light */
/* .mb-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(58% 78% at 88% 8%, rgba(238, 192, 98, .16) 0%, rgba(238, 192, 98, 0) 62%),
    radial-gradient(48% 62% at 6% 96%, rgba(176, 95, 39, .16) 0%, rgba(176, 95, 39, 0) 68%);
} */

/* faint hairline grid, barely there — gives the ground texture
   without competing with the type */
.mb-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(72% 72% at 50% 40%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(72% 72% at 50% 40%, #000 0%, transparent 78%);
}

.mb-hero > .tf-container {
  position: relative;
  z-index: 1;
}

/* --- breadcrumb, when it sits inside the header --- */
.mb-hero .mb-breadcrumb {
  padding-top: 0;
  margin-bottom: clamp(22px, 3vw, 38px);
}

.mb-hero .mb-breadcrumb ol {
  color: rgba(255, 255, 255, .55);
}

.mb-hero .mb-breadcrumb a {
  color: #EEC062;
}

.mb-hero .mb-breadcrumb a:hover {
  color: #fff;
}

.mb-hero .mb-breadcrumb li + li::before {
  background: #EEC062;
  opacity: .55;
}

.mb-hero .mb-breadcrumb [aria-current="page"] {
  color: rgba(255, 255, 255, .82);
}

/* --- type --- */
.mb-hero .mb-hero-eyebrow {
     color: var(--gold-ink);
  opacity: .95;
}

.mb-hero .mb-hero-eyebrow .dot {
  background:var(--gold-ink);
}

.text-black{
	color:#101010!important;
}

.mb-hero .mb-hero-title {
  color: #fff;
}

.mb-hero .mb-hero-rule {
  width: 64px;
  height: 2px;
     background: var(--Primary)!important;
  opacity: 1;
}


/* .mb-hero .mb-hero-lead {
  color: rgba(255, 255, 255, .76);
} */

/* --- media --- */
.mb-hero .mb-hero-media img {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 48px 90px -52px rgba(0, 0, 0, .85);
}

/* --- buttons on navy: see the button system further down --- */
.mb-hero .tf-btn:focus-visible,
.final-cta .tf-btn:focus-visible {
  outline: 3px solid #EEC062 !important;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .25) !important;
}

/* ============================================================
   CLOSING CTA PANEL

   A contained navy panel rather than a full-bleed band: the
   site footer is already navy, so a band here would merge with
   it into one dark mass. Inset on the cream ground it reads as
   a deliberate closing statement and keeps its own edges.
   ============================================================ */
.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  
  /* margin-inline only — `margin: 0 auto` here would flatten the top margin
     that .abt-cta sets on the About page and collide with the copy above it */
  margin-inline: auto;
  padding: clamp(40px, 5.5vw, 80px) clamp(24px, 4vw, 64px);
  border-radius: 16px;
  background-color: #17213E;
  text-align: center;
}


/* the title is a <div> in the template's markup, so it never picked up the
   heading typeface; the templates now emit a real heading with `.title` */
.final-cta .final-title {
  font-family: "Forum", serif;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0;
}

.final-cta .final-sub {
  color: rgba(255, 255, 255, .76);
  
  margin: clamp(16px, 2vw, 22px) auto 0;
}

.final-cta .abt-cta-actions,
.final-cta .mb-hero-actions,
.final-cta > .d-flex {
  margin-top: clamp(26px, 3.2vw, 38px);
}



/* ============================================================
   BUTTON SYSTEM

   The template ships `.tf-btn:hover span { color: #fff !important }`
   in styles.css. That single rule forces every button's label
   white on hover regardless of what the fill does — so any
   button given a light hover fill ends up white-on-white and
   disappears. Overriding it needs equal-or-greater specificity
   AND !important, which is what the `> span:not(.bg-effect)`
   selectors below are for.

   `.bg-effect` is the circle that expands to fill the button on
   hover, so it — not `background-color` — is what decides the
   hovered background.

   Every pair below is checked for WCAG AA (>= 4.5:1).
   ============================================================ */

/* --- shared: keep the label above the expanding fill --- */
.tf-btn > span:not(.bg-effect),
.tf-btn > i {
  position: relative;
  z-index: 1;
}

/* --- 1. Solid dark button on light grounds (btn-bg-1) -------
   rest: #101010 fill, white label
   hover: copper fill, white label (5.1:1)
   The template flipped the label to near-black on copper (4.3:1
   and muddy); white reads better and matches every other state. */
.tf-btn.btn-bg-1:hover > span:not(.bg-effect),
.tf-btn.btn-bg-1:hover > i {
  color: #fff !important;
}

/* --- 2. Outlined button on light grounds (btn-border) -------
   rest: transparent, dark label, dark hairline
   hover: copper fill, white label (5.1:1) */
.tf-btn.btn-border:hover > span:not(.bg-effect),
.tf-btn.btn-border:hover > i {
  color: #fff !important;
}

/* --- 3. Primary on a navy ground (gold) ---------------------
   Used by the page header and the closing CTA band.
   rest: gold gradient fill, navy label (8.6:1)
   hover: white fill, navy label (13.9:1) */
.mb-hero .tf-btn,
.final-cta .tf-btn,
.page-title.style-2 .tf-btn.btn-bg-1{
  border: 1px solid transparent;
/*   background: var(--Gold-gradient); */
  background-color: var(--gold-ink);
}

.page-title.style-2 .tf-btn.btn-border{
	 border: 1px solid #fff;
}

.page-title.style-2 .tf-btn.btn-border:hover{
	 border: 1px solid transparent;
}


@media (max-width: 767px) {
	.section-stats .wrap-stats > * {
		position: relative;
		padding-bottom: 20px;
	}

	.section-stats .wrap-stats > *:not(:last-child)::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: #ddd;
	}
}

.page-title.style-2 .tf-btn.btn-border span{
	color:#fff;
}

/* .mb-hero .tf-btn > span:not(.bg-effect),
.mb-hero .tf-btn > i,
.final-cta .tf-btn > span:not(.bg-effect),
.final-cta .tf-btn > i {
  color: #17213E !important;
} */

.mb-hero .tf-btn .bg-effect,
.final-cta .tf-btn .bg-effect ,
.page-title.style-2 .tf-btn.btn-bg-1 .bg-effect {
  background: #fff;
}

.mb-hero .tf-btn:hover > span:not(.bg-effect),
.mb-hero .tf-btn:hover > i,
.final-cta .tf-btn:hover > span:not(.bg-effect),
.final-cta .tf-btn:hover > i,
.page-title.style-2 .tf-btn.btn-bg-1:hover > span:not(.bg-effect),
.page-title.style-2 .tf-btn.btn-bg-1:hover > i{
  color: #17213E !important;
}

/* --- 4. Secondary on the navy header (outlined) -------------
   rest: transparent, white label, white hairline
   hover: white fill, navy label */
.mb-hero .tf-btn.btn-border,
.final-cta .tf-btn.btn-border {
  background: transparent;
  border-color: rgba(255, 255, 255, .45);
}

.mb-hero .tf-btn.btn-border > span:not(.bg-effect),
.mb-hero .tf-btn.btn-border > i,
.final-cta .tf-btn.btn-border > span:not(.bg-effect),
.final-cta .tf-btn.btn-border > i {
  color: #fff !important;
}

.mb-hero .tf-btn.btn-border .bg-effect,
.final-cta .tf-btn.btn-border .bg-effect {
  background: #fff;
}

.mb-hero .tf-btn.btn-border:hover,
.final-cta .tf-btn.btn-border:hover {
  border-color: #fff;
}

.mb-hero .tf-btn.btn-border:hover > span:not(.bg-effect),
.mb-hero .tf-btn.btn-border:hover > i,
.final-cta .tf-btn.btn-border:hover > span:not(.bg-effect),
.final-cta .tf-btn.btn-border:hover > i {
  color: #17213E !important;
}

/* --- 5. Footer CTA -----------------------------------------
   rest:  copper fill, white label (5.1:1)
   hover: deeper copper, white label (6.4:1)
   Deliberately not navy on hover — the footer ground is navy,
   so the button would lose its shape against it. */
.footer-cta .tf-btn {
  background-color: var(--Primary);
}

.footer-cta .tf-btn > span:not(.bg-effect),
.footer-cta .tf-btn > i {
  color: #fff !important;
}

.footer-cta .tf-btn .bg-effect {
  background: var(--gold-ink);
}

.footer-cta .tf-btn:hover {
  background-color: var(--gold-ink);
}

.footer-cta .tf-btn:hover > span:not(.bg-effect),
.footer-cta .tf-btn:hover > i {
  color: #fff !important;
}

/* --- 6. Form submits inherit the solid dark button ---------- */
.sl-submit:hover > span:not(.bg-effect),
.sl-submit:hover > i {
  color: #fff !important;
}

/* ------------------------------------------------------------
   Registered mark inside display type.
   At heading scale a full-size ® reads as a typo, so it is set
   as a proper superscript. `position` rather than
   `vertical-align: super` keeps the line box unchanged.
   ------------------------------------------------------------ */
.mb-reg {
  font-size: .38em;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  top: -.9em;
  margin-left: .04em;
}

/* ------------------------------------------------------------
   Hero with no media — the copy becomes the whole composition,
   centred on the band rather than stranded in a half-width
   column beside empty space.
   ------------------------------------------------------------ */
.mb-hero-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .mb-hero--centered .mb-breadcrumb ol {
    justify-content: center;
  }

  /* The copy block spans the full container. Measure is controlled on the
     title and lead individually — capping the wrapper in `ch` would resolve
     against the wrapper's own (body-sized) font, not the display type, and
     squeeze an 84px headline into a ~600px column. */
  .mb-hero-grid.is-single .mb-hero-copy {
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .mb-hero-grid.is-single .mb-hero-eyebrow {
    justify-content: center;
  }

  .mb-hero-grid.is-single .mb-hero-title {
    margin-inline: auto;
  }

  .mb-hero-grid.is-single .mb-hero-rule {
    margin-inline: auto;
  }

  .mb-hero-grid.is-single .mb-hero-lead {
    /* ch here is relative to the lead's own ~20px type, so this is a real
       reading measure rather than an accident of inheritance */
    max-width: 62ch;
    margin-inline: auto;
  }

  /* declare the flex context here rather than relying on the `d-flex`
     utility classes — sell.php's hand-written hero omits them, and
     justify-content on a block element does nothing */
  .mb-hero-grid.is-single .mb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}

/* ------------------------------------------------------------
   Long-form editorial copy
   ------------------------------------------------------------ */
.mb-prose {
  max-width: 820px;
}

.mb-prose p {
  color: var(--Text-secondary);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.mb-prose p:last-child {
  margin-bottom: 0;
}

.mb-prose strong {
  color: var(--Text-primary);
  font-weight: 600;
}

.mb-prose-lead {
  font-size: clamp(19px, 2vw, 22px) !important;
  color: var(--Text-primary) !important;
}

/* pull-quote, same gesture as .mb-hero-quote */
.mb-statement {
  position: relative;
  padding-left: clamp(18px, 2vw, 28px);
  margin: clamp(24px, 3vw, 34px) 0;
  font-family: "Forum", serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(21px, 2.5vw, 33px);
  line-height: 1.3;
  letter-spacing: -.01em;
  color: var(--Text-primary);
}

.mb-statement::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 3px;
  border-radius: 3px;
  background: var(--Gold-gradient);
}

/* ------------------------------------------------------------
   Card grid — neighborhood index, buyer types, sub-areas
   ------------------------------------------------------------ */
.mb-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
}

.mb-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #F9F7F3;
  
  border-radius: 16px;
  padding: clamp(26px, 3vw, 36px);
  transition: border-color .4s ease, transform .4s ease, box-shadow .4s ease;
}

/* gold edge draws across the top on hover — the same gesture the
   nav tabs and note lists use, rotated to the horizontal */
/* .mb-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--Gold-gradient);
  transition: width .45s cubic-bezier(.2, .7, .3, 1);
} */

.mb-card:hover::before,
.mb-card:focus-within::before {
  width: 100%;
}

.mb-card:hover {
  border-color: var(--Primary);
  transform: translateY(-5px);
 
}

.mb-card-eyebrow {
  font-family: "Forum", serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  line-height: 1.6;
  color: var(--gold-ink);
  margin: 0 0 12px;
}

.mb-card-title {
  font-family: "Forum", serif;
  font-weight: 600;
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--Text-primary);
  margin: 0 0 12px;
  transition: color .35s ease;
}

.mb-card:hover .mb-card-title {
  color: var(--gold-ink);
}

.mb-card p {
  margin: 0;
  color: var(--Text-secondary);
  font-size: 17px;
  line-height: 1.6;
}

.mb-card-note {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  color: var(--gold-ink);
}

.mb-card-link {
  margin-top: auto;
  padding-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Forum", serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  color: var(--Text-primary);
  transition: color .3s ease, gap .3s ease;
}

.mb-card-link i {
  color: var(--gold-ink);
  font-size: 15px;
}

.mb-card:hover .mb-card-link {
  color: var(--gold-ink);
  gap: 14px;
}

/* whole card is clickable when it wraps a link */
.mb-card-stretch::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

@media (min-width: 700px) {
  .mb-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .mb-cards.is-3up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

/* ------------------------------------------------------------
   Fits / doesn't fit — the honesty block
   ------------------------------------------------------------ */
.mb-split {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
}

@media (min-width: 900px) {
  .mb-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mb-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--Line);
}

/* Flow layout, not grid: these items carry inline <strong> and plain text
   side by side, and a grid container would promote each of those into its
   own cell. The marker is positioned instead. */
.mb-checklist li {
  position: relative;
  border-bottom: 1px solid var(--Line);
  padding: clamp(15px, 1.8vw, 20px) 0 clamp(15px, 1.8vw, 20px) 32px;
  color: var(--Text-secondary);
  font-size: 17px;
  line-height: 1.58;
}

.mb-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(15px, 1.8vw, 20px);
  width: 18px;
  height: 18px;
  margin-top: .22em;
  border-radius: 50%;
  border: 1px solid var(--Line);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}

.mb-checklist li strong {
  color: var(--Text-primary);
  font-weight: 600;
}

.mb-checklist.is-yes li::before {
  border-color: var(--Primary);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4.2L3.6 6.8L9 1.4' stroke='%23b05f27' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mb-checklist.is-no li::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.5 1.5L8.5 8.5M8.5 1.5L1.5 8.5' stroke='%2355607A' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.mb-list-title {
  font-family: "Forum", serif;
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--Text-primary);
  margin: 0 0 clamp(14px, 1.8vw, 20px);
}

/* ------------------------------------------------------------
   Data tables — market pulse, city comparison, neighborhoods
   ------------------------------------------------------------ */
.mb-table-wrap {
  max-width: 900px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mb-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 460px;
}

.mb-table caption {
  caption-side: bottom;
  padding-top: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--Text-secondary);
  text-align: left;
}

.mb-table th,
.mb-table td {
  padding: clamp(14px, 1.8vw, 19px) 18px clamp(14px, 1.8vw, 19px) 0;
  border-bottom: 1px solid var(--Line);
  vertical-align: top;
}

.mb-table thead th {
  border-bottom-color: var(--Primary);
  font-family: "Forum", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  color: var(--gold-ink);
}

.mb-table tbody th {
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--Text-secondary);
  width: 46%;
}

.mb-table tbody td {
  font-family: "Forum", serif;
  font-weight: 600;
  font-size: clamp(18px, 1.9vw, 21px);
  letter-spacing: -.01em;
  color: var(--Text-primary);
}

.mb-table tbody tr:last-child th,
.mb-table tbody tr:last-child td {
  border-bottom: 0;
}

/* row highlight makes long comparison tables far easier to track across */
.mb-table tbody tr {
  transition: background-color .25s ease;
}

.mb-table tbody tr:hover {
  background-color: #FBF8F3;
}

.mb-table tbody tr:hover th {
  color: var(--Text-primary);
}

.mb-table th:first-child,
.mb-table td:first-child {
  padding-left: 14px;
}

.mb-table th:last-child,
.mb-table td:last-child {
  padding-right: 14px;
}

/* the "verify before publish" placeholders read as provisional, not as data */
.mb-pending {
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: var(--Text-secondary);
}

/* comparison tables carry more columns and need even widths */
.mb-table.is-compare tbody th {
  width: 26%;
}

.mb-table.is-compare tbody td {
  font-size: 17px;
  font-family: "Switzer", sans-serif;
  font-weight: 400;
  color: var(--Text-secondary);
}

.mb-data-note {
  margin: clamp(16px, 2vw, 22px) 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--Text-secondary);
}

/* ------------------------------------------------------------
   Numbered / labelled prose blocks (process, before you buy)
   ------------------------------------------------------------ */
.mb-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--Line);
/*   max-width: 900px; */
}

.mb-notes li {
  position: relative;
  border-bottom: 1px solid var(--Line);
  padding: clamp(22px, 2.8vw, 32px) 0 clamp(22px, 2.8vw, 32px) clamp(16px, 2vw, 26px);
  transition: background .4s ease;
}

.mb-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  transform: translateY(-50%);
  background: #8C531D;
  transition: height .45s cubic-bezier(.2, .7, .3, 1);
}

.mb-notes li:hover {
  background: #FBF8F3;
}

.mb-notes li:hover::before {
  height: 62%;
}

.mb-note-lead {
  display: block;
  font-family: "Forum", serif;
  font-weight: 600;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.24;
  letter-spacing: -.02em;
  color: var(--Text-primary);
  margin: 0 0 10px;
  transition: color .35s ease;
}

.mb-notes li:hover .mb-note-lead {
  color: var(--gold-ink);
}

.mb-note-body {
  margin: 0;
  color: var(--Text-secondary);
  font-size: 17px;
  line-height: 1.62;
}

/* ------------------------------------------------------------
   Chip list — what's nearby, service areas, quick links
   ------------------------------------------------------------ */
.mb-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* the pill is the direct child — a link inside an <li> must not become a
   second, nested pill */
.mb-chips > li,
.mb-chips > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid var(--Line);
  border-radius: 999px;
  background: #fff;
  font-family: "Forum", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: var(--Text-primary);
  transition: border-color .3s ease, background .3s ease, color .3s ease;
}

.mb-chips > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--Primary);
  flex: none;
}

.mb-chips > li:hover,
.mb-chips > a:hover {
  border-color: var(--Primary);
  background: #FBF8F3;
}

.mb-chips > li > a {
  color: inherit;
  font: inherit;
  transition: color .3s ease;
}

.mb-chips > li:hover > a {
  color: var(--gold-ink);
}

.mb-chips i {
  font-size: 17px;
  color: var(--gold-ink);
}

/* ------------------------------------------------------------
   Breadcrumb — same scale and tracking as .mb-hero-eyebrow
   ------------------------------------------------------------ */
.mb-breadcrumb {
  padding-top: clamp(18px, 2.4vw, 30px);
}

.mb-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-family: "Forum", serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  line-height: 1.6;
  color: var(--Text-secondary);
}

.mb-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.mb-breadcrumb li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--Primary);
  flex: none;
  opacity: .7;
}

.mb-breadcrumb a {
  color: var(--gold-ink);
  transition: color .3s ease;
}

.mb-breadcrumb a:hover {
  color: var(--Text-primary);
}

.mb-breadcrumb [aria-current="page"] {
  color: var(--Text-primary);
}

/* ------------------------------------------------------------
   Callout — the school-district and compliance notes.

   Deliberately NOT a bordered box: a hairline rule and a gold
   marker, in the same editorial language as the rest of the
   page. Normal flow rather than grid, so that a stray <p> from
   wpautop inside post content cannot break the layout.
   ------------------------------------------------------------ */
.mb-callout {
  max-width: 900px;
  margin: clamp(26px, 3.2vw, 38px) 0;
  padding-top: clamp(20px, 2.4vw, 26px);
  border-top: 1px solid var(--Line);
}

.mb-callout i {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--gold-ink);
  margin-bottom: 14px;
}

.mb-callout p {
  margin: 0 0 12px;
  color: var(--Text-secondary);
  font-size: clamp(17px, 1.9vw, 19px);
  line-height: 1.6;
}

.mb-callout p:last-child {
  margin-bottom: 0;
}

.mb-callout strong {
  color: var(--Text-primary);
  font-weight: 600;
}

/* ------------------------------------------------------------
   Contact page — details rail beside the form
   ------------------------------------------------------------ */
.mb-contact-grid {
  display: grid;
  gap: clamp(30px, 4vw, 54px);
  align-items: start;
}

@media (min-width: 992px) {
  .mb-contact-grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  }

  .mb-contact-rail {
    position: sticky;
    top: 130px;
  }
}

.mb-details {
  list-style: none;
  margin: 0;
  padding: 0;
 
}

.mb-details li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  
  padding: clamp(18px, 2.2vw, 24px) 0;
}

.mb-details li .mb-detail-icon{
	border-right:1px solid #101010;
		    margin-right: -5px;
}

.mb-detail-icon i {
  font-size: 40px;
  line-height: 1;
  color: var(--gold-ink);
}

.mb-detail-label {
  display: block;
  font-family: "Forum", serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 20px;
  line-height: 1.5;
  color: var(--gold-ink);
  margin-bottom: 6px;
	    font-weight: 700;
}

.mb-detail-value {
     font-family: "Switzer", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.3;
  letter-spacing: -.02em;

}

.mb-detail-value a {
  color: inherit;
  transition: color .3s ease;
}

.mb-detail-value a:hover {
  color: var(--gold-ink);
}

/* ------------------------------------------------------------
   Legal / long-document pages
   ------------------------------------------------------------ */
.mb-doc {
  max-width: none;
  margin: 0;
}

.mb-doc h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.12;
  margin: clamp(34px, 4vw, 48px) 0 clamp(14px, 1.6vw, 18px);
}

.mb-doc h2:first-child {
  margin-top: 0;
}

.mb-doc h3 {
  font-family: "Forum", serif;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.2;
  margin: clamp(24px, 3vw, 32px) 0 12px;
}

.mb-doc p,
.mb-doc li {
  color: var(--Text-secondary);
  font-size: 17px;
  line-height: 1.68;
}

.mb-doc p {
  margin: 0 0 16px;
}

.mb-doc ul,
.mb-doc ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

.mb-doc li {
  margin-bottom: 9px;
}

.mb-doc a {
  color: var(--Text-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mb-doc a:hover {
  color: var(--gold-ink);
}

.mb-doc-updated {
  font-size: 14px;
  color: var(--Text-secondary);
  padding-bottom: clamp(20px, 2.4vw, 28px);
  margin-bottom: clamp(24px, 3vw, 34px);
  border-bottom: 1px solid var(--Line);
}

/* ------------------------------------------------------------
   Blog listing / single
   ------------------------------------------------------------ */
.mb-posts {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 700px) {
  .mb-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .mb-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mb-post-media {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 18px;
}

.mb-post-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .7, .3, 1);
}

.mb-card:hover .mb-post-media img {
  transform: scale(1.05);
}

.mb-post-meta {
  font-family: "Forum", serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
  color: var(--gold-ink);
  margin: 0 0 10px;
}

/* single-post lead image — capped so it frames the article
   rather than filling the viewport */
.mb-post-hero {
  overflow: hidden;
  border-radius: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.mb-post-hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

@media (max-width: 767px) {
  .mb-post-hero img {
    aspect-ratio: 3 / 2;
  }
}

.mb-comments {
  margin-top: clamp(34px, 4vw, 52px);
  padding-top: clamp(28px, 3.4vw, 42px);
  border-top: 1px solid var(--Line);
}

.mb-comment-list {
  list-style: none;
  margin: 0 0 clamp(26px, 3vw, 38px);
  padding: 0;
}

.mb-comments-closed {
  color: var(--Text-secondary);
  font-size: 15px;
}

.mb-pagination {
  margin-top: clamp(34px, 4vw, 50px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mb-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--Line);
  border-radius: 999px;
  font-family: "Forum", serif;
  font-size: 16px;
  color: var(--Text-primary);
  transition: border-color .3s ease, background .3s ease;
}

.mb-pagination .page-numbers:hover,
.mb-pagination .page-numbers.current {
  border-color: var(--Primary);
  background: #FBF8F3;
  color: var(--gold-ink);
}

/* ------------------------------------------------------------
   Footer bottom bar — brand.css sets #5C6368 on the navy ground,
   which lands near 2.3:1. Lifted to the same tone the disclaimer
   already uses so the whole footer clears WCAG AA.
   ------------------------------------------------------------ */
.footer .footer-bottom p {
  color: #AEB4C2;
}

/* ------------------------------------------------------------
   Footer accent text — legibility on the navy ground

   brand.css tints the column headings and field labels with
   --Primary (#b05f27). Against #17213E that measures 3.41:1,
   under the 4.5:1 minimum, and reads as muddy at small sizes.
   Lifted to the brand's light gold (#EEC062 = 9.33:1) — the
   same accent the page header and breadcrumb already use, so
   the whole site treats gold-on-navy identically.
   ------------------------------------------------------------ */
.footer .footer-heading,
.footer .footer-menu-list .field-label {
  color: #C88A3C;
}

.footer .footer-call i {
  color: #fff;
}

/* ------------------------------------------------------------
   Footer — required licensing text, sits directly under the logo
   ------------------------------------------------------------ */
.footer-brand-legal {
  max-width: 460px;
  margin-top: 18px;
}

.footer-brand-legal p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #AEB4C2;
}

.footer-brand-legal p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   Footer wordmark band (Union.png)

   Full-bleed on purpose — no horizontal padding. The template's
   own `.footer .footer-image` rule in styles.css supplies the
   vertical rhythm, so nothing is redeclared here beyond making
   the image fill its edge-to-edge box.
   ------------------------------------------------------------ */
.footer .footer-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------
   Motion — matches the reveal contract in brand.css
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: no-preference) {
  .has-js .mb-cards > *,
  .has-js .mb-checklist li,
  .has-js .mb-notes li {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .3, 1), background .35s ease;
  }

  .has-js .mb-cards.is-inview > *,
  .has-js .mb-checklist.is-inview li,
  .has-js .mb-notes.is-inview li {
    opacity: 1;
    transform: none;
  }

  .has-js .mb-cards.is-inview > *:nth-child(2),
  .has-js .mb-checklist.is-inview li:nth-child(2),
  .has-js .mb-notes.is-inview li:nth-child(2) { transition-delay: .07s; }
  .has-js .mb-cards.is-inview > *:nth-child(3),
  .has-js .mb-checklist.is-inview li:nth-child(3),
  .has-js .mb-notes.is-inview li:nth-child(3) { transition-delay: .14s; }
  .has-js .mb-cards.is-inview > *:nth-child(4),
  .has-js .mb-checklist.is-inview li:nth-child(4),
  .has-js .mb-notes.is-inview li:nth-child(4) { transition-delay: .21s; }
  .has-js .mb-cards.is-inview > *:nth-child(5),
  .has-js .mb-checklist.is-inview li:nth-child(5),
  .has-js .mb-notes.is-inview li:nth-child(5) { transition-delay: .28s; }
  .has-js .mb-cards.is-inview > *:nth-child(6),
  .has-js .mb-checklist.is-inview li:nth-child(6),
  .has-js .mb-notes.is-inview li:nth-child(6) { transition-delay: .35s; }
}

.hero-module.page-title.style-2 .tf-btn.btn-bg-1:hover > span:not(.bg-effect){
	color:#fff!important;
}
