.story-quote {
  margin: 48px 0 0;
  padding: 28px 30px;
  border-left: 5px solid var(--ochre);
  background: var(--paper);
  font: 400 1.45rem/1.45 var(--serif);
}

.story-quote cite,
.arrival-quote cite {
  display: block;
  margin-top: 14px;
  font: 600 13px/1.4 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mug-hero-copy {
  background-image:
    linear-gradient(rgba(246, 240, 228, .8), rgba(246, 240, 228, .8)),
    url("/assets/woodstock-mug-drawing.jpg");
  background-position: center;
  background-size: cover;
}

.collaboration-continuation {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 4vw;
  align-items: center;
  margin-top: 30px;
  padding-top: 55px;
  border-top: 1px solid var(--line);
}

.collaboration-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.collaboration-primary-photo {
  margin: 30px 0 0;
  background: var(--ink);
}

.collaboration-primary-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.collaboration-primary-photo figcaption {
  padding: 13px 16px;
  color: var(--cream);
  font-size: 13px;
}

.collaboration-gallery-single {
  grid-template-columns: 1fr;
}

.collaboration-gallery figure {
  margin: 0;
  background: var(--ink);
}

.collaboration-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.collaboration-gallery figcaption {
  min-height: 64px;
  padding: 13px 16px;
  color: var(--cream);
  font-size: 13px;
  line-height: 1.45;
}

.collaboration-copy h3 {
  margin: 10px 0 18px;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.timeline-section {
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 880px;
}

.section-heading > p:last-child {
  max-width: 700px;
  font-size: 18px;
}

.story-timeline {
  list-style: none;
  margin: 55px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
}

.story-timeline li {
  position: relative;
  padding: 34px 26px 8px 0;
}

.story-timeline li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 0 0 5px var(--paper);
}

.story-timeline time {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.story-timeline h3 {
  margin: 12px 0;
  font-size: 1.45rem;
}

.story-timeline p {
  margin: 0;
  padding-right: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.landmark-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  background: var(--ochre);
  color: var(--ink);
}

.landmark-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(23, 59, 80, .28);
}

.landmark-list article {
  position: relative;
  padding: 28px 30px 26px 42px;
  border-bottom: 1px solid rgba(23, 59, 80, .28);
}

.landmark-list article:nth-child(odd) {
  border-right: 1px solid rgba(23, 59, 80, .28);
}

.landmark-list span {
  position: absolute;
  top: 31px;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.landmark-list h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.landmark-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.process-section {
  background: #edf1ef;
}

.location-section {
  background: var(--ink);
  color: var(--cream);
}

.location-section .eyebrow {
  color: var(--ochre);
}

.location-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.location-gallery figure {
  margin: 0;
  background: #0e2a3b;
}

.location-gallery img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}


.location-gallery figcaption {
  display: flex;
  min-height: 55px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 13px 16px;
  color: var(--cream);
  font-size: 13px;
  line-height: 1.45;
}

.location-gallery figcaption strong {
  font-family: var(--serif);
  font-size: 1.05rem;
}

.location-gallery figcaption span {
  color: rgba(246, 240, 228, .76);
}

.process-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 46px;
}

.process-gallery figure {
  margin: 0;
  background: var(--paper);
}

.process-gallery .process-feature {
  grid-column: 1/-1;
}

.process-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.process-gallery .process-feature img {
  aspect-ratio: 3/1;
  object-position: center;
}

.process-gallery .process-drawing img {
  aspect-ratio: 16/9;
  object-position: center;
}

.process-gallery figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 17px 20px;
}

.process-gallery figcaption strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.process-gallery figcaption span {
  color: rgba(23, 59, 80, .78);
  font-size: 14px;
  line-height: 1.55;
}

.arrival-quote {
  max-width: 900px;
  margin: 70px auto 0;
  padding: 0;
  border: 0;
  text-align: center;
  font: 400 clamp(2rem, 4vw, 4rem)/1.15 var(--serif);
}

