/*
Theme Name: Baked Bean Marketing
Theme URI: https://bakedbean.co.uk/
Author: Baked Bean Marketing
Description: Custom editable homepage theme for Baked Bean Marketing.
Version: 1.0.1
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: baked-bean
*/

:root {
  --bb-orange: #f26f00;
  --bb-orange-hot: #ff4d10;
  --bb-black: #050505;
  --bb-ink: #111;
  --bb-muted: rgba(255, 255, 255, .72);
  --bb-line: rgba(255, 255, 255, .15);
  --bb-paper: #fff;
  --bb-soft: #f7f7f4;
  --bb-max: 1320px;
}

.bb-contact-page {
  background: #f4f4f0;
  color: #050505;
}

.bb-contact-page :where(h1, h2, p) {
  margin: 0;
}

.bb-contact-page a {
  color: inherit;
}

.bb-contact-label {
  color: var(--bb-orange-hot);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bb-contact-intro {
  min-height: calc(100vh - 86px);
  padding: 66px 118px 72px;
  background: #f4f4f0;
}

.bb-contact-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.bb-contact-head .bb-contact-label {
  grid-column: 1 / -1;
}

.bb-contact-head h1 {
  grid-column: 1;
  max-width: none;
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
  white-space: nowrap;
}

.bb-contact-head p {
  grid-column: 1;
  max-width: none;
  color: rgba(0,0,0,.68);
  font-size: 15px;
  line-height: 1.55;
}

.bb-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  margin-top: 38px;
}

.bb-contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,.16);
  color: var(--bb-ink);
}

.bb-contact-card article {
  display: grid;
  align-content: start;
  min-height: 230px;
  padding: 34px;
  border-bottom: 1px solid rgba(0,0,0,.14);
}

.bb-contact-card article:first-child {
  border-right: 1px solid rgba(0,0,0,.14);
}

.bb-contact-card span {
  color: var(--bb-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.bb-contact-card a {
  margin-top: 18px;
  color: #050505;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: .95;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.bb-contact-card .bb-contact-email,
.bb-contact-card .bb-contact-phone {
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1;
}

.bb-contact-card article p {
  max-width: 330px;
  margin-top: 18px;
  color: rgba(0,0,0,.68);
  font-size: 14px;
  line-height: 1.5;
}

.bb-contact-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  align-items: center;
  padding: 25px 34px;
  margin: 0 -1px -1px;
  background: var(--bb-orange);
  color: #fff;
}

.bb-contact-note strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.05;
}

.bb-contact-note p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.45;
}

.bb-contact-note p:first-child {
  color: #fff;
}

.bb-contact-process {
  display: grid;
  align-content: stretch;
  background: #050505;
  color: #fff;
}

