.bb4u-home-bespoke {
  --bb4u-home-red: #a81f25;
  --bb4u-home-red-light: #ef7f84;
  --bb4u-home-ink: #171b25;
  box-sizing: border-box;
  color: #fff;
  font-family: Inter, sans-serif;
  margin: 30px 0 42px;
  padding: 0 20px;
  width: 100%;
}

.bb4u-home-bespoke *,
.bb4u-home-bespoke *::before,
.bb4u-home-bespoke *::after {
  box-sizing: border-box;
}

.bb4u-home-bespoke__inner {
  background:
    radial-gradient(circle at 82% 32%, rgba(168,31,37,.3), transparent 34%),
    linear-gradient(135deg, #171b25 0%, #222938 100%);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(18,24,34,.16);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  margin: 0 auto;
  max-width: 1400px;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.bb4u-home-bespoke__inner::before {
  background: var(--bb4u-home-red);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.bb4u-home-bespoke__copy {
  align-self: center;
  padding: 62px 36px 62px 58px;
  position: relative;
  z-index: 2;
}

.bb4u-home-bespoke__eyebrow {
  color: var(--bb4u-home-red-light);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .13em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.bb4u-home-bespoke h2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0;
  max-width: 690px;
}

.bb4u-home-bespoke__lede {
  color: #c8ced8;
  font-size: 16px;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 650px;
}

.bb4u-home-bespoke ul {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 28px 0 32px;
  padding: 0;
}

.bb4u-home-bespoke li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.bb4u-home-bespoke li > svg {
  background: rgba(168,31,37,.2);
  border: 1px solid rgba(239,127,132,.36);
  border-radius: 50%;
  fill: none;
  flex: 0 0 26px;
  height: 26px;
  padding: 5px;
  stroke: #ff9fa4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 26px;
}

.bb4u-home-bespoke li strong,
.bb4u-home-bespoke li small {
  display: block;
}

.bb4u-home-bespoke li strong {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.bb4u-home-bespoke li small {
  color: #aeb7c5;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 2px;
}

.bb4u-home-bespoke__cta {
  align-items: center;
  background: var(--bb4u-home-red);
  border: 1px solid var(--bb4u-home-red);
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease;
}

.bb4u-home-bespoke__cta:hover,
.bb4u-home-bespoke__cta:focus-visible {
  background: #c1282f;
  border-color: #c1282f;
  color: #fff;
}

.bb4u-home-bespoke__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.bb4u-home-bespoke__cta svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 19px;
}

.bb4u-home-bespoke__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.bb4u-home-bespoke__visual::before {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  content: "";
  height: 440px;
  position: absolute;
  width: 440px;
}

.bb4u-home-bespoke__rotor {
  background: radial-gradient(circle, #293141 0 26%, #10141d 27% 29%, #3c4554 30% 55%, #111621 56% 58%, #626d7b 59% 100%);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  box-shadow: inset 0 0 34px rgba(255,255,255,.1), 0 36px 70px rgba(0,0,0,.36);
  height: 350px;
  position: relative;
  transform: rotate(-8deg);
  width: 350px;
}

.bb4u-home-bespoke__rotor::before,
.bb4u-home-bespoke__rotor::after {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  content: "";
  inset: 31px;
  position: absolute;
}

.bb4u-home-bespoke__rotor::after {
  border-color: rgba(255,255,255,.13);
  inset: 90px;
}

.bb4u-home-bespoke__rotor i,
.bb4u-home-bespoke__rotor b {
  background: #0e121a;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  z-index: 2;
}

.bb4u-home-bespoke__rotor b {
  background: var(--bb4u-home-red);
  height: 24px;
  width: 24px;
  z-index: 3;
}

.bb4u-home-bespoke__rotor span {
  background: #111621;
  border: 2px solid #c2cad4;
  border-radius: 50%;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 16px;
  z-index: 3;
}

.bb4u-home-bespoke__rotor span:nth-of-type(1) { transform: translate(-8px,-118px); }
.bb4u-home-bespoke__rotor span:nth-of-type(2) { transform: translate(88px,-64px); }
.bb4u-home-bespoke__rotor span:nth-of-type(3) { transform: translate(88px,48px); }
.bb4u-home-bespoke__rotor span:nth-of-type(4) { transform: translate(-8px,102px); }
.bb4u-home-bespoke__rotor span:nth-of-type(5) { transform: translate(-104px,48px); }
.bb4u-home-bespoke__rotor span:nth-of-type(6) { transform: translate(-104px,-64px); }

.bb4u-home-bespoke__spec,
.bb4u-home-bespoke__measure {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.92);
  border: 1px solid #fff;
  border-radius: 9px;
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
  color: var(--bb4u-home-ink);
  padding: 15px 17px;
  position: absolute;
}

.bb4u-home-bespoke__spec {
  bottom: 52px;
  min-width: 218px;
  right: 32px;
}

.bb4u-home-bespoke__spec span,
.bb4u-home-bespoke__spec strong,
.bb4u-home-bespoke__spec small {
  display: block;
}

.bb4u-home-bespoke__spec span {
  color: var(--bb4u-home-red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.bb4u-home-bespoke__spec strong {
  font-size: 18px;
  margin-top: 3px;
}

.bb4u-home-bespoke__spec small {
  color: #697384;
  font-size: 11px;
  margin-top: 2px;
}

.bb4u-home-bespoke__measure {
  align-items: center;
  display: flex;
  gap: 9px;
  left: 18px;
  top: 72px;
}

.bb4u-home-bespoke__measure span {
  background: var(--bb4u-home-red);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 7px;
}

.bb4u-home-bespoke__measure strong {
  font-size: 12px;
}

@media (max-width: 980px) {
  .bb4u-home-bespoke__inner {
    grid-template-columns: 1fr;
  }

  .bb4u-home-bespoke__copy {
    padding-bottom: 36px;
  }

  .bb4u-home-bespoke__visual {
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .bb4u-home-bespoke {
    margin: 22px 0 34px;
    padding: 0 12px;
  }

  .bb4u-home-bespoke__inner {
    border-radius: 13px;
  }

  .bb4u-home-bespoke__copy {
    padding: 44px 22px 30px 28px;
  }

  .bb4u-home-bespoke h2 {
    font-size: clamp(35px, 11vw, 47px);
  }

  .bb4u-home-bespoke__lede {
    font-size: 15px;
  }

  .bb4u-home-bespoke__cta {
    width: 100%;
  }

  .bb4u-home-bespoke__visual {
    min-height: 350px;
  }

  .bb4u-home-bespoke__visual::before {
    height: 310px;
    width: 310px;
  }

  .bb4u-home-bespoke__rotor {
    height: 260px;
    width: 260px;
  }

  .bb4u-home-bespoke__spec {
    bottom: 28px;
    right: 12px;
  }

  .bb4u-home-bespoke__measure {
    left: 12px;
    top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb4u-home-bespoke__cta {
    transition: none;
  }
}
