body[data-b1-page="true"] {
  background: #fff;
  color: #102238;
}

/* B4 Sachet, liquid, paste and bounded public-route references */
.b4-page {
  color: var(--b1-ink);
}

.b4-page .b1-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.05vw, 67px);
}

.b4-reference .b1-hero h1 {
  font-size: clamp(40px, 3.55vw, 60px);
}

.b4-page .b1-proof-label {
  font-size: 12px;
  letter-spacing: .035em;
}

.b4-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b4-card-grid[data-b4-item-count="5"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.b4-card-grid[data-b4-item-count="5"] > article {
  grid-column: span 2;
}

.b4-card-grid[data-b4-item-count="5"] > article:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.b4-card-grid article {
  min-width: 0;
  min-height: 190px;
  padding: 27px 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b4-card-grid h3,
.b4-material-routes h3,
.b4-boundary-grid h3,
.b4-proof-boundary h3,
.b4-text-reference h3 {
  margin: 0 0 12px;
  color: var(--b1-ink);
  font-size: 21px;
  line-height: 1.28;
}

.b4-card-grid p,
.b4-material-routes p,
.b4-boundary-grid p,
.b4-proof-boundary p,
.b4-text-reference p {
  margin: 0;
  color: #4a6270;
  font-size: 14px;
  line-height: 1.7;
}

.b4-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
  list-style: none;
}

.b4-step-grid[data-b4-item-count="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b4-step-grid li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-height: 176px;
  padding: 25px 23px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b4-step-grid li > span {
  color: var(--b1-teal);
  font-size: 13px;
  font-weight: 900;
}

.b4-step-grid h3 {
  margin: 0 0 9px;
  color: var(--b1-ink);
  font-size: 19px;
  line-height: 1.3;
}

.b4-step-grid p {
  margin: 0;
  color: #4d6471;
  font-size: 14px;
  line-height: 1.65;
}

.b4-material-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.b4-material-routes article {
  display: flex;
  min-height: 225px;
  padding: 26px 23px;
  flex-direction: column;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b4-material-routes a,
.b4-inline-link,
.b4-text-reference a {
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
  text-decoration: none;
}

.b4-material-routes a {
  margin-top: auto;
  padding-top: 24px;
}

.b4-inline-link {
  display: inline-flex;
  margin-top: 24px;
  align-items: center;
  gap: 8px;
}

.b4-material-routes a:hover,
.b4-material-routes a:focus-visible,
.b4-inline-link:hover,
.b4-inline-link:focus-visible,
.b4-text-reference a:hover,
.b4-text-reference a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.b4-dual-context,
.b4-media-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 26px;
}

.b4-media-split {
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr);
  align-items: stretch;
}

.b4-media-split .b4-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b4-media-split .b4-card-grid article {
  min-height: 0;
}

.b4-context-figure {
  display: grid;
  position: relative;
  min-width: 0;
  margin: 0;
  grid-template-rows: minmax(300px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b4-context-figure .b1-proof-label {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}

.b4-context-figure img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.b4-dual-context .b4-context-figure img {
  aspect-ratio: 16 / 8.8;
}

.b4-context-figure figcaption {
  padding: 14px 17px;
  border-top: 1px solid var(--b1-line);
  color: #4d6572;
  font-size: 12px;
  line-height: 1.55;
}

.b4-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b4-table-wrap table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.b4-table-wrap th {
  padding: 16px 19px;
  border-right: 1px solid #34525c;
  background: var(--b1-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
  text-align: left;
  text-transform: uppercase;
}

.b4-table-wrap th:first-child,
.b4-table-wrap td:first-child {
  width: 30%;
}

.b4-table-wrap td {
  padding: 18px 19px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  color: #405966;
  font-size: 14px;
  line-height: 1.65;
  vertical-align: top;
}

.b4-table-wrap td:first-child {
  color: var(--b1-ink);
  font-weight: 800;
}

.b4-table-wrap th:last-child,
.b4-table-wrap td:last-child {
  border-right: 0;
}

.b4-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.b4-contract-note {
  margin: 15px 0 0;
  color: #4f6875;
  font-size: 12px;
  line-height: 1.55;
}

.b4-boundary-grid,
.b4-proof-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #39545d;
  border-left: 1px solid #39545d;
  background: var(--b1-ink);
}

.b4-boundary-grid article,
.b4-proof-boundary article {
  min-height: 240px;
  padding: 32px 30px;
  border-right: 1px solid #39545d;
  border-bottom: 1px solid #39545d;
}

.b4-boundary-grid article > span,
.b4-proof-boundary article > span,
.b4-test-route span,
.b4-meeting-prep > span {
  display: block;
  margin-bottom: 18px;
  color: #72d0d2;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.b4-boundary-grid h3,
.b4-proof-boundary h3 {
  color: #fff;
}

.b4-boundary-grid p,
.b4-proof-boundary p {
  color: #cad8dd;
}

.b4-route-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b4-route-links a {
  display: grid;
  position: relative;
  min-height: 132px;
  padding: 22px 50px 22px 20px;
  align-content: center;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
  color: var(--b1-ink);
  text-decoration: none;
}

.b4-route-links a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: var(--b1-teal);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.b4-route-links a:hover::after,
.b4-route-links a:focus-visible::after {
  transform: scaleX(1);
}

.b4-route-links small {
  color: var(--b1-teal-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.b4-route-links strong {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.35;
}

.b4-route-links a > span {
  position: absolute;
  right: 21px;
  top: 50%;
  color: var(--b1-teal);
  font-size: 19px;
  transform: translateY(-50%);
}

.b4-test-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  padding: 34px;
  align-items: end;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b4-test-route h3 {
  margin: 0;
  color: var(--b1-ink);
  font-size: 26px;
  line-height: 1.25;
}

.b4-test-route ul,
.b4-meeting-prep ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: #49616e;
  font-size: 14px;
  line-height: 1.55;
}

.b4-test-route .btn {
  min-height: 48px;
  white-space: nowrap;
}

.b4-text-reference {
  position: relative;
  padding: 37px 40px 37px 47px;
  overflow: hidden;
  border: 1px solid #35535d;
  background: var(--b1-ink);
}

.b4-text-reference::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--b1-teal);
  content: "";
}

.b4-text-reference > span {
  display: block;
  margin-bottom: 17px;
  color: #72d0d2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.b4-text-reference h3 {
  color: #fff;
  font-size: 29px;
}

.b4-text-reference p {
  max-width: 990px;
  color: #cbd9dd;
}

.b4-text-reference a {
  display: inline-flex;
  margin-top: 24px;
  color: #8de0e1;
}

.b4-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b4-checklist > div {
  display: grid;
  grid-template-columns: minmax(170px, .38fr) 1fr;
  gap: 24px;
  min-height: 104px;
  padding: 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b4-checklist strong {
  color: var(--b1-ink);
  font-size: 15px;
  line-height: 1.4;
}

.b4-checklist span {
  color: #4b6370;
  font-size: 14px;
  line-height: 1.55;
}

.b4-page .b4-closing,
.b4-page .b4-reference-close {
  border-bottom-color: #314d57;
  background: var(--b1-ink);
}

.b4-closing-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(430px, 1.15fr);
  gap: 72px;
  align-items: start;
}

.b4-closing-copy > span {
  color: #72d0d2;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.b4-closing-copy h2 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: 39px;
  line-height: 1.12;
}

.b4-closing-copy p {
  margin: 0;
  color: #cbd9dd;
  font-size: 15px;
  line-height: 1.7;
}

.b4-closing-actions,
.b4-reference-actions {
  display: flex;
  gap: 12px;
  margin-top: 27px;
  flex-wrap: wrap;
}

.b4-closing-actions .btn,
.b4-reference-actions .btn {
  min-height: 49px;
}

.b4-closing-actions .btn-primary,
.b4-reference-actions .btn-primary {
  border-color: var(--b1-red);
  background: var(--b1-red);
  color: #fff;
}

.b4-closing-actions .btn-plain,
.b4-reference-actions .btn-plain {
  border-color: #68818a;
  background: transparent;
  color: #fff;
}

.b4-faq-list {
  border-top: 1px solid #3c5963;
}

.b4-faq-list details {
  border-bottom: 1px solid #3c5963;
}

.b4-faq-list summary {
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 18px;
  padding: 21px 0;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  list-style: none;
}

.b4-faq-list summary::-webkit-details-marker {
  display: none;
}

.b4-faq-list summary span {
  color: #72d0d2;
  font-size: 22px;
  text-align: center;
  transition: transform .2s ease;
}

.b4-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.b4-faq-list p {
  margin: -2px 40px 22px 0;
  color: #cbd9dd;
  font-size: 14px;
  line-height: 1.7;
}

.b4-reference .b1-hero-layout {
  grid-template-columns: minmax(0, 1.22fr) minmax(420px, .78fr);
}

.b4-reference .b1-hero-visual > img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.b4-reference-breadcrumb {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  align-items: center;
  color: #5a707d;
  font-size: 12px;
  line-height: 1.5;
}

.b4-reference-breadcrumb a {
  color: var(--b1-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.b4-reference-breadcrumb a:hover,
.b4-reference-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.b4-known-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b4-known-grid > div {
  min-height: 145px;
  padding: 24px 22px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b4-known-grid span {
  display: block;
  color: var(--b1-teal-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.b4-known-grid strong {
  display: block;
  margin-top: 17px;
  color: var(--b1-ink);
  font-size: 18px;
  line-height: 1.4;
}

.b4-meeting-prep {
  margin-top: 22px;
  padding: 28px 30px;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b4-meeting-prep > span {
  color: var(--b1-teal-dark);
}

.b4-reference-close .b1-section-head span,
.b4-reference-close .b1-section-head small {
  color: #72d0d2;
}

.b4-reference-close .b1-section-head h2 {
  color: #fff;
}

.b4-reference-close .b1-section-head > p {
  border-left-color: var(--b1-teal);
  color: #cbd9dd;
}

.b4-reference-close .b4-route-links {
  border-color: #3c5963;
}

.b4-reference-close .b4-route-links a {
  border-color: #3c5963;
  background: #102c3b;
  color: #fff;
}

.b4-reference-close .b4-route-links small {
  color: #72d0d2;
}

@media (max-width: 1100px) {
  .b4-page .b1-hero,
  .b4-page .b1-hero-layout,
  .b4-reference .b1-hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  }

  .b4-page .b1-hero h1,
  .b4-reference .b1-hero h1 {
    font-size: 42px;
  }

  .b4-card-grid,
  .b4-material-routes,
  .b4-known-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b4-card-grid[data-b4-item-count="5"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b4-card-grid[data-b4-item-count="5"] > article {
    grid-column: auto;
  }

  .b4-card-grid[data-b4-item-count="5"] > article:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .b4-card-grid[data-b4-item-count="5"] > article:last-child {
    grid-column: 1 / -1;
  }

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

  .b4-closing-layout {
    grid-template-columns: minmax(0, .82fr) minmax(390px, 1.18fr);
    gap: 42px;
  }

  .b4-route-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body[data-b4-page] .nav-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .b4-page .b1-hero,
  .b4-page .b1-hero-layout,
  .b4-reference .b1-hero-layout {
    grid-template-columns: 1fr;
  }

  .b4-page .b1-hero h1,
  .b4-reference .b1-hero h1 {
    font-size: 36px;
  }

  .b4-page .b1-section {
    padding: 58px 0;
  }

  .b4-page .b1-hero-actions,
  .b4-closing-actions,
  .b4-reference-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .b4-page .b1-hero-actions .btn,
  .b4-closing-actions .btn,
  .b4-reference-actions .btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .b4-card-grid,
  .b4-step-grid,
  .b4-material-routes,
  .b4-dual-context,
  .b4-media-split,
  .b4-media-split .b4-card-grid,
  .b4-boundary-grid,
  .b4-proof-boundary,
  .b4-route-links,
  .b4-checklist,
  .b4-known-grid,
  .b4-closing-layout {
    grid-template-columns: 1fr;
  }

  .b4-card-grid[data-b4-item-count="5"],
  .b4-step-grid[data-b4-item-count="4"] {
    grid-template-columns: 1fr;
  }

  .b4-card-grid[data-b4-item-count="5"] > article,
  .b4-card-grid[data-b4-item-count="5"] > article:nth-last-child(-n + 2),
  .b4-card-grid[data-b4-item-count="5"] > article:last-child {
    grid-column: 1 / -1;
  }

  .b4-card-grid article,
  .b4-step-grid li,
  .b4-material-routes article,
  .b4-boundary-grid article,
  .b4-proof-boundary article,
  .b4-known-grid > div {
    min-height: 0;
  }

  .b4-context-figure {
    grid-template-rows: minmax(240px, auto) auto;
  }

  .b4-context-figure img {
    min-height: 240px;
  }

  .b4-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .b4-table-wrap table,
  .b4-table-wrap tbody,
  .b4-table-wrap tr,
  .b4-table-wrap td {
    display: block;
    width: 100%;
  }

  .b4-table-wrap table {
    min-width: 0;
    border: 0;
  }

  .b4-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .b4-table-wrap tbody {
    display: grid;
    gap: 14px;
  }

  .b4-table-wrap tr {
    overflow: hidden;
    border: 1px solid var(--b1-line);
    background: #fff;
  }

  .b4-table-wrap td,
  .b4-table-wrap td:first-child {
    display: grid;
    grid-template-columns: minmax(112px, .42fr) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    padding: 15px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--b1-line);
    overflow-wrap: anywhere;
  }

  .b4-table-wrap td:last-child {
    border-bottom: 0;
  }

  .b4-table-wrap td::before {
    color: var(--b1-teal-dark);
    content: attr(data-label);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .b4-checklist > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .b4-test-route {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 22px;
  }

  .b4-test-route ul,
  .b4-meeting-prep ul {
    grid-template-columns: 1fr;
  }

  .b4-test-route .btn {
    width: 100%;
    white-space: normal;
  }

  .b4-text-reference {
    padding: 30px 24px 30px 31px;
  }

  .b4-text-reference h3 {
    font-size: 25px;
  }

  .b4-closing-copy h2 {
    font-size: 32px;
  }

  .b4-reference .b1-hero-visual > img {
    aspect-ratio: 4 / 3;
  }
}

body[data-b3-page] {
  background: #fff;
  color: #102238;
}

body[data-b3-page] .site-header {
  border-bottom: 1px solid #d6e0e5;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 30px rgba(16, 34, 56, .05);
}

body[data-b3-page] .site-nav a,
body[data-b3-page] .nav-trigger {
  font-weight: 700;
}

.b3-page .b1-hero,
.b3-page .b1-hero-layout {
  min-height: 720px;
}

.b3-page .b1-hero-copy {
  padding-right: 48px;
}

.b3-page .b1-hero h1 {
  font-size: 56px;
}

.b3-formats .b1-hero h1,
.b3-meeting .b1-hero h1 {
  font-size: 52px;
}

.b3-page .b1-hero-visual > img {
  max-height: 650px;
  object-fit: contain;
}

.b3-numbered-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
  list-style: none;
}

.b3-numbered-grid > li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  min-height: 176px;
  padding: 26px 24px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-numbered-grid > li > span,
.b3-stage-flow > li > span,
.b3-process-decisions > li > span,
.b3-after-steps > li > span {
  color: var(--b1-teal);
  font-size: 13px;
  font-weight: 900;
}

.b3-numbered-grid h3,
.b3-stage-flow h3,
.b3-process-decisions h3,
.b3-after-steps h3 {
  margin: 0;
  color: #0c263a;
  font-size: 18px;
  line-height: 1.28;
}

.b3-numbered-grid p,
.b3-stage-flow p,
.b3-process-decisions p,
.b3-after-steps p {
  margin: 10px 0 0;
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b3-stage-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  counter-reset: b3-stage;
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
  list-style: none;
}

.b3-stage-flow > li {
  display: grid;
  position: relative;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  min-height: 196px;
  padding: 28px 24px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-stage-flow > li::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 34px;
  height: 2px;
  background: var(--b1-teal);
  content: "";
}

.b3-table-hint {
  display: none;
  margin: -18px 0 20px;
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.b3-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--b1-line-strong);
  background: #fff;
  scrollbar-gutter: stable;
}

.b3-table-wrap table {
  width: 100%;
  min-width: 1060px;
  border-collapse: collapse;
}

.b3-table-wrap th {
  padding: 17px 18px;
  border-right: 1px solid #315d66;
  background: #0d4650;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
  text-align: left;
  text-transform: uppercase;
}

.b3-table-wrap td {
  padding: 18px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  color: #344d60;
  font-size: 14px;
  line-height: 1.58;
  vertical-align: top;
}

.b3-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.b3-table-wrap th:last-child,
.b3-table-wrap td:last-child {
  border-right: 0;
}

.b3-table-wrap td:first-child {
  color: #0b5e66;
  font-weight: 850;
}

.b3-responsibility-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b3-responsibility-grid article {
  min-height: 190px;
  padding: 24px 20px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-responsibility-grid h3 {
  margin: 0;
  color: #0d3540;
  font-size: 17px;
  line-height: 1.3;
}

.b3-responsibility-grid p {
  margin: 13px 0 0;
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b3-evidence-slots {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid #315d66;
  border-left: 1px solid #315d66;
}

.b3-evidence-slots > div {
  min-height: 132px;
  padding: 20px;
  border-right: 1px solid #315d66;
  border-bottom: 1px solid #315d66;
  background: #0f3640;
}

.b3-evidence-slots strong,
.b3-evidence-slots span {
  display: block;
}

.b3-evidence-slots strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.b3-evidence-slots span {
  margin-top: 10px;
  color: #c7dadd;
  font-size: 12px;
  line-height: 1.55;
}

.b3-line-architecture {
  display: grid;
  gap: 26px;
}

.b3-line-overview,
.b3-line-supporting-media figure,
.b3-format-media figure,
.b3-process-media figure {
  position: relative;
  margin: 0;
  border: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-line-overview > .b1-proof-label,
.b3-line-supporting-media .b1-proof-label,
.b3-format-media .b1-proof-label,
.b3-process-media .b1-proof-label {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
}

.b3-page .b1-proof-label {
  font-size: 12px;
}

.b3-line-overview img {
  width: 100%;
  height: 340px;
  padding: 22px;
  object-fit: contain;
}

.b3-line-overview figcaption,
.b3-line-supporting-media figcaption,
.b3-format-media figcaption,
.b3-process-media figcaption {
  padding: 13px 16px;
  border-top: 1px solid var(--b1-line);
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.55;
}

.b3-line-supporting-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.b3-line-supporting-media img {
  width: 100%;
  height: 340px;
  padding: 24px;
  object-fit: contain;
}

.b3-buyer-inputs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
  list-style: none;
}

.b3-buyer-inputs li {
  min-height: 84px;
  padding: 20px 22px 20px 48px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
  color: #344d60;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.b3-buyer-inputs li::marker {
  color: var(--b1-teal);
}

.b3-page .b3-closing {
  background: #0b2638;
  color: #fff;
}

.b3-closing-layout {
  display: grid;
  grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr);
  gap: 64px;
  align-items: start;
}

.b3-closing-copy > span {
  color: #73c2c6;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.b3-closing-copy h2 {
  margin: 13px 0 16px;
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
}

.b3-closing-copy p {
  margin: 0;
  color: #bfd0d8;
  font-size: 15px;
  line-height: 1.7;
}

.b3-closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.b3-closing-actions .btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 3px;
  font-weight: 850;
}

.b3-closing-actions .btn-primary {
  border-color: var(--b1-red);
  background: var(--b1-red);
}

.b3-closing-actions .btn-plain {
  border-color: #70909d;
  background: transparent;
  color: #fff;
}

.b3-faq-list {
  border-top: 1px solid #47636e;
}

.b3-faq-list details {
  border-bottom: 1px solid #47636e;
}

.b3-faq-list summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 20px;
  padding: 22px 0;
  align-items: center;
  color: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.b3-faq-list summary::-webkit-details-marker {
  display: none;
}

.b3-faq-list summary span {
  color: #73c2c6;
  font-size: 22px;
}

.b3-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.b3-faq-list p {
  margin: 0;
  padding: 0 46px 22px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.7;
  opacity: .78;
}

.b3-format-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 28px;
}

.b3-format-media img {
  width: 100%;
  height: 320px;
  padding: 18px;
  object-fit: contain;
}

.b3-role-boundary,
.b3-preparation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b3-role-boundary article,
.b3-preparation-grid article {
  min-height: 250px;
  padding: 28px 26px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-role-boundary article > span,
.b3-preparation-grid article > span,
.b3-route-split > div > span,
.b3-fit-split article > span {
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.b3-role-boundary h3,
.b3-preparation-grid h3,
.b3-route-split h3,
.b3-fit-split h3 {
  margin: 14px 0 0;
  color: #0c263a;
  font-size: 20px;
  line-height: 1.28;
}

.b3-role-boundary p,
.b3-preparation-grid p,
.b3-route-split p,
.b3-fit-split p,
.b3-fit-split li {
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.68;
}

.b3-material-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b3-material-summary article {
  min-height: 205px;
  padding: 24px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
}

.b3-material-summary h3 {
  margin: 0;
  color: #0d4650;
  font-size: 19px;
}

.b3-material-summary p {
  min-height: 72px;
  margin: 13px 0;
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.6;
}

.b3-material-summary a,
.b3-text-route,
.b3-route-split a,
.b3-fit-split a {
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
  text-decoration: none;
}

.b3-text-route {
  display: inline-flex;
  margin-top: 24px;
}

.b3-material-summary a:hover,
.b3-material-summary a:focus-visible,
.b3-text-route:hover,
.b3-text-route:focus-visible,
.b3-route-split a:hover,
.b3-route-split a:focus-visible,
.b3-fit-split a:hover,
.b3-fit-split a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.b3-process-media img {
  width: 100%;
  height: 285px;
  padding: 18px;
  object-fit: contain;
}

.b3-process-decisions,
.b3-after-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
  list-style: none;
}

.b3-process-decisions li,
.b3-after-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  min-height: 205px;
  padding: 22px 18px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-process-decisions h3,
.b3-after-steps h3 {
  font-size: 15px;
}

.b3-process-decisions p,
.b3-after-steps p {
  font-size: 13px;
}

.b3-route-split {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b3-route-split > div {
  min-height: 228px;
  padding: 26px 24px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-route-split p {
  min-height: 72px;
}

.b3-fit-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b3-fit-split article {
  min-height: 310px;
  padding: 32px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
}

.b3-fit-split article:first-child {
  background: #0f3640;
}

.b3-fit-split article:first-child > span {
  color: #73c2c6;
}

.b3-fit-split article:first-child h3,
.b3-fit-split article:first-child li {
  color: #fff;
}

.b3-fit-split ul {
  margin: 22px 0 0;
  padding-left: 20px;
}

.b3-fit-split li + li {
  margin-top: 10px;
}

.b3-boundary-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b3-boundary-list > div {
  min-height: 195px;
  padding: 24px 20px;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
}

.b3-boundary-list strong,
.b3-boundary-list span {
  display: block;
}

.b3-boundary-list strong {
  color: #0d4650;
  font-size: 15px;
}

.b3-boundary-list span {
  margin-top: 12px;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.65;
}

.b3-meeting-request-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  border: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b3-meeting-request-copy {
  padding: 38px 34px;
  border-right: 1px solid var(--b1-line-strong);
  background: #0f3640;
  color: #fff;
}

.b3-meeting-request-copy > span {
  color: #73c2c6;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.b3-meeting-request-copy h2 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
}

.b3-meeting-request-copy p,
.b3-meeting-request-copy li {
  color: #c9d9df;
  font-size: 14px;
  line-height: 1.7;
}

.b3-meeting-request-copy ul {
  margin: 24px 0 0;
  padding-left: 20px;
}

.b3-meeting-form {
  border: 0;
}

.b3-meeting-form > h2 {
  margin: 0;
  padding: 22px 28px;
  border-bottom: 1px solid var(--b1-line);
  color: #102238;
  font-size: 20px;
}

.b3-after-steps {
  margin-top: 0;
}

.b3-meeting-alternatives .b3-faq-list {
  border-color: var(--b1-line-strong);
  color: var(--b1-ink);
}

.b3-meeting-alternatives .b3-faq-list details {
  border-color: var(--b1-line-strong);
}

.b3-meeting-alternatives .b3-faq-list summary span {
  color: var(--b1-teal);
}

.b3-alternative-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 42px;
  align-items: start;
}

.b3-alternative-layout .b3-route-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .b3-page .b1-hero,
  .b3-page .b1-hero-layout {
    min-height: 0;
  }

  .b3-page .b1-hero h1,
  .b3-formats .b1-hero h1,
  .b3-meeting .b1-hero h1 {
    font-size: 46px;
  }

  .b3-numbered-grid,
  .b3-stage-flow,
  .b3-responsibility-grid,
  .b3-evidence-slots,
  .b3-buyer-inputs,
  .b3-material-summary,
  .b3-process-media,
  .b3-process-decisions,
  .b3-after-steps,
  .b3-boundary-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b3-table-hint {
    display: block;
  }

  .b3-table-wrap table {
    min-width: 0;
    table-layout: fixed;
  }

  .b3-table-wrap th {
    padding: 14px 12px;
  }

  .b3-table-wrap td {
    padding: 15px 12px;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .b3-closing-layout,
  .b3-meeting-request-layout,
  .b3-alternative-layout {
    grid-template-columns: 1fr;
  }

  .b3-meeting-request-copy {
    border-right: 0;
    border-bottom: 1px solid var(--b1-line-strong);
  }

  .b3-route-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b3-route-split > div:last-child {
    grid-column: 1 / -1;
  }

  .b3-numbered-grid > li:last-child:nth-child(odd),
  .b3-responsibility-grid article:last-child:nth-child(odd),
  .b3-evidence-slots > div:last-child:nth-child(odd),
  .b3-process-media figure:last-child:nth-child(odd),
  .b3-process-decisions > li:last-child:nth-child(odd),
  .b3-boundary-list > div:last-child:nth-child(odd),
  .b3-after-steps > li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body[data-b3-page] .nav-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .b3-page .b1-hero h1,
  .b3-formats .b1-hero h1,
  .b3-meeting .b1-hero h1 {
    font-size: 36px;
    overflow-wrap: anywhere;
  }

  .b3-page .b1-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .b3-page .b1-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .b3-page .b1-hero-actions .btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .b3-numbered-grid,
  .b3-stage-flow,
  .b3-responsibility-grid,
  .b3-evidence-slots,
  .b3-line-supporting-media,
  .b3-buyer-inputs,
  .b3-format-media,
  .b3-role-boundary,
  .b3-material-summary,
  .b3-process-media,
  .b3-process-decisions,
  .b3-route-split,
  .b3-fit-split,
  .b3-preparation-grid,
  .b3-boundary-list,
  .b3-after-steps,
  .b3-alternative-layout .b3-route-split {
    grid-template-columns: 1fr;
  }

  .b3-numbered-grid > li,
  .b3-stage-flow > li,
  .b3-responsibility-grid article,
  .b3-role-boundary article,
  .b3-preparation-grid article,
  .b3-material-summary article,
  .b3-process-decisions li,
  .b3-route-split > div,
  .b3-fit-split article,
  .b3-boundary-list > div,
  .b3-after-steps li {
    min-height: 0;
  }

  .b3-route-split > div:last-child {
    grid-column: auto;
  }

  .b3-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    scrollbar-gutter: auto;
  }

  .b3-table-wrap table,
  .b3-table-wrap tbody,
  .b3-table-wrap tr,
  .b3-table-wrap td {
    display: block;
    width: 100%;
  }

  .b3-table-wrap table {
    min-width: 0;
    table-layout: auto;
  }

  .b3-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }

  .b3-table-wrap tbody {
    display: grid;
    gap: 16px;
  }

  .b3-table-wrap tr {
    overflow: hidden;
    border: 1px solid var(--b1-line-strong);
    background: #fff;
  }

  .b3-table-wrap td {
    display: grid;
    grid-template-columns: minmax(108px, 38%) minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--b1-line);
    font-size: 14px;
    line-height: 1.55;
  }

  .b3-table-wrap tbody tr:last-child td:not(:last-child) {
    border-bottom: 1px solid var(--b1-line);
  }

  .b3-table-wrap td:last-child {
    border-bottom: 0;
  }

  .b3-table-wrap td::before {
    align-self: start;
    color: var(--b1-teal-dark);
    content: attr(data-label);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .b3-line-overview img,
  .b3-line-supporting-media img,
  .b3-format-media img,
  .b3-process-media img {
    height: auto;
    min-height: 240px;
  }

  .b3-material-summary p,
  .b3-route-split p {
    min-height: 0;
  }

  .b3-closing-layout {
    gap: 36px;
  }

  .b3-faq-list summary {
    min-height: 48px;
    padding: 18px 0;
  }

  .b3-closing-copy h2,
  .b3-meeting-request-copy h2 {
    font-size: 30px;
  }

  .b3-closing-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .b3-closing-actions .btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .b3-meeting-request-copy {
    padding: 28px 22px;
  }

  .b3-meeting-form,
  .b3-meeting-form form,
  .b3-meeting-form fieldset,
  .b3-meeting-form input,
  .b3-meeting-form select,
  .b3-meeting-form textarea {
    min-width: 0;
    max-width: 100%;
  }

  .b3-meeting-form .form-grid {
    grid-template-columns: 1fr;
  }

  .b3-meeting-form .form-grid > * {
    grid-column: 1 / -1;
  }

  .b3-meeting-form input,
  .b3-meeting-form select,
  .b3-meeting-form textarea {
    font-size: 16px;
  }

  .b3-meeting-form input:not([type="hidden"]):not([type="checkbox"]),
  .b3-meeting-form select,
  .b3-meeting-form button {
    min-height: 44px;
  }
}

body[data-b1-page="true"] .site-header {
  border-bottom: 1px solid #d6e0e5;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 30px rgba(16, 34, 56, .05);
}

body[data-b1-page="true"] .site-nav a,
body[data-b1-page="true"] .nav-trigger {
  font-weight: 700;
}

body[data-b2-page="true"] {
  background: #fff;
  color: #102238;
}

body[data-b2-page="true"] .site-header {
  border-bottom: 1px solid #d6e0e5;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 30px rgba(16, 34, 56, .05);
}

body[data-b2-page="true"] .site-nav a,
body[data-b2-page="true"] .nav-trigger {
  font-weight: 700;
}

.b1-page {
  --b1-ink: #102238;
  --b1-copy: #4b6071;
  --b1-muted: #718391;
  --b1-line: #cad9df;
  --b1-line-strong: #9bbbc0;
  --b1-soft: #f2f6f7;
  --b1-teal: #007c83;
  --b1-teal-dark: #07545b;
  --b1-red: #b70e18;
  overflow: clip;
  background: #fff;
  color: var(--b1-ink);
}

.b1-shell {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}

.b1-page h1,
.b1-page h2,
.b1-page h3,
.b1-page p,
.b1-page li,
.b1-page dt,
.b1-page dd,
.b1-page a,
.b1-page button,
.b1-page label,
.b1-page input,
.b1-page select,
.b1-page textarea {
  letter-spacing: 0;
}

.b1-page img {
  display: block;
  max-width: 100%;
}

.b1-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--b1-teal);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase;
}

.b1-kicker::before {
  width: 34px;
  height: 2px;
  background: var(--b1-teal);
  content: "";
}

.b1-hero {
  min-height: 748px;
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-hero-layout {
  display: grid;
  grid-template-columns: minmax(460px, .88fr) minmax(620px, 1.12fr);
  min-height: 748px;
  align-items: stretch;
}

.b1-hero-copy {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  padding: 78px 58px 72px 0;
}

.b1-hero h1 {
  max-width: 720px;
  margin: 22px 0 24px;
  color: #071b2d;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.03;
}

.b1-hero-copy > p {
  max-width: 670px;
  margin: 0;
  color: #42586a;
  font-size: 18px;
  line-height: 1.72;
}

.b1-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.b1-hero-actions .btn,
.b1-conversion .btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 3px;
  font-weight: 800;
}

.b1-hero-actions .btn-primary,
.b1-conversion .btn-primary,
.b1-form-panel .btn-primary {
  border-color: var(--b1-red);
  background: var(--b1-red);
  box-shadow: 0 14px 30px rgba(183, 14, 24, .18);
}

.b1-hero-actions .btn-plain,
.b1-conversion .btn-plain {
  border-color: #a9bac4;
  background: #fff;
  color: #14283b;
}

.b1-hero-inputs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 44px 0 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-hero-inputs > div {
  min-height: 85px;
  padding: 17px 18px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b1-hero-inputs dt {
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.b1-hero-inputs dd {
  margin: 6px 0 0;
  color: #506575;
  font-size: 13px;
  line-height: 1.45;
}

.b1-hero-support-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  align-items: center;
  gap: 9px;
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  text-decoration: none;
}

.b1-hero-support-link span {
  color: var(--b1-teal);
  font-size: 17px;
}

.b1-hero-support-link:hover,
.b1-hero-support-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.b1-hero-visual {
  display: flex;
  position: relative;
  min-width: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--b1-line);
  background: #f3f7f8;
}

.b1-hero-visual > img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}

.b1-hero-visual > .b1-proof-label {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
}

.b1-hero-visual > figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  max-width: 360px;
  padding: 12px 15px;
  border-left: 3px solid var(--b1-teal);
  background: rgba(255, 255, 255, .95);
  color: #526776;
  font-size: 12px;
  line-height: 1.5;
}

.b1-hero-inset {
  position: absolute;
  right: 28px;
  bottom: 91px;
  width: 190px;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b1-hero-inset img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.b1-hero-inset small {
  display: block;
  padding: 8px 10px;
  color: var(--b1-teal-dark);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.b1-proof-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid #87babe;
  background: #fff;
  color: #086870;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.b1-section {
  padding: 88px 0;
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-section-alt {
  background: var(--b1-soft);
}

.b1-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 72px;
  margin-bottom: 42px;
  align-items: end;
}

.b1-section-head > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
}

.b1-section-head span {
  grid-row: 1 / span 2;
  color: var(--b1-teal);
  font-size: 14px;
  font-weight: 900;
}

.b1-section-head small {
  color: var(--b1-teal-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.b1-section-head h2 {
  max-width: 820px;
  margin: 8px 0 0;
  color: #071b2d;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.b1-section-head > p {
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid var(--b1-teal);
  color: var(--b1-copy);
  font-size: 16px;
  line-height: 1.7;
}

.b1-router-grid,
.b1-alternative-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b1-router-grid > a,
.b1-alternative-paths > a {
  display: grid;
  position: relative;
  grid-template-columns: 34px 38px 1fr 20px;
  gap: 12px;
  min-height: 230px;
  padding: 28px 24px;
  align-items: start;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
  color: var(--b1-ink);
  text-decoration: none;
}

.b1-router-grid > a::after,
.b1-alternative-paths > a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: var(--b1-teal);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.b1-router-grid > a:hover::after,
.b1-router-grid > a:focus-visible::after,
.b1-alternative-paths > a:hover::after,
.b1-alternative-paths > a:focus-visible::after {
  transform: scaleX(1);
}

.b1-router-grid > a > span,
.b1-alternative-paths > a > span {
  color: var(--b1-teal);
  font-size: 13px;
  font-weight: 900;
}

.b1-router-grid .cg-icon,
.b1-alternative-paths .cg-icon {
  width: 30px;
  height: 30px;
  color: var(--b1-teal);
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}

.b1-router-grid small {
  display: block;
  color: var(--b1-teal-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.b1-router-grid h3,
.b1-alternative-paths h3 {
  margin: 15px 0 10px;
  color: #102238;
  font-size: 21px;
  line-height: 1.25;
}

.b1-router-grid p,
.b1-alternative-paths p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b1-router-grid > a > b,
.b1-alternative-paths > a > b {
  color: var(--b1-teal);
}

.b1-system-grid,
.b1-industry-grid,
.b1-proof-grid,
.b1-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.b1-system-grid article,
.b1-industry-grid article,
.b1-proof-grid article,
.b1-reference-grid article {
  min-width: 0;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b1-system-media {
  display: block;
  position: relative;
  padding: 18px;
  border-bottom: 1px solid var(--b1-line);
  background: #f6f9f9;
}

.b1-system-media > span {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  min-width: 42px;
  padding: 7px 9px;
  background: var(--b1-teal-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.b1-system-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.b1-system-grid article > div,
.b1-proof-grid article,
.b1-reference-grid article {
  padding: 24px;
}

.b1-system-grid h3,
.b1-industry-grid h3,
.b1-proof-grid h3,
.b1-reference-grid h3 {
  margin: 17px 0 10px;
  color: #102238;
  font-size: 22px;
  line-height: 1.25;
}

.b1-system-grid p,
.b1-industry-grid p,
.b1-proof-grid p,
.b1-reference-grid p {
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b1-system-grid article > div > a,
.b1-industry-grid article > a,
.b1-inline-link,
.b1-reference-grid article > a + .b1-proof-label + h3 + p + a {
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.b1-line-overview {
  position: relative;
  margin: 0;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b1-line-overview .b1-proof-label {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
}

.b1-line-overview img {
  width: 100%;
  aspect-ratio: 1200 / 325;
  object-fit: contain;
}

.b1-line-overview figcaption {
  padding: 12px 18px;
  border-top: 1px solid var(--b1-line);
  color: var(--b1-copy);
  font-size: 12px;
}

.b1-line-stages,
.b1-handoff-flow,
.b1-next-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
  list-style: none;
}

.b1-line-stages li,
.b1-handoff-flow li,
.b1-next-steps li {
  min-height: 132px;
  padding: 20px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-line-stages span,
.b1-handoff-flow span,
.b1-next-steps span {
  display: block;
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
}

.b1-line-stages strong,
.b1-handoff-flow strong {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.b1-line-stages small,
.b1-handoff-flow small {
  display: block;
  margin-top: 7px;
  color: var(--b1-copy);
  line-height: 1.45;
}

.b1-industry-grid article {
  padding-bottom: 22px;
}

.b1-industry-grid header {
  display: grid;
  grid-template-columns: 40px 1fr;
  padding: 20px 22px;
  align-items: start;
}

.b1-industry-grid header span {
  color: var(--b1-teal);
  font-size: 13px;
  font-weight: 900;
}

.b1-industry-grid h3 {
  margin: 0;
}

.b1-industry-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b1-industry-media img {
  width: 100%;
  aspect-ratio: 19 / 8;
  object-fit: cover;
}

.b1-industry-media img + img {
  border-left: 1px solid var(--b1-line);
}

.b1-industry-grid article > p,
.b1-industry-grid article > a {
  margin-right: 22px;
  margin-left: 22px;
}

.b1-compliance {
  border-bottom-color: #35515c;
  background: #0f2632;
  color: #fff;
}

.b1-compliance .b1-section-head span,
.b1-compliance .b1-section-head small {
  color: #65c4c7;
}

.b1-compliance .b1-section-head h2 {
  color: #fff;
}

.b1-compliance .b1-section-head > p {
  border-left-color: #36a8ad;
  color: #c8d6dc;
}

.b1-compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #49636d;
  border-left: 1px solid #49636d;
}

.b1-compliance-grid article {
  min-width: 0;
  min-height: 260px;
  padding: 26px 24px;
  border-right: 1px solid #49636d;
  border-bottom: 1px solid #49636d;
  background: #15333f;
}

.b1-compliance-grid article > span {
  display: block;
  color: #65c4c7;
  font-size: 12px;
  font-weight: 900;
}

.b1-compliance-grid h3 {
  margin: 26px 0 13px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.b1-compliance-grid p {
  margin: 0;
  color: #c8d6dc;
  font-size: 14px;
  line-height: 1.65;
}

.b1-compliance-action {
  display: flex;
  margin-top: 28px;
  justify-content: flex-end;
}

.b1-compliance-action .btn {
  min-height: 52px;
  padding: 0 24px;
  border-color: var(--b1-red);
  border-radius: 3px;
  background: var(--b1-red);
  color: #fff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.b1-proof-grid article img,
.b1-reference-grid article img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
  object-fit: contain;
  background: #f4f7f8;
}

.b1-reference-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b1-reference-grid article {
  padding: 18px;
}

.b1-reference-grid article > a {
  display: block;
}

.b1-logo-wall {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-logo-wall figure {
  min-width: 0;
  min-height: 102px;
  margin: 0;
  padding: 8px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-logo-wall img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.b1-logo-wall figcaption {
  overflow: hidden;
  color: #526776;
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b1-evidence-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--b1-teal);
  background: #e9f2f2;
  color: #4c626f;
  font-size: 13px;
  line-height: 1.6;
}

.b1-conversion {
  padding: 62px 0;
  background: #0d1a27;
  color: #fff;
}

.b1-conversion-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.b1-conversion-layout > div:first-child > span,
.b1-form-intro > span {
  color: #70d2d1;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.b1-conversion h2 {
  max-width: 830px;
  margin: 10px 0 12px;
  color: #fff;
  font-size: 36px;
  line-height: 1.12;
}

.b1-conversion p {
  max-width: 810px;
  margin: 0;
  color: #b9c6cf;
  font-size: 15px;
  line-height: 1.7;
}

.b1-conversion-layout > div:last-child {
  display: flex;
  gap: 12px;
}

.b1-decision-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
  list-style: none;
}

.b1-decision-flow li {
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b1-decision-flow li > span,
.b1-material-matrix article > span,
.b1-risk-grid article > span {
  color: var(--b1-teal);
  font-size: 13px;
  font-weight: 900;
}

.b1-decision-flow h3,
.b1-material-matrix h3,
.b1-risk-grid h3 {
  margin: 46px 0 11px;
  font-size: 19px;
  line-height: 1.25;
}

.b1-decision-flow p,
.b1-material-matrix p,
.b1-risk-grid p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b1-material-matrix,
.b1-risk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-material-matrix article,
.b1-risk-grid article {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b1-dual-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-dual-media figure {
  display: grid;
  grid-template-rows: minmax(380px, 1fr) auto auto;
  min-width: 0;
  margin: 0;
  padding: 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-dual-media img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
}

.b1-dual-media .b1-proof-label {
  margin-top: 16px;
}

.b1-dual-media figcaption {
  margin-top: 12px;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.55;
}

.b1-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--b1-line-strong);
  background: #fff;
}

.b1-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.b1-table-wrap th,
.b1-table-wrap td {
  padding: 19px 21px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  color: #405668;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.b1-table-wrap th {
  background: #0f3640;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.b1-table-wrap td:first-child {
  color: #102238;
  font-weight: 800;
}

.b1-proof-feature,
.b1-engineering-split {
  display: grid;
  grid-template-columns: minmax(420px, .85fr) minmax(0, 1.15fr);
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b1-proof-feature figure,
.b1-engineering-split figure {
  display: flex;
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 24px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--b1-line);
  background: #f4f7f8;
}

.b1-proof-feature figure img,
.b1-engineering-split figure img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}

.b1-proof-feature figure .b1-proof-label,
.b1-engineering-split figure .b1-proof-label {
  position: absolute;
  top: 18px;
  left: 18px;
}

.b1-proof-feature > div {
  padding: 44px;
}

.b1-proof-feature h3 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.15;
}

.b1-proof-feature p {
  color: var(--b1-copy);
  line-height: 1.7;
}

.b1-proof-feature dl {
  margin: 28px 0 0;
  border-top: 1px solid var(--b1-line);
}

.b1-proof-feature dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--b1-line);
}

.b1-proof-feature dt {
  color: var(--b1-teal);
  font-weight: 850;
}

.b1-proof-feature dd {
  margin: 0;
  color: var(--b1-copy);
}

.b1-handoff-flow,
.b1-next-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b1-next-steps h3 {
  margin: 20px 0 9px;
  font-size: 18px;
}

.b1-next-steps p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.55;
}

.b1-engineering-split > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.b1-engineering-split > ol li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 26px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b1-engineering-split > ol span {
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
}

.b1-engineering-split > ol h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.b1-engineering-split > ol p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.55;
}

.b1-rfq-materials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-rfq-materials article {
  padding: 16px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b1-rfq-materials img {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-bottom: 15px;
  object-fit: cover;
}

.b1-rfq-materials h3 {
  margin: 16px 0 7px;
  font-size: 18px;
}

.b1-rfq-materials p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.5;
}

.b1-output-conditions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-output-conditions > div {
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b1-output-conditions dt {
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.b1-output-conditions dd {
  margin: 34px 0 0;
  color: #30485b;
  font-size: 16px;
  line-height: 1.6;
}

.b1-line-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, .8fr)) minmax(320px, 1.4fr);
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b1-line-scope figure {
  margin: 0;
  padding: 18px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-line-scope figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-bottom: 14px;
  object-fit: contain;
}

.b1-line-scope figcaption {
  margin-top: 10px;
  color: #405668;
  font-size: 13px;
  font-weight: 750;
}

.b1-line-scope ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.b1-line-scope li {
  padding: 22px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b1-line-scope li span {
  color: var(--b1-teal);
  font-size: 11px;
  font-weight: 900;
}

.b1-line-scope li strong,
.b1-line-scope li small {
  display: block;
}

.b1-line-scope li strong {
  margin-top: 18px;
}

.b1-line-scope li small {
  margin-top: 7px;
  color: var(--b1-copy);
  line-height: 1.5;
}

.b1-alternative-paths {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.b1-alternative-paths > a {
  min-height: 190px;
}

.b1-form-section {
  padding-top: 72px;
  background: #eaf1f2;
}

.b1-form-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(620px, 1.3fr);
  gap: 40px;
  align-items: start;
}

.b1-form-intro {
  position: sticky;
  top: 110px;
  padding: 34px;
  background: #0f2632;
  color: #fff;
}

.b1-form-intro h2 {
  margin: 13px 0 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
}

.b1-form-intro p,
.b1-form-intro li {
  color: #c5d1d8;
  font-size: 14px;
  line-height: 1.65;
}

.b1-form-intro .b1-form-compliance-note {
  margin: 24px 0 0;
  padding: 16px 17px;
  border-left: 3px solid #65c4c7;
  background: #173844;
  color: #fff;
}

.b1-form-intro ul {
  margin: 26px 0 0;
  padding: 22px 0 0 18px;
  border-top: 1px solid #36515d;
}

.b1-form-panel {
  padding: 0;
  border: 1px solid var(--b1-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(16, 34, 56, .08);
}

.b1-form-panel form {
  padding: 0 28px 30px;
}

.b1-form-group {
  margin: 0 -28px;
  padding: 28px;
  border: 0;
  border-bottom: 1px solid var(--b1-line);
}

.b1-form-group legend {
  width: calc(100% + 56px);
  margin: 0 -28px 24px;
  padding: 17px 28px;
  background: #f4f7f8;
  color: #102238;
  font-size: 16px;
  font-weight: 850;
}

.b1-form-group legend span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--b1-teal-dark);
  color: #fff;
  font-size: 11px;
}

.b1-form-panel .form-grid {
  margin: 0;
}

.b1-form-panel .file-transfer-note,
.b1-form-panel .privacy-consent,
.b1-form-panel .btn,
.b1-form-panel .notice,
.b1-form-panel .cf-turnstile {
  margin-top: 18px;
}

.b2-platform-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--b1-line-strong);
  border-left: 1px solid var(--b1-line-strong);
}

.b2-platform-rail > a {
  display: grid;
  grid-template-columns: 24px 30px 1fr 16px;
  gap: 10px;
  min-height: 76px;
  padding: 13px 14px;
  align-items: center;
  border-right: 1px solid var(--b1-line-strong);
  border-bottom: 1px solid var(--b1-line-strong);
  background: #fff;
  color: var(--b1-ink);
  text-decoration: none;
}

.b2-platform-rail > a:hover,
.b2-platform-rail > a:focus-visible {
  background: #eaf4f4;
}

.b2-platform-rail > a > span,
.b2-platform-rail > a > b {
  color: var(--b1-teal);
  font-size: 11px;
  font-weight: 900;
}

.b2-platform-rail .cg-icon {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--b1-teal-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.b2-platform-rail strong,
.b2-platform-rail small {
  display: block;
}

.b2-platform-rail strong {
  font-size: 13px;
  line-height: 1.25;
}

.b2-platform-rail small {
  margin-top: 4px;
  color: var(--b1-copy);
  font-size: 11px;
  line-height: 1.35;
}

.b2-machine .b1-hero-copy {
  padding-top: 50px;
  padding-bottom: 46px;
}

.b2-machine .b1-hero h1 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 52px;
}

.b2-machine .b1-hero-actions {
  margin-top: 24px;
}

.b2-material-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b2-material-cards article {
  min-width: 0;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b2-material-media {
  display: block;
  padding: 12px;
  border-bottom: 1px solid var(--b1-line);
  background: #f5f8f9;
}

.b2-material-media img {
  width: 100%;
  aspect-ratio: 9 / 4;
  object-fit: cover;
}

.b2-material-cards article > div {
  padding: 22px;
}

.b2-material-cards article > div > span:first-child {
  display: block;
  margin-bottom: 18px;
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
}

.b2-material-cards .b1-proof-label {
  margin-bottom: 16px;
}

.b2-material-cards h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.b2-material-cards p {
  min-height: 92px;
  margin: 0;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.55;
}

.b2-material-cards article > div > a,
.b2-line-choice a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.b2-selection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
  list-style: none;
}

.b2-selection-grid li {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b2-selection-grid li > span,
.b2-question-grid article > span,
.b2-evaluation-grid article > span {
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
}

.b2-selection-grid h3,
.b2-question-grid h3,
.b2-evaluation-grid h3 {
  margin: 34px 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.b2-selection-grid p,
.b2-question-grid p,
.b2-evaluation-grid p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.6;
}

.b2-line-expansion {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, .6fr);
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b2-line-expansion figure {
  display: flex;
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--b1-line);
  background: #f5f8f9;
}

.b2-line-expansion figure img {
  width: 100%;
  object-fit: contain;
}

.b2-line-expansion figure .b1-proof-label {
  position: absolute;
  top: 18px;
  left: 18px;
}

.b2-line-expansion figcaption,
.b2-evidence-split figcaption {
  margin-top: 18px;
  color: var(--b1-copy);
  font-size: 12px;
  line-height: 1.55;
}

.b2-line-expansion ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2-line-expansion li {
  padding: 22px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b2-line-expansion li span,
.b2-line-expansion li strong,
.b2-line-expansion li small {
  display: block;
}

.b2-line-expansion li span {
  color: var(--b1-teal);
  font-size: 11px;
  font-weight: 900;
}

.b2-line-expansion li strong {
  margin-top: 24px;
  font-size: 16px;
}

.b2-line-expansion li small {
  margin-top: 8px;
  color: var(--b1-copy);
  line-height: 1.5;
}

.b2-evidence-split {
  display: grid;
  gap: 22px;
}

.b2-evidence-split figure {
  position: relative;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b2-evidence-split figure img {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
}

.b2-evidence-split figure .b1-proof-label {
  position: absolute;
  top: 18px;
  left: 18px;
}

.b2-route-panel {
  display: grid;
  grid-template-columns: minmax(360px, .7fr) minmax(0, 1.3fr);
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b2-route-panel figure {
  position: relative;
  margin: 0;
  padding: 18px;
  border-right: 1px solid var(--b1-line);
}

.b2-route-panel figure img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.b2-route-panel figure .b1-proof-label {
  position: absolute;
  top: 30px;
  left: 30px;
}

.b2-route-panel dl {
  display: grid;
  margin: 0;
}

.b2-route-panel dl > div {
  display: grid;
  grid-template-columns: minmax(140px, .45fr) 1fr;
  gap: 28px;
  padding: 28px;
  align-items: center;
  border-bottom: 1px solid var(--b1-line);
}

.b2-route-panel dt {
  color: var(--b1-teal-dark);
  font-weight: 850;
}

.b2-route-panel dd {
  margin: 0;
  color: var(--b1-copy);
  line-height: 1.6;
}

.b2-liquid-paste-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 22px;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b2-liquid-paste-media figure {
  position: relative;
  margin: 0;
  padding: 16px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b2-liquid-paste-media img {
  width: 100%;
  aspect-ratio: 9 / 4;
  object-fit: cover;
}

.b2-liquid-paste-media .b1-proof-label {
  position: absolute;
  top: 28px;
  left: 28px;
}

.b2-liquid-paste-media figcaption {
  margin-top: 12px;
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
}

.b2-question-grid,
.b2-evaluation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}

.b2-question-grid article,
.b2-evaluation-grid article {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}

.b2-evidence-boundary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border: 1px solid #1c4650;
  background: #0f2e38;
}

.b2-evidence-boundary > div {
  min-height: 200px;
  padding: 30px;
  border-right: 1px solid #3d626a;
}

.b2-evidence-boundary dt {
  color: #6fd3d4;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.b2-evidence-boundary dd {
  margin: 34px 0 0;
  color: #d4e1e5;
  font-size: 14px;
  line-height: 1.65;
}

.b2-sample-form {
  background: #eaf1f2;
}

.b2-sample-safety {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.15fr) minmax(0, 1.15fr);
  margin-top: 18px;
  border: 1px solid #9fb6bd;
  background: #f6f9fa;
}

.b2-sample-safety > * {
  margin: 0;
  padding: 20px 22px;
}

.b2-sample-safety > * + * {
  border-left: 1px solid var(--b1-line);
}

.b2-sample-safety strong {
  background: #0f3640;
  color: #fff;
  line-height: 1.5;
}

.b2-sample-safety p {
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b2-sample-form-panel > h2 {
  margin: 0;
  padding: 22px 28px;
  border-bottom: 1px solid var(--b1-line);
  font-size: 24px;
}

.b2-sample-form-panel .form-grid {
  padding-top: 28px;
}

.b2-line-choice {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(420px, 1.4fr) minmax(240px, .8fr);
  border: 1px solid var(--b1-line);
  background: #fff;
}

.b2-line-choice > div {
  padding: 30px;
}

.b2-line-choice > div > span {
  color: var(--b1-teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.b2-line-choice h3 {
  margin: 34px 0 12px;
  font-size: 22px;
}

.b2-line-choice p {
  color: var(--b1-copy);
  font-size: 14px;
  line-height: 1.65;
}

.b2-line-choice figure {
  display: flex;
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 24px;
  align-items: center;
  border-right: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
  background: #f4f7f8;
}

.b2-line-choice figure img {
  width: 100%;
  object-fit: contain;
}

.b2-line-choice figure .b1-proof-label {
  position: absolute;
  top: 18px;
  left: 18px;
}

.b2-supplier-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
  list-style: none;
}

.b2-supplier-checklist li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  min-height: 170px;
  padding: 26px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
}

.b2-supplier-checklist li > span {
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
}

.b2-supplier-checklist h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.b2-supplier-checklist p {
  margin: 0;
  color: var(--b1-copy);
  font-size: 13px;
  line-height: 1.6;
}

.b2-buying-faq {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--b1-line);
  background: var(--b1-soft);
}

.b2-buying-faq h3 {
  margin: 0;
  font-size: 21px;
}

.b2-buying-faq dl {
  margin: 0;
}

.b2-buying-faq dl > div + div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--b1-line);
}

.b2-buying-faq dt {
  font-weight: 850;
}

.b2-buying-faq dd {
  margin: 7px 0 0;
  color: var(--b1-copy);
  line-height: 1.6;
}

.b2-next-action .support-decision-panel {
  padding: 0;
  border: 1px solid var(--b1-line-strong);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.b2-next-action .related-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr);
  gap: 54px;
  padding: 34px;
  align-items: end;
  border-bottom: 1px solid var(--b1-line);
}

.b2-next-action .related-head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
}

.b2-next-action .related-head p {
  margin: 0;
  color: var(--b1-copy);
  line-height: 1.65;
}

.b2-next-action .support-decision-table-wrap {
  overflow-x: auto;
}

.b2-next-action .support-decision-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.b2-next-action .support-decision-table th,
.b2-next-action .support-decision-table td {
  padding: 20px 24px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  color: var(--b1-copy);
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.b2-next-action .support-decision-table th {
  background: #0f3640;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.b2-next-action .support-decision-table td:first-child {
  color: var(--b1-ink);
}

.b2-next-action .support-decision-table a {
  color: var(--b1-teal-dark);
  font-weight: 850;
}

.b2-next-action .fit-actions {
  display: flex;
  gap: 12px;
  padding: 28px 34px;
}

.b2-next-action .fit-actions .btn-primary {
  border-color: var(--b1-red);
  background: var(--b1-red);
}

.b1-page :focus-visible {
  outline: 3px solid #00a1a7;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .b1-page *,
  .b1-page *::before,
  .b1-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1180px) {
  .b1-shell {
    width: min(100% - 48px, 1080px);
  }

  .b1-hero-layout {
    grid-template-columns: minmax(400px, .9fr) minmax(0, 1.1fr);
  }

  .b1-hero h1 {
    font-size: 50px;
  }

  .b1-hero-copy {
    padding-right: 36px;
  }

  .b1-logo-wall {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

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

  .b2-material-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .b1-shell {
    width: min(100% - 40px, 920px);
  }

  .b1-hero,
  .b1-hero-layout {
    min-height: 0;
  }

  .b1-hero-layout {
    grid-template-columns: 1fr;
  }

  .b1-hero-copy {
    padding: 64px 0 36px;
  }

  .b1-hero-visual {
    min-height: 500px;
    border-top: 1px solid var(--b1-line);
    border-left: 0;
  }

  .b1-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .b1-section-head > p {
    max-width: 760px;
  }

  .b1-system-grid,
  .b1-industry-grid,
  .b1-proof-grid,
  .b1-compliance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b1-router-grid,
  .b1-decision-flow,
  .b1-line-stages,
  .b1-material-matrix,
  .b1-risk-grid,
  .b1-rfq-materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b1-proof-feature,
  .b1-engineering-split,
  .b1-form-layout {
    grid-template-columns: 1fr;
  }

  .b1-form-intro {
    position: static;
  }

  .b1-line-scope {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b1-line-scope ol {
    grid-column: 1 / -1;
  }

  .b1-conversion-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .b2-selection-grid,
  .b2-question-grid,
  .b2-evaluation-grid,
  .b2-supplier-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2-line-expansion,
  .b2-route-panel,
  .b2-line-choice {
    grid-template-columns: 1fr;
  }

  .b2-line-expansion figure,
  .b2-route-panel figure,
  .b2-line-choice figure {
    border-right: 0;
    border-bottom: 1px solid var(--b1-line);
    border-left: 0;
  }

  .b2-line-expansion ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .b2-route-panel dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b2-route-panel dl > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .b2-buying-faq,
  .b2-next-action .related-head {
    grid-template-columns: 1fr;
  }

  .b2-sample-safety {
    grid-template-columns: 1fr;
  }

  .b2-sample-safety > * + * {
    border-top: 1px solid var(--b1-line);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  body[data-b1-page="true"] .nav-toggle,
  body[data-b2-page="true"] .nav-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .b1-shell {
    width: min(100% - 28px, 640px);
  }

  .b1-hero h1 {
    font-size: 39px;
    overflow-wrap: anywhere;
  }

  .b1-hero-copy > p {
    font-size: 16px;
  }

  .b1-hero-copy {
    padding: 46px 0 28px;
  }

  .b1-hero-visual {
    display: grid;
    min-height: 0;
    align-items: start;
  }

  .b1-hero-visual > img {
    max-height: none;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .b1-hero-visual > .b1-proof-label {
    top: 14px;
    left: 14px;
  }

  .b1-hero-visual > figcaption {
    position: static;
    max-width: none;
    margin: 0;
    padding: 14px 16px;
    border-top: 1px solid var(--b1-line);
    border-left-width: 3px;
    background: #fff;
  }

  .b1-hero-actions,
  .b1-conversion-layout > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .b1-hero-actions .btn,
  .b1-conversion .btn,
  .b1-compliance-action .btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .b1-compliance-action {
    justify-content: stretch;
  }

  .b1-hero-inputs,
  .b1-router-grid,
  .b1-system-grid,
  .b1-industry-grid,
  .b1-proof-grid,
  .b1-compliance-grid,
  .b1-reference-grid,
  .b1-decision-flow,
  .b1-line-stages,
  .b1-material-matrix,
  .b1-risk-grid,
  .b1-dual-media,
  .b1-rfq-materials,
  .b1-output-conditions,
  .b1-line-scope,
  .b1-alternative-paths,
  .b1-handoff-flow,
  .b1-next-steps,
  .b1-engineering-split > ol {
    grid-template-columns: 1fr;
  }

  .b1-section {
    padding: 58px 0;
  }

  .b1-section-head h2 {
    font-size: 32px;
  }

  .b1-section-head > div {
    grid-template-columns: 36px 1fr;
  }

  .b1-router-grid > a,
  .b1-alternative-paths > a {
    min-height: 0;
  }

  .b1-dual-media figure {
    grid-template-rows: minmax(260px, auto) auto auto;
  }

  .b1-logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b1-proof-feature figure,
  .b1-engineering-split figure {
    border-right: 0;
    border-bottom: 1px solid var(--b1-line);
  }

  .b1-proof-feature > div {
    padding: 28px;
  }

  .b1-line-scope ol {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .b1-form-panel form {
    padding-right: 18px;
    padding-left: 18px;
  }

  .b1-form-panel,
  .b1-form-panel form,
  .b1-form-panel fieldset,
  .b1-form-panel input,
  .b1-form-panel select,
  .b1-form-panel textarea {
    min-width: 0;
    max-width: 100%;
  }

  .b1-form-panel input,
  .b1-form-panel select,
  .b1-form-panel textarea {
    font-size: 16px;
  }

  .b1-form-panel .btn-primary {
    width: 100%;
    min-height: 48px;
    white-space: normal;
  }

  .b1-form-group {
    margin-right: -18px;
    margin-left: -18px;
    padding: 22px 18px;
  }

  .b1-form-group legend {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .b1-table-wrap,
  .b2-next-action .support-decision-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .b1-table-wrap table,
  .b2-next-action .support-decision-table {
    display: block;
    min-width: 0;
    border: 0;
  }

  .b1-table-wrap thead,
  .b2-next-action .support-decision-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .b1-table-wrap tbody,
  .b2-next-action .support-decision-table tbody {
    display: grid;
    gap: 14px;
  }

  .b1-table-wrap tr,
  .b2-next-action .support-decision-table tr {
    display: block;
    overflow: hidden;
    border: 1px solid var(--b1-line-strong);
    background: #fff;
  }

  .b1-table-wrap td,
  .b2-next-action .support-decision-table td {
    display: grid;
    grid-template-columns: minmax(104px, .42fr) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    padding: 15px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--b1-line);
    overflow-wrap: anywhere;
  }

  .b1-table-wrap td:last-child,
  .b2-next-action .support-decision-table td:last-child {
    border-bottom: 0;
  }

  .b1-table-wrap td::before,
  .b2-next-action .support-decision-table td::before {
    content: "";
    color: var(--b1-teal-dark);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
  }

  #stick-conditional-specs td:nth-child(1)::before { content: "Decision"; }
  #stick-conditional-specs td:nth-child(2)::before { content: "Buyer input"; }
  #stick-conditional-specs td:nth-child(3)::before { content: "Engineering effect"; }
  #powder-conditional-specs td:nth-child(1)::before { content: "Input"; }
  #powder-conditional-specs td:nth-child(2)::before { content: "Required evidence"; }
  #powder-conditional-specs td:nth-child(3)::before { content: "Decision supported"; }
  #powder-compliance-path td:nth-child(1)::before { content: "Requirement"; }
  #powder-compliance-path td:nth-child(2)::before { content: "Project output"; }
  #powder-compliance-path td:nth-child(3)::before { content: "Evidence gate"; }
  #dosing-powder-route td:nth-child(1)::before { content: "Powder condition"; }
  #dosing-powder-route td:nth-child(2)::before { content: "Evidence to bring or observe"; }
  #dosing-powder-route td:nth-child(3)::before { content: "Decision supported"; }
  #dosing-liquid-paste-route td:nth-child(1)::before { content: "Material"; }
  #dosing-liquid-paste-route td:nth-child(2)::before { content: "Behavior to review"; }
  #dosing-liquid-paste-route td:nth-child(3)::before { content: "Metering direction"; }
  #sample-buyer-preparation td:nth-child(1)::before { content: "Buyer input"; }
  #sample-buyer-preparation td:nth-child(2)::before { content: "Preparation boundary"; }
  #buying-dosing-output td:nth-child(1)::before { content: "Decision area"; }
  #buying-dosing-output td:nth-child(2)::before { content: "Comparable buyer input"; }
  #buying-dosing-output td:nth-child(3)::before { content: "Supplier response to compare"; }
  #buying-test-documents td:nth-child(1)::before { content: "Evidence area"; }
  #buying-test-documents td:nth-child(2)::before { content: "When it matters"; }
  #buying-test-documents td:nth-child(3)::before { content: "Boundary to define"; }
  #buying-next-action td:nth-child(1)::before { content: "Buyer intent"; }
  #buying-next-action td:nth-child(2)::before { content: "Best next step"; }
  #buying-next-action td:nth-child(3)::before { content: "Why this path fits"; }

  .b2-platform-rail,
  .b2-material-cards,
  .b2-selection-grid,
  .b2-line-expansion ol,
  .b2-liquid-paste-media,
  .b2-question-grid,
  .b2-evaluation-grid,
  .b2-evidence-boundary,
  .b2-supplier-checklist,
  .b2-route-panel dl {
    grid-template-columns: 1fr;
  }

  .b2-machine .b1-hero h1 {
    font-size: 39px;
  }

  .b2-material-cards p {
    min-height: 0;
  }

  .b2-line-expansion li,
  .b2-selection-grid li,
  .b2-question-grid article,
  .b2-evaluation-grid article,
  .b2-evidence-boundary > div,
  .b2-supplier-checklist li {
    min-height: 0;
  }

  .b2-route-panel figure img {
    min-height: 0;
  }

  .b2-evidence-boundary > div {
    border-right: 0;
    border-bottom: 1px solid #3d626a;
  }

  .b2-buying-faq {
    grid-template-columns: 1fr;
  }

  .b2-next-action .fit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .b2-next-action .fit-actions .btn {
    width: 100%;
  }

  .b2-sample-safety > * {
    padding: 18px;
  }

  .b2-sample-safety p {
    font-size: 14px;
  }
}

/* B5 priority industries and transparent evidence */
.b5-page { color: var(--b1-ink); }
.b5-page .b1-hero h1 { max-width: 790px; font-size: clamp(42px, 4vw, 66px); }
.b5-page .b1-proof-label { font-size: 12px; letter-spacing: .035em; }

:is(.b5-card-grid, .b5-step-grid, .b5-tier-grid, .b5-boundary-grid, .b5-known-grid, .b5-map-grid) {
  display: grid;
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}
.b5-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.b5-card-grid[data-b5-item-count="3"], .b5-tier-grid, .b5-boundary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
:is(.b5-card-grid, .b5-tier-grid, .b5-boundary-grid, .b5-map-grid) article {
  min-width: 0;
  min-height: 184px;
  padding: 26px 23px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}
:is(.b5-card-grid, .b5-tier-grid, .b5-boundary-grid, .b5-map-grid, .b5-case-grid, .b5-text-reference, .b5-evidence-grid, .b5-proof-boundary) h3 {
  margin: 0 0 11px;
  color: var(--b1-ink);
  font-size: 20px;
  line-height: 1.3;
}
:is(.b5-card-grid, .b5-tier-grid, .b5-boundary-grid, .b5-map-grid, .b5-case-grid, .b5-text-reference, .b5-evidence-grid, .b5-proof-boundary) p {
  margin: 0;
  color: #4a6270;
  font-size: 14px;
  line-height: 1.7;
}
:is(.b5-card-grid, .b5-case-grid, .b5-text-reference) a,
:is(.b5-inline-link, .b5-rfq-text-link) {
  display: inline-flex;
  gap: 7px;
  margin-top: 20px;
  align-items: center;
  color: var(--b1-teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
:is(.b5-card-grid, .b5-case-grid, .b5-text-reference) a:is(:hover, :focus-visible),
:is(.b5-inline-link, .b5-rfq-text-link):is(:hover, :focus-visible) { text-decoration: underline; text-underline-offset: 4px; }

.b5-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.b5-step-grid li {
  display: grid;
  min-width: 0;
  min-height: 190px;
  padding: 25px 22px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  background: #fff;
}
:is(.b5-step-grid li > span, .b5-tier-grid article > span, .b5-map-grid article > span, .b5-boundary-grid article > span) {
  color: var(--b1-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.b5-step-grid h3 { margin: 0 0 9px; font-size: 19px; line-height: 1.3; }
.b5-step-grid p { margin: 0; color: #4d6471; font-size: 14px; line-height: 1.65; }

:is(.b5-media-split, .b5-dual-context) { display: grid; gap: 22px; align-items: stretch; }
.b5-media-split { grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); }
.b5-media-split-reverse { grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); }
.b5-dual-context { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 25px; }
.b5-media-split .b5-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.b5-media-split .b5-card-grid[data-b5-item-count="3"] { grid-template-columns: 1fr; }
.b5-media-split .b5-card-grid article { min-height: 0; }
.b5-context-figure {
  display: grid;
  position: relative;
  min-width: 0;
  margin: 0;
  grid-template-rows: minmax(300px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--b1-line);
  background: #fff;
}
.b5-context-figure .b1-proof-label { position: absolute; z-index: 1; top: 15px; left: 15px; }
.b5-context-figure img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.b5-context-figure figcaption { padding: 14px 17px; border-top: 1px solid var(--b1-line); color: #4d6572; font-size: 12px; line-height: 1.55; }

.b5-route-links {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--b1-line);
  border-left: 1px solid var(--b1-line);
}
.b5-route-links a {
  display: grid;
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 22px 48px 20px 21px;
  gap: 8px;
  border-right: 1px solid var(--b1-line);
  border-bottom: 1px solid var(--b1-line);
  color: var(--b1-ink);
  text-decoration: none;
}
.b5-route-links a:is(:hover, :focus-visible) { background: var(--b1-soft); }
.b5-route-links strong { font-size: 17px; line-height: 1.3; }
.b5-route-links small { color: #526a76; font-size: 13px; line-height: 1.5; }
.b5-route-links a > span { position: absolute; top: 21px; right: 20px; color: var(--b1-teal); }

.b5-evidence-grid {
  display: grid;
  margin-bottom: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--b1-line-strong);
  background: #fff;
}
.b5-evidence-grid article { min-width: 0; padding: 25px 23px; border-right: 1px solid var(--b1-line); }
:is(.b5-evidence-grid article > span, .b5-text-reference > span, .b5-closing-layout > div > span, .b5-case-close > div > span) {
  display: block;
  margin-bottom: 10px;
  color: var(--b1-teal-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.b5-evidence-grid aside { grid-column: 1 / -1; padding: 19px 23px; border-top: 1px solid var(--b1-line); background: var(--b1-soft); }
:is(.b5-evidence-grid aside, .b5-responsibility-note) p { margin: 7px 0 0; color: #445d69; font-size: 13px; line-height: 1.65; }
.b5-responsibility-note { margin-top: 18px; padding: 18px 20px; border-left: 3px solid var(--b1-teal); background: var(--b1-soft); }

.b5-table-wrap { overflow-x: auto; border: 1px solid var(--b1-line-strong); background: #fff; }
.b5-table-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; }
.b5-table-wrap :is(th, td) { padding: 17px 19px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); text-align: left; vertical-align: top; }
.b5-table-wrap :is(th, td):last-child { border-right: 0; }
.b5-table-wrap tbody tr:last-child td { border-bottom: 0; }
.b5-table-wrap th { background: var(--b1-ink); color: #fff; font-size: 12px; letter-spacing: .045em; text-transform: uppercase; }
.b5-table-wrap td { color: #435c68; font-size: 14px; line-height: 1.65; }
.b5-table-wrap td:first-child { width: 27%; color: var(--b1-ink); font-weight: 850; }

:is(.b5-checklist, .b5-known-grid) { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
:is(.b5-checklist, .b5-known-grid) > div { display: grid; min-width: 0; min-height: 132px; padding: 22px 20px; gap: 9px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
:is(.b5-checklist, .b5-known-grid) strong { color: var(--b1-ink); font-size: 15px; line-height: 1.4; }
:is(.b5-checklist, .b5-known-grid) span { color: #526976; font-size: 13px; line-height: 1.55; }
.b5-known-grid > div > span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.b5-map-grid, .b5-proof-boundary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.b5-proof-boundary { display: grid; overflow: hidden; border: 1px solid var(--b1-line-strong); background: #fff; }
.b5-proof-boundary article { min-width: 0; padding: 26px 24px; }
.b5-proof-boundary article + article { border-left: 1px solid var(--b1-line); }
.b5-proof-boundary article > span { display: block; margin-bottom: 10px; color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.b5-closing { background: var(--b1-ink); color: #fff; }
.b5-closing .b5-route-links,
.b5-closing .b5-route-links a { border-color: #496573; }
.b5-closing .b5-route-links strong { color: #fff; }
.b5-closing .b5-route-links small { color: #cad8df; }
.b5-closing .b5-route-links a:is(:hover, :focus-visible) { background: rgba(255, 255, 255, .06); }
.b5-closing-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr); gap: 50px; align-items: start; }
:is(.b5-closing, .b5-case-close) h2 { margin: 0 0 16px; color: #fff; font-size: clamp(30px, 3.1vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
:is(.b5-closing-layout > div, .b5-case-close) > p { color: #cad8df; font-size: 15px; line-height: 1.7; }
.b5-text-reference { margin: 26px 0; padding: 22px; border: 1px solid #41606d; background: rgba(255, 255, 255, .04); }
.b5-text-reference h3 { color: #fff; }
.b5-text-reference p { color: #c8d7de; }
:is(.b5-text-reference a, .b5-closing-layout .b5-rfq-text-link, .b5-case-close p a) { color: var(--b1-teal-light); }
.b5-actions { display: flex; margin-top: 26px; flex-wrap: wrap; gap: 12px; }
.b5-faq-list { border-top: 1px solid #496573; }
.b5-faq-list details { border-bottom: 1px solid #496573; }
.b5-faq-list summary { display: grid; min-height: 68px; padding: 18px 0; grid-template-columns: 1fr auto; gap: 18px; align-items: center; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.45; cursor: pointer; }
.b5-faq-list summary::-webkit-details-marker { display: none; }
.b5-faq-list details[open] summary span { transform: rotate(45deg); }
.b5-faq-list p { margin: 0; padding: 0 34px 20px 0; color: #cad8df; font-size: 13px; line-height: 1.7; }

.b5-text-hero { padding: 92px 0 78px; background: var(--b1-ink); color: #fff; }
.b5-text-hero-copy { max-width: 1050px; }
.b5-text-hero h1 { max-width: 920px; margin: 16px 0 22px; color: #fff; font-size: clamp(46px, 5.2vw, 78px); line-height: .98; letter-spacing: -.055em; }
.b5-text-hero p { max-width: 760px; margin: 0; color: #cbd8de; font-size: 18px; line-height: 1.65; }
.b5-hero-method { display: grid; max-width: 860px; margin: 38px 0 0; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #496573; border-left: 1px solid #496573; }
.b5-hero-method div { padding: 17px 19px; border-right: 1px solid #496573; border-bottom: 1px solid #496573; }
.b5-hero-method dt { color: var(--b1-teal-light); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.b5-hero-method dd { margin: 7px 0 0; color: #fff; font-size: 14px; line-height: 1.45; }

.b5-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.b5-case-grid > article { min-width: 0; overflow: hidden; border: 1px solid var(--b1-line-strong); background: #fff; }
.b5-case-grid > article > :is(span, h3, dl, p, a) { margin-right: 21px; margin-left: 21px; }
.b5-case-grid > article > span { display: block; margin-top: 21px; margin-bottom: 9px; color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.b5-case-grid > article > p { margin-bottom: 0; }
.b5-case-grid > article > a { margin-bottom: 22px; }
.b5-case-grid .b5-context-figure { border: 0; border-bottom: 1px solid var(--b1-line); }
.b5-case-grid .b5-context-figure img { min-height: 220px; aspect-ratio: 16 / 9; }
.b5-case-grid dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b5-case-grid dl > div { min-width: 0; padding: 11px 12px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); }
.b5-case-grid dt { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.b5-case-grid dd { margin: 5px 0 0; color: var(--b1-ink); font-size: 12px; font-weight: 800; line-height: 1.4; }

.b5-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b5-logo-grid article { display: grid; min-width: 0; min-height: 188px; padding: 14px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b5-logo-grid article > span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .045em; line-height: 1.35; text-transform: uppercase; }
.b5-logo-grid img { width: 100%; height: 94px; margin: 8px 0; object-fit: contain; }
.b5-logo-grid strong { color: var(--b1-ink); font-size: 12px; line-height: 1.35; text-align: center; }
.b5-case-close { display: grid; grid-template-columns: minmax(0, 1.25fr) auto; gap: 42px; align-items: end; }
.b5-reference-breadcrumb { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 9px; color: #516a76; font-size: 12px; }
.b5-reference-breadcrumb a { color: var(--b1-teal-dark); font-weight: 850; }

@media (max-width: 1100px) {
  :is(.b5-card-grid, .b5-step-grid, .b5-checklist, .b5-known-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b5-card-grid[data-b5-item-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .b5-route-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b5-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .b5-closing-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :is(.b5-page .b1-hero h1, .b5-text-hero h1) { font-size: 39px; }
  :is(.b5-media-split, .b5-media-split-reverse, .b5-dual-context, .b5-evidence-grid, .b5-tier-grid, .b5-boundary-grid, .b5-map-grid, .b5-proof-boundary, .b5-case-grid, .b5-case-close, .b5-hero-method, .b5-card-grid, .b5-card-grid[data-b5-item-count="3"], .b5-media-split .b5-card-grid, .b5-step-grid, .b5-route-links, .b5-checklist, .b5-known-grid) { grid-template-columns: 1fr; }
  :is(.b5-card-grid article, .b5-step-grid li, .b5-route-links a, .b5-checklist > div, .b5-known-grid > div, .b5-context-figure, .b5-context-figure img) { min-height: 0; }
  .b5-evidence-grid article { border-right: 0; border-bottom: 1px solid var(--b1-line); }
  .b5-proof-boundary article + article { border-top: 1px solid var(--b1-line); border-left: 0; }
  .b5-table-wrap { overflow: visible; border: 0; background: transparent; }
  .b5-table-wrap :is(table, tbody, tr, td) { display: block; min-width: 0; width: 100%; }
  .b5-table-wrap thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .b5-table-wrap tbody { display: grid; gap: 13px; }
  .b5-table-wrap tr { overflow: hidden; border: 1px solid var(--b1-line-strong); background: #fff; }
  .b5-table-wrap td { display: grid; padding: 14px 15px; grid-template-columns: minmax(108px, .43fr) minmax(0, 1fr); gap: 12px; border-right: 0; border-bottom: 1px solid var(--b1-line); overflow-wrap: anywhere; }
  .b5-table-wrap td::before { content: attr(data-label); color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
  .b5-table-wrap td:first-child { width: 100%; }
  .b5-table-wrap td:last-child { border-bottom: 0; }
  .b5-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b5-logo-grid article { min-height: 178px; }
  .b5-actions { display: grid; width: 100%; grid-template-columns: 1fr; }
  .b5-actions .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
}

.b6-page { --b1-teal-light: var(--brand-cyan); color: var(--b1-ink); }
.b6-page :is(p, dd, small) { overflow-wrap: anywhere; }
.b6-section-intro { display: grid; margin-bottom: 30px; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); column-gap: 50px; align-items: end; }
.b6-section-intro > span { grid-column: 1 / -1; margin-bottom: 9px; color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.b6-section-intro h2 { max-width: 800px; margin: 0; color: var(--b1-ink); font-size: clamp(32px, 3.4vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.b6-section-intro > p { margin: 0; padding-left: 18px; border-left: 3px solid var(--b1-teal); color: #4a6470; font-size: 15px; line-height: 1.65; }
.b6-actions { display: flex; margin-top: 26px; flex-wrap: wrap; gap: 12px; }
.b6-context-figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-context-figure .b1-proof-label { position: absolute; z-index: 1; top: 15px; left: 15px; }
.b6-context-figure img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.b6-context-figure figcaption { padding: 13px 16px; border-top: 1px solid var(--b1-line); color: #4d6572; font-size: 12px; line-height: 1.55; }
.b6-table-wrap { overflow-x: auto; border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-table-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; }
.b6-table-wrap :is(th, td) { padding: 17px 19px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); text-align: left; vertical-align: top; }
.b6-table-wrap :is(th, td):last-child { border-right: 0; }
.b6-table-wrap tbody tr:last-child td { border-bottom: 0; }
.b6-table-wrap th { background: var(--b1-ink); color: #fff; font-size: 12px; letter-spacing: .045em; text-transform: uppercase; }
.b6-table-wrap td { color: #435c68; font-size: 14px; line-height: 1.65; }
.b6-table-wrap td:first-child { width: 27%; color: var(--b1-ink); font-weight: 850; }

.b6-fit-lanes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-fit-lanes article { min-width: 0; padding: 24px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b6-fit-lanes strong { color: var(--b1-teal-dark); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.b6-fit-lanes p { margin: 10px 0 0; color: #49626e; font-size: 14px; line-height: 1.6; }
.b6-food-materials { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 22px; }
.b6-material-visuals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.b6-material-visuals .b6-context-figure img { aspect-ratio: 4 / 3; }
.b6-material-menu { display: grid; border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-material-menu a { display: grid; position: relative; min-width: 0; padding: 18px 38px 18px 18px; gap: 7px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); color: var(--b1-ink); text-decoration: none; }
.b6-material-menu a::after { content: "→"; position: absolute; top: 18px; right: 17px; color: var(--b1-teal); }
.b6-material-menu a:is(:hover, :focus-visible) { background: var(--b1-soft); }
.b6-material-menu strong { font-size: 16px; }
.b6-material-menu span { color: #526a76; font-size: 13px; line-height: 1.5; }
.b6-inline-links { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 12px 26px; }
.b6-inline-links a, .b6-text-link { color: var(--b1-teal-dark); font-size: 13px; font-weight: 850; line-height: 1.5; }
.b6-line-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 34px; align-items: start; }
.b6-line-layout .b6-section-intro { display: block; }
.b6-line-layout .b6-section-intro > p { margin-top: 18px; }
.b6-scope-pair { display: grid; margin: 24px 0; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-scope-pair article { min-width: 0; padding: 22px; }
.b6-scope-pair article + article { border-left: 1px solid var(--b1-line); }
.b6-scope-pair span, .b6-pack-brief span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.b6-scope-pair h3, .b6-pack-brief h3 { margin: 9px 0; font-size: 19px; line-height: 1.3; }
.b6-scope-pair p, .b6-pack-brief p { margin: 0; color: #526a76; font-size: 13px; line-height: 1.6; }
.b6-evidence-band { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-evidence-band > div { padding: 24px; border-right: 1px solid var(--b1-line); }
.b6-evidence-band aside { grid-column: 1 / -1; padding: 20px 24px; border-top: 1px solid var(--b1-line); background: var(--b1-soft); }
.b6-evidence-band p { margin: 8px 0 0; color: #4b6470; font-size: 14px; line-height: 1.65; }
.b6-input-strip, .b6-project-check { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-input-strip article, .b6-project-check article { min-width: 0; min-height: 142px; padding: 22px 20px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b6-input-strip p, .b6-project-check p { margin: 9px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }

.b6-close { background: var(--b1-ink); color: #fff; }
.b6-close-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 50px; align-items: start; }
.b6-close .b6-section-intro { display: block; }
.b6-close :is(h2, strong) { color: #fff; }
.b6-close h2 { margin: 12px 0 17px; color: #fff; font-size: clamp(32px, 3.4vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.b6-close p, .b6-close small, .b6-close .b6-section-intro > p { color: #cad8df; }
.b6-close .b6-section-intro > p { margin-top: 18px; }
.b6-close-label { color: var(--b1-teal-light); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.b6-close .b6-text-link { display: inline-block; margin-top: 5px; color: var(--b1-teal-light); }
.b6-faq-list { border-top: 1px solid #496573; }
.b6-faq-list details { border-bottom: 1px solid #496573; }
.b6-faq-list summary { display: grid; min-height: 68px; padding: 18px 0; grid-template-columns: 1fr auto; gap: 18px; align-items: center; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.45; cursor: pointer; }
.b6-faq-list summary::-webkit-details-marker { display: none; }
.b6-faq-list details[open] summary span { transform: rotate(45deg); }
.b6-faq-list p { margin: 0; padding: 0 34px 20px 0; color: #cad8df; font-size: 13px; line-height: 1.7; }
.b6-route-links { display: grid; margin-top: 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #496573; border-left: 1px solid #496573; }
.b6-route-links a { display: grid; position: relative; min-width: 0; min-height: 116px; padding: 20px 42px 18px 19px; gap: 8px; border-right: 1px solid #496573; border-bottom: 1px solid #496573; color: #fff; text-decoration: none; }
.b6-route-links a:is(:hover, :focus-visible) { background: rgba(255, 255, 255, .06); }
.b6-route-links small { color: #cad8df; font-size: 12px; line-height: 1.45; }
.b6-route-links a > span { position: absolute; top: 19px; right: 17px; color: var(--b1-teal-light); }

.b6-particle-scale { display: grid; grid-template-columns: auto minmax(60px, 1fr) auto minmax(60px, 1fr) auto; gap: 14px; align-items: center; }
.b6-particle-scale span { padding: 14px 17px; border: 1px solid var(--b1-line-strong); background: #fff; color: var(--b1-ink); font-size: 14px; font-weight: 850; text-align: center; }
.b6-particle-scale i { height: 2px; background: linear-gradient(90deg, var(--b1-teal), var(--b1-line-strong)); }
.b6-granule-classification { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 34px; align-items: start; }
.b6-class-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-class-list div { min-width: 0; padding: 18px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b6-class-list dt { color: var(--b1-ink); font-size: 15px; font-weight: 850; }
.b6-class-list dd { margin: 7px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-flowline { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); counter-reset: none; }
.b6-flowline li { min-width: 0; padding: 22px 20px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b6-flowline li > span { color: var(--b1-teal); font-size: 12px; font-weight: 900; }
.b6-flowline strong { display: block; margin-top: 25px; font-size: 16px; }
.b6-flowline p { margin: 9px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-metering-compare { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.b6-metering-compare article { min-width: 0; padding: 25px 23px; border-top: 4px solid var(--b1-teal); background: #fff; box-shadow: var(--b1-shadow); }
.b6-metering-compare span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.b6-metering-compare h3 { margin: 12px 0 9px; font-size: 20px; }
.b6-metering-compare p { margin: 0; color: #526a76; font-size: 13px; line-height: 1.6; }
.b6-pack-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-pack-path a { display: grid; min-width: 0; min-height: 126px; padding: 22px; gap: 10px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); color: var(--b1-ink); text-decoration: none; }
.b6-pack-path a:is(:hover, :focus-visible) { background: var(--b1-soft); }
.b6-pack-path span { color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-sample-note { display: flex; padding: 18px 20px; justify-content: space-between; gap: 24px; border: 1px solid var(--b1-line-strong); border-top: 0; background: var(--b1-soft); }
.b6-sample-note span { max-width: 700px; color: #4b6470; font-size: 13px; line-height: 1.55; }

.b6-reference-breadcrumb { display: flex; margin-top: 28px; flex-wrap: wrap; gap: 9px; color: #516a76; font-size: 12px; }
.b6-reference-breadcrumb a { color: var(--b1-teal-dark); font-weight: 850; }
.b6-known-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); background: #fff; }
.b6-known-strip div { min-width: 0; padding: 20px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); }
.b6-known-strip dt { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.b6-known-strip dd { margin: 9px 0 0; color: var(--b1-ink); font-size: 15px; font-weight: 800; line-height: 1.45; }
.b6-coffee-dials { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.b6-coffee-dials article { min-width: 0; padding: 23px 21px; border: 1px solid var(--b1-line-strong); border-radius: 50% 50% 4px 4px / 20px 20px 4px 4px; background: #fff; }
.b6-coffee-dials span { color: var(--b1-ink); font-size: 17px; font-weight: 900; }
.b6-coffee-dials p { margin: 13px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-question-track { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.b6-question-track li { min-width: 0; padding: 24px 22px; border-left: 3px solid var(--b1-teal); background: #fff; }
.b6-question-track li + li { margin-left: 12px; }
.b6-question-track strong { font-size: 16px; }
.b6-question-track p { margin: 10px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-pack-brief { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-pack-brief > div { min-width: 0; padding: 24px; }
.b6-pack-brief > div + div { border-left: 1px solid var(--b1-line); }
.b6-proof-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-proof-split article { min-width: 0; padding: 27px 24px; }
.b6-proof-split article + article { border-left: 1px solid var(--b1-line); }
.b6-proof-split span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.b6-proof-split h3 { margin: 10px 0; font-size: 20px; }
.b6-proof-split p { margin: 0; color: #526a76; font-size: 13px; line-height: 1.65; }

.b6-faq-hero { min-height: 610px; background: linear-gradient(135deg, #fff 0 68%, var(--b1-soft) 68% 100%); }
.b6-faq-hero-inner { display: grid; min-height: 610px; padding-block: 82px; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 70px; align-items: center; }
.b6-faq-hero h1 { max-width: 880px; }
.b6-faq-hero [data-answer-summary] { max-width: 760px; margin: 0; color: #42586a; font-size: 18px; line-height: 1.72; }
.b6-faq-hero aside { display: grid; padding: 30px; gap: 11px; border-top: 4px solid var(--b1-teal); background: #fff; box-shadow: var(--b1-shadow); }
.b6-faq-hero aside strong { color: var(--b1-ink); font-size: 30px; line-height: 1; }
.b6-faq-hero aside span { color: var(--b1-teal-dark); font-size: 14px; font-weight: 850; }
.b6-faq-hero aside small { color: #526a76; font-size: 12px; line-height: 1.55; }
.b6-faq-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-faq-nav a { display: grid; min-width: 0; min-height: 130px; padding: 22px; gap: 10px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); color: var(--b1-ink); text-decoration: none; }
.b6-faq-nav a:is(:hover, :focus-visible) { background: var(--b1-soft); }
.b6-faq-nav strong { font-size: 16px; }
.b6-faq-nav span { color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-faq-group { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 48px; align-items: start; }
.b6-faq-group .b6-section-intro { display: block; margin: 0; }
.b6-faq-group .b6-section-intro > p { margin-top: 18px; }
.b6-faq .b6-faq-list { border-color: var(--b1-line-strong); }
.b6-faq .b6-faq-list article { border-bottom: 1px solid var(--b1-line-strong); }
.b6-faq .b6-faq-list details { border: 0; }
.b6-faq .b6-faq-list summary { min-height: 72px; padding: 18px 4px; color: var(--b1-ink); }
.b6-faq .b6-faq-list summary > span { color: var(--b1-teal); }
.b6-faq .b6-faq-list p { padding: 0 34px 12px 4px; color: #49626e; font-size: 14px; }
.b6-faq .b6-faq-list article > a { display: inline-flex; margin: 0 4px 18px; gap: 7px; color: var(--b1-teal-dark); font-size: 12px; font-weight: 850; text-decoration: none; }
.b6-faq .b6-faq-list article > a:is(:hover, :focus-visible) { text-decoration: underline; text-underline-offset: 4px; }
.b6-faq-action { background: var(--b1-ink); color: #fff; }
.b6-faq-action-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); gap: 60px; align-items: start; }
.b6-faq-action .b6-section-intro { display: block; }
.b6-faq-action .b6-section-intro > p { margin-top: 18px; }
.b6-faq-action :is(h2, summary) { color: #fff; }
.b6-faq-action :is(.b6-section-intro > p, .b6-faq-list p) { color: #cad8df; }
.b6-faq-action .b6-faq-list { border-color: #496573; }
.b6-faq-action .b6-faq-list article { border-color: #496573; }
.b6-faq-action .b6-faq-list article > a, .b6-faq-action .b6-text-link { color: var(--b1-teal-light); }
.b6-faq-action > .b1-shell > aside { padding: 28px; border: 1px solid #496573; }
.b6-faq-action > .b1-shell > aside > span { color: var(--b1-teal-light); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.b6-faq-action > .b1-shell > aside h2 { margin: 12px 0 15px; font-size: 30px; line-height: 1.14; }
.b6-faq-action > .b1-shell > aside p { color: #cad8df; font-size: 14px; line-height: 1.65; }

.b6-dealer-fit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-dealer-fit article { min-width: 0; padding: 27px 26px; }
.b6-dealer-fit article + article { border-left: 1px solid var(--b1-line); }
.b6-dealer-fit span, .b6-dealer-next-grid > div > span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.b6-dealer-fit ul { display: grid; margin: 18px 0 0; padding-left: 20px; gap: 10px; color: #4b6470; font-size: 14px; line-height: 1.55; }
.b6-dealer-market { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.b6-dealer-market article { display: grid; min-width: 0; padding: 25px 23px; gap: 12px; border-top: 4px solid var(--b1-teal); background: #fff; box-shadow: var(--b1-shadow); }
.b6-dealer-market strong { color: var(--b1-ink); font-size: 19px; }
.b6-dealer-market p { margin: 0; color: #526a76; font-size: 13px; line-height: 1.6; }
.b6-dealer-market a { color: var(--b1-teal-dark); font-size: 13px; font-weight: 850; }
.b6-dealer-support { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 48px; align-items: start; }
.b6-dealer-support .b6-section-intro { display: block; margin: 0; }
.b6-dealer-support .b6-section-intro > p { margin-top: 18px; }
.b6-dealer-support dl { display: grid; margin: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-dealer-support dl > div { min-width: 0; padding: 22px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b6-dealer-support dt { color: var(--b1-ink); font-size: 16px; font-weight: 900; }
.b6-dealer-support dd { margin: 9px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-dealer-claims { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--b1-line-strong); background: #fff; }
.b6-dealer-claims > div { min-width: 0; padding: 25px; }
.b6-dealer-claims > div + div { border-left: 1px solid var(--b1-line); }
.b6-dealer-claims aside { grid-column: 1 / -1; padding: 20px 25px; border-top: 1px solid var(--b1-line); background: var(--b1-soft); }
.b6-dealer-claims span { color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.b6-dealer-claims p { margin: 9px 0 0; color: #4b6470; font-size: 14px; line-height: 1.6; }
.b6-dealer-process { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--b1-line); border-left: 1px solid var(--b1-line); }
.b6-dealer-process li { min-width: 0; padding: 24px 21px; border-right: 1px solid var(--b1-line); border-bottom: 1px solid var(--b1-line); background: #fff; }
.b6-dealer-process span { color: var(--b1-teal); font-size: 12px; font-weight: 900; }
.b6-dealer-process strong { display: block; margin-top: 25px; color: var(--b1-ink); font-size: 17px; }
.b6-dealer-process p { margin: 9px 0 0; color: #526a76; font-size: 13px; line-height: 1.55; }
.b6-dealer-profile { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 48px; align-items: start; }
.b6-dealer-profile > .b6-section-intro { display: block; margin: 0; }
.b6-dealer-profile > .b6-section-intro > p { margin-top: 18px; }
.b6-partnership-panel { min-width: 0; border-color: var(--b1-line-strong); border-radius: 0; box-shadow: var(--b1-shadow); }
.b6-partnership-panel h2 { margin-top: 0; color: var(--b1-ink); font-size: 28px; }
.b6-partnership-panel .btn { min-height: 48px; }
.b6-dealer-next { background: var(--b1-ink); color: #fff; }
.b6-dealer-next-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: 50px; align-items: center; }
.b6-dealer-next-grid > div > span { color: var(--b1-teal-light); }
.b6-dealer-next h2 { max-width: 850px; margin: 12px 0 14px; color: #fff; font-size: clamp(32px, 3.4vw, 50px); line-height: 1.05; }
.b6-dealer-next p { max-width: 850px; margin: 0; color: #cad8df; font-size: 14px; line-height: 1.65; }
.b6-dealer-next .b6-actions { max-width: 300px; justify-content: flex-end; }
.b6-dealer-next .btn-plain { border-color: #66808c; background: transparent; color: #fff; }

@media (max-width: 1100px) {
  .b6-section-intro { grid-template-columns: 1fr; }
  .b6-section-intro > p { margin-top: 18px; }
  :is(.b6-food-materials, .b6-line-layout, .b6-granule-classification, .b6-close-grid) { grid-template-columns: 1fr; }
  :is(.b6-input-strip, .b6-project-check, .b6-flowline, .b6-known-strip, .b6-coffee-dials, .b6-question-track) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :is(.b6-faq-hero-inner, .b6-faq-group, .b6-faq-action-grid, .b6-dealer-support, .b6-dealer-profile, .b6-dealer-next-grid) { grid-template-columns: 1fr; }
  .b6-faq-hero-inner { gap: 30px; }
  .b6-faq-hero aside { max-width: 520px; }
  .b6-dealer-next .b6-actions { max-width: none; justify-content: flex-start; }
  .b6-question-track li + li { margin-left: 0; }
}

@media (max-width: 760px) {
  .b6-page .b1-hero h1 { font-size: 39px; }
  :is(.b6-fit-lanes, .b6-material-visuals, .b6-scope-pair, .b6-evidence-band, .b6-input-strip, .b6-project-check, .b6-class-list, .b6-flowline, .b6-metering-compare, .b6-pack-path, .b6-route-links, .b6-known-strip, .b6-coffee-dials, .b6-question-track, .b6-pack-brief, .b6-proof-split, .b6-faq-nav, .b6-dealer-fit, .b6-dealer-market, .b6-dealer-support dl, .b6-dealer-claims, .b6-dealer-process) { grid-template-columns: 1fr; }
  .b6-scope-pair article + article, .b6-pack-brief > div + div, .b6-proof-split article + article { border-top: 1px solid var(--b1-line); border-left: 0; }
  .b6-evidence-band > div { border-right: 0; border-bottom: 1px solid var(--b1-line); }
  .b6-particle-scale { grid-template-columns: 1fr; }
  .b6-particle-scale i { width: 2px; height: 28px; margin: 0 auto; }
  .b6-table-wrap { overflow: visible; border: 0; background: transparent; }
  .b6-table-wrap :is(table, tbody, tr, td) { display: block; min-width: 0; width: 100%; }
  .b6-table-wrap thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .b6-table-wrap tbody { display: grid; gap: 13px; }
  .b6-table-wrap tr { overflow: hidden; border: 1px solid var(--b1-line-strong); background: #fff; }
  .b6-table-wrap td { display: grid; padding: 14px 15px; grid-template-columns: minmax(108px, .43fr) minmax(0, 1fr); gap: 12px; border-right: 0; border-bottom: 1px solid var(--b1-line); overflow-wrap: anywhere; }
  .b6-table-wrap td::before { content: attr(data-label); color: var(--b1-teal-dark); font-size: 12px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
  .b6-table-wrap td:first-child { width: 100%; }
  .b6-table-wrap td:last-child { border-bottom: 0; }
  .b6-sample-note { display: grid; }
  .b6-actions { display: grid; width: 100%; grid-template-columns: 1fr; }
  .b6-actions .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
  .b6-faq-hero { min-height: 0; background: #fff; }
  .b6-faq-hero-inner { min-height: 0; padding-block: 58px; }
  .b6-faq-action > .b1-shell > aside { padding: 22px; }
  .b6-dealer-fit article + article, .b6-dealer-claims > div + div { border-top: 1px solid var(--b1-line); border-left: 0; }
  .b6-partnership-panel { padding: 20px; }
  .b6-partnership-panel .form-grid { grid-template-columns: 1fr; }
  .b6-partnership-panel .field-wide { grid-column: auto; }
}