.bb-contact-process article {
  padding: 26px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.bb-contact-process article:last-child {
  border-bottom: 0;
}

.bb-contact-process span {
  display: block;
  color: var(--bb-orange);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.bb-contact-process h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.bb-contact-process p {
  margin-top: 9px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1280px) {
  .bb-contact-intro {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media (max-width: 1120px) {
  .bb-contact-head,
  .bb-contact-layout {
    grid-template-columns: 1fr;
  }

  .bb-contact-head h1,
  .bb-contact-head p {
    grid-column: 1;
  }

  .bb-contact-head h1 {
    white-space: normal;
  }

  .bb-contact-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bb-contact-process article {
    border-right: 1px solid rgba(255,255,255,.15);
    border-bottom: 0;
  }

  .bb-contact-process article:last-child {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .bb-contact-intro {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (max-width: 860px) {
  .bb-contact-intro {
    padding: 52px 40px;
  }

  .bb-contact-card,
  .bb-contact-process {
    grid-template-columns: 1fr;
  }

  .bb-contact-card article {
    min-height: 0;
  }

  .bb-contact-card article:first-child {
    border-right: 0;
  }

  .bb-contact-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bb-contact-process article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .bb-contact-process article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .bb-contact-intro {
    min-height: 0;
    padding: 42px 22px;
  }

  .bb-contact-head h1 {
    font-size: clamp(32px, 10.5vw, 44px);
  }

  .bb-contact-head p {
    font-size: 16px;
  }

  .bb-contact-card article,
  .bb-contact-note,
  .bb-contact-process article {
    padding: 24px 22px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bb-black);
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body .wp-site-blocks,
.bb-page,
.bb-site,
.bb-site :where(.wp-block-group, .wp-block-columns, .wp-block-column, .wp-block-image, p, h1, h2, h3, ul, ol) {
  margin-block-start: 0;
  margin-block-end: 0;
}

.bb-site {
  width: 100%;
  background: var(--bb-black);
}

.bb-site .wp-block-group__inner-container,
.bb-site .wp-block-html {
  display: contents;
}

.bb-header {
  height: 86px;
  display: grid;
  grid-template-columns: 360px 1fr 176px;
  align-items: center;
  padding: 0 118px 0 92px;
  background: #030303;
  border-bottom: 1px solid #181818;
}

.bb-menu-panel {
  display: contents;
}

.bb-brand-lockup {
  display: block;
  width: min(100%, 310px);
}

.bb-brand-home-link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.bb-brand-lockup .wp-block-image,
.bb-brand-lockup figure {
  width: 100%;
  margin: 0;
}

.bb-brand-lockup img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.bb-brand-text strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.bb-brand-text span {
  display: block;
  margin-top: 7px;
  color: #b6b6b6;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.bb-nav {
  display: flex;
  justify-content: center;
  gap: 38px;
  color: #eee;
  font-size: 14px;
  line-height: 1;
}

.bb-nav ul,
.bb-nav-list {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-nav li {
  margin: 0;
  padding: 0;
}

.bb-nav a {
  color: inherit;
  text-decoration: none;
}

.bb-header-cta,
.bb-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .55);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.bb-header-cta {
  justify-self: end;
  width: 176px;
  border: 2px solid var(--bb-orange);
}

.bb-mobile-menu {
  display: none;
}

.bb-mobile-menu > span {
  display: inherit;
}

.bb-header-cta::after,
.bb-button::after,
.bb-text-link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.bb-hero {
  background: #050505;
}

.bb-hero-inner {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(460px, 600px) 1fr;
  gap: 44px;
  align-items: center;
  max-width: 1536px;
  margin: 0 auto;
  padding: 16px 56px 0 118px;
  overflow: hidden;
}

.bb-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .72) 30%, rgba(5, 5, 5, .08) 68%, rgba(5, 5, 5, .2) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0, rgba(255,255,255,.08) 1px, transparent 1px, transparent 220px);
  pointer-events: none;
  z-index: 1;
}

.bb-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  margin-top: 0;
}

.bb-hero-media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 61%;
  height: 100%;
}

.bb-hero h1 {
  max-width: min(100%, 620px);
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(44px, 4.2vw, 60px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}

.bb-hero h1 mark {
  display: block;
  background: none;
  color: var(--bb-orange-hot);
  white-space: nowrap;
}

.bb-h1-line {
  display: block;
  white-space: nowrap;
}

.bb-hero p {
  max-width: 420px;
  margin-top: 20px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.45;
}

.bb-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 23px;
}

.bb-button-primary {
  min-width: 156px;
  border-color: var(--bb-orange);
  background: var(--bb-orange);
}

.bb-button-secondary {
  min-width: 164px;
  background: rgba(0, 0, 0, .18);
}

.bb-hero-media {
  min-height: 0;
  background-image: var(--bb-hero-image, url("assets/hero-desktop-devices.png"));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bb-client-strip {
  height: min(84px, 5.46875vw);
  min-height: 42px;
  max-width: none;
  margin: 0;
  padding: 0;
  background-color: #050505;
  background-image: var(--bb-client-strip-image, url("assets/client-strip-desktop.png"));
  background-position: center top;
  background-repeat: no-repeat;
  background-size: min(100%, 1536px) auto;
  border-top: 0;
}

.bb-client-strip .bb-client-label,
.bb-client-strip .bb-client-list-mobile {
  display: none;
}

.bb-client-label {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bb-client-name {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.bb-client-name .accent {
  color: var(--bb-orange-hot);
}

.bb-services {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  padding: 44px 118px 46px;
  background: #fff;
  color: var(--bb-ink);
  overflow: hidden;
}

.bb-services::before,
.bb-services::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.bb-services::before {
  top: 44px;
  bottom: 46px;
  left: 50%;
  width: 2px;
  background: rgba(0, 0, 0, .12);
  transform: translateX(-1px);
}

.bb-services::after {
  top: 50%;
  right: 46px;
  width: 92px;
  height: 92px;
  background-image: radial-gradient(rgba(0, 0, 0, .28) 1px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: .1;
  pointer-events: none;
  transform: translateY(-50%);
}

.bb-service h2 {
  margin-top: 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.bb-service {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 28px;
  align-items: start;
  padding: 30px 54px 28px 0;
}

.bb-service + .bb-service {
  padding-left: 54px;
  padding-right: 0;
}

.bb-service .bb-icon-box {
  grid-row: 1 / span 5;
}

.bb-service h2,
.bb-service p,
.bb-service ul,
.bb-service .bb-text-link {
  grid-column: 2;
}

.bb-service p {
  max-width: 470px;
  margin-top: 12px;
  color: rgba(0,0,0,.72);
  font-size: 14px;
  line-height: 1.55;
}

.bb-icon-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--bb-orange);
  color: var(--bb-orange);
}

.bb-icon-box svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.bb-service ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bb-service li {
  position: relative;
  padding: 4px 0 4px 20px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.bb-service li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bb-orange);
  font-weight: 800;
}

.bb-text-link {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--bb-orange);
  border-bottom: 2px solid var(--bb-orange);
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.bb-process {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
  min-height: 116px;
  padding: 20px 118px;
  background: #050505;
  color: #fff;
}

.bb-process h2 {
  max-width: 250px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.bb-process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.bb-process-step {
  position: relative;
  padding-top: 4px;
}

.bb-process-step::before {
  content: "";
  position: absolute;
  top: 12px;
  right: calc(100% + 14px);
  width: 100px;
  height: 1px;
  background: var(--bb-orange);
}

.bb-process-step::after {
  content: "";
  position: absolute;
  top: 10px;
  right: calc(100% + 12px);
  width: 5px;
  height: 5px;
  background: var(--bb-orange);
  border-radius: 50%;
}

.bb-process-step:first-child::before {
  display: none;
}

.bb-process-step:first-child::after {
  display: none;
}

.bb-process-step span {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  color: var(--bb-orange);
  background: #050505;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.bb-process-step h3 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.1;
}

.bb-process-step p {
  margin-top: 5px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.35;
}

.bb-latest-work {
  padding: 54px 118px 66px;
  background: #f4f4f0;
  color: #050505;
}

.bb-latest-work h2 {
  font-size: 38px;
  line-height: .95;
  letter-spacing: -.02em;
}

.bb-work-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bb-work-card {
  min-width: 0;
}

.bb-work-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.bb-work-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.44;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(0,0,0,.14);
}

.bb-work-card strong {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.bb-final-cta {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr 380px 208px;
  gap: 40px;
  align-items: center;
  padding: 0 118px;
  background: linear-gradient(180deg, #ef6d00, #de5d00);
  color: #fff;
}

.bb-final-cta h2 {
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
}

.bb-final-cta p {
  font-size: 14px;
  line-height: 1.25;
}

.bb-final-cta .bb-button {
  min-height: 40px;
  border: 0;
  background: #050505;
}

@media (max-width: 1280px) {
  .bb-header {
    grid-template-columns: 310px 1fr 166px;
    padding: 0 72px;
  }

  .bb-brand-lockup {
    width: min(100%, 280px);
  }

  .bb-brand-lockup .wp-block-image,
  .bb-brand-lockup figure,
  .bb-brand-lockup img {
    max-height: 54px;
  }

  .bb-nav {
    gap: 26px;
    font-size: 13px;
  }

  .bb-header-cta {
    width: 166px;
  }

  .bb-hero-inner {
    grid-template-columns: minmax(420px, 560px) 1fr;
    padding: 16px 44px 0 72px;
  }

  .bb-hero h1 {
    max-width: min(100%, 560px);
    font-size: clamp(44px, 4.2vw, 58px);
  }

  .bb-hero p {
    max-width: 430px;
  }

  .bb-services {
    padding: 42px 72px 44px;
  }

  .bb-service {
    column-gap: 22px;
    padding-right: 30px;
  }

  .bb-service + .bb-service {
    padding-left: 30px;
  }

  .bb-service h2 {
    font-size: 31px;
    white-space: normal;
  }

  .bb-process {
    grid-template-columns: 240px 1fr;
    gap: 30px;
    padding: 20px 72px;
  }

  .bb-process-list {
    gap: 22px;
  }

  .bb-process-step::before {
    width: 78px;
  }

  .bb-latest-work {
    padding: 50px 72px 62px;
  }

  .bb-work-grid {
    gap: 16px;
  }

  .bb-final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 360px) 190px;
    gap: 28px;
    padding: 0 72px;
  }

  .bb-final-cta h2 {
    font-size: 29px;
  }
}

@media (max-width: 1120px) {
  .bb-header {
    grid-template-columns: 320px 1fr 154px;
    padding: 0 72px 0 56px;
  }

  .bb-nav {
    gap: 22px;
    font-size: 13px;
  }

  .bb-header-cta {
    width: 154px;
    padding: 0 16px;
    font-size: 12px;
  }

  .bb-hero-inner {
    grid-template-columns: minmax(380px, 520px) 1fr;
    gap: 24px;
    padding-left: 56px;
  }

  .bb-hero h1 {
    max-width: min(100%, 520px);
    font-size: clamp(44px, 4.2vw, 54px);
  }

  .bb-services {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 72px 48px;
  }

  .bb-services::before,
  .bb-services::after {
    display: none;
  }

  .bb-service,
  .bb-service + .bb-service {
    padding: 0;
  }

  .bb-service + .bb-service {
    padding-top: 34px;
    border-top: 1px solid rgba(0, 0, 0, .14);
  }

  .bb-service p {
    max-width: 620px;
  }

  .bb-service ul {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    max-width: 680px;
  }

  .bb-latest-work {
    padding: 48px 72px 60px;
  }

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

  .bb-process {
    display: block;
    padding: 30px 72px 34px;
  }

  .bb-process h2 {
    max-width: 560px;
  }

  .bb-process-list {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    margin-top: 24px;
  }

  .bb-process-step::before,
  .bb-process-step::after {
    display: none;
  }

  .bb-final-cta {
    min-height: 116px;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 22px 30px;
    padding: 22px 72px;
  }

  .bb-final-cta p {
    grid-column: 1;
  }

  .bb-final-cta .bb-button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 980px) {
  .bb-header {
    grid-template-columns: 250px 1fr;
    padding: 0 36px 0 56px;
  }

  .bb-brand-lockup {
    width: min(100%, 230px);
  }

  .bb-brand-lockup .wp-block-image,
  .bb-brand-lockup figure,
  .bb-brand-lockup img {
    max-height: 48px;
  }

  .bb-nav {
    justify-content: flex-end;
    gap: 20px;
  }

  .bb-header-cta {
    display: none;
  }

  .bb-hero-inner {
    min-height: 370px;
    grid-template-columns: minmax(350px, 500px) 1fr;
    padding: 18px 34px 0 56px;
  }

  .bb-hero-media {
    width: 64%;
  }

  .bb-hero h1 {
    max-width: min(100%, 500px);
    font-size: clamp(40px, 4.2vw, 50px);
  }

  .bb-hero p {
    max-width: 400px;
    font-size: 13px;
  }

  .bb-hero-actions {
    gap: 14px;
  }

  .bb-services,
  .bb-latest-work,
  .bb-process {
    padding-left: 56px;
    padding-right: 56px;
  }

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

  .bb-final-cta {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (max-width: 860px) {
  .bb-header {
    grid-template-columns: 260px 1fr;
    padding: 0 28px;
  }

  .bb-brand-text strong {
    font-size: 15px;
  }

  .bb-brand-text span {
    font-size: 9px;
  }

  .bb-nav {
    gap: 16px;
    font-size: 12px;
  }

  .bb-hero-inner {
    min-height: 356px;
    grid-template-columns: minmax(315px, 455px) 1fr;
    padding-left: 40px;
  }

  .bb-hero h1 {
    max-width: min(100%, 455px);
    font-size: clamp(38px, 4.6vw, 42px);
  }

  .bb-hero p {
    max-width: 360px;
    margin-top: 16px;
  }

  .bb-button {
    padding: 0 18px;
  }

  .bb-services,
  .bb-latest-work,
  .bb-process {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bb-service {
    grid-template-columns: 54px 1fr;
    column-gap: 20px;
  }

  .bb-service h2 {
    font-size: 30px;
  }

  .bb-service ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-final-cta {
    display: block;
    min-height: 0;
    padding: 34px 40px 38px;
  }

  .bb-final-cta h2 {
    font-size: 34px;
  }

  .bb-final-cta p {
    margin-top: 12px;
  }

  .bb-final-cta .bb-button {
    margin-top: 22px;
  }
}

@media (max-width: 760px) {
  .bb-header {
    position: relative;
    height: 82px;
    grid-template-columns: 1fr 48px;
    gap: 0 14px;
    padding: 0 22px;
  }

  .bb-brand-lockup {
    width: min(100%, 214px);
  }

  .bb-brand-lockup .wp-block-image,
  .bb-brand-lockup figure,
  .bb-brand-lockup img {
    max-height: 46px;
  }

  .bb-mobile-menu {
    display: grid;
    justify-self: end;
    width: 48px;
    height: 48px;
    place-content: center;
    gap: 7px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255,255,255,.2);
    cursor: pointer;
  }

  .bb-mobile-menu > span {
    display: grid;
    gap: 7px;
  }

  .bb-mobile-menu > span span {
    width: 22px;
    height: 2px;
    background: #fff;
    transition: transform .2s ease, opacity .2s ease;
  }

  .bb-nav,
  .bb-header-cta {
    display: none;
  }

  .bb-menu-panel[hidden] {
    display: none !important;
  }

  .bb-nav[hidden],
  .bb-header-cta[hidden] {
    display: none !important;
  }

  .bb-header.is-menu-open {
    z-index: 30;
  }

  .bb-header.is-menu-open .bb-menu-panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 16px 22px 22px;
    background: var(--bb-orange);
    border-top: 1px solid rgba(0,0,0,.16);
    box-shadow: 0 18px 38px rgba(0,0,0,.3);
    z-index: 35;
  }

  .bb-header.is-menu-open .bb-nav {
    display: block;
  }

  .bb-header.is-menu-open .bb-nav,
  .bb-header.is-menu-open .bb-nav ul,
  .bb-header.is-menu-open .bb-nav-list {
    display: grid;
    justify-content: stretch;
    gap: 0;
  }

  .bb-header.is-menu-open .bb-nav a {
    display: block;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .bb-header.is-menu-open .bb-header-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 18px;
    justify-self: stretch;
    color: #fff;
    border-color: #fff;
    background: rgba(255,255,255,.12);
  }

  .bb-header.is-menu-open .bb-mobile-menu > span span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .bb-header.is-menu-open .bb-mobile-menu > span span:nth-child(2) {
    opacity: 0;
  }

  .bb-header.is-menu-open .bb-mobile-menu > span span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .bb-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 0 22px 30px;
  }

  .bb-hero-inner::before {
    display: none;
  }

  .bb-hero-media {
    position: relative;
    order: 1;
    flex: 0 0 auto;
    width: calc(100% + 44px);
    height: clamp(222px, 64vw, 260px);
    min-height: 0;
    margin: 0 -22px;
    background-image: var(--bb-hero-mobile-image, url("assets/mobile-hero-generated-fit.png"));
    background-size: 130% auto;
    background-position: right -22px top 8%;
  }

  .bb-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .02) 42%, rgba(5, 5, 5, .62) 76%, #050505 100%),
      linear-gradient(90deg, rgba(0,0,0,.18), transparent 42%, rgba(0,0,0,.12));
  }

  .bb-hero-copy {
    order: 2;
    width: 100%;
    align-self: auto;
    margin-top: -4px;
  }

  .bb-hero h1 {
    max-width: none;
    width: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: clamp(28px, calc(10.15vw - 6.6px), 66.5px);
    font-weight: 900;
    line-height: .94;
  }

  .bb-h1-line {
    display: block;
  }

  .bb-hero p {
    max-width: none;
    width: 100%;
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.5;
  }

  .bb-hero-actions {
    display: grid;
    width: 100%;
    gap: 12px;
    margin-top: 27px;
  }

  .bb-button {
    min-height: 53px;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
  }

  .bb-client-strip {
    display: none;
  }

  .bb-services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    height: auto;
    padding: 34px 22px 44px;
  }

  .bb-services::before,
  .bb-services::after {
    display: none;
  }

  .bb-service {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 18px;
    padding: 30px 0 0;
    border-bottom: 0;
  }

  .bb-service h2,
  .bb-service p,
  .bb-service ul,
  .bb-service .bb-text-link {
    grid-column: 2;
  }

  .bb-service .bb-icon-box {
    grid-row: 1 / span 4;
  }

  .bb-service + .bb-service {
    padding-top: 42px;
    padding-left: 0;
    border-top: 2px solid rgba(242, 111, 0, .58);
    border-left: 0;
  }

  .bb-service h2 {
    max-width: 310px;
    font-size: 32px;
    white-space: normal;
  }

  .bb-service p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .bb-service ul {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 18px;
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .bb-service li {
    padding: 10px 0 10px 22px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 13px;
    font-weight: 800;
  }

  .bb-service li::before {
    top: 16px;
    width: 7px;
    height: 7px;
    background: var(--bb-orange);
    content: "";
  }

  .bb-text-link {
    margin-top: 20px;
    text-transform: uppercase;
  }

  .bb-latest-work {
    padding: 38px 22px 54px;
  }

  .bb-latest-work h2 {
    max-width: 300px;
    font-family: "Arial Black", Impact, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 36px;
    line-height: .9;
    letter-spacing: 0;
  }

  .bb-work-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 24px;
  }

  .bb-work-card strong {
    margin-top: 11px;
    font-size: 13px;
  }

  .bb-process {
    display: block;
    height: auto;
    padding: 31px 22px 43px;
  }

  .bb-process::before {
    content: "Our Process";
    display: block;
    margin-bottom: 9px;
    color: var(--bb-orange);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .bb-process h2 {
    font-size: 36px;
  }

  .bb-process-list {
    display: block;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .bb-process-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .bb-process-step::before {
    display: none;
  }

  .bb-process-step::after {
    display: none;
  }

  .bb-process-step span {
    grid-row: 1 / span 2;
    font-size: 25px;
  }

  .bb-process-step h3 {
    margin-top: 0;
    font-size: 15px;
  }

  .bb-process-step p {
    grid-column: 2;
    font-size: 13px;
  }

  .bb-final-cta {
    display: block;
    min-height: 0;
    padding: 38px 10px 42px;
  }

  .bb-final-cta h2 {
    font-family: "Arial Black", Impact, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 38px;
    line-height: .98;
  }

  .bb-final-cta p {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.45;
  }

  .bb-final-cta .bb-button {
    margin-top: 24px;
    width: 100%;
  }
}

.bb-website-page {
  background: var(--bb-black);
  color: #fff;
}

.bb-website-page :where(h1, h2, h3, p, ul) {
  margin: 0;
}

.bb-website-page a {
  text-decoration: none;
}

.bb-website-label {
  color: var(--bb-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bb-website-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 630px);
  gap: 52px;
  align-items: center;
  padding: 64px 118px 72px;
  background: #050505;
  overflow: hidden;
}

.bb-website-intro-copy {
  min-width: 0;
}

.bb-website-intro h1 {
  margin-top: 16px;
  max-width: 680px;
  color: #fff;
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: 0;
}

.bb-website-lede {
  max-width: 590px;
  margin-top: 24px;
  color: rgba(255,255,255,.83);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.45;
}

.bb-website-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bb-website-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.bb-website-proof-list div {
  position: relative;
  min-width: 0;
  padding-left: 18px;
  border-left: 1px solid rgba(242,111,0,.68);
}

.bb-website-proof-list span {
  display: block;
  color: var(--bb-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.bb-website-proof-list strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
}

.bb-website-proof-list p {
  margin-top: 7px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.35;
}

.bb-website-blueprint {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 24px;
  align-items: stretch;
  width: calc(100% - 24px);
  margin-left: 24px;
}

.bb-blueprint-browser {
  position: relative;
  min-height: 432px;
  padding: 52px 34px 34px;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(0,0,0,.24);
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
}

.bb-blueprint-top {
  position: absolute;
  top: 17px;
  left: 20px;
  display: flex;
  gap: 8px;
}

.bb-blueprint-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bb-orange);
}

.bb-blueprint-nav {
  position: absolute;
  top: 20px;
  right: 22px;
  display: grid;
  grid-template-columns: repeat(4, 46px);
  gap: 12px;
}

.bb-blueprint-nav span,
.bb-blueprint-hero div,
.bb-blueprint-hero span,
.bb-blueprint-content span,
.bb-blueprint-footer span,
.bb-frame i,
.bb-frame b,
.bb-frame em {
  display: block;
  background: rgba(255,255,255,.72);
}

.bb-blueprint-nav span {
  height: 2px;
}

.bb-blueprint-hero {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 28px;
  align-items: stretch;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(255,255,255,.34);
}

.bb-blueprint-hero div {
  height: 76px;
  background:
    linear-gradient(var(--bb-orange), var(--bb-orange)) 0 0 / 62% 10px no-repeat,
    linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)) 0 25px / 86% 2px no-repeat,
    linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)) 0 43px / 70% 2px no-repeat,
    linear-gradient(var(--bb-orange), var(--bb-orange)) 0 65px / 80px 2px no-repeat;
}

