.collection-page {
  background: var(--paper);
}

.collection-page .site-header {
  color: var(--white);
}

.collection-page .site-header.is-scrolled {
  color: var(--ink);
}

.collection-page .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-index,
.collection-home {
  justify-self: end;
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.collection-home {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  gap: 0.55rem;
}

.collection-home svg {
  width: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.collection-hero {
  display: grid;
  grid-template-columns: minmax(23rem, 38%) 1fr;
  height: 88svh;
  min-height: 88svh;
  color: var(--white);
  background: var(--collection-ink, #17211f);
}

.collection-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9rem var(--page-pad) clamp(4rem, 9vh, 7rem);
}

.collection-kicker {
  margin: 0 0 1rem;
  font-size: 0.67rem;
  letter-spacing: 0.18em;
}

.collection-hero h1 {
  max-width: 5em;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.4rem, 7vw, 8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.collection-deck {
  max-width: 24rem;
  margin: 1.5rem 0 1.8rem;
  color: rgba(248, 247, 242, 0.74);
  font-size: 0.9rem;
}

.collection-hero-media {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.collection-hero-media img {
  height: 100%;
  object-fit: cover;
  animation: collection-breathe 28s ease-in-out infinite alternate;
}

.tone-city {
  --collection-ink: #1d2828;
  --collection-soft: #dbe2df;
}

.tone-city .collection-hero-media img {
  object-position: 52% center;
}

.tone-coast {
  --collection-ink: #243a43;
  --collection-soft: #dfe7e6;
}

.tone-coast .collection-hero-media img {
  object-position: 52% center;
}

.tone-moments {
  --collection-ink: #394737;
  --collection-soft: #e8e3d5;
}

.tone-moments .collection-hero-media img {
  object-position: 48% center;
}

@keyframes collection-breathe {
  from {
    transform: scale(1.01);
  }
  to {
    transform: scale(1.045);
  }
}

.collection-content {
  overflow: hidden;
}

.chapter {
  padding: clamp(6rem, 11vw, 11rem) var(--page-pad);
}

.chapter:nth-child(even) {
  background: var(--collection-soft);
}

.chapter-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 0.8fr;
  align-items: end;
  gap: clamp(1.5rem, 4vw, 5rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.chapter-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 6.5rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.chapter-heading > p:last-child {
  max-width: 24rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1.2rem, 2.6vw, 3rem);
}

.story-shot {
  grid-column: span 6;
  margin: 0;
}

.story-shot img {
  height: 100%;
  object-fit: cover;
  background: #d4d6d0;
  transition: transform 850ms var(--ease), filter 400ms ease;
}

.story-shot:hover img {
  filter: saturate(1.04);
  transform: scale(1.012);
}

.story-shot > div {
  overflow: hidden;
}

.shot-wide {
  grid-column: 1 / 9;
}

.shot-wide-right {
  grid-column: 5 / -1;
}

.shot-tall-left {
  grid-column: 1 / 5;
}

.shot-tall-right {
  grid-column: 9 / -1;
}

.shot-mid-left {
  grid-column: 1 / 7;
}

.shot-mid-right {
  grid-column: 7 / -1;
}

.shot-full {
  grid-column: 1 / -1;
}

.shot-offset {
  margin-top: clamp(3rem, 9vw, 9rem);
}

.shot-wide img,
.shot-wide-right img,
.shot-mid-left img,
.shot-mid-right img {
  aspect-ratio: 4 / 3;
}

.shot-tall-left img,
.shot-tall-right img {
  aspect-ratio: 3 / 4;
}

.shot-full img {
  aspect-ratio: 16 / 8.4;
}

.story-shot figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  color: var(--ink-soft);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.story-shot figcaption span:last-child {
  text-align: right;
}

.trio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 2vw, 2rem);
}

.trio-grid .story-shot {
  grid-column: auto;
}

.trio-grid img {
  aspect-ratio: 3 / 4;
}

.motion-chapter {
  color: var(--white);
  background: var(--collection-ink) !important;
}

.motion-chapter .chapter-heading > p:last-child,
.motion-chapter .section-index,
.motion-chapter figcaption {
  color: rgba(248, 247, 242, 0.64);
}

.motion-chapter .motion-grid {
  margin: 0;
}

.collection-next {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 64svh;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  background: #192321;
}

.collection-next picture,
.collection-next img,
.collection-next-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.collection-next img {
  object-fit: cover;
}

.collection-next-shade {
  background: rgba(10, 16, 15, 0.53);
}

.collection-next-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.5rem;
  padding: 3rem var(--page-pad);
}

.collection-next-copy small {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
}

.collection-next-copy strong {
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.collection-next-copy span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .collection-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    padding-top: 4.25rem;
  }

  .collection-hero-media {
    order: 1;
    height: 58svh;
    min-height: 58svh;
  }

  .collection-hero-copy {
    order: 2;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .collection-hero h1 {
    font-size: clamp(4rem, 16vw, 7rem);
  }

  .chapter-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .chapter-heading h2 {
    grid-row: 2;
  }

  .chapter-heading > p:last-child {
    grid-row: 3;
  }

  .shot-wide,
  .shot-wide-right {
    grid-column: 1 / 9;
  }

  .shot-tall-left,
  .shot-tall-right {
    grid-column: 9 / -1;
  }
}

@media (max-width: 760px) {
  .header-index {
    font-size: 0.6rem;
  }

  .collection-home span {
    display: none;
  }

  .collection-hero-media {
    height: 50svh;
    min-height: 50svh;
  }

  .tone-moments .collection-hero-media {
    height: 46svh;
    min-height: 46svh;
  }

  .collection-hero-copy {
    padding: 2rem var(--page-pad);
  }

  .collection-deck {
    font-size: 0.84rem;
  }

  .chapter {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .chapter-heading {
    margin-bottom: 3.5rem;
  }

  .chapter-heading h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .story-grid {
    display: block;
  }

  .story-shot,
  .shot-wide,
  .shot-wide-right,
  .shot-tall-left,
  .shot-tall-right,
  .shot-mid-left,
  .shot-mid-right,
  .shot-full {
    width: 100%;
    margin: 0 0 3.6rem;
  }

  .shot-offset {
    margin-top: 0;
  }

  .story-shot img,
  .shot-wide img,
  .shot-wide-right img,
  .shot-mid-left img,
  .shot-mid-right img,
  .shot-full img {
    aspect-ratio: auto;
    max-height: 76svh;
  }

  .shot-tall-left img,
  .shot-tall-right img {
    aspect-ratio: 3 / 4;
  }

  .trio-grid {
    display: flex;
    gap: 0.9rem;
    margin-right: calc(-1 * var(--page-pad));
    padding-right: var(--page-pad);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .trio-grid::-webkit-scrollbar {
    display: none;
  }

  .trio-grid .story-shot {
    flex: 0 0 78vw;
    margin-bottom: 0;
    scroll-snap-align: start;
  }

  .collection-next {
    min-height: 58svh;
  }
}

@media (max-width: 380px) {
  .collection-hero-copy {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .collection-deck {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
  }

  .tone-moments .collection-hero-media {
    height: 40svh;
    min-height: 40svh;
  }
}

@media (max-height: 650px) and (orientation: landscape) {
  .collection-hero {
    grid-template-columns: minmax(21rem, 39%) 1fr;
    height: 100svh;
    min-height: 100svh;
    padding-top: 0;
  }

  .collection-hero-media,
  .collection-hero-copy {
    order: initial;
  }

  .collection-hero-media {
    height: 100svh;
    min-height: 100svh;
  }

  .collection-hero-copy {
    padding-top: 5rem;
    padding-bottom: 1.7rem;
  }

  .collection-hero h1 {
    font-size: clamp(3.3rem, 8.5vh, 5rem);
  }

  .collection-deck {
    margin: 0.8rem 0 0.9rem;
    font-size: 0.74rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-hero-media img {
    animation: none;
  }
}
