@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

:root {
  --r-section: 20px;
  --r-card: 12px;
  --r-input: 10px;
  --r-pill: 999px;
}

.bc-copy-main {
  color: #0a0a0a;
  width: 100%;
}

.bc-copy-frame {
  margin: 16px;
  overflow: hidden;
  border-radius: var(--r-section);
  background: #f2f2f0;
}

.bc-copy-container {
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 44px;
}

.bc-copy-hero {
  min-height: 440px;
  padding-top: 120px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bc-copy-breadcrumb {
  margin-bottom: 72px;
  color: #126d38;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bc-copy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr);
  gap: 64px;
  align-items: end;
}

.bc-copy-eyebrow {
  margin: 0 0 20px;
  color: #126d38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bc-copy-title {
  max-width: 1100px;
  margin: 0;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(64px, 8vw, 132px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}

.bc-copy-lede {
  max-width: 640px;
  margin: 0;
  color: #3d3d3d;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.45;
}

.bc-copy-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bc-copy-section + .bc-copy-section {
  margin-left: 16px;
  margin-right: 16px;
  border-top: 1px solid rgba(10, 10, 10, .12);
}

.bc-copy-section--dark {
  margin: 16px;
  border: 0;
  border-radius: var(--r-section);
  background: #232323;
  color: #fff;
}

.bc-copy-section--green {
  margin: 16px;
  border: 0;
  border-radius: var(--r-section);
  background: #10351d;
  color: #fff;
}

.bc-copy-section--dark .bc-copy-eyebrow,
.bc-copy-section--green .bc-copy-eyebrow {
  color: #a2d291;
}

.bc-copy-section--dark .bc-copy-lede,
.bc-copy-section--green .bc-copy-lede,
.bc-copy-section--dark .bc-copy-body,
.bc-copy-section--green .bc-copy-body {
  color: rgba(255, 255, 255, .72);
}

.bc-copy-section-heading {
  display: grid;
  grid-template-columns: minmax(0, .55fr) minmax(0, 1.45fr);
  gap: 64px;
  margin-bottom: 64px;
  align-items: start;
}

.bc-copy-kicker {
  color: #20a051;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bc-copy-h2 {
  max-width: 980px;
  margin: 0;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(36px, 3.4vw, 52px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.bc-copy-h3 {
  margin: 0;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.bc-copy-body {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.6;
}

.bc-copy-body p {
  margin: 0;
}

.bc-copy-body p + p {
  margin-top: 20px;
}

.bc-copy-space-20 {
  margin-top: 20px;
}

.bc-copy-space-24 {
  margin-top: 24px;
}

.bc-copy-space-28 {
  margin-top: 28px;
}

.bc-copy-space-36 {
  margin-top: 36px;
}

.bc-copy-space-48 {
  margin-top: 48px;
}

.bc-copy-space-72 {
  margin-top: 72px;
}

.bc-copy-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.bc-copy-service {
  display: grid;
  grid-template-columns: 120px minmax(0, .8fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.bc-copy-number {
  color: #20a051;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}

.bc-copy-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bc-copy-list li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-top: 1px solid rgba(10, 10, 10, .14);
  font-size: 17px;
  line-height: 1.45;
}

.bc-copy-list li:last-child {
  border-bottom: 1px solid rgba(10, 10, 10, .14);
}

.bc-copy-section--dark .bc-copy-list li,
.bc-copy-section--green .bc-copy-list li {
  border-color: rgba(255, 255, 255, .18);
}

.bc-copy-list li::before {
  position: absolute;
  left: 0;
  color: #20a051;
  content: "↳";
}

.bc-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.bc-home-service-cta {
  display: inline-block;
  margin-top: 20px;
  color: #a2d291;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.bc-home-service-cta:hover,
.bc-home-service-cta:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bc-copy-button {
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid #0a0a0a;
  border-radius: var(--r-pill);
  background: #0a0a0a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-radius .25s ease, background-color .25s ease, color .25s ease;
}

.bc-copy-button:hover,
.bc-copy-button:focus-visible {
  border-radius: var(--r-input);
  background: #126d38;
  color: #fff;
}

.bc-copy-button--light {
  border-color: rgba(255, 255, 255, .7);
  background: #fff;
  color: #0a0a0a;
}

.bc-copy-button--ghost {
  background: transparent;
  color: inherit;
}

.bc-copy-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 72px;
}

.bc-copy-process--five {
  grid-template-columns: repeat(3, 1fr);
}

.bc-copy-automation-bridge {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 80px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-card);
  background: rgba(255, 255, 255, .16);
}

.bc-copy-automation-bridge div {
  min-height: 190px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(16, 53, 29, .92);
}

.bc-copy-automation-bridge span {
  color: #a2d291;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bc-copy-automation-bridge strong {
  max-width: 440px;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.bc-copy-process-card,
.bc-copy-card {
  padding: 28px;
  border: 1px solid rgba(10, 10, 10, .12);
  border-radius: var(--r-card);
  background: rgba(255, 255, 255, .78);
}

.bc-copy-section--dark .bc-copy-process-card,
.bc-copy-section--green .bc-copy-process-card,
.bc-copy-section--dark .bc-copy-card,
.bc-copy-section--green .bc-copy-card {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
}

.bc-copy-process-index {
  margin-bottom: 20px;
  color: #20a051;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.bc-copy-process-card h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.15;
}

.bc-copy-card .bc-copy-h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
}

.bc-copy-process-card p,
.bc-copy-card p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.55;
}

.bc-copy-card .bc-copy-space-20 {
  margin-top: 20px;
}

.bc-copy-attribution {
  max-width: 950px;
  margin-bottom: 48px;
  padding: 24px 28px;
  border-left: 4px solid #20a051;
  background: rgba(162, 210, 145, .12);
  font-size: 16px;
  line-height: 1.55;
}

.bc-copy-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bc-copy-case {
  min-height: 440px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-card);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
}

.bc-copy-case-logo {
  width: 190px;
  height: 88px;
  margin-bottom: 38px;
  object-fit: contain;
  object-position: left center;
}

.bc-copy-stat {
  margin: auto 0 2px;
  color: #a2d291;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  line-height: .95;
  letter-spacing: -.05em;
}

.bc-copy-stat-label {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .64);
  font-size: 15px;
  line-height: 1.35;
}

.bc-copy-case h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.1;
}

.bc-copy-case p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.55;
}

.bc-copy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.bc-copy-tag {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--r-pill);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.bc-copy-pricing-group + .bc-copy-pricing-group {
  margin-top: 96px;
}

.bc-copy-pricing-intro {
  max-width: 760px;
  margin-bottom: 40px;
}

.bc-copy-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bc-copy-pricing-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bc-copy-price-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(10, 10, 10, .12);
  border-radius: var(--r-card);
  background: #fff;
}

