.sk-exhibition {
  --sk-scene-scroll: 175vh;
  --sk-menu-bar-offset: calc(clamp(16px, 3vh, 32px) + 36px);
  --sk-signature-gap: 20px;
  --sk-indicator-clearance: calc(
    var(--sk-menu-bar-offset) + var(--sk-signature-gap)
  );
  position: relative;
  height: calc(var(--sk-scene-count, 1) * var(--sk-scene-scroll));
}

.sk-exhibition__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.sk-exhibition__brand {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  pointer-events: none;
}

.sk-exhibition__logo {
  display: block;
  width: 140px;
  height: 40px;
  margin-top: 0;
  object-fit: contain;
}

.sk-exhibition-scene {
  --sk-scene-gutter: clamp(1.5rem, 4vw, 5rem);
  --sk-dish-gap: 12px;
  --sk-dish-media-width: 320px;
  --sk-scene-top: 120px;
  position: absolute;
  inset: 0;
  display: grid;
  gap: clamp(1.25rem, 3vw, 3.5rem);
  align-items: start;
  align-content: start;
  justify-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: var(--sk-scene-top) var(--sk-scene-gutter)
    var(--sk-indicator-clearance);
  overflow: hidden;
  color: #292724;
  background: transparent;
  pointer-events: none;
}

.sk-exhibition-dish {
  --sk-item-opacity: 1;
  --sk-item-y: 0px;
  --sk-layout-y: 0px;
  --sk-layout-scale: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--sk-dish-gap);
  box-sizing: border-box;
  width: min(100%, var(--sk-dish-media-width));
  max-width: 100%;
  margin: 0;
  opacity: var(--sk-item-opacity);
  transform: translate3d(0, calc(var(--sk-item-y) + var(--sk-layout-y)), 0)
    scale(var(--sk-layout-scale));
  transform-origin: center top;
  will-change: opacity, transform;
}

.sk-exhibition-dish__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.sk-exhibition-dish__media img,
.sk-exhibition-dish__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
}

.sk-exhibition-dish__badge {
  position: absolute;
  z-index: 1;
  top: clamp(0.65rem, 1vw, 1rem);
  right: clamp(0.65rem, 1vw, 1rem);
  left: auto;
  max-width: calc(100% - 1.3rem);
  padding: 0.42rem 0.75rem;
  color: #fff;
  background: #c45c3e;
  border-radius: 2px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sk-exhibition-dish__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.sk-exhibition-dish__names {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.sk-exhibition-dish__name,
.sk-exhibition-dish__name-en,
.sk-exhibition-dish__name-primary {
  margin: 0;
  overflow: hidden;
  color: #111;
  text-align: center;
  font-feature-settings: "salt" on;
  text-overflow: ellipsis;
  font-family: "PP Fragment Sans", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}

.sk-exhibition-dish__name-jp,
.sk-exhibition-dish__name-secondary {
  margin: 0;
  overflow: hidden;
  color: #111;
  text-align: center;
  font-feature-settings: "salt" on;
  text-overflow: ellipsis;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  max-width: 100%;
}

.sk-exhibition-dish__price {
  margin: 0;
  color: #111;
  text-align: center;
  font-feature-settings: "salt" on;
  font-family: "PP Fragment Sans", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.sk-exhibition-desc {
  --sk-item-opacity: 1;
  --sk-item-y: 0px;
  --sk-layout-y: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  box-sizing: border-box;
  width: 690px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #111;
  text-align: center;
  font-feature-settings: "salt" on;
  font-family: "PP Fragment Sans", Sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  opacity: var(--sk-item-opacity);
  transform: translate3d(0, calc(var(--sk-item-y) + var(--sk-layout-y)), 0);
  will-change: opacity, transform;
}

.sk-exhibition-desc__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  color: #fff;
  background: #8a9563;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sk-exhibition-desc__text,
.sk-exhibition-desc > p {
  margin: 0;
  width: 100%;
  color: inherit;
  text-align: center;
  font: inherit;
  font-feature-settings: inherit;
}

.sk-exhibition-scene--one_featured {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-content: start;
  --sk-dish-media-width: 508px;
}

.sk-exhibition-scene--one_featured .sk-exhibition-dish {
  width: min(100%, var(--sk-dish-media-width));
  max-width: 100%;
  align-items: stretch;
  text-align: center;
}

.sk-exhibition-scene--one_featured .sk-exhibition-dish__media {
  width: 100%;
  height: 320px;
  aspect-ratio: 508 / 320;
}

.sk-exhibition-scene--one_featured .sk-exhibition-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--sk-indicator-clearance);
  margin: 0 auto;
}

.sk-exhibition-scene--one_featured_portrait {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-content: start;
  --sk-dish-media-width: 320px;
}

.sk-exhibition-scene--one_featured_portrait .sk-exhibition-dish {
  width: min(100%, var(--sk-dish-media-width));
  max-width: 100%;
  align-items: stretch;
  text-align: center;
}

.sk-exhibition-scene--one_featured_portrait .sk-exhibition-dish__media {
  width: 100%;
  height: 426px;
  aspect-ratio: 320 / 426;
}

.sk-exhibition-scene--one_featured_portrait .sk-exhibition-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--sk-indicator-clearance);
  margin: 0 auto;
}

