.bl-collections-hub {
  --bl-hub-bg: #050506;
  --bl-hub-surface: #151517;
  --bl-hub-surface-strong: #1c1c1f;
  --bl-hub-border: rgba(255, 255, 255, .13);
  --bl-hub-text: #f8f8f8;
  --bl-hub-muted: #c5c5c8;
  --bl-hub-accent: #e50914;
  --bl-hub-accent-soft: rgba(229, 9, 20, .16);
  min-height: 100vh;
  overflow: clip;
  color: var(--bl-hub-text);
  background:
    linear-gradient(180deg, rgba(229, 9, 20, .055), transparent 520px),
    var(--bl-hub-bg);
}

.bl-collections-hub *,
.bl-collections-hub *::before,
.bl-collections-hub *::after {
  box-sizing: border-box;
}

.bl-collections-hub__container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.bl-collections-hub__hero {
  position: relative;
  display: flex;
  min-height: 640px;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--bl-hub-border);
}

.bl-collections-hub__hero::before {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: -160px;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  content: "";
  background: rgba(229, 9, 20, .18);
  filter: blur(120px);
  transform: rotate(18deg);
}

.bl-collections-hub__hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 3, 5, .99) 0%, rgba(2, 3, 5, .91) 30%, rgba(2, 3, 5, .46) 57%, rgba(2, 3, 5, .06) 84%),
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .58));
}

.bl-collections-hub__hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.bl-collections-hub__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.02);
}

.bl-collections-hub__hero-container {
  padding-top: 108px;
  padding-bottom: 72px;
}

.bl-collections-hub__hero-copy {
  max-width: 600px;
}

.bl-collections-hub__eyebrow {
  margin: 0 0 16px;
  color: #ff3039;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bl-collections-hub__title,
.bl-collections-hub h2,
.bl-collections-hub h3 {
  font-weight: 350;
  letter-spacing: -.025em;
}

.bl-collections-hub__title {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 1.03;
}

.bl-collections-hub__subtitle {
  max-width: 590px;
  margin: 26px 0 0;
  color: #dedee1;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.6;
}

.bl-collections-hub__button {
  display: inline-flex;
  min-width: 218px;
  min-height: 56px;
  margin-top: 34px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  background: #d9222c;
  border: 1px solid #ef3b44;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bl-collections-hub__hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin: 42px 0 0;
  padding: 18px 0 0;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.bl-collections-hub__hero-stats div {
  min-width: 0;
}

.bl-collections-hub__hero-stats dt {
  margin: 0 0 7px;
  color: #ff3039;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
}

.bl-collections-hub__hero-stats dd {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.bl-collections-hub__button:hover {
  color: #fff;
  background: #ef2c36;
  border-color: #ff4a52;
  transform: translateY(-2px);
}

.bl-collections-hub__button svg,
.bl-collections-hub__card-action svg {
  flex: 0 0 auto;
}

.bl-collections-hub__collections {
  position: relative;
  padding: clamp(70px, 7vw, 104px) 0 clamp(78px, 8vw, 116px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 220px),
    radial-gradient(circle at 82% 18%, rgba(229, 9, 20, .12), transparent 28%),
    #070708;
}

.bl-collections-hub__collections::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
}

.bl-collections-hub__section-header {
  position: relative;
  max-width: 760px;
  margin-bottom: 44px;
}

.bl-collections-hub__section-header h2,
.bl-collections-hub__choose > .bl-collections-hub__container > h2,
.bl-collections-hub__cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.12;
}

.bl-collections-hub__section-header p {
  max-width: 690px;
  margin: 15px 0 0;
  color: var(--bl-hub-muted);
  font-size: 17px;
  line-height: 1.65;
}

.bl-collections-hub__grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  scroll-margin-top: 96px;
}

.bl-collections-hub__card {
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), transparent 36%),
    linear-gradient(145deg, #202022, #111113 72%);
  border: 1px solid var(--bl-hub-border);
  border-radius: 14px;
  transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.bl-collections-hub__card--featured {
  grid-column: 1 / -1;
}

.bl-collections-hub__card:hover,
.bl-collections-hub__card:focus-within {
  border-color: rgba(229, 9, 20, .78);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
  transform: translateY(-4px);
}

.bl-collections-hub__card-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.bl-collections-hub__card--featured .bl-collections-hub__card-link {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
}

.bl-collections-hub__card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0a0a0b;
}