.bc-copy-price-card--featured {
  background: #10351d;
  color: #fff;
}

.bc-copy-price {
  margin: 30px 0 8px;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -.045em;
}

.bc-copy-price-sub {
  min-height: 48px;
  margin-bottom: 24px;
  color: inherit;
  opacity: .62;
}

.bc-copy-price-card .bc-copy-list {
  margin-bottom: 30px;
}

.bc-copy-price-card .bc-copy-button {
  margin-top: auto;
  align-self: flex-start;
}

.bc-copy-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--r-card);
  background: rgba(255, 255, 255, .14);
}

.bc-copy-metric {
  min-height: 250px;
  padding: 30px;
  background: #10351d;
}

.bc-copy-metric strong {
  display: block;
  margin-bottom: 52px;
  color: #a2d291;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em;
}

.bc-copy-metric span {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.45;
}

.bc-copy-founder-grid,
.bc-copy-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bc-copy-founder {
  min-height: 380px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--r-card);
  background: #f2f2f0;
}

.bc-copy-founder-photo {
  width: 96px;
  height: 96px;
  margin-bottom: auto;
  border-radius: var(--r-pill);
  object-fit: cover;
  object-position: center 18%;
}

.bc-copy-founder-role {
  margin-bottom: 0;
  color: #126d38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bc-copy-founder h3 {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1;
}

.bc-copy-founder p {
  max-width: 600px;
  margin: 0;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.55;
}

.bc-copy-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.bc-copy-team-member {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: var(--r-card);
  background: #f2f2f0;
}

.bc-copy-team-photo {
  width: 72px;
  height: 72px;
  flex: none;
  border-radius: var(--r-pill);
  object-fit: cover;
  object-position: center 18%;
}

.bc-copy-team-member h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
}

