.bcc-blog-site {
  --blog-reading: 760px;
  background: #fffaf3;
}

.bcc-blog-site .v7-header__inner {
  min-height: 76px;
}

.bcc-blog-nav [aria-current="page"] {
  color: var(--v7-indigo);
}

.bcc-blog-hero {
  padding: clamp(72px, 10vw, 142px) 0 clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 85% 20%, rgb(84 210 179 / 20%), transparent 34%),
    linear-gradient(135deg, #fffaf3 0%, #f8f5ff 100%);
  border-bottom: 1px solid rgb(24 33 58 / 8%);
}

.bcc-blog-hero--compact {
  padding-top: clamp(58px, 7vw, 94px);
  padding-bottom: clamp(56px, 6vw, 84px);
}

.bcc-blog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: end;
  gap: clamp(56px, 8vw, 120px);
}

.bcc-blog-hero__grid > * {
  min-width: 0;
}

.bcc-blog-hero h1,
.bcc-article-hero h1,
.bcc-blog-site h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  text-wrap: balance;
}

.bcc-blog-hero h1 {
  max-width: 760px;
  margin: 24px 0 28px;
  font-size: clamp(64px, 8.4vw, 122px);
  line-height: .82;
  letter-spacing: -.055em;
}

.bcc-blog-hero--compact h1 {
  max-width: 680px;
  margin-top: 20px;
  font-size: clamp(62px, 7.2vw, 104px);
}

.bcc-blog-hero h1 em {
  color: var(--v7-indigo);
  font-style: normal;
}

.bcc-blog-hero__grid > div:first-child > p:not(.v7-kicker) {
  max-width: 680px;
  margin: 0;
  color: var(--v7-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.bcc-blog-hero__link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--v7-indigo) !important;
  font-weight: 800;
}

.bcc-blog-hero__link span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  color: white;
  background: var(--v7-indigo);
  border-radius: 50%;
}

.bcc-blog-hero__principles {
  padding: 30px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px 16px;
  color: var(--v7-white);
  background: var(--v7-ink-2);
  border-radius: 24px;
  box-shadow: var(--v7-shadow);
}

.bcc-blog-hero__principles span {
  color: var(--v7-coral);
  font: 700 13px/1.4 "Roboto Mono", monospace;
}

.bcc-blog-hero__principles p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
}

.bcc-blog-hero__principles strong {
  margin-bottom: 4px;
  display: block;
  color: white;
  font-size: 16px;
}

.bcc-blog-featured,
.bcc-blog-library {
  padding: clamp(64px, 8vw, 112px) 0;
}

.bcc-blog-featured {
  padding-bottom: 0;
}

.bcc-section-intro {
  margin-bottom: 30px;
}

.bcc-section-intro h2 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -.035em;
}

.bcc-feature-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  color: var(--v7-white) !important;
  background: var(--v7-ink-2);
  border-radius: 30px;
  box-shadow: var(--v7-shadow);
}

.bcc-feature-card img {
  width: 100%;
  height: clamp(320px, 34vw, 430px);
  min-height: 0;
  object-fit: cover;
}