.woodstock-video-banner,
.woodstock-advent-video {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 76vh;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.woodstock-advent-video {
  grid-column: 1 / -1;
  min-height: 680px;
  margin-top: 42px;
  padding: 0;
  border-top: 0;
}

.woodstock-video-banner > video,
.woodstock-advent-video > video,
.woodstock-video-poster,
.woodstock-video-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.woodstock-video-banner > video,
.woodstock-advent-video > video,
.woodstock-video-poster {
  object-fit: cover;
}

.woodstock-video-banner > video,
.woodstock-advent-video > video {
  z-index: 1;
}

.woodstock-video-poster {
  z-index: 0;
}

.woodstock-video-banner > video {
  object-position: center 46%;
}

.woodstock-advent-video > video,
.woodstock-advent-video > .woodstock-video-poster {
  object-position: center 42%;
}

.woodstock-video-shade {
  z-index: 2;
  background: linear-gradient(90deg, rgba(8, 22, 19, .9) 0%, rgba(8, 22, 19, .66) 48%, rgba(8, 22, 19, .18) 80%), linear-gradient(0deg, rgba(8, 22, 19, .76), transparent 58%);
}

.woodstock-video-copy {
  position: relative;
  z-index: 3;
  width: min(760px, 78vw);
  padding: clamp(5rem, 12vh, 8rem) clamp(1.5rem, 7vw, 7.5rem) clamp(4rem, 8vh, 6.5rem);
}

.woodstock-video-copy .eyebrow {
  color: var(--ochre);
}

.woodstock-video-copy h2,
.woodstock-video-copy h3 {
  max-width: 720px;
  margin: .25em 0 .3em;
  color: var(--cream);
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.woodstock-video-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.woodstock-video-toggle {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(18, 35, 31, .72);
  color: #fff;
  font: 600 12px/1 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.woodstock-video-toggle:focus-visible {
  outline: 3px solid var(--ochre);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .story-timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
  }

  .story-timeline li:nth-child(n+4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 800px) {
  .landmark-section {
    grid-template-columns: 1fr;
  }

  .story-timeline {
    grid-template-columns: 1fr;
    margin-top: 35px;
    border-top: 0;
  }

  .story-timeline li,
  .story-timeline li:nth-child(n+4) {
    padding: 18px 0 22px 30px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .story-timeline li::before {
    top: 24px;
    left: -7px;
  }

  .landmark-list,
  .process-gallery {
    grid-template-columns: 1fr;
  }

  .collaboration-continuation {
    grid-template-columns: 1fr;
  }

  .location-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .location-gallery figure {
    grid-column: auto;
    grid-row: auto;
  }

  .location-gallery img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4/5;
  }

  .landmark-list article:nth-child(odd) {
    border-right: 0;
  }

  .process-gallery .process-feature {
    grid-column: auto;
  }

  .process-gallery .process-feature img,
  .process-gallery img {
    aspect-ratio: 4/3;
  }

  .woodstock-video-banner,
  .woodstock-advent-video {
    min-height: 650px;
  }

  .woodstock-video-shade {
    background: linear-gradient(0deg, rgba(8, 22, 19, .94) 0%, rgba(8, 22, 19, .68) 50%, rgba(8, 22, 19, .14) 84%);
  }

  .woodstock-video-copy {
    width: 100%;
    padding: 42vh 6vw 7vh;
  }

  .woodstock-video-copy h2,
  .woodstock-video-copy h3 {
    font-size: clamp(2.65rem, 12vw, 4.5rem);
  }

  .woodstock-video-toggle {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 520px) {
  .story-quote {
    padding: 22px;
    font-size: 1.25rem;
  }

  .process-gallery figcaption {
    padding: 15px;
  }

  .arrival-quote {
    margin-top: 50px;
  }

  .location-gallery {
    grid-template-columns: 1fr;
  }

  .collaboration-gallery {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woodstock-video-banner > video,
  .woodstock-advent-video > video {
    display: none;
  }
}
