body {
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

.cocktail-page {
  position: relative;
  min-height: 100vh;
  padding: 0 calc(320 / 1728 * 100vw) calc(180 / 1728 * 100vw);
  background: #fff;
}

.cocktail-progress {
  position: fixed;
  left: calc(320 / 1728 * 100vw);
  top: calc(94 / 1728 * 100vw);
  width: calc(165 / 1728 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1728 * 100vw);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.cocktail-progress.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cocktail-progress a {
  display: block;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(19 / 1728 * 100vw);
  line-height: 1.2;
  letter-spacing: 0;
  color: #8c8c8c;
  text-decoration: none;
  transition: color 180ms ease;
}

.cocktail-progress a.is-active {
  color: #000;
}

.cocktail-page .time-area {
  top: calc(56 / 1728 * 100vw);
}

.cocktail-back {
  position: absolute;
  left: calc(208 / 1728 * 100vw);
  top: calc(189 / 1728 * 100vw);
  width: calc(20 / 1728 * 100vw);
  height: calc(20 / 1728 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cocktail-back img {
  display: block;
  width: 100%;
  height: auto;
}

.cocktail-hero {
  padding-top: calc(185 / 1728 * 100vw);
}

.cocktail-kicker,
.section-label,
.cocktail-hero-meta,
.project-facts,
.keyword-list,
.category-list,
.system-list {
  font-family: 'Arial Narrow', Arial, sans-serif;
}

.cocktail-kicker {
  margin: 0 0 calc(36 / 1728 * 100vw);
  font-size: calc(18 / 1728 * 100vw);
  line-height: 130%;
  color: #8a8a8a;
}

.cocktail-hero h1 {
  max-width: calc(920 / 1728 * 100vw);
  margin: 0;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(68 / 1728 * 100vw);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}

.cocktail-deck {
  max-width: calc(680 / 1728 * 100vw);
  margin: calc(34 / 1728 * 100vw) 0 0;
  font-family: 'DINish', Arial, sans-serif;
  font-size: calc(20 / 1728 * 100vw);
  line-height: 145%;
}

.cocktail-hero-meta {
  display: flex;
  justify-content: space-between;
  gap: calc(30 / 1728 * 100vw);
  margin-top: calc(55 / 1728 * 100vw);
  padding-top: calc(17 / 1728 * 100vw);
  border-top: 0.3px solid #000;
  font-size: calc(17 / 1728 * 100vw);
}

.media-placeholder {
  position: relative;
  overflow: hidden;
  border: 0.3px solid #cfcfcf;
  background:
    linear-gradient(135deg, transparent calc(50% - 0.5px), #cfcfcf calc(50% - 0.5px), #cfcfcf calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(45deg, transparent calc(50% - 0.5px), #cfcfcf calc(50% - 0.5px), #cfcfcf calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    #e6e6e6;
}

.media-placeholder--hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: calc(34 / 1728 * 100vw);
}

.case-section {
  display: grid;
  grid-template-columns: calc(165 / 1728 * 100vw) 1fr;
  column-gap: calc(70 / 1728 * 100vw);
  margin-top: calc(180 / 1728 * 100vw);
  padding-top: calc(34 / 1728 * 100vw);
  border-top: 0.3px solid #000;
}

.section-heading {
  display: none;
}

.section-number {
  display: block;
  margin-bottom: calc(9 / 1728 * 100vw);
  font-family: 'DINish', Arial, sans-serif;
  font-size: calc(13 / 1728 * 100vw);
  color: #8a8a8a;
}

.section-label {
  margin: 0;
  font-size: calc(20 / 1728 * 100vw);
  line-height: 130%;
}

.section-copy {
  grid-column: 2;
  width: calc(680 / 1728 * 100vw);
}

.section-copy--wide {
  width: calc(790 / 1728 * 100vw);
}

.section-copy h2 {
  margin: 0 0 calc(29 / 1728 * 100vw);
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(40 / 1728 * 100vw);
  font-weight: 400;
  line-height: 105%;
}

.section-copy p,
.section-copy blockquote {
  margin: 0 0 calc(22 / 1728 * 100vw);
  font-family: 'DINish', Arial, sans-serif;
  font-size: calc(17 / 1728 * 100vw);
  line-height: 155%;
}

.section-copy blockquote {
  margin-top: calc(46 / 1728 * 100vw);
  padding-left: calc(24 / 1728 * 100vw);
  border-left: 1px solid #000;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(30 / 1728 * 100vw);
  line-height: 120%;
}

.media-pair,
.media-grid,
.illustration-grid,
.editorial-strip,
.media-placeholder--annotated,
.media-placeholder--panorama,
.media-placeholder--video,
.media-placeholder--exhibition,
.media-placeholder--final,
.project-facts,
.category-list,
.system-list {
  grid-column: 2;
}

.media-pair {
  display: grid;
  grid-template-columns: calc(360 / 1728 * 100vw) 1fr;
  gap: calc(28 / 1728 * 100vw);
  margin-top: calc(75 / 1728 * 100vw);
}

.media-placeholder--portrait {
  aspect-ratio: 4 / 5;
}

.media-placeholder--landscape {
  aspect-ratio: 4 / 3;
}

.media-placeholder--square {
  aspect-ratio: 1;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: calc(35 / 1728 * 100vw) 0 0;
  padding: calc(24 / 1728 * 100vw) 0;
  border-top: 0.3px solid #000;
  border-bottom: 0.3px solid #000;
}

.project-facts div {
  padding-right: calc(22 / 1728 * 100vw);
}

.project-facts dt {
  margin-bottom: calc(10 / 1728 * 100vw);
  font-size: calc(14 / 1728 * 100vw);
  color: #8a8a8a;
}

.project-facts dd {
  margin: 0;
  font-size: calc(17 / 1728 * 100vw);
  line-height: 135%;
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9 / 1728 * 100vw);
  margin: calc(45 / 1728 * 100vw) 0 0;
  padding: 0;
  list-style: none;
}

.keyword-list li {
  padding: calc(9 / 1728 * 100vw) calc(16 / 1728 * 100vw);
  border: 0.6px solid #000;
  border-radius: 50%;
  font-size: calc(16 / 1728 * 100vw);
}

.media-grid {
  display: grid;
  gap: calc(28 / 1728 * 100vw);
  margin-top: calc(75 / 1728 * 100vw);
}

.media-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.media-grid--three {
  grid-template-columns: repeat(3, 1fr);
  margin-top: calc(28 / 1728 * 100vw);
}

.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(55 / 1728 * 100vw);
  margin: calc(65 / 1728 * 100vw) 0 0;
  padding: 0;
  border-top: 0.3px solid #000;
  list-style-position: inside;
}

.category-list li {
  padding: calc(17 / 1728 * 100vw) 0;
  border-bottom: 0.3px solid #cfcfcf;
  font-size: calc(18 / 1728 * 100vw);
}

.system-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 calc(55 / 1728 * 100vw);
  margin: calc(65 / 1728 * 100vw) 0 0;
  padding: 0;
  border-top: 0.3px solid #000;
  list-style: none;
}

.system-list li {
  display: flex;
  gap: calc(20 / 1728 * 100vw);
  padding: calc(16 / 1728 * 100vw) 0;
  border-bottom: 0.3px solid #cfcfcf;
  font-size: calc(18 / 1728 * 100vw);
}

.system-list li span {
  color: #8a8a8a;
}

.media-placeholder--annotated {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: calc(75 / 1728 * 100vw);
}

.illustration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(24 / 1728 * 100vw);
  margin-top: calc(75 / 1728 * 100vw);
}