.bc-copy-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.bc-copy-next {
  margin-top: 56px;
  display: grid;
  gap: 20px;
}

.bc-copy-next-item {
  padding-top: 20px;
  border-top: 1px solid rgba(10, 10, 10, .15);
}

.bc-copy-next-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.bc-copy-next-item span {
  color: #5b5b5b;
  line-height: 1.45;
}

.bc-copy-form {
  padding: 36px;
  border-radius: var(--r-card);
  background: #f2f2f0;
}

.bc-copy-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bc-copy-field {
  display: grid;
  gap: 8px;
}

.bc-copy-field--full {
  grid-column: 1 / -1;
}

.bc-copy-field label {
  font-size: 14px;
  font-weight: 650;
}

.bc-copy-input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(10, 10, 10, .16);
  border-radius: var(--r-input);
  background: #fff;
  color: #0a0a0a;
}

textarea.bc-copy-input {
  min-height: 150px;
  resize: vertical;
}

.bc-copy-input:focus {
  border-color: #126d38;
  outline: 3px solid rgba(32, 160, 81, .16);
}

.bc-copy-error {
  min-height: 720px;
  padding-block: 190px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bc-copy-error-code {
  color: #20a051;
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: clamp(100px, 18vw, 260px);
  line-height: .7;
  letter-spacing: -.07em;
}

.bc-services-overview {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.bc-services-overview-inner {
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 44px;
}

.bc-services-group {
  width: 100%;
}

.bc-services-group-run {
  width: 100%;
  margin-top: 40px;
}

.bc-services-group-label {
  margin: 0 0 18px;
  color: #126d38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bc-service-card,
.bc-service-card-wide {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(10, 10, 10, .12);
  border-radius: var(--r-card);
  background: #f2f2f0;
  color: #0a0a0a;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bc-service-card:hover,
.bc-service-card:focus,
.bc-service-card-wide:hover,
.bc-service-card-wide:focus {
  border-color: rgba(18, 109, 56, .5);
  background: #fff;
  outline: 2px solid rgba(18, 109, 56, .24);
  outline-offset: 3px;
  transform: translateY(-3px);
}

.bc-service-card-top {
  margin-bottom: 54px;
  display: flex;
  justify-content: space-between;
  color: #126d38;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.bc-service-card-eyebrow {
  margin-bottom: 14px;
  color: #126d38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bc-service-card-title {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.bc-service-card-summary {
  margin-top: 22px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.45;
}

.bc-service-card-proof {
  margin-top: auto;
  padding-top: 22px;
  color: #126d38;
  font-size: 14px;
  font-weight: 700;
}

.bc-service-card-green {
  min-height: 220px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.4fr .6fr 1fr auto;
  column-gap: 32px;
  align-items: end;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-card);
  background: #10351d;
  color: #fff;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}

.bc-service-card-green:hover,
.bc-service-card-green:focus {
  background: #164927;
  outline: 2px solid rgba(162, 210, 145, .6);
  outline-offset: 3px;
  transform: translateY(-3px);
}

.bc-service-card-top-green {
  grid-column: 1 / -1;
  align-self: start;
  display: flex;
  justify-content: space-between;
  color: #a2d291;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.bc-service-card-eyebrow-green {
  grid-column: 1 / 3;
  color: #a2d291;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bc-service-card-title-green {
  grid-column: 1 / 3;
  margin: 12px 0 0;
  font-family: Inter, sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.bc-service-card-summary-green {
  grid-column: 3;
  grid-row: 3;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.5;
}

.bc-service-card-proof-green {
  grid-column: 4;
  grid-row: 3;
  color: #a2d291;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.bc-services-cta {
  margin: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: var(--r-section);
  background: #232323;
  color: #fff;
}

.bc-services-cta-inner {
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
}

.bc-services-cta-label {
  margin: 0 0 16px;
  color: #a2d291;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bc-services-cta-title {
  max-width: 780px;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.bc-services-cta-button {
  min-height: 48px;
  padding: 14px 22px;
  flex: none;
  border: 1px solid #fff;
  border-radius: var(--r-pill);
  background: #fff;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.bc-services-cta-button:hover,
.bc-services-cta-button:focus {
  background: #a2d291;
  color: #10351d;
  outline: 2px solid rgba(162, 210, 145, .5);
  outline-offset: 3px;
}

@media screen and (max-width: 991px) {
  .bc-copy-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .bc-services-overview-inner,
  .bc-services-cta-inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .bc-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-service-card-wide {
    grid-column: 1 / -1;
  }

  .bc-service-card-green {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .bc-service-card-eyebrow-green {
    margin-top: 42px;
  }

  .bc-service-card-summary-green {
    margin-top: 22px;
  }

  .bc-service-card-proof-green {
    margin-top: auto;
    padding-top: 26px;
  }

  .bc-copy-hero-grid,
  .bc-copy-section-heading,
  .bc-copy-service,
  .bc-copy-contact-grid {
    grid-template-columns: 1fr;
  }

  .bc-copy-hero-grid,
  .bc-copy-section-heading,
  .bc-copy-service,
  .bc-copy-contact-grid {
    gap: 34px;
  }

  .bc-copy-process,
  .bc-copy-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-copy-process--five {
    grid-template-columns: repeat(2, 1fr);
  }

  .bc-copy-pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .bc-copy-frame,
  .bc-copy-section--dark,
  .bc-copy-section--green {
    margin: 8px;
    border-radius: var(--r-section);
  }

  .bc-copy-section + .bc-copy-section {
    margin-left: 8px;
    margin-right: 8px;
  }

  .bc-copy-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bc-services-overview {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bc-services-overview-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bc-services-grid {
    grid-template-columns: 1fr;
  }

  .bc-service-card-wide {
    grid-column: auto;
  }

  .bc-services-cta {
    margin: 8px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .bc-services-cta-inner {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-copy-title {
    font-size: clamp(52px, 16vw, 82px);
  }

  .bc-copy-work-grid,
  .bc-copy-founder-grid,
  .bc-copy-team-grid,
  .bc-copy-principles,
  .bc-copy-split,
  .bc-copy-field-grid,
  .bc-copy-automation-bridge {
    grid-template-columns: 1fr;
  }

  .bc-copy-field--full {
    grid-column: auto;
  }
}

@media screen and (max-width: 479px) {
  .bc-copy-process,
  .bc-copy-metrics {
    grid-template-columns: 1fr;
  }

  .bc-copy-case {
    min-height: 400px;
  }

  .bc-copy-form {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-copy-button,
  .bc-home-service-cta,
  .bc-service-card,
  .bc-service-card-wide,
  .bc-service-card-green,
  .bc-services-cta-button {
    transition: none;
  }
}


/* BC 2026-07-24 — logo marquee direction flip (home).
   Webflow IX2 writes inline translateX on .logos-row each frame; CSS can't win that fight.
   Mirror the container, re-mirror the items: motion reads left->right, logos read normally. */
.marquee-section .logo-container { transform: scaleX(-1); }
.marquee-section .marquee-logo   { transform: scaleX(-1); }


/* BC 2026-07-24 — services accordion rebuilt.
   The template's IX2 hover-reveal was stuck: content at opacity:0 but full height,
   leaving ~450px invisible gaps per item. Hooks stripped from the HTML; CSS owns it now. */
.service-section .service-item-wrapper { cursor: pointer; }
.service-section .service-item-content {
  max-height: 0; opacity: 0; overflow: hidden;
  transform: none !important;
  transition: max-height .55s cubic-bezier(.33,1,.28,1), opacity .35s ease .08s;
}
.service-section .service-item-wrapper:hover .service-item-content,
.service-section .service-item-wrapper:focus-within .service-item-content {
  max-height: 620px; opacity: 1;
}
.service-section .service-item-image {
  width: 100%; max-height: 300px; object-fit: cover;
}
@media (hover: none), (max-width: 767px) {
  .service-section .service-item-content { max-height: none; opacity: 1; overflow: visible; }
}


/* BC 2026-07-24 — align hover content with its own title row.
   Template carried a -141px pull-up on .service-item-content (old overlap design),
   so an open item's preview floated beside the PREVIOUS title. Pin to title cap line. */
.service-section .service-item-content { margin-top: 36px !important; margin-bottom: 36px; }
.service-section .service-item-wrapper { align-items: start; }


/* the real culprit: template sets .service-item-content{position:absolute;top:-141px}.
   In-flow, column 2, same row as the title — properly aligned, properly pushes layout. */
.service-section .service-item-content {
  position: static !important; top: auto !important;
  grid-column: 2; grid-row: 1;
}


/* BC 2026-07-24 — services section refinement pass.
   Warm whites, responsive title/number states, item rules, eyebrow labels,
   reading measure, asymmetric open/close timing, keyboard + reduced-motion. */

/* row structure: hairline rules between items, one atop the list */
.service-section .service-item-wrapper { border-bottom: 1px solid rgba(246,244,238,.1); }
.service-section .service-item-wrapper:first-child { border-top: 1px solid rgba(246,244,238,.1); }

/* titles: warm at rest, full white on hover; numbers answer in sage */
.service-section .service-name {
  color: rgba(246,244,238,.88); letter-spacing: -0.01em;
  transition: color .25s ease;
}
.service-section .service-item-wrapper:hover .service-name,
.service-section .service-item-wrapper:focus-within .service-name { color: #ffffff; }
.service-section .main-wrapper .heading-style-06 {
  color: rgba(246,244,238,.38); font-variant-numeric: tabular-nums;
  transition: color .25s ease;
}
.service-section .service-item-wrapper:hover .main-wrapper .heading-style-06,
.service-section .service-item-wrapper:focus-within .main-wrapper .heading-style-06 { color: #a2d291; }

/* content column: eyebrow label, measured prose, softened image */
.service-section .service-item-content .text-m.text-mute {
  text-transform: uppercase; letter-spacing: .12em; font-size: 12px;
  color: rgba(246,244,238,.45);
}
.service-section .service-item-content .text-l {
  color: rgba(246,244,238,.68); max-width: 400px; line-height: 1.6;
}
.service-section .service-item-image { border-radius: var(--r-card); max-height: 260px; }

/* asymmetric timing: open unhurried, close quick so the list never feels sticky */
.service-section .service-item-content {
  transition: max-height .38s cubic-bezier(.55,0,.5,1), opacity .16s ease;
}
.service-section .service-item-wrapper:hover .service-item-content,
.service-section .service-item-wrapper:focus-within .service-item-content {
  transition: max-height .6s cubic-bezier(.22,1,.32,1), opacity .4s ease .1s;
}

/* keyboard + motion accessibility */
.service-section .service-item-wrapper:focus-visible { outline: 1px solid rgba(162,210,145,.55); outline-offset: 6px; }
@media (prefers-reduced-motion: reduce) {
  .service-section .service-item-content,
  .service-section .service-name,
  .service-section .main-wrapper .heading-style-06 { transition: none !important; }
}


/* BC 2026-07-27 — marquee speed owned by CSS.
   IX2 writes inline transforms we can't tune; a CSS animation on the same property
   wins the cascade over inline styles, so this sets the real speed. Rows are identical,
   travel = one row + the container gap => seamless. */
.marquee-section .logos-row {
  animation: bc-trust-marquee 55s linear infinite;
}
@keyframes bc-trust-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-100% - var(--padding--padding-x))); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-section .logos-row { animation: none; }
}


/* BC 2026-07-28 — repeatable service child-page framework. */
.bc-service-child .bc-copy-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.bc-service-child .bc-copy-breadcrumb a:hover,
.bc-service-child .bc-copy-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bc-service-child .bc-copy-title {
  font-size: clamp(52px, 6vw, 92px);
}

.bc-service-child .bc-copy-number {
  position: sticky;
  top: 104px;
}

.bc-service-child .bc-copy-process-index {
  color: #126d38;
}

@media screen and (max-width: 991px) {
  .bc-service-child .bc-copy-number {
    position: static;
  }

  .bc-service-child .bc-services-grid .bc-service-card:last-child {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  .bc-service-child .bc-copy-title {
    font-size: clamp(46px, 13vw, 72px);
    line-height: .94;
  }

  .bc-service-child .bc-services-grid .bc-service-card:last-child {
    grid-column: auto;
  }
}


/* ============================================================
   BC 2026-07-27 — TYPE-FIRST SYSTEM
   Direction chosen: type-first (no imagery). Spec:
   _briefs/type-first-design-system.md

   Three voices (display / text / mono), an 8-step scale with a
   deliberate gap between 16px and 28px, warm grounds instead of
   #fff, hairline rules instead of borders, and colour-only hover.
   Mono is a SYSTEM stack — no webfont, per the page's own claim
   about lightweight builds.
   ============================================================ */

:root {
  --f-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --t-mono: 11px;
  --t-meta: 13px;
  --t-body: 16px;
  --t-lede: 20px;
  --t-h3:   28px;

  --g-warm:  #f4f2ed;
  --g-paper: #faf9f6;
  --g-ink:   #141414;
  --g-sage:  #a2d291;
}

/* ---- grounds: kill pure white ---- */
.bc-services-overview { background: var(--g-warm); }
.bc-copy-frame        { background: var(--g-warm); }
.bc-copy-main         { background: var(--g-warm); }

/* ---- the mono voice: every number, label, count, and piece of metadata ---- */
.bc-service-card-top,
.bc-service-card-top-green,
.bc-service-card-eyebrow,
.bc-service-card-eyebrow-green,
.bc-service-card-proof,
.bc-service-card-proof-green,
.bc-services-group-label,
.bc-services-cta-label,
.bc-copy-breadcrumb {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ---- group label + rule reads as a section divider ---- */
.bc-services-group-label {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 20, 20, .16);
  color: #126d38;
  line-height: 1.2;
}

/* ---- card: hairline internal structure, softened container ---- */
.bc-service-card,
.bc-service-card-wide {
  min-height: 330px;
  padding: 24px 24px 20px;
  border: 1px solid rgba(20, 20, 20, .10);
  border-radius: var(--r-card);
  background: var(--g-paper);
  color: #141414;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.bc-service-card-top,
.bc-service-card-top-green {
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(20, 20, 20, .12);
  color: #126d38;
}

.bc-service-card-eyebrow,
.bc-service-card-eyebrow-green {
  margin-bottom: 14px;
  color: rgba(20, 20, 20, .55);
}

.bc-service-card-title,
.bc-service-card-title-green {
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: var(--t-h3);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
}

.bc-service-card-summary,
.bc-service-card-summary-green {
  margin-top: 14px;
  font-size: var(--t-body);
  line-height: 1.5;
  color: rgba(20, 20, 20, .66);
}

.bc-service-card-proof,
.bc-service-card-proof-green {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 20, 20, .12);
  color: #126d38;
}

/* ---- hover/focus: colour inversion only. No lift, no shadow, no scale.
       Keyboard focus resolves to the identical state. ---- */
.bc-service-card:hover,
.bc-service-card:focus-visible,
.bc-service-card-wide:hover,
.bc-service-card-wide:focus-visible {
  border-color: var(--g-ink);
  background: var(--g-ink);
  color: #f4f2ed;
  outline: none;
  transform: none;
}

.bc-service-card:hover .bc-service-card-top,
.bc-service-card:focus-visible .bc-service-card-top,
.bc-service-card-wide:hover .bc-service-card-top,
.bc-service-card-wide:focus-visible .bc-service-card-top,
.bc-service-card:hover .bc-service-card-proof,
.bc-service-card:focus-visible .bc-service-card-proof,
.bc-service-card-wide:hover .bc-service-card-proof,
.bc-service-card-wide:focus-visible .bc-service-card-proof {
  border-color: rgba(255, 255, 255, .22);
  color: var(--g-sage);
}

.bc-service-card:hover .bc-service-card-eyebrow,
.bc-service-card:focus-visible .bc-service-card-eyebrow,
.bc-service-card-wide:hover .bc-service-card-eyebrow,
.bc-service-card-wide:focus-visible .bc-service-card-eyebrow {
  color: rgba(244, 242, 237, .62);
}

.bc-service-card:hover .bc-service-card-summary,
.bc-service-card:focus-visible .bc-service-card-summary,
.bc-service-card-wide:hover .bc-service-card-summary,
.bc-service-card-wide:focus-visible .bc-service-card-summary {
  color: rgba(244, 242, 237, .72);
}

/* ---- green card keeps its ground; only its rules and labels are re-voiced ---- */
.bc-service-card-green {
  transition: background-color .2s ease, color .2s ease;
  transform: none;
}

.bc-service-card-green:hover,
.bc-service-card-green:focus-visible {
  background: #164927;
  outline: none;
  transform: none;
}

.bc-service-card-top-green,
.bc-service-card-proof-green { border-color: rgba(255, 255, 255, .20); color: var(--g-sage); }
.bc-service-card-eyebrow-green { color: rgba(244, 242, 237, .62); }
.bc-service-card-summary-green { color: rgba(244, 242, 237, .74); }

@media (prefers-reduced-motion: reduce) {
  .bc-service-card,
  .bc-service-card-wide,
  .bc-service-card-green { transition: none; }
}


/* ============================================================
   BC 2026-07-28 — TYPE-FIRST, PART 2: service detail pages
   Extends the type-first system to services-brand-strategy,
   services-visual-identity, services-web-design.
   Scoped to .bc-copy-detail so the parent overview page and the
   other bc-copy-* pages (about/pricing/contact) are untouched.
   ============================================================ */

/* ---- mono voice for detail-page metadata ---- */
.bc-copy-detail .bc-copy-eyebrow,
.bc-copy-detail .bc-copy-number,
.bc-copy-detail .bc-copy-process-index,
.bc-copy-detail .bc-copy-section-label {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* ---- breadcrumb: real links, mono, underline on hover ---- */
.bc-copy-detail .bc-copy-breadcrumb { color: rgba(20, 20, 20, .5); }
.bc-copy-detail .bc-copy-breadcrumb a {
  color: #126d38;
  text-decoration: none;
}
.bc-copy-detail .bc-copy-breadcrumb a:hover,
.bc-copy-detail .bc-copy-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---- hero: h1 steps down from the overview page's mega setting ---- */
.bc-copy-detail .bc-copy-title {
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: .92;
  letter-spacing: -.045em;
}

.bc-copy-detail .bc-copy-lede {
  font-size: var(--t-lede);
  line-height: 1.45;
  color: rgba(20, 20, 20, .66);
}

.bc-copy-detail .bc-copy-body { font-size: var(--t-body); line-height: 1.6; }

/* ---- the number becomes a mono marker, not a display numeral ---- */
.bc-copy-detail .bc-copy-number {
  padding-top: 6px;
  color: #126d38;
  line-height: 1;
}

/* ---- "What's included" reads as a section divider: mono label + rule ---- */
.bc-copy-detail .bc-copy-h3 {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20, 20, 20, .16);
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #126d38;
}

/* ---- list: mono ordinals replace the ↳ glyph ---- */
.bc-copy-detail .bc-copy-list { counter-reset: bcitem; margin-top: 0; }

.bc-copy-detail .bc-copy-list li {
  counter-increment: bcitem;
  padding: 16px 0 16px 46px;
  border-top: 0;
  border-bottom: 1px solid rgba(20, 20, 20, .12);
  font-size: var(--t-body);
  line-height: 1.5;
}

.bc-copy-detail .bc-copy-list li::before {
  content: counter(bcitem, decimal-leading-zero);
  left: 0;
  top: 17px;
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  letter-spacing: .08em;
  color: rgba(20, 20, 20, .38);
}

/* ---- buttons: mono caps, pill retained ---- */
.bc-copy-detail .bc-copy-button {
  font-family: var(--f-mono);
  font-size: var(--t-mono);
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ---- process cards (web-design only): hairline, no filled card ---- */
.bc-copy-detail .bc-copy-process-card {
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid rgba(20, 20, 20, .18);
  border-radius: 0;
  background: none;
}

.bc-copy-detail .bc-copy-process-index {
  margin-bottom: 16px;
  color: #126d38;
}

.bc-copy-detail .bc-copy-process-card h3 {
  font-family: "Stack Sans Headline", Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.bc-copy-detail .bc-copy-process-card p {
  font-size: var(--t-body);
  line-height: 1.5;
  opacity: 1;
  color: rgba(20, 20, 20, .62);
}

/* ---- sibling nav sits on the warm ground, divided by a rule ---- */
.bc-copy-detail .bc-services-overview {
  border-top: 1px solid rgba(20, 20, 20, .16);
  background: var(--g-warm);
}

/* The 120px number column was sized for a 64px display numeral. With the
   mono marker it left 104px of dead space — the original dead-column bug in
   a new form. Size the column to the marker. */
.bc-copy-detail .bc-copy-service {
  grid-template-columns: 48px minmax(0, .85fr) minmax(0, 1fr);
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .bc-copy-detail .bc-copy-service { grid-template-columns: 1fr; gap: 28px; }
  .bc-copy-detail .bc-copy-number { padding-top: 0; }
}

/* The mono voice defaults to #126d38, which fails on dark grounds
   (2.45:1 on #232323). Re-voice to sage inside dark/green sections. */
.bc-copy-detail .bc-copy-section--dark .bc-copy-number,
.bc-copy-detail .bc-copy-section--dark .bc-copy-h3,
.bc-copy-detail .bc-copy-section--dark .bc-copy-eyebrow,
.bc-copy-detail .bc-copy-section--dark .bc-copy-process-index,
.bc-copy-detail .bc-copy-section--green .bc-copy-number,
.bc-copy-detail .bc-copy-section--green .bc-copy-h3,
.bc-copy-detail .bc-copy-section--green .bc-copy-eyebrow,
.bc-copy-detail .bc-copy-section--green .bc-copy-process-index {
  color: var(--g-sage);
}

.bc-copy-detail .bc-copy-section--dark .bc-copy-h3,
.bc-copy-detail .bc-copy-section--green .bc-copy-h3 {
  border-bottom-color: rgba(255, 255, 255, .20);
}

.bc-copy-detail .bc-copy-section--dark .bc-copy-list li,
.bc-copy-detail .bc-copy-section--green .bc-copy-list li {
  border-bottom-color: rgba(255, 255, 255, .16);
}

.bc-copy-detail .bc-copy-section--dark .bc-copy-list li::before,
.bc-copy-detail .bc-copy-section--green .bc-copy-list li::before {
  color: rgba(255, 255, 255, .42);
}

.bc-copy-detail .bc-copy-section--dark .bc-copy-process-card,
.bc-copy-detail .bc-copy-section--green .bc-copy-process-card {
  border-top-color: rgba(255, 255, 255, .22);
}

.bc-copy-detail .bc-copy-section--dark .bc-copy-process-card p,
.bc-copy-detail .bc-copy-section--green .bc-copy-process-card p {
  color: rgba(244, 242, 237, .66);
}


/* ============================================================
   BC 2026-07-28 — TYPE-FIRST, PART 3: composition
   The detail pages verified clean but read flat: hero was two
   disconnected blocks, detail column nearly empty, one continuous
   ground, no display type below the fold. Structural fixes:
   lede returned to the body, detail section full-bleed ink
   (the site's own alternation rhythm), body stepped up to 20px.
   ============================================================ */

/* ---- hero: label + headline only, tight ---- */
.bc-copy-detail .bc-copy-hero {
  min-height: 0;
  padding-block: 128px 88px;
}
.bc-copy-detail .bc-copy-hero-grid { grid-template-columns: 1fr; }

/* ---- detail section: full-bleed ink band, not an inset card ---- */
.bc-copy-detail .bc-copy-section--dark {
  margin: 0;
  border-radius: 0;
  background: var(--g-ink);
  color: #f4f2ed;
  padding-block: 96px;
}

/* body steps up to lede scale — the column now carries real weight */
.bc-copy-detail .bc-copy-section--dark .bc-copy-body {
  font-size: var(--t-lede);
  line-height: 1.5;
  color: rgba(244, 242, 237, .82);
}
.bc-copy-detail .bc-copy-section--dark .bc-copy-body p + p { margin-top: 24px; }

/* the list becomes the section's display element: taller rows, room to breathe */
.bc-copy-detail .bc-copy-section--dark .bc-copy-list li {
  padding: 22px 0 22px 56px;
  font-size: var(--t-body);
  color: rgba(244, 242, 237, .88);
  border-bottom-color: rgba(255, 255, 255, .14);
}
.bc-copy-detail .bc-copy-section--dark .bc-copy-list li::before { top: 24px; }

/* buttons invert on ink */
.bc-copy-detail .bc-copy-section--dark .bc-copy-button {
  border-color: transparent;
  background: #f4f2ed;
  color: #141414;
}
.bc-copy-detail .bc-copy-section--dark .bc-copy-button:hover,
.bc-copy-detail .bc-copy-section--dark .bc-copy-button:focus-visible {
  background: var(--g-sage);
  color: #10351d;
}
.bc-copy-detail .bc-copy-section--dark .bc-copy-button--ghost {
  border-color: rgba(255, 255, 255, .35);
  background: transparent;
  color: #f4f2ed;
}

/* process cards (web-design) inherit the dark treatment already defined */
.bc-copy-detail .bc-copy-section--dark .bc-copy-process-card h3 { color: #f4f2ed; }
