.trending-page {
  --trend-gold: #b98b3c;
  --trend-page: #fbfaf7;
  --trend-hairline: rgba(37, 35, 31, .18);
  background: var(--trend-page);
}

.trend-main {
  overflow: hidden;
}

.trend-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) 74px minmax(0, 1.08fr);
  min-height: clamp(590px, 57vw, 820px);
  border-bottom: 1px solid var(--trend-hairline);
  background: #fff;
}

.trend-hero__media,
.trend-model,
.trend-product figure {
  margin: 0;
  overflow: hidden;
}

.trend-hero__media img,
.trend-model img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trend-hero__media img {
  object-position: 50% 42%;
}

.trend-hero__spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0 54px;
  border-right: 1px solid var(--trend-hairline);
  border-left: 1px solid var(--trend-hairline);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.trend-hero__spine > span {
  writing-mode: vertical-rl;
}

.trend-hero__spine ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0 0 22px;
  list-style: none;
  color: var(--soft-ink);
}

.trend-hero__spine li:last-child {
  position: relative;
}

.trend-hero__spine li:last-child::after {
  content: "";
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 1px;
  height: 24px;
  background: var(--trend-gold);
}

.trend-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(40px, 6vw, 120px);
}

.trend-kicker {
  order: 2;
  margin: 32px 0 0;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.trend-hero__copy h1 {
  order: 1;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5rem, 9.4vw, 10.6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .86;
  text-transform: uppercase;
}

.trend-hero__copy > p:last-child {
  order: 3;
  margin: 24px 0 0;
  color: var(--soft-ink);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.35;
}

.trend-ticker {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 58px;
  padding: 0 28px;
  overflow: hidden;
  border-bottom: 1px solid var(--trend-hairline);
  background: var(--trend-page);
  white-space: nowrap;
}

.trend-ticker span {
  display: inline-flex;
  align-items: center;
  font-size: .58rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trend-ticker span:not(:last-child)::after {
  content: "•";
  margin: 0 13px;
  color: var(--trend-gold);
}

.trend-editorial {
  width: min(100% - 28px, 1900px);
  margin: 0 auto;
}

.trend-story {
  border-bottom: 1px solid var(--trend-hairline);
  padding: 22px 12px 26px;
}

.trend-story__heading span {
  display: block;
  margin-bottom: 20px;
  color: var(--trend-gold);
  font-family: var(--display);
  font-size: 1.35rem;
}

.trend-story__heading span::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 14px;
  background: var(--trend-gold);
}

.trend-story__heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.03;
  text-transform: uppercase;
}

.trend-product {
  display: grid;
  align-content: start;
  min-width: 0;
  text-align: center;
}

.trend-product figure {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(37, 35, 31, .13);
  background: #fff;
}

.trend-product figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trend-product > div {
  min-height: 72px;
  padding: 14px 8px 0;
}

.trend-product h3 {
  margin: 0;
  font-size: .67rem;
  font-weight: 650;
  letter-spacing: .07em;
  line-height: 1.45;
  text-transform: uppercase;
}

.trend-product p {
  margin: 5px 0 0;
  color: var(--soft-ink);
  font-size: .69rem;
  line-height: 1.35;
}

.trend-product .trend-product__meta {
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .025em;
}

.trend-product:focus-visible {
  outline: 2px solid var(--trend-gold);
  outline-offset: 4px;
}

.trend-product figure img,
.trend-model img {
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .trend-product:hover figure img {
    transform: scale(1.025);
  }

  .trend-model:hover img {
    transform: scale(1.012);
  }

  .trend-model--wide:hover img {
    transform: none;
  }
}

.trend-story--one {
  display: grid;
  grid-template-columns: minmax(126px, .64fr) minmax(150px, .92fr) minmax(240px, 1.45fr) repeat(2, minmax(170px, 1.08fr));
  gap: 14px;
  align-items: end;
}

.trend-story--one .trend-story__heading {
  align-self: start;
  padding: 24px 8px 0 4px;
}

.trend-story--one .trend-product--black-clover {
  align-self: end;
}

.trend-model--portrait-one {
  aspect-ratio: .76;
}

.trend-model--portrait-one img {
  object-position: 53% center;
}