.illustration-grid .media-placeholder {
  aspect-ratio: 1;
}

.media-placeholder--panorama {
  width: 100%;
  aspect-ratio: 16 / 7;
  margin-top: calc(75 / 1728 * 100vw);
}

.editorial-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(20 / 1728 * 100vw);
  margin-top: calc(28 / 1728 * 100vw);
}

.editorial-strip .media-placeholder {
  aspect-ratio: 3 / 4;
}

.media-placeholder--video {
  width: calc(720 / 1728 * 100vw);
  aspect-ratio: 16 / 9;
  margin: calc(28 / 1728 * 100vw) auto 0;
}

.media-placeholder--exhibition {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: calc(75 / 1728 * 100vw);
}

.media-placeholder--final {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin-top: calc(75 / 1728 * 100vw);
}

.case-section--outcome {
  padding-bottom: calc(80 / 1728 * 100vw);
}

.cocktail-next {
  display: inline-block;
  margin-top: calc(70 / 1728 * 100vw);
  font-family: 'Banquise', 'Arial Narrow', Arial, sans-serif;
  font-size: calc(22 / 1728 * 100vw);
  color: #000;
  text-decoration: none;
}

@media (max-width: 800px) {
  .cocktail-progress {
    display: none;
  }

  .cocktail-page {
    padding-right: calc(90 / 1728 * 100vw);
  }

  .section-copy,
  .section-copy--wide {
    width: auto;
  }
}