.bb-blueprint-hero span {
  min-height: 120px;
  border: 1px solid rgba(255,255,255,.48);
  background:
    linear-gradient(35deg, transparent calc(50% - 1px), rgba(255,255,255,.48) 50%, transparent calc(50% + 1px)),
    linear-gradient(-35deg, transparent calc(50% - 1px), rgba(255,255,255,.48) 50%, transparent calc(50% + 1px));
}

.bb-blueprint-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bb-blueprint-modules span {
  min-height: 84px;
  border: 1px dashed rgba(255,255,255,.44);
  background:
    radial-gradient(circle at 50% 27%, transparent 0 13px, rgba(255,255,255,.42) 14px, transparent 15px),
    linear-gradient(var(--bb-orange), var(--bb-orange)) 50% 56% / 58% 3px no-repeat,
    linear-gradient(rgba(255,255,255,.54), rgba(255,255,255,.54)) 50% 73% / 72% 2px no-repeat;
}

.bb-blueprint-content {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 22px;
  margin-top: 28px;
}

.bb-blueprint-content span {
  min-height: 104px;
  border: 1px solid rgba(255,255,255,.44);
  background:
    linear-gradient(35deg, transparent calc(50% - 1px), rgba(255,255,255,.42) 50%, transparent calc(50% + 1px)),
    linear-gradient(-35deg, transparent calc(50% - 1px), rgba(255,255,255,.42) 50%, transparent calc(50% + 1px));
}