.sk-exhibition-scene--two_right_lower,
.sk-exhibition-scene--two_left_lower,
.sk-exhibition-scene--two_square_right_lower,
.sk-exhibition-scene--two_rect_stagger,
.sk-exhibition-scene--two_equal_featured_left {
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  column-gap: 80px;
  row-gap: 80px;
}

.sk-exhibition-scene--two_right_lower > .sk-exhibition-dish:nth-child(2),
.sk-exhibition-scene--two_square_right_lower > .sk-exhibition-dish:nth-child(2),
.sk-exhibition-scene--two_rect_stagger > .sk-exhibition-dish:nth-child(2) {
  --sk-layout-y: clamp(5rem, 14vh, 10rem);
}

.sk-exhibition-scene--two_left_lower > .sk-exhibition-dish:nth-child(1) {
  --sk-layout-y: clamp(5rem, 14vh, 10rem);
}

.sk-exhibition-scene--two_right_lower .sk-exhibition-dish__media,
.sk-exhibition-scene--two_left_lower .sk-exhibition-dish__media,
.sk-exhibition-scene--two_square_right_lower .sk-exhibition-dish__media,
.sk-exhibition-scene--two_rect_stagger .sk-exhibition-dish__media,
.sk-exhibition-scene--two_equal_featured_left .sk-exhibition-dish__media,
.sk-exhibition-scene--four_rect_zigzag .sk-exhibition-dish__media,
.sk-exhibition-scene--four_rect_zigzag_alt .sk-exhibition-dish__media {
  width: 100%;
  height: 426px;
  aspect-ratio: 320 / 426;
}

.sk-exhibition-scene--four_square_zigzag .sk-exhibition-dish__media,
.sk-exhibition-scene--four_square_zigzag_alt .sk-exhibition-dish__media,
.sk-exhibition-scene--three_square_middle_lower .sk-exhibition-dish__media,
.sk-exhibition-scene--three_square_sides_lower .sk-exhibition-dish__media {
  width: 100%;
  height: 320px;
  aspect-ratio: 1;
}

.sk-exhibition-scene--three_equal_featured .sk-exhibition-dish__media,
.sk-exhibition-scene--three_equal .sk-exhibition-dish__media,
.sk-exhibition-scene--three_middle_lower .sk-exhibition-dish__media,
.sk-exhibition-scene--three_sides_lower .sk-exhibition-dish__media {
  width: 100%;
  height: 426px;
  aspect-ratio: 320 / 426;
}

.sk-exhibition-scene--three_equal_featured,
.sk-exhibition-scene--three_equal,
.sk-exhibition-scene--three_middle_lower,
.sk-exhibition-scene--three_sides_lower,
.sk-exhibition-scene--three_square_middle_lower,
.sk-exhibition-scene--three_square_sides_lower {
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  column-gap: 80px;
  row-gap: 80px;
}

