.bl-collection-page {
  min-height: 100vh;
  overflow: clip;
  color: #f5f5f5;
  background:
    linear-gradient(180deg, rgba(229, 9, 20, .06), transparent 520px),
    #070708;
}

.bl-collection-page *,
.bl-collection-page *::before,
.bl-collection-page *::after {
  box-sizing: border-box;
}

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

.bl-collection-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 610px;
  padding: clamp(122px, 13vw, 178px) 0 clamp(70px, 7vw, 96px);
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(100deg, rgba(3, 3, 4, .99) 0%, rgba(3, 3, 4, .9) 32%, rgba(3, 3, 4, .42) 62%, rgba(3, 3, 4, .12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .68)),
    var(--bl-collection-hero, none) 62% center / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.bl-collection-hero::before {
  position: absolute;
  z-index: -1;
  right: 9%;
  bottom: -170px;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  content: "";
  background: rgba(229, 9, 20, .18);
  filter: blur(120px);
}

.bl-collection-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #d71920 0 24%, transparent 24%);
}

.bl-collection-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 32px;
  color: #b8b8b8;
  font-size: 14px;
}

.bl-collection-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.bl-collection-breadcrumb a:hover,
.bl-collection-breadcrumb a:focus-visible {
  color: #ff4a50;
}

.bl-collection-eyebrow {
  margin: 0 0 15px;
  color: #ff4249;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bl-collection-title {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.1vw, 84px);
  font-weight: 350;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.bl-collection-subtitle {
  max-width: 770px;
  margin: 24px 0 0;
  color: #e4e4e7;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.55;
}

.bl-collection-body {
  position: relative;
  padding: clamp(64px, 7vw, 98px) 0 110px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 240px),
    radial-gradient(circle at 85% 8%, rgba(229, 9, 20, .12), transparent 30%);
}

.bl-collection-body::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 74%, transparent);
}

.bl-collection-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
  margin-bottom: clamp(72px, 8vw, 106px);
}

.bl-collection-visual {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), transparent 34%), #121214;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.bl-collection-visual__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #050506;
}

.bl-collection-visual__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(18, 18, 20, .9));
}

.bl-collection-visual__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl-collection-visual__panel {
  padding: 26px 28px 30px;
}

.bl-collection-visual__panel p {
  margin: 0 0 12px;
  color: #ff4b54;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bl-collection-visual__panel strong {
  display: block;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 350;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.bl-collection-visual__panel span {
  display: block;
  margin-top: 14px;
  color: #cfcfd3;
  font-size: 15px;
  line-height: 1.65;
}

.bl-collection-copy {
  min-width: 0;
  color: #d7d7da;
  font-size: 18px;
  line-height: 1.78;
}

.bl-collection-copy > p:first-child {
  margin-top: 0;
  padding: 28px 32px;
  color: #f0f0f2;
  background: linear-gradient(135deg, rgba(229, 9, 20, .14), rgba(255, 255, 255, .045));
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.58;
}

.bl-collection-copy h2,
.bl-collection-copy h3 {
  color: #fff;
  font-weight: 350;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.bl-collection-copy h2 {
  margin: 54px 0 20px;
  font-size: clamp(30px, 3.5vw, 46px);
}

.bl-collection-copy h3 {
  margin: 30px 0 12px;
  font-size: 24px;
}

.bl-collection-copy a {
  color: #ff656a;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.bl-collection-copy ul,
.bl-collection-copy ol {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 24px 26px 24px 46px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
}

.bl-collection-copy ul > li {
  list-style: disc;
}

.bl-collection-copy ol > li {
  list-style: decimal;
}

.bl-collection-products {
  position: relative;
  padding-top: 4px;
}

.bl-collection-section-heading {
  margin: 0 0 32px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 350;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.bl-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.bl-collection-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .07), transparent 36%),
    #131315;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.bl-collection-card:hover,
.bl-collection-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(229, 9, 20, .8);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
}

.bl-collection-card__link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.bl-collection-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1.14;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .08), transparent 42%),
    #050506;
}

.bl-collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.bl-collection-card:hover .bl-collection-card__media img,
.bl-collection-card:focus-within .bl-collection-card__media img {
  transform: scale(1.035);
}

.bl-collection-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 22px;
}

.bl-collection-card__title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.32;
}

.bl-collection-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
  color: #c5c5c8;
  font-size: 13px;
  line-height: 1.4;
}

.bl-collection-card__meta span {
  padding: 7px 9px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
}

.bl-collection-card__action {
  display: inline-flex;
  margin-top: auto;
  padding-top: 24px;
  color: #ff4b54;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.bl-collection-card__badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  color: #fff;
  background: #a91e24;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bl-collection-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  margin-top: 56px;
  padding: 32px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(229, 9, 20, .18), rgba(255, 255, 255, .045)),
    #141416;
  border: 1px solid rgba(229, 9, 20, .42);
  border-radius: 18px;
}

.bl-collection-cta__copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 350;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.bl-collection-cta__copy p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #cfcfd3;
  font-size: 16px;
  line-height: 1.6;
}

.bl-collection-cta__actions {
  display: grid;
  gap: 12px;
}

.bl-collection-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, #ec2731, #c91924);
  border: 1px solid rgba(255, 101, 109, .72);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(229, 9, 20, .2);
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bl-collection-btn--secondary {
  background: rgba(7, 7, 8, .45);
  border-color: rgba(255, 255, 255, .48);
  box-shadow: none;
}

.bl-collection-btn:hover,
.bl-collection-btn:focus-visible {
  color: #fff;
  background: #ef2c36;
  border-color: #ff4a52;
  transform: translateY(-2px);
}

.bl-collection-btn--secondary:hover,
.bl-collection-btn--secondary:focus-visible {
  background: rgba(255, 255, 255, .09);
  border-color: #fff;
}

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

@media (max-width: 980px) {
  .bl-collection-layout {
    grid-template-columns: 1fr;
  }

  .bl-collection-visual {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }

  .bl-collection-visual__media {
    aspect-ratio: auto;
  }

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

@media (max-width: 700px) {
  .bl-collection-container {
    width: min(100% - 28px, 1180px);
  }

  .bl-collection-hero {
    min-height: 650px;
    padding-top: 112px;
    background:
      linear-gradient(180deg, rgba(3, 3, 4, .3) 0%, rgba(3, 3, 4, .76) 42%, rgba(3, 3, 4, .98) 100%),
      var(--bl-collection-hero, none) 68% center / cover no-repeat;
  }

  .bl-collection-title {
    font-size: clamp(40px, 11vw, 56px);
  }

  .bl-collection-subtitle {
    font-size: 17px;
  }

  .bl-collection-visual,
  .bl-collection-grid {
    grid-template-columns: 1fr;
  }

  .bl-collection-visual__media {
    aspect-ratio: 16 / 10;
  }

  .bl-collection-copy {
    font-size: 16px;
  }

  .bl-collection-copy > p:first-child {
    padding: 23px 22px;
    font-size: 18px;
  }

  .bl-collection-copy ul,
  .bl-collection-copy ol {
    padding: 22px 22px 22px 40px;
  }

  .bl-collection-card__media {
    aspect-ratio: 16 / 11;
  }

  .bl-collection-cta,
  .bl-collection-cta__actions,
  .bl-collection-btn {
    width: 100%;
  }

  .bl-collection-cta {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
}

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