.bb-blueprint-content span + span {
  background:
    linear-gradient(var(--bb-orange), var(--bb-orange)) 0 12px / 62% 8px no-repeat,
    linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.76)) 0 36px / 84% 2px no-repeat,
    linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)) 0 55px / 72% 2px no-repeat,
    linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)) 0 74px / 52% 2px no-repeat;
  border: 0;
}

.bb-blueprint-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.bb-blueprint-footer span {
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.42);
  background:
    linear-gradient(35deg, transparent calc(50% - 1px), rgba(255,255,255,.36) 50%, transparent calc(50% + 1px)),
    linear-gradient(-35deg, transparent calc(50% - 1px), rgba(255,255,255,.36) 50%, transparent calc(50% + 1px));
}

.bb-blueprint-notes {
  display: grid;
  grid-template-rows: 96px 158px 1fr 60px;
  gap: 0;
  align-self: stretch;
  align-items: start;
  min-height: 432px;
  padding: 18px 0 34px;
  align-content: stretch;
  list-style: none;
}

.bb-blueprint-notes li {
  position: relative;
  padding-left: 18px;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  line-height: 1.35;
}

.bb-blueprint-notes li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -34px;
  width: 40px;
  height: 1px;
  background: rgba(242,111,0,.9);
}