.sk-exhibition-scene--three_equal_featured > .sk-exhibition-dish:nth-child(2) {
  --sk-layout-scale: 1.06;
}

.sk-exhibition-scene--three_equal_featured > .sk-exhibition-desc,
.sk-exhibition-scene--two_equal_featured_left > .sk-exhibition-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--sk-indicator-clearance);
  grid-column: auto;
  width: 690px;
  max-width: calc(100% - 2 * var(--sk-scene-gutter));
  margin: 0 auto;
  text-align: center;
}

.sk-exhibition-scene--three_middle_lower > .sk-exhibition-dish:nth-child(2),
.sk-exhibition-scene--three_square_middle_lower > .sk-exhibition-dish:nth-child(2) {
  --sk-layout-y: clamp(4rem, 12vh, 8rem);
}

.sk-exhibition-scene--three_sides_lower > .sk-exhibition-dish:nth-child(1),
.sk-exhibition-scene--three_sides_lower > .sk-exhibition-dish:nth-child(3),
.sk-exhibition-scene--three_square_sides_lower > .sk-exhibition-dish:nth-child(1),
.sk-exhibition-scene--three_square_sides_lower > .sk-exhibition-dish:nth-child(3) {
  --sk-layout-y: clamp(4rem, 12vh, 8rem);
}

.sk-exhibition-scene--four_rect_zigzag,
.sk-exhibition-scene--four_square_zigzag,
.sk-exhibition-scene--four_rect_zigzag_alt,
.sk-exhibition-scene--four_square_zigzag_alt {
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  gap: 0;
}

.sk-exhibition-scene--four_rect_zigzag > .sk-exhibition-dish:nth-child(even),
.sk-exhibition-scene--four_square_zigzag > .sk-exhibition-dish:nth-child(even) {
  --sk-layout-y: clamp(4rem, 12vh, 8rem);
}

.sk-exhibition-scene--four_rect_zigzag_alt > .sk-exhibition-dish:nth-child(odd),
.sk-exhibition-scene--four_square_zigzag_alt > .sk-exhibition-dish:nth-child(odd) {
  --sk-layout-y: clamp(4rem, 12vh, 8rem);
}