.bl-collections-hub__card--featured .bl-collections-hub__card-media {
  aspect-ratio: auto;
  min-height: 100%;
}

.bl-collections-hub__card-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(18, 18, 20, .72));
}

.bl-collections-hub__card--featured .bl-collections-hub__card-media::after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, transparent 48%, rgba(18, 18, 20, .86)),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .4));
}

.bl-collections-hub__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
}

.bl-collections-hub__card:hover .bl-collections-hub__card-media img,
.bl-collections-hub__card:focus-within .bl-collections-hub__card-media img {
  transform: scale(1.025);
}

.bl-collections-hub__card-body {
  display: flex;
  min-height: 244px;
  padding: 27px 28px 25px;
  flex: 1;
  flex-direction: column;
}

.bl-collections-hub__card--featured .bl-collections-hub__card-body {
  min-height: 360px;
  padding: clamp(34px, 4vw, 46px);
  justify-content: center;
}

.bl-collections-hub__card-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: #ff4b54;
  background: rgba(229, 9, 20, .13);
  border: 1px solid rgba(229, 9, 20, .42);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bl-collections-hub__card-body h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 31px);
  line-height: 1.2;
}

.bl-collections-hub__card--featured .bl-collections-hub__card-body h3 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.08;
}

.bl-collections-hub__card-body p {
  max-width: 54ch;
  margin: 15px 0 0;
  color: #cfcfd2;
  font-size: 16px;
  line-height: 1.62;
}

.bl-collections-hub__card-action {
  display: inline-flex;
  margin-top: auto;
  padding-top: 24px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}

.bl-collections-hub__card-action svg {
  color: #f3242e;
  transition: transform .2s ease;
}

.bl-collections-hub__card:hover .bl-collections-hub__card-action svg,
.bl-collections-hub__card:focus-within .bl-collections-hub__card-action svg {
  transform: translateX(4px);
}

.bl-collections-hub__choose {
  position: relative;
  padding: clamp(74px, 7vw, 104px) 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  background:
    linear-gradient(90deg, rgba(229, 9, 20, .1), transparent 42%),
    #050506;
}

.bl-collections-hub__choose > .bl-collections-hub__container > h2 {
  text-align: center;
}

.bl-collections-hub__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.bl-collections-hub__steps li {
  position: relative;
  padding: 36px 38px 38px;
  text-align: center;
}

.bl-collections-hub__steps li + li {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.bl-collections-hub__step-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  color: #f0202a;
}

.bl-collections-hub__steps h3 {
  margin: 0;
  color: #f7f7f8;
  font-size: 21px;
  line-height: 1.25;
}

.bl-collections-hub__steps p {
  max-width: 34ch;
  margin: 13px auto 0;
  color: #bdbdc1;
  font-size: 15px;
  line-height: 1.62;
}

.bl-collections-hub__cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) 0;
  background: #171719;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.bl-collections-hub__cta::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: var(--bl-collections-hub-cta-bg, none) center / cover no-repeat;
  opacity: .7;
}

.bl-collections-hub__cta::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(16, 16, 18, .97) 0%, rgba(16, 16, 18, .88) 58%, rgba(16, 16, 18, .68));
}

.bl-collections-hub__cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 70px;
  align-items: center;
}

.bl-collections-hub__cta-copy {
  max-width: 700px;
}

.bl-collections-hub__cta-copy > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: #c9c9cc;
  font-size: 17px;
  line-height: 1.62;
}

.bl-collections-hub__cta-actions {
  display: grid;
  gap: 12px;
}

.bl-collections-hub__cta-actions .bl-collections-hub__button {
  width: 100%;
  margin: 0;
}

.bl-collections-hub__button--secondary {
  color: #fff;
  background: rgba(7, 7, 8, .5);
  border-color: rgba(255, 255, 255, .55);
}

.bl-collections-hub__button--secondary:hover {
  background: rgba(255, 255, 255, .09);
  border-color: #fff;
}