.bb-blueprint-notes strong {
  display: block;
  color: var(--bb-orange);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bb-blueprint-notes span {
  display: block;
  margin-top: 6px;
}

.bb-website-service {
  padding: 58px 118px 66px;
  background: #fff;
  color: var(--bb-ink);
}

.bb-website-section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
  max-width: var(--bb-max);
  margin: 0 auto 38px;
}

.bb-website-section-heading h2 {
  color: inherit;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

.bb-website-section-heading p {
  max-width: 560px;
  color: rgba(0,0,0,.65);
  font-size: 15px;
  line-height: 1.55;
}

.bb-website-service > .bb-website-section-heading {
  display: block;
}

.bb-development-stories > .bb-website-section-heading {
  display: block;
}

.bb-service-bands {
  display: grid;
  max-width: var(--bb-max);
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0,.18);
}

.bb-service-band {
  display: grid;
  grid-template-columns: 94px minmax(240px, 1fr) minmax(260px, .95fr);
  gap: 32px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0,0,0,.16);
}

.bb-service-band-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  background: #050505;
  color: var(--bb-orange);
}

.bb-service-band-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bb-service-band span,
.bb-story span {
  display: block;
  color: var(--bb-orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bb-service-band h3 {
  margin-top: 9px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
}

.bb-service-band p {
  max-width: 560px;
  margin-top: 9px;
  color: rgba(0,0,0,.68);
  font-size: 14px;
  line-height: 1.55;
}

.bb-service-band ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

@media (min-width: 1121px) {
  .bb-service-band ul {
    margin-left: 28px;
  }
}

.bb-service-band li,
.bb-responsive-copy li {
  position: relative;
  padding-left: 20px;
  color: rgba(0,0,0,.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.bb-service-band li::before,
.bb-responsive-copy li::before {
  content: "";
  position: absolute;
  top: .56em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--bb-orange);
}

.bb-website-responsive {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 62px;
  align-items: center;
  padding: 54px 118px 64px;
  background: #050505;
  color: #fff;
}

.bb-responsive-copy h2 {
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  line-height: .98;
}

.bb-responsive-copy p {
  margin-top: 20px;
  color: rgba(255,255,255,.75);
  font-size: 14px;
  line-height: 1.55;
}

.bb-responsive-copy ul {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  padding: 0;
  list-style: none;
}

.bb-responsive-copy li {
  color: rgba(255,255,255,.85);
}

.bb-responsive-copy li::before {
  border-radius: 50%;
}

.bb-responsive-frames {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 190px 120px;
  gap: 30px;
  align-items: end;
}

.bb-frame span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.bb-frame div {
  position: relative;
  min-height: 232px;
  padding: 28px 22px 20px;
  border: 1px solid rgba(255,255,255,.58);
}

.bb-frame div::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 7px;
  height: 7px;
  background: var(--bb-orange);
  box-shadow: 13px 0 0 rgba(242,111,0,.75), 26px 0 0 rgba(242,111,0,.45);
}

.bb-frame i {
  height: 8px;
  max-width: 60%;
  margin-top: 12px;
  background: var(--bb-orange);
}

.bb-frame i + i {
  height: 2px;
  max-width: 78%;
  background: rgba(255,255,255,.65);
}

.bb-frame b {
  height: 64px;
  margin-top: 22px;
  border: 1px dashed var(--bb-orange);
  background: transparent;
}

.bb-frame em {
  display: inline-block;
  width: calc(33.333% - 10px);
  height: 52px;
  margin: 18px 5px 0 0;
  border: 1px solid rgba(255,255,255,.38);
  background:
    linear-gradient(35deg, transparent calc(50% - 1px), rgba(255,255,255,.3) 50%, transparent calc(50% + 1px)),
    linear-gradient(-35deg, transparent calc(50% - 1px), rgba(255,255,255,.3) 50%, transparent calc(50% + 1px));
}

.bb-frame-tablet div {
  min-height: 268px;
}

.bb-frame-tablet em,
.bb-frame-mobile em {
  display: block;
  width: 100%;
  height: 34px;
  margin-right: 0;
}

.bb-frame-mobile div {
  min-height: 302px;
  padding-left: 16px;
  padding-right: 16px;
}

.bb-development-stories {
  padding: 58px 118px 64px;
  background: #f4f4f0;
  color: #050505;
}

.bb-story-list {
  max-width: var(--bb-max);
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0,.18);
}

.bb-story {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(200px, 240px) minmax(220px, 1.1fr) minmax(200px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.bb-story > p:empty {
  display: none;
}

.bb-story-name strong {
  display: block;
  color: #050505;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.bb-story p {
  margin-top: 7px;
  color: rgba(0,0,0,.72);
  font-size: 13px;
  line-height: 1.45;
}

.bb-story a {
  display: block;
  color: inherit;
}

.bb-story img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.64;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 16px 34px rgba(0,0,0,.12);
}

.bb-website-final-cta {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: center;
  padding: 34px 118px 38px;
  background: linear-gradient(180deg, #ff4d10, #df5f00);
  color: #fff;
}

.bb-cta-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.85);
}

.bb-cta-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.bb-website-final-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1;
}

.bb-website-final-cta p {
  max-width: 620px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.bb-website-final-cta .bb-button {
  border: 0;
  background: #050505;
}

@media (max-width: 1280px) {
  .bb-website-intro,
  .bb-website-service,
  .bb-website-responsive,
  .bb-development-stories,
  .bb-website-final-cta {
    padding-left: 72px;
    padding-right: 72px;
  }

  .bb-website-intro {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 540px);
    gap: 42px;
  }

  .bb-blueprint-browser {
    min-height: 398px;
  }

  .bb-story {
    grid-template-columns: minmax(230px, 280px) minmax(180px, 220px) minmax(200px, 1.1fr) minmax(180px, 1fr);
    gap: 22px;
  }
}

