.knit-hero .hero-brand-overlay {
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  white-space: nowrap;
}

.knit-hero-year {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.knit-hero-name {
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
}

.knit-hero-signature {
  margin-left: 0.08em;
  font-family: var(--font-sans);
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 768px) {
  .knit-hero .hero-brand-overlay { gap: 0.12em; }
  .knit-hero-year { font-size: 0.76em; }
  .knit-hero-signature { font-size: 0.46em; }
}

.fakefur-hero .hero-brand-overlay {
  display: flex;
  align-items: baseline;
  gap: 0.13em;
  white-space: nowrap;
  font-size: clamp(38px, 7.4vw, 116px);
}

.fakefur-hero-year {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.fakefur-hero-name {
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
}

.fakefur-hero-signature {
  margin-left: 0.06em;
  font-family: var(--font-sans);
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 768px) {
  .fakefur-hero .hero-brand-overlay {
    gap: 0.1em;
    font-size: clamp(25px, 8vw, 48px);
  }
  .fakefur-hero-year { font-size: 0.76em; }
  .fakefur-hero-signature { font-size: 0.46em; }
}
.fakefur-hero .hero-brand-overlay {
  isolation: isolate;
}

.fakefur-hero .hero-brand-overlay::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.2em -0.28em -0.24em -0.22em;
  background: linear-gradient(90deg, rgba(20, 17, 15, 0.48), rgba(20, 17, 15, 0.27) 68%, rgba(20, 17, 15, 0));
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .fakefur-hero .hero-brand-overlay::before {
    inset: -0.26em -0.32em -0.3em -0.24em;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
}
.hero-image-wrapper[data-season="fw"] .hero-brand-overlay {
  display: flex;
  align-items: baseline;
  gap: 0.13em;
  white-space: nowrap;
  font-size: clamp(38px, 7.2vw, 114px);
}

.selection-hero-year {
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.selection-hero-name {
  font-size: 1em;
  font-weight: inherit;
  letter-spacing: inherit;
}

.selection-hero-signature {
  margin-left: 0.06em;
  font-family: var(--font-sans);
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

@media (max-width: 768px) {
  .hero-image-wrapper[data-season="fw"] .hero-brand-overlay {
    gap: 0.1em;
    font-size: clamp(24px, 7.6vw, 46px);
  }
  .selection-hero-year { font-size: 0.76em; }
  .selection-hero-signature { font-size: 0.46em; }
}