.collection-section {
  overflow: hidden;
}

.collection-section .section-title {
  margin-bottom: 48px;
}

.collection-section .section-title h2 {
  margin-bottom: 4px;
}

.category-flourish {
  color: #fff;
  font: 28px/1 var(--maia-heading-font, "Cormorant Garamond", serif);
  letter-spacing: 4px;
}

.category-promo-shell {
  position: relative;
  width: min(1400px, 100%);
  margin: 65px auto 0;
  padding-top: 95px;
}

.collection-message {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 110vw;
  transform: translateX(-50%);
  color: rgb(255 255 255 / 17%);
  font: 500 clamp(72px, 9vw, 148px)/0.9 var(--maia-heading-font, "Cormorant Garamond", serif);
  letter-spacing: 0.015em;
  text-align: center;
  white-space: nowrap;
}

.category-promos {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: 38px;
  width: 100%;
  padding: 0;
}

.category-promos .promo-card {
  height: 325px;
  background: #faf7f1;
}

.category-promos .promo-card > div {
  z-index: 3;
  top: 42px;
  left: 40px;
  width: 43%;
  color: #191919;
}

.category-promos .promo-card > div > span {
  color: #ff5722;
  font-size: 14px;
}

.category-promos .promo-card h2 {
  margin: 13px 0 35px;
  font-size: 30px;
  line-height: 1.35;
}

.category-promos .promo-card .text-link {
  font-size: 12px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.category-promos .promo-card > img {
  right: -3%;
  width: 65%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.category-promos .promo-card:last-child > img {
  right: -12%;
  width: 68%;
}

@media (max-width: 1000px) {
  .category-promo-shell { padding-top: 75px; }
  .category-promos { grid-template-columns: 1fr 1fr; gap: 25px; }
  .category-promos .promo-card { height: 290px; }
  .category-promos .promo-card > div { top: 32px; left: 28px; }
  .category-promos .promo-card h2 { font-size: 25px; }
  .collection-message { font-size: 90px; }
}

@media (max-width: 760px) {
  .collection-section .section-title { margin-bottom: 35px; }
  .category-flourish { font-size: 23px; }
  .category-promo-shell { margin-top: 45px; padding-top: 55px; }
  .category-promos { grid-template-columns: 1fr; }
  .category-promos .promo-card { height: 270px; }
  .collection-message { font-size: 65px; }
  .category-promos .promo-card > div { width: 50%; }
}

@media (max-width: 480px) {
  .category-promo-shell { padding-top: 42px; }
  .collection-message { font-size: 45px; }
  .category-promos .promo-card { height: 235px; }
  .category-promos .promo-card > div { top: 25px; left: 22px; width: 55%; }
  .category-promos .promo-card h2 { margin: 8px 0 22px; font-size: 21px; }
  .category-promos .promo-card > img { right: -22%; width: 85%; }
}
