:root {
  --bst-ink: #17212b;
  --bst-muted: #5f6b76;
  --bst-line: #e5eaee;
  --bst-soft: #f5f8f7;
  --bst-accent: #0f6b5b;
  --bst-accent-dark: #0a5145;
  --bst-card: #ffffff;
  --bst-radius: 18px;
  --bst-shadow: 0 12px 35px rgba(22, 40, 52, 0.08);
}

.bst-shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.bst-home { color: var(--bst-ink); background: #fff; }
.bst-home *, .bst-related *, .bst-toc * { box-sizing: border-box; }
.bst-home a { text-decoration: none; }
#bst-concerns { scroll-margin-top: 96px; }

/* Remove GeneratePress/page-container whitespace around the custom homepage. */
body.bst-growth-home .site-content,
body.bst-growth-home .content-area,
body.bst-growth-home .site-main,
body.bst-growth-home .site-main > article.page,
body.bst-growth-home .site-main > article.page > .inside-article,
body.bst-growth-home article.page .inside-article {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.bst-growth-home.separate-containers .site-main { margin-top: 0 !important; }
body.bst-growth-home.separate-containers .inside-article,
body.bst-growth-home article.page .inside-article { padding-left: 0 !important; padding-right: 0 !important; }
body.bst-growth-home .entry-content { margin-top: 0 !important; }
.bst-home { overflow: hidden; }

/* Hide the theme-generated front-page title and remove its empty spacing. */
.bst-growth-home .site-main > article.page > .entry-header,
.bst-growth-home article.page > header.entry-header,
.bst-growth-home .site-main > article.page .entry-title,
.bst-growth-home h1.wp-block-post-title,
.bst-growth-home .page-header .page-title { display: none !important; }
.bst-growth-home .site-main > article.page,
.bst-growth-home .site-main > article.page > .entry-content,
.bst-growth-home .entry-content > .bst-home { margin-top: 0 !important; padding-top: 0 !important; }

.bst-hero {
  background: linear-gradient(135deg, #edf7f4 0%, #f7fbfa 58%, #ffffff 100%);
  border-bottom: 1px solid var(--bst-line);
  padding: clamp(46px, 8vw, 88px) 0;
}
.bst-hero__inner { max-width: 880px; }
.bst-eyebrow, .bst-kicker {
  margin: 0 0 10px;
  color: var(--bst-accent);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.bst-hero h1 {
  margin: 0;
  max-width: 820px;
  color: var(--bst-ink);
  font-size: clamp(2.25rem, 6.4vw, 4.15rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.bst-hero__text {
  max-width: 730px;
  margin: 18px 0 0;
  color: var(--bst-muted);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  line-height: 1.7;
}
.bst-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 760px;
  margin-top: 24px;
  padding: 8px;
  border: 1px solid #d8e5e1;
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--bst-shadow);
}
.bst-search input {
  min-width: 0;
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bst-ink);
  font-size: 1rem;
  text-overflow: ellipsis;
}
.bst-search input::placeholder { color: #7b858e; font-size: .95rem; opacity: 1; }
.bst-search button {
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 11px;
  background: var(--bst-accent);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.bst-search button:hover { background: var(--bst-accent-dark); }

.bst-section { padding: clamp(52px, 8vw, 92px) 0 0; }
.bst-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.bst-section-heading h2, .bst-related h2 {
  margin: 0;
  color: var(--bst-ink);
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.bst-all-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border: 1px solid #bdd7d0; border-radius: 999px; color: var(--bst-accent); background: #fff; font-weight: 800; white-space: nowrap; }
.bst-all-link:hover { border-color: var(--bst-accent); background: #f1f8f6; }

.bst-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.bst-category-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--bst-line);
  border-radius: 16px;
  background: var(--bst-card);
  color: var(--bst-ink);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.bst-category-card:hover { transform: translateY(-2px); border-color: #c9ddd7; box-shadow: var(--bst-shadow); }
.bst-category-card__mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: #e5f2ee;
  color: var(--bst-accent);
  font-weight: 900;
}
.bst-category-card strong { display: block; font-size: 1rem; line-height: 1.3; }
.bst-category-card small { display: block; margin-top: 5px; color: var(--bst-muted); }

.bst-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.bst-featured-card, .bst-latest-card {
  overflow: hidden;
  border: 1px solid var(--bst-line);
  border-radius: var(--bst-radius);
  background: var(--bst-card);
  box-shadow: 0 8px 24px rgba(22, 40, 52, .05);
}
.bst-card-media, .bst-latest-card__media { display: block; background: var(--bst-soft); overflow: hidden; }
.bst-card-media { aspect-ratio: 16/10; }
.bst-latest-card__media { aspect-ratio: 4/3; }
.bst-card-media img, .bst-latest-card__media img, .bst-related-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.bst-featured-card:hover img, .bst-latest-card:hover img, .bst-related article:hover img { transform: scale(1.03); }
.bst-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: var(--bst-muted); font-weight: 800; }
.bst-fallback-image { background: #e9f4f1; }
.bst-fallback-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: linear-gradient(135deg, #dcefe9 0%, #f4faf8 100%);
}
.bst-fallback-visual::before,
.bst-fallback-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(15,107,91,.08);
}
.bst-fallback-visual::before { width: 150px; height: 150px; top: -55px; right: -45px; }
.bst-fallback-visual::after { width: 120px; height: 120px; bottom: -48px; left: -38px; }
.bst-fallback-visual__badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--bst-accent);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 10px 24px rgba(15,107,91,.22);
}
.bst-card-body, .bst-latest-card__body { padding: 22px; }
.bst-card-meta { margin: 0 0 9px !important; color: var(--bst-muted); font-size: .83rem; }
.bst-card-body h3, .bst-latest-card__body h3 { margin: 0 0 11px; font-size: 1.3rem; line-height: 1.25; }
.bst-card-body h3 a, .bst-latest-card__body h3 a { color: var(--bst-ink); }
.bst-card-body > p:not(.bst-card-meta), .bst-latest-card__body > p:not(.bst-card-meta) { margin: 0 0 14px; color: var(--bst-muted); line-height: 1.65; }
.bst-text-link { color: var(--bst-accent); font-weight: 800; }

.bst-latest-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.bst-latest-card { display: grid; grid-template-columns: 190px 1fr; }

.bst-trust-note { margin-top: clamp(58px, 8vw, 96px); padding: 26px 0; border-top: 1px solid var(--bst-line); background: var(--bst-soft); color: var(--bst-muted); font-size: .95rem; line-height: 1.65; }
.bst-trust-note strong { color: var(--bst-ink); }

/* Branded site footer and navigation area. */
.bst-custom-footer-enabled .site-info { display: none !important; }
.bst-site-footer {
  margin-top: 0;
  padding: 58px 0 22px;
  background: #102a26;
  color: #d8e5e1;
  font-size: .95rem;
}
.bst-site-footer * { box-sizing: border-box; }
.bst-site-footer a { color: #ffffff; text-decoration: none; }
.bst-site-footer a:hover { color: #a9d9cc; }
.bst-site-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr .9fr .9fr 1.15fr;
  gap: 38px;
}
.bst-site-footer__logo {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -.025em;
}
.bst-site-footer__brand p,
.bst-site-footer__disclaimer p {
  margin: 0;
  color: #bfd0cb;
  line-height: 1.7;
}
.bst-site-footer__disclaimer p + p { margin-top: 10px; }
.bst-site-footer__column h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: .83rem;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.bst-site-footer__column ul,
.bst-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bst-site-footer__column li { margin: 0 0 10px; }
.bst-site-footer__column li:last-child { margin-bottom: 0; }
.bst-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #aebfba;
  font-size: .86rem;
}
.bst-site-footer__bottom a { color: #a9d9cc; font-weight: 750; }

/* Single-post improvements */
.bst-enhanced-post .entry-title,
.bst-enhanced-post h1.entry-title,
.bst-enhanced-post .wp-block-post-title,
.bst-enhanced-post main h1:first-of-type {
  font-size: clamp(2.15rem, 7.5vw, 4.25rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em;
}
.bst-enhanced-post .entry-meta,
.bst-enhanced-post .posted-on,
.bst-enhanced-post .byline { font-size: .95rem; line-height: 1.55; }
.bst-enhanced-post .post-thumbnail img,
.bst-enhanced-post .wp-post-image { max-width: 100%; height: auto; }

.bst-toc {
  margin: 30px 0;
  padding: 18px 20px;
  border: 1px solid #dfe8e5;
  border-radius: 14px;
  background: #f5faf8;
}
.bst-toc summary { cursor: pointer; color: var(--bst-ink); font-weight: 850; }
.bst-toc ol { margin: 15px 0 0; padding-left: 22px; }
.bst-toc li { margin: 8px 0; line-height: 1.45; }
.bst-toc-level-3 { margin-left: 18px !important; }
.bst-toc a { color: var(--bst-accent); }

.bst-related { margin-top: 54px; padding-top: 32px; border-top: 1px solid var(--bst-line); }
.bst-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 22px; }
.bst-related article { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.bst-related-media { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 12px; background: var(--bst-soft); }
.bst-related h3 { margin: 11px 0 0 !important; font-size: 1.05rem !important; line-height: 1.35 !important; }
.bst-related h3 a { color: var(--bst-ink); text-decoration: none; }

.bst-reading-progress { position: fixed; inset: 0 0 auto 0; z-index: 99999; height: 4px; background: transparent; pointer-events: none; }
.bst-reading-progress span { display: block; width: 0; height: 100%; background: var(--bst-accent); }

/* Improve the separate posts archive without replacing the theme template */
.blog .entry-title,
.archive .entry-title,
.blog .wp-block-post-title,
.archive .wp-block-post-title { font-size: clamp(1.75rem, 5vw, 2.75rem) !important; line-height: 1.15 !important; }
.blog article,
.archive article { margin-bottom: clamp(42px, 7vw, 72px); }
.blog .entry-summary,
.archive .entry-summary { line-height: 1.7; }

@media (max-width: 860px) {
  .bst-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .bst-featured-grid { grid-template-columns: 1fr; }
  .bst-featured-card { display: grid; grid-template-columns: minmax(240px, .85fr) 1fr; }
  .bst-card-media { aspect-ratio: auto; min-height: 240px; }
  .bst-latest-card { grid-template-columns: 150px 1fr; }
  .bst-site-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .bst-shell { width: min(100% - 24px, 1120px); }
  .bst-hero { padding: 30px 0 38px; }
  .bst-hero h1 { max-width: 12ch; font-size: clamp(2.05rem, 9.7vw, 2.75rem); line-height: 1.04; }
  .bst-hero__text { margin-top: 15px; font-size: 1rem; line-height: 1.58; }
  .bst-search { grid-template-columns: 1fr; gap: 7px; margin-top: 21px; padding: 7px; }
  .bst-search input { min-height: 48px; padding-inline: 12px; font-size: .96rem; }
  .bst-search input::placeholder { font-size: .88rem; }
  .bst-search button { width: 100%; }
  .bst-section { padding-top: 46px; }
  .bst-section-heading { align-items: flex-start; }
  .bst-section-heading--split { flex-direction: column; gap: 10px; }
  .bst-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .bst-category-card { min-height: 112px; padding: 14px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .bst-category-card__mark { width: 38px; height: 38px; flex-basis: 38px; font-size: .82rem; }
  .bst-category-card strong { font-size: .94rem; }
  .bst-category-card small { display: none; }
  .bst-featured-card { display: block; }
  .bst-card-media { aspect-ratio: 16/8.7; min-height: 0; }
  .bst-card-body { padding: 18px; }
  .bst-card-body h3 { font-size: 1.22rem; }
  .bst-card-body > p:not(.bst-card-meta) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
  .bst-latest-grid { grid-template-columns: 1fr; }
  .bst-latest-card { grid-template-columns: 108px minmax(0,1fr); }
  .bst-latest-card__media { min-height: 162px; aspect-ratio: auto; }
  .bst-latest-card__body { padding: 16px; }
  .bst-latest-card__body h3 { display: -webkit-box; overflow: hidden; font-size: 1.08rem; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-clamp: 4; }
  .bst-latest-card__body > p:not(.bst-card-meta) { display: none; }
  .bst-related-grid { grid-template-columns: 1fr; }
  .bst-related article { display: grid; grid-template-columns: 110px 1fr; gap: 13px; align-items: center; }
  .bst-related h3 { margin: 0 !important; }
  .bst-toc { padding: 16px; }
  .bst-site-footer { padding: 44px 0 20px; }
  .bst-site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .bst-site-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 34px; }
}


@media (max-width: 380px) {
  .bst-shell { width: min(100% - 20px, 1120px); }
  .bst-category-grid { grid-template-columns: 1fr; }
  .bst-category-card { min-height: 78px; flex-direction: row; align-items: center; }
  .bst-latest-card { grid-template-columns: 96px minmax(0,1fr); }
  .bst-latest-card__body { padding: 13px; }
  .bst-latest-card__body h3 { font-size: 1rem; }
}

/* -------------------------------------------------------------
   Editorial visual system — v1.6
-------------------------------------------------------------- */
:root {
  --bst-cream: #fbf6ec;
  --bst-sage: #eaf4ef;
  --bst-blue: #eaf3f8;
  --bst-peach: #fbefe8;
  --bst-lilac: #f1edf8;
  --bst-gold: #f7f0dc;
  --bst-deep: #12372f;
  --bst-editorial-shadow: 0 18px 55px rgba(26, 55, 48, .09);
}

.bst-home--editorial { background: #fbfcfb; }
.bst-home--editorial .bst-section { position: relative; padding-block: clamp(66px, 8vw, 104px); }
.bst-home--editorial .bst-section + .bst-section { padding-top: clamp(66px, 8vw, 104px); }
.bst-home--editorial .bst-section-heading { margin-bottom: 32px; }
.bst-section-intro { max-width: 650px; margin: 12px 0 0; color: var(--bst-muted); font-size: 1.02rem; line-height: 1.7; }

.bst-hero { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(125deg, #e8f5ef 0%, #f7fbf8 47%, #fdf8ef 100%); border-bottom: 0; padding: clamp(62px, 9vw, 112px) 0; }
.bst-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(15,107,91,.2), transparent); }
.bst-hero__inner { position: relative; z-index: 2; }
.bst-hero__orb { position: absolute; z-index: 0; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.bst-hero__orb--one { width: 360px; height: 360px; right: -110px; top: -140px; background: rgba(111, 184, 161, .15); }
.bst-hero__orb--two { width: 230px; height: 230px; left: -100px; bottom: -120px; background: rgba(224, 177, 104, .13); }
.bst-eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.bst-eyebrow__dot { width: 9px; height: 9px; border-radius: 50%; background: #d69b45; box-shadow: 0 0 0 5px rgba(214,155,69,.12); }
.bst-hero h1 { max-width: 760px; text-wrap: balance; }
.bst-search { position: relative; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; max-width: 780px; margin-top: 30px; padding: 9px; border: 1px solid rgba(15,107,91,.18); border-radius: 18px; box-shadow: 0 20px 50px rgba(28,73,62,.12); }
.bst-search__icon { display: grid; place-items: center; color: var(--bst-accent); }
.bst-search__icon svg { width: 21px; height: 21px; }
.bst-search button { min-height: 54px; border-radius: 13px; padding-inline: 30px; box-shadow: 0 10px 24px rgba(15,107,91,.17); }

.bst-trust-strip { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid var(--bst-line); }
.bst-trust-strip__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; }
.bst-trust-item { display: flex; align-items: center; gap: 14px; padding: 24px 26px; border-right: 1px solid var(--bst-line); }
.bst-trust-item:last-child { border-right: 0; }
.bst-trust-item__icon { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 14px; background: var(--bst-sage); color: var(--bst-accent); }
.bst-trust-item__icon svg { width: 23px; height: 23px; }
.bst-trust-item strong, .bst-trust-item small { display: block; }
.bst-trust-item strong { color: var(--bst-ink); font-size: .95rem; }
.bst-trust-item small { margin-top: 3px; color: var(--bst-muted); font-size: .8rem; line-height: 1.35; }

.bst-section--concerns { background: var(--bst-cream); }
.bst-section--featured { background: #fff; }
.bst-section--latest { background: #f2f7f5; }

.bst-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.bst-category-card { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: start; gap: 16px; min-height: 166px; padding: 24px; overflow: hidden; border: 1px solid rgba(26,55,48,.09); border-radius: 22px; background: #fff; box-shadow: 0 10px 32px rgba(33,58,50,.055); }
.bst-category-card::after { content: ""; position: absolute; right: -34px; bottom: -42px; width: 115px; height: 115px; border-radius: 50%; background: currentColor; opacity: .045; }
.bst-category-card:hover { transform: translateY(-5px); border-color: rgba(15,107,91,.24); box-shadow: var(--bst-editorial-shadow); }
.bst-category-card__icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 17px; color: var(--bst-accent); background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 1px rgba(15,107,91,.08); }
.bst-category-card__icon svg { width: 28px; height: 28px; }
.bst-category-card__content { min-width: 0; }
.bst-category-card strong { font-size: 1.05rem; line-height: 1.28; }
.bst-category-card small { display: block; margin-top: 8px; color: #64706d; font-size: .86rem; line-height: 1.5; }
.bst-category-card__meta { display: block; margin-top: 14px; color: var(--bst-accent); font-size: .78rem; font-weight: 800; letter-spacing: .02em; }
.bst-category-card__arrow { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.7); color: var(--bst-accent); font-weight: 900; transition: transform .18s ease, background .18s ease; }
.bst-category-card:hover .bst-category-card__arrow { transform: translateX(3px); background: #fff; }
.bst-category-card--sage { background: linear-gradient(145deg,#edf7f2,#dfeee8); }
.bst-category-card--blue { background: linear-gradient(145deg,#eef6fa,#dfeef5); }
.bst-category-card--gold { background: linear-gradient(145deg,#fbf5e6,#f1e7c9); }
.bst-category-card--peach { background: linear-gradient(145deg,#fdf2eb,#f6dfd2); }
.bst-category-card--lilac { background: linear-gradient(145deg,#f5f1fa,#e8dff3); }
.bst-category-card--rose { background: linear-gradient(145deg,#fdf0f2,#f4dce1); }
.bst-category-card--mint { background: linear-gradient(145deg,#eaf8f5,#d9eee9); }
.bst-category-card--sky { background: linear-gradient(145deg,#eef7fb,#dcecf4); }
.bst-category-card--plum { background: linear-gradient(145deg,#f4eff7,#e7dced); }
.bst-category-card--neutral { background: linear-gradient(145deg,#f4f6f5,#e8eeeb); }

.bst-featured-grid--magazine { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(300px,.72fr); gap: 22px; align-items: stretch; }
.bst-featured-card { position: relative; border-radius: 24px; border-color: rgba(23,33,43,.08); box-shadow: 0 14px 42px rgba(22,40,52,.075); }
.bst-featured-card--lead { grid-row: span 2; }
.bst-featured-card--lead .bst-card-media { aspect-ratio: 16/10.3; }
.bst-featured-card--lead .bst-card-body { padding: 28px; }
.bst-featured-card--lead .bst-card-body h3 { font-size: clamp(1.55rem,2.8vw,2.1rem); }
.bst-featured-card--support { display: grid; grid-template-columns: 42% minmax(0,1fr); }
.bst-featured-card--support .bst-card-media { min-height: 100%; aspect-ratio: auto; }
.bst-featured-card--support .bst-card-body { padding: 20px; }
.bst-featured-card--support .bst-card-body h3 { font-size: 1.12rem; }
.bst-featured-card--support .bst-card-body > p:not(.bst-card-meta) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.bst-card-media { position: relative; }
.bst-card-media__shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(8,28,24,.22)); pointer-events: none; }
.bst-card-badge { position: absolute; left: 16px; top: 16px; z-index: 2; display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--bst-accent-dark); font-size: .72rem; font-weight: 850; box-shadow: 0 8px 20px rgba(18,40,34,.12); backdrop-filter: blur(8px); }
.bst-card-badge--small { left: 10px; top: 10px; }
.bst-card-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.bst-text-link { display: inline-flex; align-items: center; gap: 6px; }

.bst-latest-grid { gap: 20px; }
.bst-latest-card { border-radius: 22px; border-color: rgba(23,33,43,.075); background: rgba(255,255,255,.94); box-shadow: 0 10px 34px rgba(22,40,52,.055); transition: transform .18s ease, box-shadow .18s ease; }
.bst-latest-card:hover { transform: translateY(-3px); box-shadow: var(--bst-editorial-shadow); }
.bst-latest-card__media { position: relative; }
.bst-all-link { gap: 6px; box-shadow: 0 7px 20px rgba(15,107,91,.06); }

.bst-newsletter { position: relative; isolation: isolate; overflow: hidden; padding: clamp(70px,9vw,112px) 0; background: linear-gradient(120deg,#12372f 0%,#0f5a4c 58%,#176d5d 100%); color: #fff; }
.bst-newsletter__orb { position: absolute; border-radius: 50%; pointer-events: none; }
.bst-newsletter__orb--one { width: 330px; height: 330px; top: -190px; right: -80px; background: rgba(255,255,255,.08); }
.bst-newsletter__orb--two { width: 240px; height: 240px; bottom: -160px; left: 8%; background: rgba(226,184,105,.12); }
.bst-newsletter__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.8fr); gap: clamp(38px,7vw,86px); align-items: center; }
.bst-newsletter .bst-kicker { color: #b9e0d5; }
.bst-newsletter h2 { margin: 0; color: #fff; font-size: clamp(2rem,4.2vw,3.35rem); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.bst-newsletter__copy > p:not(.bst-kicker) { max-width: 620px; margin: 18px 0 0; color: #d6e5e1; font-size: 1.05rem; line-height: 1.7; }
.bst-newsletter__benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.bst-newsletter__benefits span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #e8f2ef; font-size: .78rem; font-weight: 750; }
.bst-newsletter__benefits span::before { content: "✓"; color: #f0c777; font-weight: 900; }
.bst-newsletter__form-card { padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 24px 70px rgba(0,0,0,.18); backdrop-filter: blur(13px); }
.bst-newsletter-form__row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.bst-newsletter-form input[type="email"] { min-width: 0; min-height: 56px; padding: 0 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: rgba(255,255,255,.96); color: var(--bst-ink); font-size: 1rem; outline: none; }
.bst-newsletter-form input[type="email"]:focus { border-color: #f0c777; box-shadow: 0 0 0 3px rgba(240,199,119,.18); }
.bst-newsletter-form button { min-height: 56px; padding: 0 22px; border: 0; border-radius: 13px; background: #f0c777; color: #18332d; font-weight: 900; cursor: pointer; }
.bst-newsletter-form button:hover { background: #f6d797; }
.bst-newsletter-form__consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; color: #dbe8e4; font-size: .78rem; line-height: 1.5; }
.bst-newsletter-form__consent input { margin-top: 3px; accent-color: #f0c777; }
.bst-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.bst-newsletter__message { margin-bottom: 14px; padding: 12px 14px; border-radius: 11px; font-size: .86rem; line-height: 1.5; }
.bst-newsletter__message--success { background: rgba(213,245,231,.16); border: 1px solid rgba(213,245,231,.28); color: #e8fff4; }
.bst-newsletter__message--error { background: rgba(255,218,218,.13); border: 1px solid rgba(255,218,218,.24); color: #fff0f0; }

.bst-trust-note { margin-top: 0; padding: 30px 0; }
.bst-trust-note__inner { display: flex; gap: 14px; align-items: flex-start; }
.bst-trust-note__icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 12px; background: #e4efeb; color: var(--bst-accent); }
.bst-trust-note__icon svg { width: 21px; height: 21px; }
.bst-trust-note p { margin: 0; }

@media (max-width: 900px) {
  .bst-trust-strip__grid { grid-template-columns: 1fr; }
  .bst-trust-item { border-right: 0; border-bottom: 1px solid var(--bst-line); }
  .bst-trust-item:last-child { border-bottom: 0; }
  .bst-featured-grid--magazine { grid-template-columns: 1fr; }
  .bst-featured-card--lead { grid-row: auto; }
  .bst-featured-card--support { grid-template-columns: 210px minmax(0,1fr); }
  .bst-newsletter__inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .bst-home--editorial .bst-section { padding-block: 58px; }
  .bst-hero { padding: 45px 0 54px; }
  .bst-search { grid-template-columns: 30px minmax(0,1fr); }
  .bst-search button { grid-column: 1 / -1; width: 100%; }
  .bst-trust-strip { display: none; }
  .bst-section-heading { margin-bottom: 24px; }
  .bst-section-heading h2 { font-size: clamp(1.8rem,8vw,2.35rem); }
  .bst-section-intro { font-size: .94rem; }
  .bst-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .bst-category-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 168px; padding: 17px; gap: 12px; border-radius: 19px; }
  .bst-category-card__icon { width: 46px; height: 46px; border-radius: 14px; }
  .bst-category-card__icon svg { width: 24px; height: 24px; }
  .bst-category-card__content { width: 100%; }
  .bst-category-card small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; margin-top: 6px; font-size: .76rem; }
  .bst-category-card__meta { margin-top: 9px; font-size: .72rem; }
  .bst-category-card__arrow { position: absolute; right: 13px; top: 13px; width: 29px; height: 29px; }
  .bst-featured-card--support { display: block; }
  .bst-featured-card--support .bst-card-media { aspect-ratio: 16/8.7; }
  .bst-featured-card--lead .bst-card-body, .bst-featured-card--support .bst-card-body { padding: 19px; }
  .bst-latest-card { grid-template-columns: 112px minmax(0,1fr); }
  .bst-latest-card__media { min-height: 170px; }
  .bst-newsletter { padding: 64px 0; }
  .bst-newsletter__form-card { padding: 17px; border-radius: 20px; }
  .bst-newsletter-form__row { grid-template-columns: 1fr; }
  .bst-newsletter-form button { width: 100%; }
  .bst-newsletter__benefits { gap: 7px; }
  .bst-newsletter__benefits span { font-size: .7rem; }
}

@media (max-width: 380px) {
  .bst-category-grid { grid-template-columns: 1fr; }
  .bst-category-card { min-height: 132px; }
}

/* --------------------------------------------------------------------------
   v1.7.0 — premium header and mobile editorial-card polish
   -------------------------------------------------------------------------- */

/* GeneratePress-compatible premium brand header. The selectors are scoped to
   the body class so the treatment can be disabled from plugin settings. */
body.bst-premium-header .site-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  overflow: visible;
  border-bottom: 1px solid rgba(20, 53, 46, .10);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 36px rgba(18, 45, 39, .075);
  backdrop-filter: saturate(155%) blur(18px);
  -webkit-backdrop-filter: saturate(155%) blur(18px);
}
body.bst-premium-header .site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0f6b5b 0%, #39a48c 50%, #e1b260 100%);
}
body.admin-bar.bst-premium-header .site-header { top: 32px; }
body.bst-premium-header .site-header .inside-header {
  width: min(1120px, calc(100% - 32px));
  min-height: 88px;
  margin-inline: auto;
  padding: 13px 0;
  gap: 18px;
}
body.bst-premium-header .site-branding {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding-left: 66px;
}
body.bst-premium-header .site-branding::before {
  content: "BS";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 17px;
  background:
    radial-gradient(circle at 75% 22%, #f1c979 0 4px, transparent 5px),
    linear-gradient(145deg, #137866, #0b5347);
  color: #fff;
  box-shadow: 0 10px 24px rgba(15,107,91,.22), inset 0 1px 0 rgba(255,255,255,.26);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .08em;
}
body.bst-premium-header .site-title {
  margin: 0;
  line-height: 1.08;
}
body.bst-premium-header .site-title a,
body.bst-premium-header .site-title a:visited {
  color: #15251f;
  font-size: clamp(1.35rem, 2.1vw, 1.72rem);
  font-weight: 900;
  letter-spacing: -.035em;
}
body.bst-premium-header .site-title::after {
  content: "Clear symptom guides";
  display: block;
  margin-top: 5px;
  color: #65736e;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .105em;
  line-height: 1.25;
  text-transform: uppercase;
}
body.bst-premium-header .site-description { display: none !important; }
body.bst-premium-header .site-logo img,
body.bst-premium-header .header-image {
  max-height: 52px;
  width: auto;
}
body.bst-premium-header .main-navigation,
body.bst-premium-header .main-navigation .inside-navigation {
  background: transparent;
}
body.bst-premium-header .main-navigation .main-nav > ul > li > a {
  color: #2b3e37;
  font-size: .9rem;
  font-weight: 750;
}
body.bst-premium-header .main-navigation .main-nav > ul > li:hover > a,
body.bst-premium-header .main-navigation .main-nav > ul > li.current-menu-item > a,
body.bst-premium-header .main-navigation .main-nav > ul > li.current-menu-ancestor > a {
  color: var(--bst-accent);
  background: #edf7f3;
}
body.bst-premium-header .menu-toggle {
  display: inline-grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  place-items: center;
  padding: 0 !important;
  border: 1px solid #d8e7e1;
  border-radius: 17px;
  background: linear-gradient(145deg, #f7fbf9, #edf5f2) !important;
  color: var(--bst-accent-dark) !important;
  box-shadow: 0 8px 22px rgba(20,70,58,.09), inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
body.bst-premium-header .menu-toggle:hover,
body.bst-premium-header .menu-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: #9fc9bd;
  box-shadow: 0 11px 25px rgba(20,70,58,.13);
}
body.bst-premium-header .menu-toggle .gp-icon,
body.bst-premium-header .menu-toggle svg {
  width: 25px;
  height: 25px;
}
body.bst-premium-header .main-navigation.toggled .main-nav {
  overflow: hidden;
  margin-top: 11px;
  border: 1px solid rgba(20,53,46,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 55px rgba(16,46,38,.17);
}
body.bst-premium-header .main-navigation.toggled .main-nav ul li a {
  padding: 14px 18px;
  border-bottom: 1px solid #edf1ef;
}
body.bst-premium-header .main-navigation.toggled .main-nav ul li:last-child > a { border-bottom: 0; }

/* Stronger section rhythm around the featured module. */
.bst-section--featured {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(67,151,128,.09), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f6faf8 100%);
}
.bst-section--featured::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -80px;
  bottom: 8%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(224,177,104,.08);
}

/* Editorial feature layout: one immersive lead story with two compact cards. */
.bst-featured-grid--magazine {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(310px, .62fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.bst-featured-card {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(20, 53, 46, .08);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(19, 45, 39, .105);
  transition: transform .22s ease, box-shadow .22s ease;
}
.bst-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 64px rgba(19,45,39,.15);
}
.bst-featured-card--lead {
  position: relative;
  min-height: 590px;
  grid-row: 1 / span 2;
}
.bst-featured-card--lead .bst-card-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}
.bst-featured-card--lead .bst-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.bst-featured-card--lead .bst-card-media__shade {
  background: linear-gradient(180deg, rgba(5,20,17,.03) 24%, rgba(8,27,23,.38) 57%, rgba(7,25,21,.94) 100%);
}
.bst-featured-card--lead .bst-card-badge {
  left: 23px;
  top: 23px;
  min-height: 34px;
  padding-inline: 14px;
  background: rgba(255,255,255,.94);
}
.bst-featured-card--lead .bst-card-body {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: clamp(26px, 4.2vw, 44px);
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(6,23,19,.35) 22%, rgba(6,23,19,.88) 100%);
}
.bst-featured-card--lead .bst-card-meta,
.bst-featured-card--lead .bst-card-summary { color: rgba(255,255,255,.82); }
.bst-featured-card--lead .bst-card-body h3 {
  max-width: 18ch;
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.bst-featured-card--lead .bst-card-body h3 a,
.bst-featured-card--lead .bst-text-link { color: #fff; }
.bst-featured-card--lead .bst-card-summary {
  display: -webkit-box;
  max-width: 58ch;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 18px !important;
  font-size: 1rem;
  line-height: 1.65;
}
.bst-featured-card--lead .bst-text-link {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}

.bst-featured-card--support {
  display: grid;
  min-height: 278px;
  grid-template-columns: 44% minmax(0, 1fr);
  align-items: stretch;
}
.bst-featured-card--support .bst-card-media {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}
.bst-featured-card--support .bst-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.bst-featured-card--support .bst-card-media__shade {
  background: linear-gradient(180deg, transparent 58%, rgba(7,27,22,.18));
}
.bst-featured-card--support .bst-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 23px;
}
.bst-featured-card--support .bst-card-body h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  font-size: 1.18rem;
  line-height: 1.27;
}
.bst-featured-card--support .bst-card-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: .89rem;
  line-height: 1.52;
}

@media (max-width: 900px) {
  .bst-featured-grid--magazine {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .bst-featured-card--lead {
    min-height: 520px;
    grid-row: auto;
  }
  .bst-featured-card--support {
    min-height: 218px;
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 782px) {
  body.admin-bar.bst-premium-header .site-header { top: 46px; }
}

@media (max-width: 640px) {
  body.bst-premium-header .site-header .inside-header {
    width: min(100% - 30px, 1120px);
    min-height: 78px;
    padding-block: 10px;
  }
  body.bst-premium-header .site-branding {
    min-height: 54px;
    padding-left: 58px;
  }
  body.bst-premium-header .site-branding::before {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: .76rem;
  }
  body.bst-premium-header .site-title a,
  body.bst-premium-header .site-title a:visited {
    font-size: clamp(1.22rem, 5.6vw, 1.48rem);
  }
  body.bst-premium-header .site-title::after {
    margin-top: 4px;
    font-size: .58rem;
    letter-spacing: .09em;
  }
  body.bst-premium-header .menu-toggle {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    border-radius: 15px;
  }

  .bst-section--featured { padding-top: 62px !important; }
  .bst-featured-grid--magazine { gap: 15px; }
  .bst-featured-card { border-radius: 23px; }
  .bst-featured-card--lead {
    min-height: clamp(470px, 125vw, 565px);
  }
  .bst-featured-card--lead .bst-card-media img { object-position: center 35%; }
  .bst-featured-card--lead .bst-card-badge {
    left: 16px;
    top: 16px;
    max-width: calc(100% - 32px);
    min-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bst-featured-card--lead .bst-card-body { padding: 24px 20px 22px; }
  .bst-featured-card--lead .bst-card-body h3 {
    max-width: none;
    font-size: clamp(1.72rem, 8vw, 2.35rem);
    line-height: 1.06;
  }
  .bst-featured-card--lead .bst-card-summary {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: .92rem;
  }

  .bst-featured-card--support {
    display: grid !important;
    min-height: 178px;
    grid-template-columns: 38% minmax(0, 1fr);
  }
  .bst-featured-card--support .bst-card-media {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }
  .bst-featured-card--support .bst-card-media img {
    width: 100%;
    height: 100%;
    object-position: center 34%;
  }
  .bst-featured-card--support .bst-card-badge {
    left: 9px;
    top: 9px;
    max-width: calc(100% - 18px);
    min-height: 26px;
    padding-inline: 9px;
    overflow: hidden;
    font-size: .63rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bst-featured-card--support .bst-card-body {
    justify-content: center;
    padding: 15px 14px;
  }
  .bst-featured-card--support .bst-card-meta {
    margin-bottom: 7px !important;
    font-size: .7rem;
  }
  .bst-featured-card--support .bst-card-body h3 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    margin-bottom: 10px;
    font-size: clamp(.98rem, 4.25vw, 1.13rem);
    line-height: 1.25;
  }
  .bst-featured-card--support .bst-card-summary { display: none; }
  .bst-featured-card--support .bst-text-link {
    font-size: .82rem;
  }
}

@media (max-width: 390px) {
  body.bst-premium-header .site-title::after { display: none; }
  .bst-featured-card--support {
    min-height: 164px;
    grid-template-columns: 36% minmax(0, 1fr);
  }
  .bst-featured-card--support .bst-card-body { padding: 13px 12px; }
  .bst-featured-card--support .bst-card-meta span:nth-child(2),
  .bst-featured-card--support .bst-card-meta span:nth-child(3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .bst-featured-card,
  body.bst-premium-header .menu-toggle { transition: none; }
}


/* v1.7.1: WordPress makes the mobile admin bar non-fixed at 600px and below.
   Keeping a 46px sticky offset there leaves page content visible above the
   header after the toolbar scrolls away. Pin the premium header to the actual
   viewport top on phones while retaining the tablet/desktop admin-bar offset. */
@media screen and (max-width: 600px) {
  body.admin-bar.bst-premium-header .site-header {
    top: 0 !important;
  }
}