.trend-story--two {
  display: grid;
  grid-template-columns: minmax(138px, .66fr) minmax(0, 4.34fr);
  gap: 14px;
  align-items: start;
}

.trend-story--two .trend-story__heading {
  grid-row: 1 / span 2;
  padding: 24px 8px 0 4px;
}

.trend-model--wide {
  aspect-ratio: 1610 / 496;
}

.trend-model--wide img {
  object-position: 43% 50%;
}

.trend-story__products {
  display: grid;
  min-width: 0;
}

.trend-story__products--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trend-story--two .trend-story__products {
  margin-top: 0;
}

.trend-story--three {
  display: grid;
  grid-template-columns: minmax(138px, .66fr) minmax(0, 3fr) minmax(280px, 1.34fr);
  gap: 14px;
  align-items: end;
}

.trend-story--three .trend-story__heading {
  align-self: start;
  padding: 24px 8px 0 4px;
}

.trend-model--portrait-three {
  aspect-ratio: .86;
}

.trend-model--portrait-three img {
  object-position: 51% center;
}

.trend-story--four {
  display: grid;
  grid-template-columns: minmax(126px, .64fr) minmax(150px, .92fr) minmax(240px, 1.45fr) repeat(2, minmax(170px, 1.08fr));
  gap: 14px;
  align-items: end;
}

.trend-story--four .trend-story__heading {
  align-self: start;
  padding: 24px 8px 0 4px;
}

.trend-model--portrait-four {
  aspect-ratio: .76;
}

.trend-model--portrait-four img {
  object-position: 52% center;
}

.trending-page .site-footer {
  background: var(--trend-page);
}

@media (max-width: 1120px) {
  .trend-hero {
    grid-template-columns: minmax(0, .95fr) 58px minmax(0, 1.05fr);
  }

  .trend-story--one,
  .trend-story--four {
    grid-template-columns: minmax(112px, .72fr) minmax(150px, 1fr) minmax(230px, 1.55fr) repeat(2, minmax(150px, 1.06fr));
  }

  .trend-story--three {
    grid-template-columns: minmax(112px, .7fr) minmax(0, 3fr) minmax(240px, 1.45fr);
  }
}

@media (max-width: 900px) {
  .trend-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .trend-hero__media {
    aspect-ratio: 4 / 4.2;
  }

  .trend-hero__spine {
    display: none;
  }

  .trend-hero__copy {
    min-height: 380px;
    padding: 54px 24px 58px;
  }

  .trend-hero__copy h1 {
    font-size: clamp(4.25rem, 19vw, 7.4rem);
  }

  .trend-ticker {
    min-height: 52px;
    padding: 0 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .trend-ticker::-webkit-scrollbar {
    display: none;
  }

  .trend-editorial {
    width: min(100% - 20px, 760px);
  }

  .trend-story,
  .trend-story--one,
  .trend-story--two,
  .trend-story--three,
  .trend-story--four {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 28px 2px 30px;
  }

  .trend-story__heading,
  .trend-story--one .trend-story__heading,
  .trend-story--two .trend-story__heading,
  .trend-story--three .trend-story__heading,
  .trend-story--four .trend-story__heading {
    grid-column: 1 / -1;
    grid-row: auto;
    padding: 0 2px 12px;
  }

  .trend-story__heading h2 {
    font-size: 2rem;
  }

  .trend-story__products,
  .trend-story__products--three {
    display: contents;
  }

  .trend-model--portrait-one,
  .trend-model--portrait-three,
  .trend-model--portrait-four,
  .trend-model--wide {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }

  .trend-story--one .trend-product--black-clover {
    align-self: start;
  }
}

@media (max-width: 520px) {
  .trend-hero__media {
    aspect-ratio: 1 / 1.08;
  }

  .trend-hero__copy {
    min-height: 330px;
  }

  .trend-story,
  .trend-story--one,
  .trend-story--two,
  .trend-story--three,
  .trend-story--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trend-product h3 {
    font-size: .59rem;
    letter-spacing: .055em;
  }

  .trend-product p {
    font-size: .63rem;
  }

  .trend-product > div {
    min-height: 68px;
    padding: 12px 4px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trend-product figure img,
  .trend-model img {
    transition: none;
  }
}