@media (max-width: 1120px) {
  .bb-website-intro {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .bb-website-blueprint {
    max-width: 760px;
  }

  .bb-service-band {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .bb-service-band ul {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bb-website-responsive {
    grid-template-columns: 1fr;
  }

  .bb-responsive-copy {
    max-width: 620px;
  }

  .bb-story {
    grid-template-columns: minmax(220px, 300px) minmax(180px, 220px) minmax(0, 1fr);
    align-items: start;
  }

  .bb-story a {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 980px) {
  .bb-website-intro,
  .bb-website-service,
  .bb-website-responsive,
  .bb-development-stories,
  .bb-website-final-cta {
    padding-left: 56px;
    padding-right: 56px;
  }

  .bb-website-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bb-responsive-frames {
    grid-template-columns: minmax(230px, 1fr) 170px 112px;
    gap: 20px;
  }

  .bb-story {
    grid-template-columns: 250px 1fr;
    gap: 18px 28px;
  }

  .bb-story-name,
  .bb-story a {
    grid-column: auto;
    grid-row: auto;
  }

  .bb-story-name {
    grid-column: 2;
  }

  .bb-story a {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: center;
  }

  .bb-website-final-cta {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .bb-website-final-cta .bb-button {
    grid-column: 2;
    justify-self: start;
    width: auto;
  }
}

@media (max-width: 860px) {
  .bb-website-intro,
  .bb-website-service,
  .bb-website-responsive,
  .bb-development-stories,
  .bb-website-final-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bb-website-proof-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bb-website-blueprint {
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 0;
  }

  .bb-blueprint-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 18px;
    align-self: auto;
    min-height: 0;
    padding: 0;
  }

  .bb-blueprint-notes li::before {
    left: 0;
    width: 8px;
  }

  .bb-service-band ul {
    grid-template-columns: 1fr;
  }

  .bb-responsive-frames {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bb-frame div,
  .bb-frame-tablet div,
  .bb-frame-mobile div {
    min-height: 220px;
  }

  .bb-story {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 30px 0;
  }

  .bb-story a {
    grid-column: auto;
    grid-row: auto;
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  .bb-website-page .bb-website-blueprint,
  .bb-website-page .bb-responsive-frames {
    display: none;
  }

  .bb-website-intro {
    padding: 38px 22px 44px;
  }

  .bb-website-intro h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .bb-website-lede {
    font-size: 17px;
  }

  .bb-website-actions {
    display: grid;
  }

  .bb-blueprint-browser {
    min-height: 300px;
    padding: 44px 18px 20px;
  }

  .bb-blueprint-nav {
    grid-template-columns: repeat(3, 32px);
  }

  .bb-blueprint-hero,
  .bb-blueprint-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bb-blueprint-hero span {
    min-height: 72px;
  }

  .bb-blueprint-modules,
  .bb-blueprint-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .bb-blueprint-modules span {
    min-height: 56px;
  }

  .bb-blueprint-footer span {
    min-height: 42px;
  }

  .bb-blueprint-content span {
    min-height: 78px;
  }

  .bb-blueprint-notes {
    display: none;
    grid-template-columns: 1fr;
  }

  .bb-website-service,
  .bb-website-responsive,
  .bb-development-stories {
    padding: 38px 22px 46px;
  }

  .bb-website-section-heading {
    margin-bottom: 28px;
  }

  .bb-service-band {
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .bb-service-band-icon {
    width: 54px;
    height: 54px;
  }

  .bb-service-band-icon svg {
    width: 32px;
    height: 32px;
  }

  .bb-service-band h3 {
    font-size: 22px;
  }

  .bb-service-band p,
  .bb-service-band ul {
    grid-column: 1 / -1;
  }

  .bb-responsive-copy ul {
    gap: 10px;
  }

  .bb-story-name strong {
    font-size: 24px;
  }

  .bb-story p {
    font-size: 14px;
  }

  .bb-story {
    grid-template-columns: 1fr;
  }

  .bb-story-name,
  .bb-story a {
    grid-column: auto;
    grid-row: auto;
  }

  .bb-story a {
    max-width: none;
  }

  .bb-website-final-cta {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 36px 22px 42px;
  }

  .bb-website-final-cta .bb-button {
    grid-column: auto;
    width: 100%;
  }
}

.bb-campaign-page {
  background: #fff;
  color: #050505;
}

.bb-campaign-page :where(h1, h2, h3, p, ul) {
  margin: 0;
}

.bb-campaign-page a {
  text-decoration: none;
}

.bb-campaign-label {
  color: var(--bb-orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bb-campaign-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 58px;
  align-items: center;
  padding: 72px 118px 64px;
  background:
    radial-gradient(circle at 21% 46%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(#050505, #050505);
  color: #fff;
}

.bb-campaign-hero-copy {
  min-width: 0;
}

.bb-campaign-hero h1 {
  max-width: 560px;
  margin-top: 16px;
  color: #fff;
  font-size: clamp(58px, 7vw, 86px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: 0;
}

.bb-campaign-lede {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.45;
}

.bb-campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bb-campaign-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 510px;
  margin-top: 42px;
}

.bb-campaign-proof div {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
}

.bb-campaign-proof div + div {
  border-left: 1px solid rgba(255,255,255,.36);
}

.bb-campaign-proof span,
.bb-flow-card span {
  display: grid;
  place-items: center;
  color: var(--bb-orange);
}

.bb-campaign-proof svg,
.bb-flow-card svg,
.bb-work-icon svg,
.bb-month-signal svg,
.bb-campaign-final-mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.bb-campaign-proof strong {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
}

.bb-campaign-window {
  position: relative;
  min-height: 416px;
  padding: 86px 30px 36px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 12px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    rgba(0,0,0,.16);
  background-size: 46px 46px;
  box-shadow: 0 22px 60px rgba(0,0,0,.34);
}

.bb-campaign-window::before,
.bb-campaign-window::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.bb-campaign-window::before {
  top: 36px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,.62);
}

.bb-campaign-window::after {
  inset: 18px;
  border: 1px solid rgba(255,255,255,.08);
}

.bb-campaign-window-top {
  position: absolute;
  top: 17px;
  left: 18px;
  display: flex;
  gap: 9px;
}

.bb-campaign-window-top span {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
}

.bb-campaign-window-title {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.bb-campaign-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(126px, .88fr) 74px minmax(170px, 1.1fr) 84px minmax(132px, .9fr);
  gap: 0;
  align-items: center;
  min-height: 268px;
}

.bb-flow-channels {
  display: grid;
  gap: 22px;
}

.bb-flow-card {
  min-height: 98px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(0,0,0,.42);
  color: #fff;
}

.bb-flow-message,
.bb-flow-enquiry {
  min-height: 132px;
}

.bb-flow-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
}

.bb-flow-card p {
  margin-top: 9px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.35;
}

.bb-route-nodes i,
.bb-light-browser i {
  position: relative;
  display: block;
  height: 1px;
  background: currentColor;
  color: rgba(255,255,255,.78);
}

.bb-route-nodes i {
  margin-inline: 10px 14px;
}

.bb-route-nodes i::after,
.bb-light-browser i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.bb-flow-split {
  position: relative;
  display: block;
  align-self: stretch;
  min-height: 268px;
  color: rgba(255,255,255,.78);
}

.bb-flow-split i {
  position: absolute;
  left: 10px;
  right: 14px;
  height: 1px;
  background: currentColor;
  transform-origin: right center;
}

.bb-flow-split i:first-child {
  top: 74px;
  transform: rotate(-27deg);
}

.bb-flow-split i:last-child {
  bottom: 74px;
  transform: rotate(27deg);
}

.bb-flow-split i::after,
.bb-flow-join i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.bb-flow-join {
  position: relative;
  display: block;
  height: 112px;
  color: rgba(255,255,255,.78);
  background: linear-gradient(currentColor, currentColor) 64% 0 / 1px 100% no-repeat;
}

.bb-flow-join::before,
.bb-flow-join::after {
  content: "";
  position: absolute;
  left: 8px;
  width: calc(64% - 8px);
  height: 1px;
  background: currentColor;
}

.bb-flow-join::before {
  top: 0;
}

.bb-flow-join::after {
  bottom: 0;
}

.bb-flow-join i {
  position: absolute;
  left: 64%;
  right: 14px;
  top: 50%;
  height: 1px;
  background: currentColor;
  transform: translateY(-.5px);
}

.bb-campaign-section {
  padding: 58px 118px 64px;
}

.bb-campaign-section-head {
  display: block;
  max-width: var(--bb-max);
  margin: 0 auto 38px;
}

.bb-campaign-section-head h2 {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
  white-space: nowrap;
}

.bb-campaign-section-head p {
  max-width: none;
  margin-top: 18px;
  color: rgba(0,0,0,.64);
  font-size: 15px;
  line-height: 1.55;
}

.bb-campaign-route {
  background: #fff;
}

.bb-route-stage {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: stretch;
  max-width: var(--bb-max);
  margin: 0 auto;
  padding-top: 34px;
  border-top: 1px solid rgba(0,0,0,.16);
}

.bb-route-copy {
  display: grid;
  align-content: space-between;
  min-height: 330px;
  padding-right: 22px;
}

.bb-route-copy strong {
  display: block;
  max-width: 430px;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.04;
}

.bb-route-copy ul {
  display: grid;
  gap: 13px;
  margin-top: 26px;
  padding: 0;
  list-style: none;
}

.bb-route-copy li {
  position: relative;
  padding-left: 22px;
  color: rgba(0,0,0,.78);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.bb-route-copy li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--bb-orange);
}

.bb-route-copy p,
.bb-website-system p {
  max-width: 460px;
  color: rgba(0,0,0,.64);
  font-size: 15px;
  line-height: 1.55;
}

.bb-route-map {
  position: relative;
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(0,0,0,.16);
  background:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    #fafaf7;
  background-size: 44px 44px;
}

.bb-route-map-label {
  position: absolute;
  top: 22px;
  right: 26px;
  color: var(--bb-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bb-route-nodes {
  display: grid;
  grid-template-columns: 1fr 58px 1fr 58px 1fr;
  align-items: center;
  min-height: 270px;
}

.bb-route-nodes article {
  min-height: 154px;
  padding: 22px;
  border: 1px solid rgba(0,0,0,.28);
  background: #fff;
  box-shadow: 0 16px 32px rgba(0,0,0,.07);
}

.bb-route-nodes span,
.bb-campaign-work-grid strong,
.bb-month-timeline span {
  display: block;
  color: var(--bb-orange);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bb-route-nodes h3 {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.bb-route-nodes p {
  margin-top: 10px;
  color: rgba(0,0,0,.64);
  font-size: 13px;
  line-height: 1.45;
}

.bb-route-nodes i,
.bb-light-browser i {
  color: rgba(0,0,0,.42);
}

.bb-campaign-work,
.bb-campaign-website-link {
  background: #f3f3ef;
}

.bb-campaign-work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--bb-max);
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0,.16);
  border-left: 1px solid rgba(0,0,0,.16);
}

.bb-campaign-work-grid article {
  display: grid;
  grid-template-rows: 54px auto 1fr;
  gap: 18px;
  min-height: 276px;
  padding: 28px 24px;
  border-right: 1px solid rgba(0,0,0,.16);
  border-bottom: 1px solid rgba(0,0,0,.16);
  background: rgba(255,255,255,.45);
}

.bb-work-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0,0,0,.26);
  background: #fff;
  color: var(--bb-orange);
}

.bb-campaign-work-grid h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.04;
}

.bb-campaign-work-grid p {
  color: rgba(0,0,0,.64);
  font-size: 13px;
  line-height: 1.5;
}

.bb-campaign-work-grid strong {
  align-self: end;
}

.bb-campaign-month {
  background: #050505;
  color: #fff;
}

.bb-campaign-month .bb-campaign-section-head p,
.bb-month-note p,
.bb-month-timeline p {
  color: rgba(255,255,255,.7);
}

.bb-month-board {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 38px;
  max-width: var(--bb-max);
  margin: 0 auto;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.bb-month-note {
  display: grid;
  align-content: start;
  gap: 18px;
}

.bb-month-signal {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.035);
  color: var(--bb-orange);
}

.bb-month-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 260px;
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}

.bb-month-timeline article {
  padding: 26px 22px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    rgba(255,255,255,.025);
  background-size: 34px 34px;
}

.bb-month-timeline h3 {
  margin-top: 44px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.bb-month-timeline p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.bb-website-system {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
  max-width: var(--bb-max);
  margin: 0 auto;
  padding-top: 36px;
  border-top: 1px solid rgba(0,0,0,.16);
}

.bb-light-browser {
  position: relative;
  min-height: 252px;
  padding: 58px 32px 30px;
  border: 1px solid rgba(0,0,0,.16);
  background:
    linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    #fff;
  background-size: 42px 42px;
}

.bb-light-browser::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bb-orange);
  box-shadow: 16px 0 rgba(242,111,0,.68), 32px 0 rgba(242,111,0,.4);
}

.bb-light-browser > div {
  display: grid;
  grid-template-columns: .75fr 44px 1fr 44px .75fr;
  align-items: center;
}

.bb-light-browser br {
  display: none;
}

.bb-light-browser span {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid rgba(0,0,0,.32);
  color: var(--bb-orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.bb-campaign-final {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 260px;
  gap: 32px;
  align-items: center;
  padding: 36px 118px;
  background: linear-gradient(180deg, #ff4d10, #df5f00);
  color: #fff;
}

.bb-campaign-final-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255,255,255,.84);
}

.bb-campaign-final h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.bb-campaign-final p {
  max-width: 620px;
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.35;
}

.bb-campaign-final .bb-button {
  border: 0;
  background: #050505;
}

.bb-campaign-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 118px;
  background: #050505;
  color: rgba(255,255,255,.68);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bb-campaign-footer strong {
  color: #fff;
}

.bb-campaign-footer span {
  color: var(--bb-orange);
}

@media (max-width: 1280px) {
  .bb-campaign-hero,
  .bb-campaign-section,
  .bb-campaign-final,
  .bb-campaign-footer {
    padding-left: 72px;
    padding-right: 72px;
  }

  .bb-campaign-hero {
    grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr);
    gap: 42px;
  }

  .bb-campaign-flow {
    grid-template-columns: minmax(112px, .82fr) 58px minmax(156px, 1.12fr) 66px minmax(118px, .86fr);
  }
}

@media (max-width: 1120px) {
  .bb-campaign-hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .bb-campaign-window {
    max-width: 820px;
  }

  .bb-route-stage,
  .bb-month-board,
  .bb-website-system {
    grid-template-columns: 1fr;
  }

  .bb-route-copy {
    min-height: 0;
    gap: 28px;
    padding-right: 0;
  }

  .bb-month-note {
    grid-template-columns: 86px minmax(0, 460px);
    align-items: center;
  }

  .bb-campaign-work-grid,
  .bb-month-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-campaign-final {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .bb-campaign-final .bb-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .bb-campaign-hero,
  .bb-campaign-section,
  .bb-campaign-final,
  .bb-campaign-footer {
    padding-left: 56px;
    padding-right: 56px;
  }

  .bb-campaign-section-head {
    margin-bottom: 32px;
  }

  .bb-campaign-window {
    min-height: 368px;
    padding: 82px 22px 28px;
  }

  .bb-campaign-flow {
    grid-template-columns: minmax(104px, .82fr) 44px minmax(146px, 1.18fr) 52px minmax(108px, .88fr);
  }

  .bb-flow-card {
    padding: 16px 14px;
  }
}

@media (max-width: 860px) {
  .bb-campaign-hero,
  .bb-campaign-section,
  .bb-campaign-final,
  .bb-campaign-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bb-campaign-proof {
    max-width: 100%;
  }

  .bb-campaign-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bb-flow-split {
    width: 1px;
    min-height: 22px;
    height: 22px;
    justify-self: center;
    align-self: auto;
  }

  .bb-flow-split i:first-child {
    display: block;
    inset: 0 auto auto 0;
    width: 1px;
    height: 22px;
    transform: none;
  }

  .bb-flow-split i:first-child::after {
    right: -5px;
    top: 12px;
    transform: rotate(135deg);
  }

  .bb-flow-split i:last-child,
  .bb-flow-join {
    display: none;
  }

  .bb-flow-channels {
    gap: 14px;
  }

  .bb-route-nodes,
  .bb-light-browser > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bb-route-nodes i,
  .bb-light-browser i {
    width: 1px;
    height: 22px;
    margin-inline: 0;
    justify-self: center;
  }

  .bb-route-nodes i::after,
  .bb-light-browser i::after {
    right: -5px;
    top: 12px;
    transform: rotate(135deg);
  }

  .bb-route-map {
    min-height: 0;
    padding: 50px 18px 20px;
  }

  .bb-route-nodes {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .bb-campaign-hero {
    padding: 38px 22px 28px;
  }

  .bb-campaign-hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .bb-campaign-lede {
    font-size: 17px;
  }

  .bb-campaign-actions {
    display: grid;
  }

  .bb-campaign-actions .bb-button {
    width: 100%;
  }

  .bb-campaign-proof {
    margin-top: 30px;
  }

  .bb-campaign-proof div {
    padding: 0 10px;
  }

  .bb-campaign-window {
    min-height: 0;
    padding: 66px 8px 16px;
    border-radius: 8px;
  }

  .bb-campaign-window-title {
    top: 44px;
    font-size: 13px;
  }

  .bb-campaign-flow {
    grid-template-columns: minmax(62px, .8fr) 18px minmax(86px, 1fr) 20px minmax(64px, .82fr);
    gap: 0;
    align-items: center;
    min-height: 138px;
  }

  .bb-flow-channels {
    gap: 8px;
  }

  .bb-flow-card {
    padding: 8px 7px;
  }

  .bb-flow-message,
  .bb-flow-enquiry,
  .bb-flow-card {
    min-height: 58px;
  }

  .bb-flow-message,
  .bb-flow-enquiry {
    min-height: 78px;
  }

  .bb-flow-card span svg {
    width: 16px;
    height: 16px;
  }

  .bb-flow-card strong {
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.05;
  }

  .bb-flow-card p {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.25;
  }

  .bb-flow-split {
    width: auto;
    min-height: 158px;
    height: auto;
    justify-self: stretch;
    align-self: stretch;
  }

  .bb-flow-split i {
    display: block;
    left: 3px;
    right: 5px;
    width: auto;
    height: 1px;
  }

  .bb-flow-split i:first-child {
    top: 38px;
    transform: rotate(-35deg);
  }

  .bb-flow-split i:last-child {
    display: block;
    bottom: 38px;
    transform: rotate(35deg);
  }

  .bb-flow-split i:first-child::after,
  .bb-flow-split i:last-child::after {
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
  }

  .bb-flow-join {
    display: block;
    height: 70px;
    background-position: 58% 0;
  }

  .bb-flow-join::before,
  .bb-flow-join::after {
    left: 3px;
    width: calc(58% - 3px);
  }

  .bb-flow-join i {
    left: 58%;
    right: 6px;
  }

  .bb-flow-join i::after {
    top: -4px;
    width: 8px;
    height: 8px;
  }

  .bb-campaign-section {
    padding: 38px 22px 46px;
  }

  .bb-campaign-section-head {
    margin-bottom: 28px;
  }

  .bb-campaign-section-head h2 {
    white-space: normal;
  }

  .bb-route-copy strong {
    font-size: 24px;
  }

  .bb-campaign-work-grid,
  .bb-month-timeline {
    grid-template-columns: 1fr;
  }

  .bb-campaign-work-grid article {
    grid-template-columns: 58px 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 16px;
    min-height: 0;
    padding: 22px;
  }

  .bb-work-icon {
    grid-row: 1 / span 2;
  }

  .bb-campaign-work-grid h3 {
    font-size: 21px;
  }

  .bb-campaign-work-grid p {
    margin-top: 8px;
  }

  .bb-campaign-work-grid strong {
    grid-column: 2;
    margin-top: 14px;
  }

  .bb-month-note {
    grid-template-columns: 1fr;
  }

  .bb-month-timeline article {
    min-height: 150px;
  }

  .bb-month-timeline h3 {
    margin-top: 28px;
  }

  .bb-light-browser {
    min-height: 0;
    padding: 54px 18px 20px;
  }

  .bb-campaign-final {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 22px 38px;
  }

  .bb-campaign-final .bb-button {
    grid-column: auto;
    width: 100%;
  }

  .bb-campaign-footer {
    grid-template-columns: 1fr;
    padding: 20px 22px;
    line-height: 1.4;
  }
}

.bb-site.bb-contact-page {
  background: #f4f4f0;
}

.bb-contact-page .bb-header-cta {
  color: #fff;
}