.bl-collections-hub a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .bl-collections-hub__hero {
    min-height: 570px;
  }

  .bl-collections-hub__hero::after {
    background: linear-gradient(90deg, rgba(2, 3, 5, .98) 0%, rgba(2, 3, 5, .88) 48%, rgba(2, 3, 5, .3) 100%);
  }

  .bl-collections-hub__hero-copy {
    max-width: 54%;
  }

  .bl-collections-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-collections-hub__card--featured {
    grid-column: 1 / -1;
  }

  .bl-collections-hub__card--featured .bl-collections-hub__card-link {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .86fr);
  }

  .bl-collections-hub__card-body {
    min-height: 250px;
  }

  .bl-collections-hub__steps li {
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  .bl-collections-hub__container {
    width: min(100% - 32px, 1180px);
  }

  .bl-collections-hub__hero {
    min-height: 660px;
    align-items: flex-end;
  }

  .bl-collections-hub__hero::after {
    background:
      linear-gradient(180deg, rgba(2, 3, 5, .2) 0%, rgba(2, 3, 5, .48) 33%, rgba(2, 3, 5, .98) 72%),
      linear-gradient(90deg, rgba(2, 3, 5, .76), rgba(2, 3, 5, .12));
  }

  .bl-collections-hub__hero-media img {
    object-position: 68% center;
  }

  .bl-collections-hub__hero-container {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .bl-collections-hub__hero-copy {
    max-width: 100%;
  }

  .bl-collections-hub__title {
    max-width: 11ch;
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .bl-collections-hub__subtitle {
    max-width: 36ch;
    font-size: 17px;
  }

  .bl-collections-hub__grid,
  .bl-collections-hub__steps,
  .bl-collections-hub__cta-inner {
    grid-template-columns: 1fr;
  }

  .bl-collections-hub__hero-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bl-collections-hub__hero-stats div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: baseline;
  }

  .bl-collections-hub__card--featured {
    grid-column: auto;
  }

  .bl-collections-hub__card--featured .bl-collections-hub__card-link {
    display: flex;
  }

  .bl-collections-hub__card--featured .bl-collections-hub__card-media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .bl-collections-hub__card--featured .bl-collections-hub__card-body {
    min-height: 0;
    padding: 27px 28px 25px;
  }

  .bl-collections-hub__card--featured .bl-collections-hub__card-body h3 {
    font-size: clamp(24px, 6.4vw, 34px);
  }

  .bl-collections-hub__card-body {
    min-height: 0;
  }

  .bl-collections-hub__card-action {
    margin-top: 4px;
  }

  .bl-collections-hub__steps {
    gap: 0;
    margin-top: 34px;
    border-right: 0;
    border-left: 0;
  }

  .bl-collections-hub__steps li {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 18px;
    padding: 26px 0;
    align-items: start;
    text-align: left;
  }

  .bl-collections-hub__steps li + li {
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }

  .bl-collections-hub__step-icon {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .bl-collections-hub__steps p {
    max-width: 40ch;
    margin: 9px 0 0;
  }

  .bl-collections-hub__cta-inner {
    gap: 38px;
  }
}

@media (max-width: 430px) {
  .bl-collections-hub__container {
    width: min(100% - 28px, 1180px);
  }

  .bl-collections-hub__hero {
    min-height: 620px;
  }

  .bl-collections-hub__eyebrow {
    font-size: 11px;
  }

  .bl-collections-hub__title {
    font-size: clamp(36px, 10.5vw, 44px);
  }

  .bl-collections-hub__button {
    width: 100%;
    min-width: 0;
  }

  .bl-collections-hub__section-header {
    margin-bottom: 28px;
  }

  .bl-collections-hub__card-body {
    padding: 23px 22px;
  }

  .bl-collections-hub__card-body h3 {
    font-size: 24px;
  }

  .bl-collections-hub__card-body p,
  .bl-collections-hub__section-header p,
  .bl-collections-hub__cta-copy > p:last-child {
    font-size: 15px;
  }

  .bl-collections-hub__choose > .bl-collections-hub__container > h2 {
    text-align: left;
  }
}

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