@media (max-width: 768px) {
  .sk-exhibition-scene {
    --sk-scene-gutter: clamp(1rem, 4vw, 1.5rem);
    --sk-dish-gap: 12px;
    --sk-dish-media-width: min(100%, 320px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-content: start;
    align-items: start;
    justify-items: center;
    padding: var(--sk-scene-top) var(--sk-scene-gutter)
      var(--sk-indicator-clearance);
  }

  .sk-exhibition-scene--one_featured,
  .sk-exhibition-scene--one_featured_portrait {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .sk-exhibition-scene--one_featured .sk-exhibition-dish,
  .sk-exhibition-scene--one_featured_portrait .sk-exhibition-dish {
    width: 100%;
  }

  .sk-exhibition-scene--one_featured .sk-exhibition-dish__media {
    width: min(100%, 508px);
    height: auto;
    aspect-ratio: 508 / 320;
  }

  .sk-exhibition-scene--one_featured_portrait .sk-exhibition-dish__media {
    width: min(100%, 320px);
    height: auto;
    aspect-ratio: 320 / 426;
  }

  .sk-exhibition-scene--one_featured .sk-exhibition-desc,
  .sk-exhibition-scene--one_featured_portrait .sk-exhibition-desc,
  .sk-exhibition-scene--three_equal_featured > .sk-exhibition-desc,
  .sk-exhibition-scene--two_equal_featured_left > .sk-exhibition-desc {
    position: absolute;
    left: var(--sk-scene-gutter);
    right: var(--sk-scene-gutter);
    bottom: var(--sk-indicator-clearance);
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: center;
  }

  .sk-exhibition-scene--two_right_lower,
  .sk-exhibition-scene--two_left_lower,
  .sk-exhibition-scene--two_square_right_lower,
  .sk-exhibition-scene--two_rect_stagger,
  .sk-exhibition-scene--two_equal_featured_left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .sk-exhibition-scene--two_right_lower .sk-exhibition-dish__media,
  .sk-exhibition-scene--two_left_lower .sk-exhibition-dish__media,
  .sk-exhibition-scene--two_square_right_lower .sk-exhibition-dish__media,
  .sk-exhibition-scene--two_rect_stagger .sk-exhibition-dish__media,
  .sk-exhibition-scene--two_equal_featured_left .sk-exhibition-dish__media,
  .sk-exhibition-scene--three_equal_featured .sk-exhibition-dish__media,
  .sk-exhibition-scene--three_equal .sk-exhibition-dish__media,
  .sk-exhibition-scene--three_middle_lower .sk-exhibition-dish__media,
  .sk-exhibition-scene--three_sides_lower .sk-exhibition-dish__media,
  .sk-exhibition-scene--four_rect_zigzag .sk-exhibition-dish__media,
  .sk-exhibition-scene--four_rect_zigzag_alt .sk-exhibition-dish__media {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 426;
  }

  .sk-exhibition-scene--four_square_zigzag .sk-exhibition-dish__media,
  .sk-exhibition-scene--four_square_zigzag_alt .sk-exhibition-dish__media,
  .sk-exhibition-scene--three_square_middle_lower .sk-exhibition-dish__media,
  .sk-exhibition-scene--three_square_sides_lower .sk-exhibition-dish__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .sk-exhibition-scene--three_equal_featured,
  .sk-exhibition-scene--three_equal,
  .sk-exhibition-scene--three_middle_lower,
  .sk-exhibition-scene--three_sides_lower,
  .sk-exhibition-scene--three_square_middle_lower,
  .sk-exhibition-scene--three_square_sides_lower,
  .sk-exhibition-scene--four_rect_zigzag,
  .sk-exhibition-scene--four_square_zigzag,
  .sk-exhibition-scene--four_rect_zigzag_alt,
  .sk-exhibition-scene--four_square_zigzag_alt {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
  }

  .sk-exhibition-scene--four_rect_zigzag,
  .sk-exhibition-scene--four_square_zigzag,
  .sk-exhibition-scene--four_rect_zigzag_alt,
  .sk-exhibition-scene--four_square_zigzag_alt {
    column-gap: 0;
    row-gap: 12px;
    gap: 0 0;
  }

  .sk-exhibition-scene--three_equal_featured > .sk-exhibition-dish:nth-child(2) {
    --sk-layout-scale: 1;
  }

  .sk-exhibition-scene--two_right_lower > .sk-exhibition-dish:nth-child(2),
  .sk-exhibition-scene--two_left_lower > .sk-exhibition-dish:nth-child(1),
  .sk-exhibition-scene--two_square_right_lower > .sk-exhibition-dish:nth-child(2),
  .sk-exhibition-scene--two_rect_stagger > .sk-exhibition-dish:nth-child(2),
  .sk-exhibition-scene--three_middle_lower > .sk-exhibition-dish:nth-child(2),
  .sk-exhibition-scene--three_sides_lower > .sk-exhibition-dish:nth-child(1),
  .sk-exhibition-scene--three_sides_lower > .sk-exhibition-dish:nth-child(3),
  .sk-exhibition-scene--three_square_middle_lower > .sk-exhibition-dish:nth-child(2),
  .sk-exhibition-scene--three_square_sides_lower > .sk-exhibition-dish:nth-child(1),
  .sk-exhibition-scene--three_square_sides_lower > .sk-exhibition-dish:nth-child(3),
  .sk-exhibition-scene--four_rect_zigzag > .sk-exhibition-dish:nth-child(even),
  .sk-exhibition-scene--four_square_zigzag > .sk-exhibition-dish:nth-child(even),
  .sk-exhibition-scene--four_rect_zigzag_alt > .sk-exhibition-dish:nth-child(odd),
  .sk-exhibition-scene--four_square_zigzag_alt > .sk-exhibition-dish:nth-child(odd) {
    --sk-layout-y: clamp(1.25rem, 4vh, 2.5rem);
  }

  .sk-exhibition-desc {
    font-size: 18px;
    line-height: 26px;
  }
}
