/* The collection campaign replaces the former community partnership. */
.focus-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.focus-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  font-size: 16px;
  font-weight: 700;
}
.focus-links a span:first-child { color: var(--accent); font-size: 11px; }
.focus-links a span:last-child { margin-left: auto; }
.focus-links a:hover { color: var(--accent); }
.collectibles-campaign {
  position: relative;
  isolation: isolate;
  background: #ededed;
  color: #111;
  min-height: 640px;
  overflow: hidden;
}
.collectibles-campaign > img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: right center;
  z-index: -1;
}
.collectibles-campaign-copy { padding: 110px 5%; max-width: 58%; }
.collectibles-campaign h2 { font-size: 54px; line-height: 1.05; letter-spacing: 0; }
.collectibles-campaign p:not(.section-kicker) { max-width: 360px; font-size: 18px; margin: 24px 0; }
.collectibles-campaign .section-kicker { color: #24520c; letter-spacing: 0; }
.featured-hero { min-height: min(800px, 100svh); }
.featured-hero-slide:first-child > img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  -webkit-mask-image: none; mask-image: none;
}
.featured-hero-kicker, .focus-links, .section-heading h2 { letter-spacing: 0; }
.featured-hero-content { width: min(48%, 620px); }
.featured-hero h1, .featured-hero h2 { font-size: 60px; overflow-wrap: anywhere; }
.catalog-product-title { overflow-wrap: anywhere; }
.catalog-product-info .catalog-quote-price { margin-top: 10px; color: #b9bdb6; font-size: 12px; }
@media (max-width: 1100px) {
  .focus-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collectibles-campaign-copy { max-width: 60%; }
  .collectibles-campaign h2 { font-size: 40px; }
}
@media (max-width: 640px) {
  .focus-links { gap: 8px 20px; padding-top: 18px; padding-bottom: 18px; }
  .focus-links a { font-size: 13px; gap: 8px; }
  .featured-hero { min-height: 740px; }
  .featured-hero-slide:first-child > img { top: 0; object-position: right center; }
  .featured-hero-content { width: calc(100% - 36px); }
  .featured-hero h1, .featured-hero h2 { font-size: 38px; }
  .collectibles-campaign { min-height: 700px; }
  .collectibles-campaign > img { height: 65%; object-position: center top; }
  .collectibles-campaign-copy { padding: 430px 20px 40px; max-width: none; }
  .collectibles-campaign h2 { font-size: 32px; }
  .collectibles-campaign p:not(.section-kicker) { font-size: 16px; margin: 16px 0; }
}