.bcc-feature-card > div {
  padding: clamp(34px, 4.5vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bcc-feature-card h2 {
  margin: 22px 0 20px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: .98;
  letter-spacing: -.035em;
}

.bcc-feature-card p {
  margin: 0 0 30px;
  color: rgb(255 255 255 / 72%);
  font-size: 18px;
}

.bcc-feature-card strong,
.bcc-article-card strong {
  color: var(--v7-coral);
  font-size: 15px;
}

.bcc-article-kicker {
  color: var(--v7-indigo);
  font: 750 12px/1.4 "Roboto Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bcc-feature-card .bcc-article-kicker {
  color: var(--v7-mint);
}

.bcc-library-heading {
  margin-bottom: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.bcc-library-heading h2,
.bcc-related h2 {
  max-width: 760px;
  margin: 10px 0 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.035em;
}

.bcc-library-heading > p {
  margin: 0 0 8px;
  color: var(--v7-muted);
  font: 650 13px/1.5 "Roboto Mono", monospace;
}

.bcc-library-heading > div > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--v7-muted);
  font-size: 17px;
}

.bcc-library-tools {
  margin-bottom: 22px;
  padding: clamp(22px, 3vw, 30px);
  color: white;
  background: var(--v7-ink-2);
  border-radius: 22px;
}

.bcc-library-tools label {
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.bcc-search-field {
  position: relative;
  display: flex;
  align-items: center;
}

.bcc-search-field svg {
  position: absolute;
  left: 18px;
  width: 22px;
  color: var(--v7-indigo);
  pointer-events: none;
}

.bcc-search-field input {
  width: 100%;
  min-height: 58px;
  padding: 14px 126px 14px 54px;
  color: var(--v7-ink);
  background: white;
  border: 2px solid transparent;
  border-radius: 14px;
  outline: none;
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
}

.bcc-search-field input:focus {
  border-color: var(--v7-mint);
  box-shadow: 0 0 0 4px rgb(84 210 179 / 18%);
}

.bcc-search-submit {
  position: absolute;
  right: 12px;
  min-height: 44px;
  padding: 8px 14px;
  color: white;
  background: var(--v7-indigo);
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.bcc-topic-grid {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bcc-topic-card {
  min-width: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: var(--v7-ink);
  background: white;
  border: 1px solid rgb(24 33 58 / 12%);
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.bcc-topic-card:hover {
  transform: translateY(-2px);
  border-color: rgb(80 71 215 / 35%);
}

.bcc-topic-card.is-active {
  background: var(--v7-lilac);
  border-color: var(--v7-indigo);
  box-shadow: inset 0 0 0 1px var(--v7-indigo);
}

.bcc-topic-card__marker {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--v7-indigo);
  background: #f1f0ff;
  border-radius: 12px;
  font: 800 11px/1 "Roboto Mono", monospace;
  text-transform: uppercase;
}

.bcc-topic-card.is-active .bcc-topic-card__marker {
  color: white;
  background: var(--v7-indigo);
}

.bcc-topic-card strong,
.bcc-topic-card small {
  display: block;
}

.bcc-topic-card strong {
  font-size: 14px;
}

.bcc-topic-card small {
  overflow: hidden;
  margin-top: 3px;
  color: var(--v7-muted);
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bcc-topic-card b {
  color: var(--v7-coral);
  font: 800 13px/1 "Roboto Mono", monospace;
}

.bcc-results-heading {
  margin: 8px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--v7-muted);
  font-size: 13px;
}

.bcc-results-heading p {
  margin: 0;
}

.bcc-results-heading strong {
  color: var(--v7-ink);
  font: 800 16px/1 "Roboto Mono", monospace;
}

.bcc-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bcc-article-card {
  overflow: hidden;
  background: var(--v7-paper);
  border: 1px solid rgb(24 33 58 / 10%);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgb(24 33 58 / 7%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.bcc-article-card > a {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.bcc-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgb(24 33 58 / 13%);
}

.bcc-article-card img {
  width: 100%;
  height: clamp(170px, 15vw, 210px);
  aspect-ratio: auto;
  object-fit: cover;
}

.bcc-article-card > a > div {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
}

.bcc-article-card h3 {
  overflow: hidden;
  margin: 11px 0 12px;
  display: -webkit-box;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(27px, 2.35vw, 34px);
  line-height: 1.02;
  letter-spacing: -.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bcc-article-card p {
  overflow: hidden;
  margin: 0 0 18px;
  display: -webkit-box;
  color: var(--v7-muted);
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bcc-article-card > a > div > strong {
  margin-top: auto;
}

.bcc-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bcc-card-meta > span:last-child {
  color: var(--v7-muted);
  font: 700 11px/1.4 "Roboto Mono", monospace;
}

.bcc-no-results {
  padding: 52px 24px;
  text-align: center;
  background: var(--v7-lilac);
  border-radius: 20px;
}

.bcc-no-results strong {
  color: var(--v7-ink);
  font-size: 22px;
}

.bcc-no-results p {
  margin: 8px 0 20px;
  color: var(--v7-muted);
}

.bcc-no-results a {
  min-height: 44px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  color: white;
  background: var(--v7-indigo);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.bcc-pagination {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.bcc-pagination a,
.bcc-pagination span {
  min-height: 48px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
}

.bcc-pagination a {
  color: white;
  background: var(--v7-indigo);
}

.bcc-pagination a:first-child { justify-self: start; }
.bcc-pagination a:last-child { justify-self: end; }

.bcc-pagination span {
  color: var(--v7-muted);
  background: var(--v7-paper);
  border: 1px solid rgb(24 33 58 / 12%);
}

.bcc-blog-cta {
  padding: clamp(64px, 8vw, 108px) 0;
  color: white;
  background: var(--v7-indigo);
}

.bcc-blog-cta .v7-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.bcc-blog-cta h2 {
  max-width: 760px;
  margin: 12px 0;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .95;
  letter-spacing: -.04em;
}

.bcc-blog-cta p {
  max-width: 720px;
  margin: 0;
  color: rgb(255 255 255 / 75%);
}

.bcc-blog-footer {
  padding-bottom: 42px;
}

.bcc-method-hero {
  padding-bottom: clamp(76px, 10vw, 136px);
}

.bcc-method-grid {
  padding-top: clamp(72px, 9vw, 124px);
  padding-bottom: clamp(72px, 9vw, 124px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.bcc-method-grid section {
  padding: clamp(30px, 4vw, 48px);
  background: var(--v7-paper);
  border: 1px solid rgb(24 33 58 / 10%);
  border-radius: 22px;
}

.bcc-method-grid section:nth-child(3n + 2) { background: var(--v7-lilac); }
.bcc-method-grid section:nth-child(3n) { background: #eaf8f4; }

.bcc-method-grid span {
  color: var(--v7-coral);
  font: 750 12px/1.4 "Roboto Mono", monospace;
}

.bcc-method-grid h2 {
  margin: 16px 0 18px;
  font-size: clamp(35px, 4vw, 48px);
  line-height: 1;
}

.bcc-method-grid p {
  margin: 0;
  color: var(--v7-muted);
}

.bcc-method-contact {
  padding: clamp(64px, 8vw, 100px) 0;
  color: white;
  background: var(--v7-ink-2);
}

.bcc-method-contact .v7-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.bcc-method-contact h2 {
  margin: 12px 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
}

.bcc-method-contact p {
  max-width: 720px;
  margin: 0;
  color: rgb(255 255 255 / 70%);
}

/* Article */
.bcc-article-hero {
  padding: 52px 0 0;
  background:
    radial-gradient(circle at 90% 10%, rgb(84 210 179 / 16%), transparent 30%),
    linear-gradient(180deg, #fffaf3, #f9f6ff);
}

.bcc-breadcrumb {
  margin-bottom: clamp(48px, 6vw, 82px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--v7-muted);
  font-size: 13px;
  font-weight: 650;
}

.bcc-breadcrumb a:hover {
  color: var(--v7-indigo);
}

.bcc-article-hero__copy {
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
}

.bcc-article-hero h1 {
  margin: 20px 0 24px;
  font-size: clamp(52px, 7vw, 94px);
  line-height: .94;
  letter-spacing: -.045em;
}

.bcc-article-hero__copy > p {
  max-width: 790px;
  margin: 0 auto;
  color: var(--v7-muted);
  font-size: clamp(19px, 2vw, 23px);
}

.bcc-article-meta {
  margin: 30px 0 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  color: var(--v7-muted);
  font: 620 13px/1.5 "Roboto Mono", monospace;
}

.bcc-article-meta span:not(:last-child)::after {
  margin-left: 24px;
  color: var(--v7-coral);
  content: "•";
}

.bcc-article-meta a {
  color: inherit;
  text-decoration-color: rgb(255 116 85 / 58%);
  text-underline-offset: 3px;
}

.bcc-article-meta a:hover {
  color: var(--v7-ink);
}

.bcc-article-hero__image {
  overflow: hidden;
  margin: 0;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 28px 70px rgb(24 33 58 / 14%);
}

.bcc-article-hero__image img {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
}

.bcc-article-hero__image figcaption {
  padding: 12px 18px 14px;
  background: var(--v7-paper);
  color: var(--v7-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.bcc-article-layout {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(80px, 10vw, 140px);
  display: grid;
  grid-template-columns: 255px minmax(0, var(--blog-reading));
  justify-content: center;
  align-items: start;
  gap: clamp(50px, 7vw, 100px);
}

.bcc-article-sidebar {
  position: sticky;
  top: 112px;
}

.bcc-article-sidebar nav,
.bcc-editorial-note {
  padding: 24px;
  background: var(--v7-paper);
  border: 1px solid rgb(24 33 58 / 10%);
  border-radius: 18px;
}

.bcc-article-sidebar nav > strong {
  display: block;
  font: 750 12px/1.4 "Roboto Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bcc-article-sidebar ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.bcc-article-sidebar li {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  color: var(--v7-muted);
  font-size: 13px;
  line-height: 1.35;
  counter-increment: toc;
}

.bcc-article-sidebar li::before {
  color: var(--v7-coral);
  font: 650 11px/1.6 "Roboto Mono", monospace;
  content: counter(toc, decimal-leading-zero);
}

.bcc-article-sidebar a:hover {
  color: var(--v7-indigo);
}

.bcc-editorial-note {
  margin-top: 14px;
  color: white;
  background: var(--v7-ink-2);
}

.bcc-editorial-note span {
  color: var(--v7-mint);
  font: 750 11px/1.4 "Roboto Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bcc-editorial-note p {
  margin: 10px 0;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
}

.bcc-editorial-note a {
  color: white;
  font-size: 12px;
  font-weight: 750;
}

.bcc-article-body {
  min-width: 0;
  color: #2b3349;
  font-size: 18px;
  line-height: 1.75;
}

.bcc-article-body > p,
.bcc-article-body > ul,
.bcc-article-body > ol,
.bcc-article-body > table,
.bcc-article-body > blockquote {
  margin-top: 0;
  margin-bottom: 28px;
}

.bcc-article-body h2 {
  margin: 78px 0 24px;
  color: var(--v7-ink);
  font-size: clamp(38px, 4.5vw, 55px);
  line-height: 1;
  letter-spacing: -.035em;
  scroll-margin-top: 112px;
}

.bcc-article-body h3 {
  margin: 42px 0 16px;
  color: var(--v7-ink);
  font-size: 24px;
  line-height: 1.25;
}

.bcc-article-body a {
  color: var(--v7-indigo-2);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(80 71 215 / 28%);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.bcc-article-body strong {
  color: var(--v7-ink);
}

.bcc-article-body li {
  margin: 8px 0;
  padding-left: 6px;
}

.bcc-article-body li::marker {
  color: var(--v7-coral);
}

.bcc-quick-answer {
  margin-bottom: 46px;
  padding: clamp(28px, 4vw, 42px);
  background: var(--v7-lilac);
  border-left: 5px solid var(--v7-indigo);
  border-radius: 0 20px 20px 0;
}

.bcc-quick-answer span,
.bcc-plan-box > span,
.bcc-reality-check > span {
  display: block;
  color: var(--v7-indigo-2);
  font: 750 12px/1.4 "Roboto Mono", monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.bcc-quick-answer p {
  margin: 12px 0 0;
  color: var(--v7-ink);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.55;
}

.bcc-plan-box,
.bcc-reality-check {
  margin: 40px 0;
  padding: 30px;
  border-radius: 20px;
}

.bcc-plan-box {
  background: #eaf8f4;
  border: 1px solid rgb(84 210 179 / 42%);
}

.bcc-reality-check {
  background: #fff1e9;
  border: 1px solid rgb(255 116 85 / 35%);
}

.bcc-plan-box > span {
  color: #176953;
}

.bcc-reality-check > span {
  color: #a43c26;
}

.bcc-plan-box h3,
.bcc-reality-check h3 {
  margin-top: 8px;
}

.bcc-plan-box > :last-child,
.bcc-reality-check > :last-child {
  margin-bottom: 0;
}

.bcc-table-wrap {
  overflow-x: auto;
  margin: 36px 0;
  border: 1px solid var(--v7-line);
  border-radius: 18px;
}

.bcc-article-body table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  background: white;
  font-size: 15px;
  line-height: 1.5;
}

.bcc-article-body th,
.bcc-article-body td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--v7-line);
}

.bcc-article-body th {
  color: white;
  background: var(--v7-ink-2);
  font-size: 13px;
}

.bcc-article-body tr:last-child td {
  border-bottom: 0;
}

.bcc-sources,
.bcc-faq {
  margin-top: 82px;
  padding-top: 2px;
  border-top: 1px solid var(--v7-line);
}

.bcc-sources ol {
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
}

.bcc-sources li {
  margin-bottom: 12px;
}

.bcc-faq details {
  border-bottom: 1px solid var(--v7-line);
}

.bcc-faq summary {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--v7-ink);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.bcc-faq summary::-webkit-details-marker { display: none; }
.bcc-faq summary span { color: var(--v7-coral); font-size: 24px; }
.bcc-faq details > div { padding: 0 36px 24px 0; color: var(--v7-muted); }
.bcc-faq details > div p { margin: 0; }

.bcc-medical-disclaimer {
  margin-top: 54px;
  padding: 24px 28px;
  color: rgb(255 255 255 / 76%);
  background: var(--v7-ink-2);
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.bcc-medical-disclaimer strong {
  color: var(--v7-mint);
}

.bcc-medical-disclaimer p {
  margin: 6px 0 0;
}

.bcc-related {
  padding: clamp(72px, 9vw, 126px) 0;
  background: #f1f0ff;
}

.bcc-related header {
  margin-bottom: 40px;
}

.bcc-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bcc-related__grid a {
  overflow: hidden;
  padding-bottom: 24px;
  background: white;
  border-radius: 18px;
}

.bcc-related__grid img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.bcc-related__grid span,
.bcc-related__grid h3 {
  margin-right: 22px;
  margin-left: 22px;
}

.bcc-related__grid span {
  margin-top: 20px;
  display: block;
  color: var(--v7-indigo);
  font: 750 11px/1.4 "Roboto Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bcc-related__grid h3 {
  margin-top: 9px;
  margin-bottom: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
}

@media (max-width: 980px) {
  .bcc-blog-hero__grid,
  .bcc-feature-card {
    grid-template-columns: 1fr;
  }

  .bcc-blog-hero__principles {
    max-width: 620px;
  }

  .bcc-feature-card img {
    height: clamp(260px, 54vw, 420px);
  }

  .bcc-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcc-topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcc-article-layout {
    grid-template-columns: minmax(0, var(--blog-reading));
  }

  .bcc-article-sidebar {
    position: static;
  }

  .bcc-article-sidebar nav {
    display: none;
  }

  .bcc-editorial-note {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .bcc-blog-site .v7-container {
    width: min(100% - 30px, 1180px);
  }

  .bcc-blog-site .v7-header__inner {
    min-height: 70px;
    gap: 10px;
  }

  .bcc-blog-site .v7-brand {
    gap: 8px;
    font-size: 14px;
  }

  .bcc-blog-site .v7-brand__mark {
    width: 34px;
    height: 34px;
  }

  .bcc-blog-hero {
    padding-top: 64px;
  }

  .bcc-blog-hero--compact {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .bcc-blog-hero h1 {
    font-size: clamp(52px, 14vw, 70px);
  }

  .bcc-blog-hero__principles {
    padding: 24px 20px;
  }

  .bcc-article-grid,
  .bcc-related__grid {
    grid-template-columns: 1fr;
  }

  .bcc-topic-grid {
    margin-right: -15px;
    padding-right: 15px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .bcc-topic-card {
    min-width: min(82vw, 310px);
    scroll-snap-align: start;
  }

  .bcc-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .bcc-search-field input {
    padding-right: 116px;
    font-size: 15px;
  }

  .bcc-search-submit {
    right: 8px;
    padding-inline: 11px;
  }

  .bcc-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .bcc-pagination span {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .bcc-pagination a:first-of-type { justify-self: stretch; }
  .bcc-pagination a:last-of-type { justify-self: stretch; }

  .bcc-library-heading,
  .bcc-blog-cta .v7-container,
  .bcc-method-contact .v7-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .bcc-method-grid {
    grid-template-columns: 1fr;
  }

  .bcc-feature-card h2,
  .bcc-library-heading h2,
  .bcc-related h2 {
    font-size: 43px;
  }

  .bcc-feature-card > div,
  .bcc-article-card > a > div {
    padding: 28px 24px 30px;
  }

  .bcc-article-card img {
    height: 190px;
  }

  .bcc-article-hero {
    padding-top: 28px;
  }

  .bcc-breadcrumb {
    margin-bottom: 46px;
  }

  .bcc-article-hero h1 {
    font-size: clamp(46px, 14vw, 65px);
  }

  .bcc-article-meta {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .bcc-article-meta span::after {
    display: none;
  }

  .bcc-article-hero__image {
    border-radius: 20px 20px 0 0;
  }

  .bcc-article-hero__image img {
    aspect-ratio: 1.18;
  }

  .bcc-article-layout {
    gap: 36px;
  }

  .bcc-article-body {
    font-size: 17px;
    line-height: 1.7;
  }

  .bcc-article-body h2 {
    margin-top: 62px;
    font-size: 40px;
  }

  .bcc-quick-answer p {
    font-size: 18px;
  }

  .bcc-blog-cta h2 {
    font-size: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bcc-article-card { transition: none; }
}
