.surface-collection-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.surface-collection-page .surface-hero {
  position: relative;
  display: block;
  min-height: 820px;
  padding: 150px 7vw 72px;
  overflow: hidden;
  background: #f3f3f1;
}

.surface-collection-page .surface-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 35%,rgba(255,255,255,.64) 48%,rgba(255,255,255,.08) 67%,transparent 78%);
}

.surface-collection-page .surface-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(52%,780px);
  min-height: 598px;
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
}

.surface-collection-page .surface-hero h1 {
  max-width: 780px;
  margin: 0 0 28px;
  font-size: clamp(4.25rem,7.2vw,8.5rem);
  line-height: .84;
  letter-spacing: -.075em;
}

.surface-collection-page .surface-hero h1 em {
  display: block;
  letter-spacing: -.055em;
}

.surface-collection-page .surface-hero-copy > p:last-child {
  max-width: 590px;
  margin: 0;
  color: #4e4e4e;
  font-size: clamp(1rem,1.25vw,1.25rem);
  line-height: 1.7;
}

.surface-collection-page .surface-hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  background: transparent;
}

.surface-collection-page .surface-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
  transform: none;
  filter: none;
  box-shadow: none;
}

.surface-collection-page.hero-soft-blend .surface-hero-visual img {
  -webkit-mask-image: linear-gradient(90deg,transparent 0 34%,#000 58%,#000 100%);
  mask-image: linear-gradient(90deg,transparent 0 34%,#000 58%,#000 100%);
}

.surface-collection-page .surface-hero-label {
  position: absolute;
  z-index: 3;
  right: 7vw;
  bottom: 72px;
  width: min(260px,48%);
  height: auto;
  padding: 24px 26px;
  display: block;
  background: #c1ff72;
}

.surface-collection-page .surface-hero-label span {
  display: block;
  margin-bottom: 8px;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.surface-collection-page .surface-hero-label strong {
  font: inherit;
  font-size: 1.05rem;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .surface-collection-page .surface-hero { padding-inline: 5vw; }
  .surface-collection-page .surface-hero-copy { width: min(57%,660px); }
  .surface-collection-page .surface-hero-label { right: 5vw; }
}

@media (max-width: 760px) {
  .surface-collection-page .site-header { position: relative; }

  .surface-collection-page .surface-hero {
    min-height: 980px;
    padding: 64px 20px 430px;
  }

  .surface-collection-page .surface-hero::after {
    background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 46%,rgba(255,255,255,.28) 57%,transparent 68%);
  }

  .surface-collection-page .surface-hero h1 {
    font-size: clamp(3.25rem,16vw,4.85rem);
    line-height: .88;
  }

  .surface-collection-page .surface-hero-copy {
    width: 100%;
    min-height: 0;
    justify-content: flex-start;
  }

  .surface-collection-page .surface-hero-visual {
    inset: auto 0 0;
    height: 430px;
    min-height: 0;
  }

  .surface-collection-page .surface-hero-visual img {
    object-fit: cover;
    object-position: right center;
    transform: none;
  }

  .surface-collection-page.hero-soft-blend .surface-hero-visual img {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .surface-collection-page .surface-hero-label {
    right: auto;
    left: 20px;
    bottom: 20px;
    width: min(240px,72%);
    padding: 20px;
  }
}
