body .brco-step3-content{
  --brco-teal:#18a7ba;
  --brco-teal-dark:#08798a;
  --brco-navy:#171753;
  --brco-text:#344054;
  --brco-muted:#667085;
  --brco-line:#dce7eb;
  --brco-soft:#f3fafb;
  --brco-soft-2:#f8fbfc;
  width:min(1320px,calc(100vw - 40px))!important;
  max-width:none!important;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  margin:0!important;
  padding:0 0 44px;
  color:var(--brco-text);
  font-size:17px;
  line-height:1.78;
}
body .brco-step3-content *{box-sizing:border-box;}
body .brco-step3-content p{margin:0 0 16px;}
body .brco-step3-content strong{color:#1f2937;}
body .brco-step3-content .brco-eyebrow{
  display:inline-block;
  margin:0 0 13px;
  color:var(--brco-teal-dark);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body .brco-step3-content .brco-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);
  gap:50px;
  align-items:center;
  margin:0 0 8px;
  padding:38px 0 42px;
  border-top:4px solid var(--brco-teal);
  border-bottom:1px solid var(--brco-line);
}
body .brco-step3-content .brco-hero h1{
  margin:0 0 18px!important;
  color:var(--brco-navy)!important;
  font-size:clamp(38px,4vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  font-weight:800!important;
}
body .brco-step3-content .brco-hero-intro{font-size:19px;line-height:1.72;color:#475467;margin-bottom:16px;}
body .brco-step3-content .brco-hero-support{font-size:16.5px;line-height:1.72;color:var(--brco-muted);margin-bottom:0;}
body .brco-step3-content .brco-post-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);
  gap:42px;
  align-items:center;
  padding:26px 0 34px;
  border-top:4px solid var(--brco-teal);
  border-bottom:1px solid var(--brco-line);
}
body .brco-step3-content .brco-figure{margin:0;}
body .brco-step3-content .brco-content-image{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  border-radius:18px;
  box-shadow:0 14px 38px rgba(23,23,83,.08);
  object-fit:cover;
}
body .brco-step3-content .brco-figure--hero .brco-content-image{aspect-ratio:16/9;min-height:320px;}
body .brco-step3-content .brco-figure--post-hero .brco-content-image{aspect-ratio:3/1;min-height:240px;}
body .brco-step3-content .brco-figure--inner .brco-content-image{aspect-ratio:4/3;min-height:290px;}
body .brco-step3-content .brco-figure--small .brco-content-image{aspect-ratio:1/1;min-height:240px;}
body .brco-step3-content figcaption{
  margin:9px 3px 0;
  color:#6b7280;
  font-size:13px;
  line-height:1.5;
}
body .brco-step3-content .brco-overview{
  padding:32px 0 38px;
  border-bottom:1px solid var(--brco-line);
}
body .brco-step3-content .brco-overview-title{
  margin:0!important;
  color:var(--brco-navy);
  font-size:28px;
  line-height:1.28;
  font-weight:800;
  letter-spacing:-.015em;
}
body .brco-step3-content .brco-size-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:20px;
  border-top:1px solid var(--brco-line);
  border-bottom:1px solid var(--brco-line);
}
body .brco-step3-content .brco-size-strip>div{padding:20px 28px 18px 0;}
body .brco-step3-content .brco-size-strip>div+div{padding-left:28px;border-left:1px solid var(--brco-line);}
body .brco-step3-content .brco-size-strip strong{display:block;color:var(--brco-navy);font-size:20px;line-height:1.35;margin-bottom:4px;}
body .brco-step3-content .brco-size-strip span{display:block;color:var(--brco-teal-dark);font-weight:700;font-size:14px;margin-bottom:7px;}
body .brco-step3-content .brco-size-strip p{margin:0;color:var(--brco-muted);font-size:15.5px;line-height:1.65;}
body .brco-step3-content .brco-fineprint{margin:14px 0 0!important;color:#6b7280;font-size:14px;}
body .brco-step3-content .brco-editorial-section{
  padding:42px 0;
  margin:0;
  border-bottom:1px solid var(--brco-line);
}
body .brco-step3-content .brco-editorial-section--decision{border-bottom:0;padding-bottom:28px;}
body .brco-step3-content .brco-accent-section{
  padding-left:28px;
  padding-right:28px;
  background:linear-gradient(90deg,#eef9fb 0%,#f8fcfd 100%);
  border-top:1px solid #d6ecef;
  border-bottom:1px solid #d6ecef;
}
body .brco-step3-content .brco-section-heading{margin:0 0 12px;}
body .brco-step3-content .brco-section-heading span,
body .brco-step3-content .brco-final-summary>span{
  display:block;
  margin:0 0 8px;
  color:var(--brco-teal-dark);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body .brco-step3-content h2{
  margin:0!important;
  color:var(--brco-navy)!important;
  font-size:32px!important;
  line-height:1.26!important;
  letter-spacing:-.018em!important;
  font-weight:800!important;
}
body .brco-step3-content h3{
  margin:0 0 15px!important;
  color:#293548!important;
  font-size:20px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
body .brco-step3-content .brco-split{
  display:grid;
  grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr);
  gap:52px;
  align-items:center;
}
body .brco-step3-content .brco-split--image-right{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);}
body .brco-step3-content .brco-copy-with-image{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);
  gap:38px;
  align-items:center;
}
body .brco-step3-content .brco-inline-note{
  margin:22px 0 0!important;
  padding:14px 0 14px 18px;
  border-left:3px solid var(--brco-teal);
  color:#475467;
}
body .brco-step3-content .brco-capacity-rows{
  margin:26px 0 0;
  border-top:1px solid #cfdee2;
  overflow-x:auto;
}
body .brco-step3-content .brco-capacity-row{
  min-width:780px;
  display:grid;
  grid-template-columns:170px 1.1fr 1.6fr;
  gap:28px;
  align-items:start;
  padding:18px 14px;
  border-bottom:1px solid #dbe6e9;
}
body .brco-step3-content .brco-capacity-row--head{padding-top:12px;padding-bottom:12px;background:linear-gradient(90deg,#eef7f9,#fbfdfd);}
body .brco-step3-content .brco-capacity-row strong{color:var(--brco-navy);font-size:16px;}
body .brco-step3-content .brco-capacity-row span{color:#27354a;font-weight:700;line-height:1.55;font-size:15.5px;}
body .brco-step3-content .brco-capacity-row p{margin:0;color:var(--brco-muted);font-size:15.5px;line-height:1.62;}
body .brco-step3-content .brco-check-lines,
body .brco-step3-content .brco-scenario-lines,
body .brco-step3-content .brco-feature-rows,
body .brco-step3-content .brco-comparison-summary{margin:18px 0 0;}
body .brco-step3-content .brco-check-lines p,
body .brco-step3-content .brco-scenario-lines p,
body .brco-step3-content .brco-feature-rows p,
body .brco-step3-content .brco-comparison-summary p{
  margin:0;
  padding:12px 0;
  border-bottom:1px solid var(--brco-line);
}
body .brco-step3-content .brco-check-lines p:last-child,
body .brco-step3-content .brco-scenario-lines p:last-child,
body .brco-step3-content .brco-feature-rows p:last-child,
body .brco-step3-content .brco-comparison-summary p:last-child{border-bottom:0;}
body .brco-step3-content .brco-final-summary{
  margin:34px 0 0;
  padding:28px 30px;
  background:linear-gradient(90deg,#edf9fb,#f8fcfd);
  border-left:4px solid var(--brco-teal);
}
body .brco-step3-content .brco-final-summary h3{font-size:26px!important;color:var(--brco-navy)!important;margin-bottom:10px!important;}
body .brco-step3-content .brco-final-summary p{margin:0;}
@media(max-width:1180px){
  body .brco-step3-content{width:calc(100vw - 30px)!important;}
  body .brco-step3-content .brco-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr);gap:34px;}
  body .brco-step3-content .brco-post-hero{grid-template-columns:1fr;gap:24px;}
  body .brco-step3-content .brco-accent-section{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;}
}
@media(max-width:860px){
  body .brco-step3-content{width:calc(100vw - 22px)!important;left:50%;}
  body .brco-step3-content .brco-hero,
  body .brco-step3-content .brco-split,
  body .brco-step3-content .brco-split--image-right,
  body .brco-step3-content .brco-copy-with-image{grid-template-columns:1fr;gap:24px;}
  body .brco-step3-content .brco-hero{padding:28px 0 34px;}
  body .brco-step3-content .brco-figure--hero{order:-1;}
  body .brco-step3-content .brco-size-strip{grid-template-columns:1fr;}
  body .brco-step3-content .brco-size-strip>div,
  body .brco-step3-content .brco-size-strip>div+div{padding:16px 0;border-left:0;border-bottom:1px solid var(--brco-line);}
  body .brco-step3-content .brco-size-strip>div:last-child{border-bottom:0;}
  body .brco-step3-content h2{font-size:28px!important;}
}
@media(max-width:640px){
  body .brco-step3-content{width:calc(100vw - 16px)!important;font-size:16px;line-height:1.72;}
  body .brco-step3-content .brco-hero h1{font-size:34px!important;}
  body .brco-step3-content .brco-hero-intro{font-size:17px;}
  body .brco-step3-content .brco-hero-support{font-size:15.5px;}
  body .brco-step3-content .brco-content-image{border-radius:12px;}
  body .brco-step3-content .brco-figure--hero .brco-content-image,
  body .brco-step3-content .brco-figure--inner .brco-content-image,
  body .brco-step3-content .brco-figure--small .brco-content-image{min-height:0;aspect-ratio:auto;}
  body .brco-step3-content .brco-editorial-section,
  body .brco-step3-content .brco-overview{padding:30px 0;}
  body .brco-step3-content h2{font-size:25px!important;}
  body .brco-step3-content h3{font-size:18px!important;}
  body .brco-step3-content .brco-overview-title{font-size:24px;}
  body .brco-step3-content .brco-accent-section{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px;}
  body .brco-step3-content .brco-capacity-row{min-width:680px;grid-template-columns:125px 1fr 1.4fr;gap:16px;}
  body .brco-step3-content .brco-final-summary{padding:22px 20px;}
}

/* v1.0.9 — B-01 single-column blog layout patch. H-02 keeps the approved v1.0.8 presentation. */
body.brco-b01-blog-layout #main .row.row-large,
body.brco-b01-blog-layout #main .row.row-divided,
body.brco-b01-blog-layout #main > .row{
  width:calc(100% - 32px)!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.brco-b01-blog-layout #main .post-sidebar,
body.brco-b01-blog-layout #main .sidebar-wrapper,
body.brco-b01-blog-layout #main #secondary,
body.brco-b01-blog-layout #main .widget-area{
  display:none!important;
}
body.brco-b01-blog-layout #main .large-9,
body.brco-b01-blog-layout #main .medium-9,
body.brco-b01-blog-layout #main .col.large-9,
body.brco-b01-blog-layout #main .col.medium-9{
  flex-basis:100%!important;
  max-width:100%!important;
  width:100%!important;
  border-right:0!important;
  padding-left:15px!important;
  padding-right:15px!important;
}
body.brco-b01-blog-layout #main .row-divided>.col+ .col{border-left:0!important;}
body.brco-b01-blog-layout .article-inner,
body.brco-b01-blog-layout .entry-header,
body.brco-b01-blog-layout .entry-image,
body.brco-b01-blog-layout .entry-author,
body.brco-b01-blog-layout .navigation-post{
  width:100%!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.brco-b01-blog-layout .entry-image{margin-top:16px!important;margin-bottom:28px!important;}
body.brco-b01-blog-layout .entry-image img,
body.brco-b01-blog-layout .entry-image-float img{
  display:block!important;
  width:100%!important;
  max-width:1180px!important;
  max-height:500px!important;
  object-fit:cover!important;
  border-radius:18px!important;
  box-shadow:0 12px 34px rgba(23,23,83,.08)!important;
}
body.brco-b01-blog-layout .brco-step3-content.brco-b01-editorial{
  width:100%!important;
  max-width:1180px!important;
  left:auto!important;
  transform:none!important;
  margin:0 auto!important;
  padding:12px 0 46px!important;
  color:#344054;
}
body.brco-b01-blog-layout .brco-b01-quick-answer{
  margin:0 0 12px;
  padding:28px 30px;
  background:linear-gradient(90deg,#eefafb 0%,#f8fcfd 100%);
  border-top:1px solid #cfe8ec;
  border-bottom:1px solid #cfe8ec;
}
body.brco-b01-blog-layout .brco-b01-lede{
  max-width:1050px;
  margin:0!important;
  font-size:18px;
  line-height:1.75;
  color:#364152;
}
body.brco-b01-blog-layout .brco-b01-choice-strip{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin-top:24px;
  border-top:1px solid #cfe1e5;
  border-bottom:1px solid #cfe1e5;
}
body.brco-b01-blog-layout .brco-b01-choice-strip>div{padding:18px 24px 18px 0;}
body.brco-b01-blog-layout .brco-b01-choice-strip>div+div{padding-left:28px;border-left:1px solid #cfe1e5;}
body.brco-b01-blog-layout .brco-b01-choice-strip span,
body.brco-b01-blog-layout .brco-b01-final-choices span{
  display:block;
  margin-bottom:6px;
  color:#08798a;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.brco-b01-blog-layout .brco-b01-choice-strip strong{display:block;font-size:20px;color:#171753;margin-bottom:6px;}
body.brco-b01-blog-layout .brco-b01-choice-strip p{margin:0!important;color:#667085;font-size:15.5px;line-height:1.65;}
body.brco-b01-blog-layout .brco-editorial-section{
  margin:0!important;
  padding:34px 0!important;
  border:0!important;
  border-top:1px solid #dce7eb!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.brco-b01-blog-layout .brco-editorial-section:first-of-type{border-top:0!important;}
body.brco-b01-blog-layout .brco-section-heading{margin-bottom:10px!important;}
body.brco-b01-blog-layout .brco-section-heading h2{
  margin:0!important;
  color:#171753!important;
  font-size:clamp(28px,3vw,36px)!important;
  line-height:1.2!important;
}
body.brco-b01-blog-layout .brco-step3-content h3{
  margin:0 0 16px!important;
  color:#27354a!important;
  font-size:19px!important;
  line-height:1.45!important;
}
body.brco-b01-blog-layout .brco-b01-table-wrap{overflow-x:auto;margin:24px 0 0;border:1px solid #d9e5e9;border-radius:14px;}
body.brco-b01-blog-layout .brco-b01-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff;}
body.brco-b01-blog-layout .brco-b01-table th{padding:14px 16px;text-align:left;background:#eef8fa;color:#171753;font-size:14px;border-bottom:1px solid #d9e5e9;}
body.brco-b01-blog-layout .brco-b01-table td{padding:14px 16px;vertical-align:top;color:#475467;font-size:15.5px;line-height:1.6;border-bottom:1px solid #edf2f4;}
body.brco-b01-blog-layout .brco-b01-table tr:last-child td{border-bottom:0;}
body.brco-b01-blog-layout .brco-b01-check-grid,
body.brco-b01-blog-layout .brco-b01-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 34px;
  margin:20px 0 12px;
  border-top:1px solid #dce7eb;
}
body.brco-b01-blog-layout .brco-b01-check-grid p,
body.brco-b01-blog-layout .brco-b01-feature-grid>div{
  margin:0!important;
  padding:16px 0;
  border-bottom:1px solid #dce7eb;
}
body.brco-b01-blog-layout .brco-b01-feature-grid strong{display:block;color:#171753;font-size:17px;margin-bottom:5px;}
body.brco-b01-blog-layout .brco-b01-feature-grid p{margin:0!important;font-size:15.5px;line-height:1.65;color:#667085;}
body.brco-b01-blog-layout .brco-b01-accent-section{
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:max(24px,calc((100vw - 1180px)/2))!important;
  padding-right:max(24px,calc((100vw - 1180px)/2))!important;
  background:linear-gradient(90deg,#f0fafb,#f9fcfd)!important;
  border-top:1px solid #cfe7eb!important;
  border-bottom:1px solid #cfe7eb!important;
}
body.brco-b01-blog-layout .brco-b01-scenario-list{margin-top:20px;border-top:1px solid #cfe1e5;}
body.brco-b01-blog-layout .brco-b01-scenario-list>div{
  display:grid;
  grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);
  gap:30px;
  padding:16px 0;
  border-bottom:1px solid #cfe1e5;
}
body.brco-b01-blog-layout .brco-b01-scenario-list strong{color:#171753;font-size:17px;}
body.brco-b01-blog-layout .brco-b01-scenario-list p{margin:0!important;color:#596579;}
body.brco-b01-blog-layout .brco-b01-meal-prep{
  display:grid;
  grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);
  gap:44px;
  align-items:center;
}
body.brco-b01-blog-layout .brco-b01-meal-figure{margin:0!important;}
body.brco-b01-blog-layout .brco-b01-meal-figure img{aspect-ratio:4/3;object-fit:cover;min-height:320px;}
body.brco-b01-blog-layout .brco-b01-final-section{padding-bottom:16px!important;}
body.brco-b01-blog-layout .brco-b01-final-choices{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin:24px 0 22px;
  padding:24px 0;
  border-top:1px solid #cfe1e5;
  border-bottom:1px solid #cfe1e5;
}
body.brco-b01-blog-layout .brco-b01-final-choices>div+div{padding-left:28px;border-left:1px solid #cfe1e5;}
body.brco-b01-blog-layout .brco-b01-final-choices strong{display:block;color:#171753;font-size:21px;line-height:1.4;margin-bottom:7px;}
body.brco-b01-blog-layout .brco-b01-final-choices p{margin:0!important;color:#667085;}
body.brco-b01-blog-layout .brco-b01-closing{max-width:1040px;margin-bottom:0!important;font-size:16.5px;}
@media(max-width:860px){
  body.brco-b01-blog-layout #main .row.row-large,
  body.brco-b01-blog-layout #main .row.row-divided,
  body.brco-b01-blog-layout #main > .row{width:calc(100% - 18px)!important;}
  body.brco-b01-blog-layout .brco-b01-choice-strip,
  body.brco-b01-blog-layout .brco-b01-check-grid,
  body.brco-b01-blog-layout .brco-b01-feature-grid,
  body.brco-b01-blog-layout .brco-b01-meal-prep,
  body.brco-b01-blog-layout .brco-b01-final-choices{grid-template-columns:1fr;}
  body.brco-b01-blog-layout .brco-b01-choice-strip>div+div,
  body.brco-b01-blog-layout .brco-b01-final-choices>div+div{padding-left:0;border-left:0;border-top:1px solid #cfe1e5;}
  body.brco-b01-blog-layout .brco-b01-scenario-list>div{grid-template-columns:1fr;gap:6px;}
  body.brco-b01-blog-layout .brco-b01-meal-figure img{min-height:0;}
}
@media(max-width:640px){
  body.brco-b01-blog-layout .brco-b01-quick-answer{padding:22px 18px;}
  body.brco-b01-blog-layout .brco-section-heading h2{font-size:26px!important;}
  body.brco-b01-blog-layout .brco-b01-lede{font-size:16.5px;}
  body.brco-b01-blog-layout .entry-image img{border-radius:12px!important;}
}

/* v1.0.10 — B-01 final readability refinements. */
body.brco-b01-blog-layout .brco-b01-final-choices ul{
  margin:12px 0 0 20px!important;
  padding:0!important;
  color:#596579;
}
body.brco-b01-blog-layout .brco-b01-final-choices li{
  margin:0 0 7px!important;
  line-height:1.55;
}
body.brco-b01-blog-layout .brco-b01-size-tag{
  display:inline-block;
  margin-right:8px;
  color:#08798a;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}
body.brco-b01-blog-layout .entry-author{
  padding-top:18px!important;
  padding-bottom:18px!important;
  border-top:1px solid #e3ebee!important;
}
body.brco-b01-blog-layout .author-box .box-image{
  width:52px!important;
  min-width:52px!important;
}
body.brco-b01-blog-layout .author-box .box-text{
  padding-top:8px!important;
  padding-bottom:8px!important;
}
body.brco-b01-blog-layout .navigation-post{
  margin-top:12px!important;
  padding-top:12px!important;
}
body.brco-b01-blog-layout .navigation-post .flex-col{
  padding-top:6px!important;
  padding-bottom:6px!important;
}
body.brco-b01-blog-layout .entry-footer{
  margin-top:18px!important;
}
@media(max-width:640px){
  body.brco-b01-blog-layout .brco-b01-final-choices ul{margin-left:18px!important;}
}


/* v1.0.11 — B-01 redesigned to match the approved editorial page direction. */
body.brco-b01-blog-layout .brco-step3-content.brco-b01-visual-redesign{
  max-width:1180px!important;
  padding-top:10px!important;
}
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-post-hero{
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:36px;
  padding:16px 0 30px;
  border-top:0!important;
}
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-hero-intro{
  margin-bottom:12px!important;
}
body.brco-b01-blog-layout .brco-b01-overview{
  padding-top:26px!important;
}
body.brco-b01-blog-layout .brco-b01-summary-strip > div strong{
  font-size:22px;
}
body.brco-b01-blog-layout .brco-b01-subtable-title{
  margin:0 0 6px!important;
  color:#27354a!important;
  font-size:20px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-capacity-row,
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-feature-rows p,
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-scenario-lines p,
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-check-lines p,
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-comparison-summary p{
  font-size:15.75px;
}
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-final-summary h2{
  margin:0 0 12px!important;
  font-size:34px!important;
}
body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-final-summary h3{
  margin:0 0 14px!important;
}
@media(max-width:860px){
  body.brco-b01-blog-layout .brco-b01-visual-redesign .brco-post-hero{grid-template-columns:1fr;}
}


/* v1.0.13 — LOCKED H-02 spacing correction only.
   The cooked-vs-uncooked copy/image row previously vertically centered the text
   against the image, creating a large blank gap below the subheading. */
body .brco-step3-content.brco-size-guide .brco-copy-with-image{
  align-items:start!important;
}
body .brco-step3-content.brco-size-guide .brco-copy-with-image > div:first-child{
  align-self:start!important;
}
/* H-02 and B-01 designs are locked after this spacing correction. */


/* v1.0.14 — H-02 cooked-vs-uncooked section: remove residual desktop whitespace. */
@media(min-width:861px){
  body .brco-step3-content.brco-size-guide .brco-copy-with-image{
    grid-template-columns:minmax(0,1fr) 220px!important;
    gap:30px!important;
    align-items:start!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small{
    width:220px!important;
    max-width:220px!important;
    margin-left:auto!important;
    align-self:start!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small .brco-content-image{
    width:220px!important;
    height:145px!important;
    min-height:0!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small figcaption{
    width:220px!important;
    margin-top:6px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
}
/* H-02 page design and B-01 blog design are LOCKED after this whitespace correction. */


/* v1.0.15 — locked H-02 Kitchen Fit visual only. */
body .brco-step3-content img[alt="Rice cooker with lid fully open showing countertop and vertical clearance"]{
  object-fit:cover!important;
  object-position:center center!important;
}


/* v1.0.16 — H-02 Cooked vs Uncooked section: restore a proper image size WITHOUT restoring the old whitespace.
   The image floats beside the copy; the capacity comparison can begin beside/below it naturally. */
@media(min-width:861px){
  body .brco-step3-content.brco-size-guide .brco-copy-with-image{
    display:block!important;
    grid-template-columns:none!important;
    gap:0!important;
    align-items:start!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small{
    float:right!important;
    width:340px!important;
    max-width:34%!important;
    margin:0 0 16px 34px!important;
    align-self:auto!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small .brco-content-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small figcaption{
    width:auto!important;
    margin:7px 0 0!important;
    font-size:12.5px!important;
    line-height:1.4!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image + .brco-capacity-rows{
    margin-top:18px!important;
  }
  body .brco-step3-content.brco-size-guide .brco-copy-with-image + .brco-capacity-rows .brco-capacity-row{
    min-width:620px!important;
  }
  body .brco-step3-content.brco-size-guide .brco-editorial-section:has(.brco-copy-with-image)::after{
    content:"";
    display:block;
    clear:both;
  }
}
@media(min-width:1180px){
  body .brco-step3-content.brco-size-guide .brco-copy-with-image .brco-figure--small{
    width:360px!important;
    max-width:32%!important;
  }
}
/* H-02 page design and B-01 blog design remain LOCKED. No content/meta changes in v1.0.16. */

/* v2.0.0 — approved full architecture rollout. H-02 and B-01 locked rules above remain unchanged. */
body.brco-full-architecture-post #main .row.row-large,
body.brco-full-architecture-post #main .row.row-divided,
body.brco-full-architecture-post #main > .row{
  width:calc(100% - 32px)!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.brco-full-architecture-post #main .post-sidebar,
body.brco-full-architecture-post #main .sidebar-wrapper,
body.brco-full-architecture-post #main #secondary,
body.brco-full-architecture-post #main .widget-area{display:none!important;}
body.brco-full-architecture-post #main .large-9,
body.brco-full-architecture-post #main .medium-9,
body.brco-full-architecture-post #main .col.large-9,
body.brco-full-architecture-post #main .col.medium-9{
  flex-basis:100%!important;max-width:100%!important;width:100%!important;border-right:0!important;
}
body.brco-full-architecture-post #main .row-divided>.col+.col{border-left:0!important;}
body.brco-full-architecture-post .article-inner,
body.brco-full-architecture-post .entry-header,
body.brco-full-architecture-post .entry-image,
body.brco-full-architecture-post .entry-author,
body.brco-full-architecture-post .navigation-post{width:100%!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;}
body.brco-full-architecture-post .entry-image{margin-top:16px!important;margin-bottom:24px!important;}
body.brco-full-architecture-post .entry-image img{display:block!important;width:100%!important;max-width:1180px!important;max-height:500px!important;object-fit:cover!important;border-radius:18px!important;box-shadow:0 12px 34px rgba(23,23,83,.08)!important;}

body .brco-step3-content.brco-full-asset{
  width:min(1320px,calc(100vw - 40px))!important;
  max-width:none!important;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  margin:0!important;
  padding:0 0 46px;
  color:#344054;
}
body.brco-full-architecture-post .brco-step3-content.brco-full-asset{
  width:100%!important;max-width:1180px!important;left:auto!important;transform:none!important;margin:0 auto!important;
}
body .brco-full-asset .brco-full-hero{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:46px;align-items:center;
  padding:30px 0 38px;border-top:4px solid #18a7ba;border-bottom:1px solid #dce7eb;
}
body .brco-full-asset .brco-full-hero h1{
  margin:0 0 18px!important;color:#171753!important;font-size:clamp(38px,4vw,56px)!important;line-height:1.08!important;letter-spacing:-.03em!important;font-weight:800!important;
}
body .brco-full-asset .brco-full-post-intro{
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:36px;padding:18px 0 30px;border-top:0!important;
}
body .brco-full-asset .brco-full-overview{padding:28px 0 34px;}
body .brco-full-asset .brco-editorial-section{padding:38px 0!important;margin:0!important;border:0!important;border-bottom:1px solid #dce7eb!important;background:#fff!important;box-shadow:none!important;border-radius:0!important;}
body .brco-full-asset .brco-section-tint{background:linear-gradient(90deg,#fbfdfe,#f4fafb)!important;padding-left:26px!important;padding-right:26px!important;}
body .brco-full-asset .brco-accent-section{background:linear-gradient(90deg,#eff9fb,#f8fcfd)!important;padding-left:28px!important;padding-right:28px!important;border-top:1px solid #d2eaee!important;border-bottom:1px solid #d2eaee!important;}
body .brco-full-asset .brco-topic-card{
  min-height:250px;border-radius:22px;padding:30px;background:linear-gradient(145deg,#eef9fb 0%,#f9fcfd 100%);border:1px solid #d6eaee;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 12px 32px rgba(23,23,83,.05);
}
body .brco-full-asset .brco-topic-card span{display:block;color:#08798a;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;}
body .brco-full-asset .brco-topic-card strong{display:block;color:#171753;font-size:25px;line-height:1.28;margin-bottom:10px;}
body .brco-full-asset .brco-topic-card p{margin:0!important;color:#667085;font-size:15.5px;line-height:1.6;}
body .brco-full-asset .brco-check-panel{margin:20px 0 0;padding:20px 24px;background:#f5fafb;border-left:4px solid #18a7ba;}
body .brco-full-asset .brco-check-panel ul{margin:0!important;padding-left:22px!important;columns:2;column-gap:40px;}
body .brco-full-asset .brco-check-panel li{margin:0 0 9px!important;break-inside:avoid;color:#475467;line-height:1.55;}
body .brco-full-asset .brco-table-wrap{overflow-x:auto;margin:22px 0 0;border:1px solid #dce7eb;border-radius:14px;background:#fff;}
body .brco-full-asset .brco-editorial-table{width:100%;min-width:700px;border-collapse:collapse;}
body .brco-full-asset .brco-editorial-table th{padding:14px 16px;text-align:left;background:#eef8fa;color:#171753;font-size:14px;border-bottom:1px solid #d9e5e9;}
body .brco-full-asset .brco-editorial-table td{padding:14px 16px;vertical-align:top;color:#475467;font-size:15.5px;line-height:1.6;border-bottom:1px solid #edf2f4;}
body .brco-full-asset .brco-editorial-table tr:last-child td{border-bottom:0;}
body .brco-full-asset .brco-final-summary{margin-top:34px!important;}
body .brco-full-asset .brco-final-summary h3{font-size:26px!important;}
body.brco-full-architecture-post .entry-author{padding-top:18px!important;padding-bottom:18px!important;border-top:1px solid #e3ebee!important;}
body.brco-full-architecture-post .navigation-post{margin-top:12px!important;padding-top:12px!important;}
@media(max-width:1180px){
  body .brco-step3-content.brco-full-asset{width:calc(100vw - 30px)!important;}
  body .brco-full-asset .brco-full-hero{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr);gap:34px;}
}
@media(max-width:860px){
  body.brco-full-architecture-post #main .row.row-large,
  body.brco-full-architecture-post #main .row.row-divided,
  body.brco-full-architecture-post #main > .row{width:calc(100% - 18px)!important;}
  body .brco-step3-content.brco-full-asset{width:calc(100vw - 22px)!important;}
  body.brco-full-architecture-post .brco-step3-content.brco-full-asset{width:100%!important;}
  body .brco-full-asset .brco-full-hero,
  body .brco-full-asset .brco-full-post-intro,
  body .brco-full-asset .brco-split,
  body .brco-full-asset .brco-split--image-right,
  body .brco-full-asset .brco-split--image-left{grid-template-columns:1fr!important;gap:24px!important;}
  body .brco-full-asset .brco-check-panel ul{columns:1;}
  body .brco-full-asset .brco-section-tint,
  body .brco-full-asset .brco-accent-section{padding-left:16px!important;padding-right:16px!important;}
}
@media(max-width:640px){
  body .brco-step3-content.brco-full-asset{width:calc(100vw - 16px)!important;font-size:16px;}
  body .brco-full-asset .brco-full-hero h1{font-size:34px!important;}
  body .brco-full-asset .brco-topic-card{min-height:190px;padding:22px;}
  body .brco-full-asset .brco-editorial-table{min-width:620px;}
}


/* v2.1.0 — Sitewide unique design repair. Five distinct content families. */
body .brco-v210{max-width:1220px!important;width:min(1220px,calc(100vw - 34px))!important;}
body .brco-v210 .brco-v210-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.85fr);gap:46px;align-items:center;padding:28px 0 36px;border-top:4px solid var(--brco-teal);border-bottom:1px solid var(--brco-line);}
body .brco-v210 .brco-v210-hero h1{margin:0 0 18px!important;color:var(--brco-navy)!important;font-size:clamp(38px,4.2vw,58px)!important;line-height:1.07!important;letter-spacing:-.03em!important;}
body .brco-v210 .brco-v210-hero-figure img{aspect-ratio:16/9!important;min-height:0!important;object-fit:cover!important;}
body .brco-v210 .brco-v210-post-lead{padding:26px 0 30px;border-top:3px solid var(--brco-teal);border-bottom:1px solid var(--brco-line);}
body .brco-v210 .brco-v210-post-lead .brco-hero-intro{max-width:980px;margin:0!important;}
body .brco-v210-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:18px;border-top:1px solid var(--brco-line);border-bottom:1px solid var(--brco-line);}
body .brco-v210-three>div{padding:18px 24px 18px 0;}
body .brco-v210-three>div+div{padding-left:24px;border-left:1px solid var(--brco-line);}
body .brco-v210-three strong{display:block;color:var(--brco-navy);font-size:18px;line-height:1.4;margin-bottom:5px;}
body .brco-v210-three p{margin:0!important;color:var(--brco-muted);font-size:15px;line-height:1.6;}
body .brco-v210-hub-map, body .brco-v210-usecase-strip, body .brco-v210-triage, body .brco-v210-compare-strip, body .brco-v210-utility-steps{padding:28px 0 34px;border-bottom:1px solid var(--brco-line);}
body .brco-v210 .brco-v210-two{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:18px;}
body .brco-v210 .brco-v210-two>div{padding:20px 22px;background:linear-gradient(180deg,#f5fbfc,#ffffff);border-top:3px solid var(--brco-teal);}
body .brco-v210 .brco-v210-two strong{display:block;color:var(--brco-navy);font-size:20px;margin-bottom:6px;}
body .brco-v210 .brco-v210-two p{margin:0!important;}
body .brco-v210-utility-steps ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;list-style:none;margin:20px 0 0!important;padding:0!important;}
body .brco-v210-utility-steps li{display:flex;gap:12px;align-items:flex-start;padding:16px 0;border-top:1px solid var(--brco-line);}
body .brco-v210-utility-steps li span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#e8f7f9;color:var(--brco-teal-dark);font-weight:800;flex:0 0 34px;}
body .brco-v210-utility-steps li strong{color:var(--brco-navy);font-size:16px;line-height:1.45;}
body .brco-v210-pair{display:grid;grid-template-columns:1fr 1fr;gap:34px;border-bottom:1px solid var(--brco-line);}
body .brco-v210-pair .brco-v210-panel{border-bottom:0!important;padding:36px 0!important;}
body .brco-v210-pair .brco-v210-panel+ .brco-v210-panel{padding-left:34px!important;border-left:1px solid var(--brco-line)!important;}
body .brco-v210-step{display:grid;grid-template-columns:54px minmax(0,1fr);gap:24px;align-items:start;}
body .brco-v210-stepnum{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f7f9;color:var(--brco-teal-dark);font-weight:800;font-size:18px;position:sticky;top:24px;}
body .brco-v210-stepbody{min-width:0;}
body .brco-v210-utility-key{padding-left:24px!important;border-left:4px solid var(--brco-teal)!important;background:linear-gradient(90deg,#f3fafb 0%,#fff 65%)!important;}
body .brco-v210-summary{margin:34px 0 0;padding:24px 28px;background:#eff9fa;border-left:4px solid var(--brco-teal);}
body .brco-v210-summary span{display:block;color:var(--brco-teal-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;}
body .brco-v210-summary p{margin:0!important;color:#334155;font-size:17px;line-height:1.72;}
/* family personality */
body .brco-family-hub .brco-editorial-section:nth-of-type(odd){background:transparent;}
body .brco-family-utility .brco-section-heading span{color:#76631b;}
body .brco-family-utility .brco-v210-utility-steps li span{background:#fbf5df;color:#76631b;}
body .brco-family-comparison .brco-v210-compare-strip{background:linear-gradient(90deg,#f8fcfd,#fff);padding-left:20px;padding-right:20px;}
body .brco-family-usecase .brco-v210-usecase-strip{background:#fbfaf5;padding-left:22px;padding-right:22px;}
body .brco-family-usecase .brco-v210-three>div+div{border-left-color:#e8e2d7;}
body .brco-family-troubleshoot .brco-v210-stepnum{background:#fff0e8;color:#a94f2e;}
body .brco-family-troubleshoot .brco-section-heading span{color:#a94f2e;}
/* All rollout blog posts are single-column editorial: no legacy tag-cloud/sidebar collision. */
body.brco-full-architecture-post #main .post-sidebar,
body.brco-full-architecture-post #main .sidebar-wrapper,
body.brco-full-architecture-post #main #secondary,
body.brco-full-architecture-post #main .widget-area{display:none!important;}
body.brco-full-architecture-post #main .large-9,
body.brco-full-architecture-post #main .medium-9,
body.brco-full-architecture-post #main .col.large-9,
body.brco-full-architecture-post #main .col.medium-9{flex-basis:100%!important;max-width:100%!important;width:100%!important;border-right:0!important;}
body.brco-full-architecture-post #main .row.row-large,
body.brco-full-architecture-post #main .row.row-divided,
body.brco-full-architecture-post #main>.row{width:calc(100% - 30px)!important;max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;}
body.brco-full-architecture-post .entry-image img,
body.brco-full-architecture-post .entry-image-float img{display:block!important;width:100%!important;max-width:1180px!important;max-height:500px!important;object-fit:cover!important;border-radius:18px!important;box-shadow:0 12px 34px rgba(23,23,83,.08)!important;margin-left:auto!important;margin-right:auto!important;}
@media(max-width:860px){
 body .brco-v210 .brco-v210-hero,body .brco-v210-three,body .brco-v210-utility-steps ol,body .brco-v210-pair,body .brco-v210 .brco-v210-two{grid-template-columns:1fr;}
 body .brco-v210-three>div+div{padding-left:0;border-left:0;border-top:1px solid var(--brco-line);}
 body .brco-v210-pair .brco-v210-panel+ .brco-v210-panel{padding-left:0!important;border-left:0!important;border-top:1px solid var(--brco-line)!important;}
 body .brco-v210-step{grid-template-columns:42px minmax(0,1fr);gap:14px;}
 body .brco-v210-stepnum{width:38px;height:38px;font-size:16px;}
}
@media(max-width:640px){body .brco-v210{width:calc(100vw - 16px)!important;}body .brco-v210 .brco-v210-hero h1{font-size:34px!important;}}
body .brco-v210-checklist{margin:18px 0 0!important;padding:16px 18px 10px 38px!important;background:#f6fafb;border-left:3px solid var(--brco-teal);columns:2;column-gap:34px;}
body .brco-v210-checklist li{margin:0 0 9px!important;break-inside:avoid;line-height:1.55;color:#475467;}
body .brco-v210-table-wrap{overflow-x:auto;margin:20px 0 0;border:1px solid var(--brco-line);border-radius:12px;background:#fff;}
body .brco-v210-table{width:100%;min-width:680px;border-collapse:collapse;}
body .brco-v210-table th{padding:13px 15px;text-align:left;background:#eef8fa;color:var(--brco-navy);font-size:14px;border-bottom:1px solid #d9e5e9;}
body .brco-v210-table td{padding:13px 15px;vertical-align:top;color:#475467;font-size:15px;line-height:1.55;border-bottom:1px solid #edf2f4;}
body .brco-v210-table tr:last-child td{border-bottom:0;}
@media(max-width:700px){body .brco-v210-checklist{columns:1;}}

/* v2.2.0 — actual WooCommerce catalog media; no generated/dummy repair visuals. */
body .brco-v220 .brco-v220-catalog-context{
  margin:14px 0 0!important;
  padding:13px 0 13px 18px;
  border-left:3px solid var(--brco-teal);
  color:#475467;
  font-size:15.75px;
  line-height:1.68;
}
body .brco-v220 .brco-v220-product-figure{
  margin:0!important;
  min-width:0;
}
body .brco-v220 .brco-v220-product-figure .brco-content-image{
  display:block!important;
  width:100%!important;
  height:360px!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:22px!important;
  background:#fff!important;
  border:1px solid #e2eaed!important;
  border-radius:18px!important;
  box-shadow:0 12px 30px rgba(23,23,83,.06)!important;
}
body .brco-v220 .brco-v220-product-figure figcaption{
  margin:10px 2px 0!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body .brco-v220 .brco-v220-page-hero-media .brco-content-image{height:380px!important;}
body .brco-v220 .brco-v220-actual-media{
  margin:0;
  padding:26px 0 32px;
  border-bottom:1px solid var(--brco-line);
}
body .brco-v220 .brco-v220-single-media{
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
}
body .brco-v220 .brco-v220-comparison-media{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
  align-items:start;
}
body .brco-v220 .brco-v220-comparison-media .brco-v220-product-figure + .brco-v220-product-figure{
  padding-left:34px;
  border-left:1px solid var(--brco-line);
}
body .brco-v220 .brco-v220-comparison-media .brco-content-image{height:330px!important;}
body .brco-v220.brco-family-hub .brco-v210-hero-figure .brco-content-image,
body .brco-v220.brco-family-utility .brco-v210-hero-figure .brco-content-image{object-fit:contain!important;}
body .brco-v220.brco-family-hub[data-brco-asset="H-04"] .brco-v210-hero-figure,
body .brco-v220.brco-family-hub[data-brco-asset="H-06"] .brco-v210-hero-figure{
  order:-1;
}
body .brco-v220.brco-family-utility[data-brco-asset="P-03"] .brco-v210-hero-figure,
body .brco-v220.brco-family-utility[data-brco-asset="P-05"] .brco-v210-hero-figure{
  order:-1;
}
body.brco-full-architecture-post .entry-image img,
body.brco-full-architecture-post .entry-image-float img{
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
  padding:22px!important;
  border:1px solid #e2eaed!important;
  max-height:480px!important;
}
body.brco-v220-comparison-post .entry-image img{max-height:430px!important;}
body.brco-v220-usecase-post .entry-image img{max-height:460px!important;}
body.brco-v220-troubleshoot-post .entry-image img{max-height:420px!important;}
body .brco-v220.brco-family-troubleshoot .brco-v220-single-media{
  max-width:520px;
  margin-left:0;
}
body .brco-v220.brco-family-usecase .brco-v220-single-media{
  max-width:700px;
}
body .brco-v220.brco-family-comparison .brco-v210-compare-strip{
  background:transparent!important;
  padding-left:0!important;
  padding-right:0!important;
}
body .brco-v220.brco-family-comparison .brco-v210-pair:nth-of-type(even){
  background:#f8fcfd;
  padding-left:20px;
  padding-right:20px;
}
body .brco-v220.brco-family-usecase .brco-v210-usecase-strip{
  background:linear-gradient(90deg,#fbfaf5,#fff)!important;
}
body .brco-v220.brco-family-troubleshoot .brco-v210-triage{
  background:linear-gradient(90deg,#fff8f4,#fff)!important;
  padding-left:20px;
  padding-right:20px;
}
@media(max-width:860px){
  body .brco-v220 .brco-v220-comparison-media{grid-template-columns:1fr;gap:22px;}
  body .brco-v220 .brco-v220-comparison-media .brco-v220-product-figure + .brco-v220-product-figure{padding-left:0;border-left:0;border-top:1px solid var(--brco-line);padding-top:22px;}
  body .brco-v220 .brco-v220-product-figure .brco-content-image,
  body .brco-v220 .brco-v220-page-hero-media .brco-content-image,
  body .brco-v220 .brco-v220-comparison-media .brco-content-image{height:auto!important;max-height:420px!important;}
}
@media(max-width:640px){
  body .brco-v220 .brco-v220-product-figure .brco-content-image{padding:12px!important;border-radius:12px!important;}
  body.brco-full-architecture-post .entry-image img,body.brco-full-architecture-post .entry-image-float img{padding:12px!important;border-radius:12px!important;}
}


/* v2.3.0 — readability + intent refinement. Keeps actual catalog media and locked architecture. */
body .brco-v230{
  font-size:17px!important;
  line-height:1.78!important;
}
body .brco-v230 .brco-hero-intro,
body .brco-v230 .brco-v220-catalog-context{
  max-width:960px;
}
body .brco-v230 .brco-editorial-section > p,
body .brco-v230 .brco-editorial-section > .brco-section-heading,
body .brco-v230 .brco-editorial-section > h3,
body .brco-v230 .brco-v210-summary p{
  max-width:980px;
}
body .brco-v230 .brco-editorial-section p{
  line-height:1.78!important;
}
body .brco-v230 .brco-section-heading h2{
  line-height:1.22!important;
  margin-bottom:4px!important;
}
body .brco-v230 .brco-editorial-section h3{
  line-height:1.45!important;
  margin-bottom:14px!important;
}
body .brco-v230 .brco-v220-product-figure .brco-content-image{
  height:330px!important;
}
body .brco-v230 .brco-v220-page-hero-media .brco-content-image{
  height:350px!important;
}
/* Comparison posts: body sections are intentionally single-column for easier scanning. */
body .brco-v230.brco-family-comparison .brco-v210-pair{
  display:block!important;
  border-bottom:0!important;
}
body .brco-v230.brco-family-comparison .brco-v210-pair .brco-v210-panel{
  width:100%!important;
  max-width:none!important;
  padding:34px 0!important;
  border-left:0!important;
  border-bottom:1px solid var(--brco-line)!important;
}
body .brco-v230.brco-family-comparison .brco-v210-pair .brco-v210-panel + .brco-v210-panel{
  padding-left:0!important;
  border-left:0!important;
}
body .brco-v230.brco-family-comparison .brco-v210-pair:nth-of-type(even){
  background:transparent!important;
  padding-left:0!important;
  padding-right:0!important;
}
body .brco-v230.brco-family-comparison .brco-v210-panel p{
  max-width:930px;
}
body .brco-v230.brco-family-comparison .brco-v210-two{
  gap:18px;
}
body .brco-v230.brco-family-comparison .brco-v210-two>div{
  padding:18px 20px;
}
/* Practical quick-reference blocks */
body .brco-v230-reference-grid,
body .brco-v230-decision-grid,
body .brco-v230-process-strip{
  display:grid;
  gap:0;
  margin:26px 0 8px;
  border-top:1px solid var(--brco-line);
  border-bottom:1px solid var(--brco-line);
}
body .brco-v230-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
body .brco-v230-decision-grid,
body .brco-v230-process-strip{grid-template-columns:repeat(3,minmax(0,1fr));}
body .brco-v230-reference-grid>div,
body .brco-v230-decision-grid>div,
body .brco-v230-process-strip>div{padding:18px 20px;}
body .brco-v230-reference-grid>div+div,
body .brco-v230-decision-grid>div+div,
body .brco-v230-process-strip>div+div{border-left:1px solid var(--brco-line);}
body .brco-v230-reference-grid span,
body .brco-v230-decision-grid span,
body .brco-v230-process-strip span{
  display:block;color:var(--brco-teal-dark);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;
}
body .brco-v230-reference-grid strong,
body .brco-v230-decision-grid strong,
body .brco-v230-process-strip strong{display:block;color:var(--brco-navy);font-size:18px;line-height:1.4;margin-bottom:7px;}
body .brco-v230-reference-grid p,
body .brco-v230-decision-grid p,
body .brco-v230-process-strip p{margin:0!important;color:#596579;font-size:15px;line-height:1.65!important;}
body .brco-v230-process-strip span{font-size:16px;width:32px;height:32px;border-radius:50%;background:#e8f7f9;display:flex;align-items:center;justify-content:center;}
/* Scan-friendly comparison table */
body .brco-v230-table-wrap{overflow-x:auto;margin:24px 0 6px;border:1px solid var(--brco-line);border-radius:14px;background:#fff;}
body .brco-v230-table{width:100%;min-width:760px;border-collapse:collapse;}
body .brco-v230-table th{padding:14px 16px;text-align:left;background:#eef8fa;color:var(--brco-navy);font-size:14px;line-height:1.45;border-bottom:1px solid #d9e5e9;}
body .brco-v230-table td{padding:14px 16px;vertical-align:top;color:#475467;font-size:15.25px;line-height:1.62;border-bottom:1px solid #edf2f4;}
body .brco-v230-table tr:last-child td{border-bottom:0;}
/* Prevent over-dense text blocks on utility and use-case pages. */
body .brco-v230.brco-family-utility .brco-editorial-section,
body .brco-v230.brco-family-usecase .brco-editorial-section{
  padding-top:38px!important;
  padding-bottom:38px!important;
}
body .brco-v230.brco-family-utility .brco-v210-utility-key,
body .brco-v230.brco-family-usecase .brco-accent-section{
  padding-top:28px!important;
  padding-bottom:28px!important;
}
@media(max-width:980px){
  body .brco-v230-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  body .brco-v230-decision-grid,body .brco-v230-process-strip{grid-template-columns:1fr;}
  body .brco-v230-decision-grid>div+div,body .brco-v230-process-strip>div+div{border-left:0;border-top:1px solid var(--brco-line);}
}
@media(max-width:640px){
  body .brco-v230-reference-grid{grid-template-columns:1fr;}
  body .brco-v230-reference-grid>div+div{border-left:0;border-top:1px solid var(--brco-line);}
  body .brco-v230 .brco-v220-product-figure .brco-content-image,body .brco-v230 .brco-v220-page-hero-media .brco-content-image{height:auto!important;}
}

/* v2.3 body-class aliases for post featured-image handling. */
body.brco-v230-comparison-post .entry-image img{max-height:430px!important;}
body.brco-v230-usecase-post .entry-image img{max-height:460px!important;}
body.brco-v230-troubleshoot-post .entry-image img{max-height:420px!important;}


/* v2.4.0 — editorial depth + nine unique page presentations. */
body .brco-v240{font-size:17.2px!important;line-height:1.82!important;}
body .brco-v240 .brco-v240-depth{max-width:1000px;color:#465468;line-height:1.82!important;margin-top:12px!important;}
body .brco-v240 .brco-editorial-section{padding-top:42px!important;padding-bottom:42px!important;}
body .brco-v240 .brco-section-heading span{letter-spacing:.07em;}
body .brco-v240-signature{margin:28px 0 12px;border-top:1px solid var(--brco-line);border-bottom:1px solid var(--brco-line);}
body .brco-v240-signature strong{color:var(--brco-navy);}
body .brco-v240-signature span{color:var(--brco-teal-dark);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;}

/* H-03: technology spectrum — horizontal architecture map. */
body .brco-v240-page-technology-spectrum .brco-v240-tech-spectrum{display:grid;grid-template-columns:repeat(5,1fr);background:linear-gradient(90deg,#f8fcfd,#fff);}
body .brco-v240-page-technology-spectrum .brco-v240-tech-spectrum>div{padding:20px 18px;min-height:112px;}
body .brco-v240-page-technology-spectrum .brco-v240-tech-spectrum>div+div{border-left:1px solid var(--brco-line);}
body .brco-v240-page-technology-spectrum .brco-v240-tech-spectrum strong{display:block;margin-top:7px;font-size:16px;line-height:1.45;}
body .brco-v240-page-technology-spectrum .brco-editorial-section:nth-of-type(even){padding-left:24px;border-left:3px solid #d8eef1;}

/* H-04: grain notebook — journal-like left rail and alternating grain bands. */
body .brco-v240-page-grain-notebook .brco-v240-grain-map{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fffdf8;}
body .brco-v240-page-grain-notebook .brco-v240-grain-map>div{padding:20px;}
body .brco-v240-page-grain-notebook .brco-v240-grain-map>div+div{border-left:1px solid #eadfc9;}
body .brco-v240-page-grain-notebook .brco-v240-grain-map strong,body .brco-v240-page-grain-notebook .brco-v240-grain-map span{display:block;}
body .brco-v240-page-grain-notebook .brco-v240-grain-map p{margin:7px 0 0;font-size:14.5px;color:#665d4f;}
body .brco-v240-page-grain-notebook .brco-editorial-section{padding-left:34px;position:relative;}
body .brco-v240-page-grain-notebook .brco-editorial-section:before{content:attr(data-section-index);position:absolute;left:0;top:46px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3ead9;color:#7a5e2d;font-weight:800;font-size:12px;}

/* H-05: parts workbench — four-step compatibility bench. */
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench{display:grid;grid-template-columns:repeat(4,1fr);background:#f8fbfc;}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench>div{padding:22px 20px;}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench span{display:inline-flex;width:30px;height:30px;border-radius:50%;align-items:center;justify-content:center;background:#dff4f7;font-size:14px;}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench strong{display:block;margin:10px 0 5px;}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench p{margin:0;font-size:14.5px;}
body .brco-v240-page-parts-workbench .brco-editorial-section:nth-of-type(3n){background:#f7fbfc;padding-left:26px;padding-right:26px;}

/* H-06: care pathway — symptom-first triage. */
body .brco-v240-page-care-pathway .brco-v240-care-triage{display:grid;grid-template-columns:repeat(3,1fr);background:#fff8f4;border-color:#f1ded3;}
body .brco-v240-page-care-pathway .brco-v240-care-triage>div{padding:22px;}
body .brco-v240-page-care-pathway .brco-v240-care-triage>div+div{border-left:1px solid #efd9cc;}
body .brco-v240-page-care-pathway .brco-editorial-section{counter-increment:carestep;position:relative;padding-left:58px;}
body .brco-v240-page-care-pathway{counter-reset:carestep;}
body .brco-v240-page-care-pathway .brco-editorial-section:before{content:counter(carestep);position:absolute;left:0;top:42px;width:40px;height:40px;border-radius:12px;background:#fff0e8;color:#a94f2e;display:flex;align-items:center;justify-content:center;font-weight:800;}

/* P-02: conversion reference sheet — compact measurement ribbon. */
body .brco-v240-page-conversion-reference .brco-v240-conversion-ribbon{display:grid;grid-template-columns:repeat(4,1fr);background:#fffdf7;border-color:#eee3c8;}
body .brco-v240-page-conversion-reference .brco-v240-conversion-ribbon>div{padding:18px 20px;}
body .brco-v240-page-conversion-reference .brco-v240-conversion-ribbon>div+div{border-left:1px solid #eee3c8;}
body .brco-v240-page-conversion-reference .brco-v240-conversion-ribbon strong{display:block;margin-top:5px;font-size:16px;}
body .brco-v240-page-conversion-reference .brco-editorial-section{border-bottom:1px dashed #d6e1e5!important;}

/* P-03: settings decoder — preset-chip reference. */
body .brco-v240-page-settings-decoder .brco-v240-settings-decoder{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border:0;}
body .brco-v240-page-settings-decoder .brco-v240-settings-decoder>div{padding:18px;border:1px solid var(--brco-line);border-radius:14px;background:#f8fcfd;}
body .brco-v240-page-settings-decoder .brco-v240-settings-decoder strong,body .brco-v240-page-settings-decoder .brco-v240-settings-decoder span{display:block;}
body .brco-v240-page-settings-decoder .brco-v240-settings-decoder span{margin-top:4px;text-transform:none;letter-spacing:0;font-weight:600;color:#667085;}
body .brco-v240-page-settings-decoder .brco-editorial-section:nth-of-type(odd){background:linear-gradient(90deg,#f8fcfd 0,#fff 38%);padding-left:26px;}

/* P-04: ratio lab — process-led layout with stronger chart emphasis. */
body .brco-v240-page-ratio-lab .brco-v240-ratio-lab{display:grid;grid-template-columns:repeat(3,1fr);background:#f5fbf7;border-color:#dcebdc;}
body .brco-v240-page-ratio-lab .brco-v240-ratio-lab>div{padding:22px;}
body .brco-v240-page-ratio-lab .brco-v240-ratio-lab>div+div{border-left:1px solid #dcebdc;}
body .brco-v240-page-ratio-lab .brco-v210-table-wrap{box-shadow:0 10px 28px rgba(23,23,83,.05);}
body .brco-v240-page-ratio-lab .brco-v210-utility-key{background:#f7fbf8!important;border-left:4px solid #70a980;padding-left:26px!important;}

/* P-05: fit workbook — measurement workbook feel. */
body .brco-v240-page-fit-workbook .brco-v240-fit-workbook{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border:0;}
body .brco-v240-page-fit-workbook .brco-v240-fit-workbook>div{padding:22px;border:1px solid #dfe7eb;background:#fff;border-radius:18px;box-shadow:0 8px 22px rgba(23,23,83,.04);}
body .brco-v240-page-fit-workbook .brco-v240-fit-workbook span,body .brco-v240-page-fit-workbook .brco-v240-fit-workbook strong{display:block;}
body .brco-v240-page-fit-workbook .brco-editorial-section:nth-of-type(even){padding-left:28px;border-left:3px solid #d9e6ff;}

/* P-06: diagnostic board — clinical symptom workflow. */
body .brco-v240-page-diagnostic-board .brco-v240-diagnostic-board{display:grid;grid-template-columns:repeat(4,1fr);background:#fff8f6;border-color:#f0ddd6;}
body .brco-v240-page-diagnostic-board .brco-v240-diagnostic-board>div{padding:20px;}
body .brco-v240-page-diagnostic-board .brco-v240-diagnostic-board>div+div{border-left:1px solid #f0ddd6;}
body .brco-v240-page-diagnostic-board .brco-v240-diagnostic-board p{margin:6px 0 0;font-size:14.5px;}
body .brco-v240-page-diagnostic-board .brco-editorial-section{padding-left:24px;border-left:3px solid #f2d7cc;}
body .brco-v240-page-diagnostic-board .brco-editorial-section:last-of-type{background:#fff5f1;padding-right:24px;}

/* One coherent blog presentation: generous width, single-column reading, topic-specific content. */
body .brco-v240-blog-editorial .brco-v240-blog-note{margin:24px 0 8px;padding:16px 20px;border-left:3px solid var(--brco-teal);background:#f8fbfc;color:#4b596c;line-height:1.72;}
body .brco-v240-blog-editorial .brco-editorial-section{max-width:1060px;margin-left:auto!important;margin-right:auto!important;}
body .brco-v240-blog-editorial .brco-editorial-section p{max-width:980px;}
body .brco-v240-blog-editorial .brco-accent-section{max-width:1100px;padding-left:28px!important;padding-right:28px!important;}
body .brco-v240-blog-editorial .brco-v210-summary{max-width:1060px;margin-left:auto;margin-right:auto;}
body .brco-v240-blog-editorial .brco-section-heading span{opacity:.82;}

@media(max-width:980px){
 body .brco-v240-page-technology-spectrum .brco-v240-tech-spectrum{grid-template-columns:repeat(2,1fr);}
 body .brco-v240-page-grain-notebook .brco-v240-grain-map,body .brco-v240-page-parts-workbench .brco-v240-parts-workbench,body .brco-v240-page-conversion-reference .brco-v240-conversion-ribbon,body .brco-v240-page-diagnostic-board .brco-v240-diagnostic-board{grid-template-columns:repeat(2,1fr);}
 body .brco-v240-page-settings-decoder .brco-v240-settings-decoder{grid-template-columns:repeat(2,1fr);}
 body .brco-v240-page-care-pathway .brco-v240-care-triage,body .brco-v240-page-ratio-lab .brco-v240-ratio-lab,body .brco-v240-page-fit-workbook .brco-v240-fit-workbook{grid-template-columns:1fr;}
}
@media(max-width:640px){
 body .brco-v240-page-technology-spectrum .brco-v240-tech-spectrum,body .brco-v240-page-grain-notebook .brco-v240-grain-map,body .brco-v240-page-parts-workbench .brco-v240-parts-workbench,body .brco-v240-page-conversion-reference .brco-v240-conversion-ribbon,body .brco-v240-page-settings-decoder .brco-v240-settings-decoder,body .brco-v240-page-diagnostic-board .brco-v240-diagnostic-board{grid-template-columns:1fr;}
 body .brco-v240-page-care-pathway .brco-editorial-section{padding-left:50px!important;}
}


/* v2.4.1 — troubleshooting depth-flow hotfix + readable editorial safeguards. */
body .brco-v241 .brco-v210-stepbody{min-width:0;}
body .brco-v241 .brco-v210-stepbody .brco-v240-depth{max-width:960px!important;margin:14px 0 0!important;line-height:1.82!important;color:#465468;}
/* Defensive fallback: if a depth paragraph ever remains a direct grid child, keep it in the prose column. */
body .brco-v241 .brco-v210-step > .brco-v240-depth{grid-column:2!important;grid-row:auto!important;max-width:960px!important;margin:0 0 0!important;}
body .brco-v240-blog-editorial .brco-v210-step{grid-template-columns:52px minmax(0,1fr)!important;}
body .brco-v240-blog-editorial .brco-v210-stepbody p{max-width:920px!important;}
body .brco-v240-blog-editorial .brco-v210-stepbody p + p{margin-top:12px!important;}
@media(max-width:700px){
 body .brco-v240-blog-editorial .brco-v210-step{grid-template-columns:40px minmax(0,1fr)!important;gap:14px!important;}
 body .brco-v241 .brco-v210-step > .brco-v240-depth{grid-column:2!important;}
}


/* v2.4.2 — stable template-class restoration + H-05 numbered workbench alignment. */
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench>div{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  row-gap:4px;
  align-items:center;
}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench span{
  grid-column:1;
  grid-row:1;
  display:inline-flex!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  background:#dff4f7;
  font-size:14px!important;
  line-height:1!important;
}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench strong{
  grid-column:2;
  grid-row:1;
  display:block!important;
  margin:0!important;
  line-height:1.35;
}
body .brco-v240-page-parts-workbench .brco-v240-parts-workbench p{
  grid-column:2;
  grid-row:2;
  margin:0!important;
  line-height:1.55;
}
@media(max-width:640px){
  body .brco-v240-page-parts-workbench .brco-v240-parts-workbench>div{
    grid-template-columns:30px minmax(0,1fr);
    column-gap:10px;
  }
}


/* v2.4.3 — center single-product inner media in comparison posts. */
body .brco-v220 .brco-v220-comparison-media.brco-v220-single-media{
  display:block!important;
  width:100%!important;
  max-width:680px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body .brco-v220 .brco-v220-comparison-media.brco-v220-single-media .brco-v220-product-figure{
  width:100%!important;
  max-width:680px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body .brco-v220 .brco-v220-comparison-media.brco-v220-single-media .brco-content-image{
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:720px){
  body .brco-v220 .brco-v220-comparison-media.brco-v220-single-media{max-width:100%!important;}
}


/* v2.4.4 — signature spacing + troubleshooting checklist structural guard. */
body .brco-v240-page-ratio-lab .brco-v240-ratio-lab>div{
  display:flex!important;
  align-items:baseline!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
body .brco-v240-page-ratio-lab .brco-v240-ratio-lab>div>span{
  flex:0 0 auto!important;
  margin:0!important;
}
body .brco-v240-page-ratio-lab .brco-v240-ratio-lab>div>strong{
  margin:0!important;
  min-width:0!important;
}
body .brco-v240-blog-editorial .brco-v210-stepbody>.brco-v210-checklist{
  width:100%!important;
  max-width:920px!important;
  box-sizing:border-box!important;
}
body .brco-v240-blog-editorial .brco-v210-step>.brco-v210-checklist,
body .brco-v240-blog-editorial .brco-v210-step>.brco-v240-closing-depth{
  grid-column:2!important;
  min-width:0!important;
  width:auto!important;
}
@media(max-width:700px){
  body .brco-v240-page-ratio-lab .brco-v240-ratio-lab>div{
    align-items:flex-start!important;
    gap:5px!important;
  }
}

/* v2.4.5 — center inner catalog media in troubleshooting posts. */
body .brco-v220.brco-family-troubleshoot .brco-v220-actual-media.brco-v220-single-media,
body .brco-v220.brco-family-troubleshoot .brco-v220-single-media{
  margin-left:auto!important;
  margin-right:auto!important;
}
body .brco-v220.brco-family-troubleshoot .brco-v220-actual-media.brco-v220-single-media .brco-v220-product-figure,
body .brco-v220.brco-family-troubleshoot .brco-v220-single-media .brco-v220-product-figure{
  margin-left:auto!important;
  margin-right:auto!important;
}
body .brco-v220.brco-family-troubleshoot .brco-v220-actual-media.brco-v220-single-media .brco-content-image,
body .brco-v220.brco-family-troubleshoot .brco-v220-single-media .brco-content-image{
  margin-left:auto!important;
  margin-right:auto!important;
}
