.gallery-grid[data-astro-cid-6dplieou] {
  width: min(100%, var(--gallery-max-width));
  margin: 0 auto;
  padding: var(--gallery-mobile-padding);
  padding-left: var(--gallery-mobile-gap-column);
  padding-right: var(--gallery-mobile-gap-column);
  display: grid;
  grid-template-columns: repeat(var(--gallery-mobile-columns),
    minmax(0, 1fr));
  column-gap: var(--gallery-mobile-gap-column);
  row-gap: var(--gallery-mobile-gap-row);
  align-items: start;
}

@media (width >= 600px) {
  .gallery-grid[data-astro-cid-6dplieou] {
    padding: var(--gallery-desktop-padding);
    grid-template-columns: repeat(var(--gallery-desktop-columns),
      minmax(0, 1fr));
    column-gap: var(--gallery-desktop-gap-column);
    row-gap: var(--gallery-desktop-gap-row);
  }
}
.gallery-item[data-astro-cid-c57wmikn] {
  display: block;
  color: inherit;
  text-decoration: none;
}

.artwork-frame[data-astro-cid-c57wmikn] {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.artwork-frame[data-astro-cid-c57wmikn]:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: var(--artwork-ratio);
}

.artwork-frame[data-astro-cid-c57wmikn] img[data-astro-cid-c57wmikn] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity
    var(--page-enter-duration)
    linear;
}

.artwork-frame[data-astro-cid-c57wmikn] img[data-astro-cid-c57wmikn].is-gallery-image-loaded {
  opacity: 1;
}

.gallery-caption[data-astro-cid-c57wmikn] {
  text-align: right;
}

.gallery-title[data-astro-cid-c57wmikn], .gallery-body[data-astro-cid-c57wmikn] {
  margin: 0;
  font-family: var(--site-font-family);
  letter-spacing: .08em;
  line-height: 1.8;
  white-space: pre-line;
}

.gallery-title[data-astro-cid-c57wmikn] {
  color: var(--gallery-list-title-color);
  font-size: var(--gallery-list-title-size);
}

.gallery-body[data-astro-cid-c57wmikn] {
  margin-top: 4px;
  color: var(--gallery-list-caption-color);
  font-size: var(--gallery-list-caption-size);
}
.book-section[data-astro-cid-3atna7pl] {
  --author-height: 115px;
  --author-gap: 10px;
  --book-column-width: calc(var(--book-list-size, 13px) *
          1.8);
  width: max-content;
  min-width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  background: #fff;
  color: var(--book-list-color, #111);
  font-family: var(--site-font-family);
}

.book-section[data-astro-cid-3atna7pl].is-initializing .book-scale-shell[data-astro-cid-3atna7pl] {
  visibility: hidden;
}

.book-scale-shell[data-astro-cid-3atna7pl] {
  position: relative;
  width: max-content;
  height: auto;
  min-width: 100vw;
}

.book-stage[data-astro-cid-3atna7pl] {
  --book-stage-scale: 1;
  width: max-content;
  height: max-content;
  transform: scale(var(--book-stage-scale));
  transform-origin: 0 0;
  will-change: transform;
}

.bookshelf[data-astro-cid-3atna7pl] {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 72px;
  width: max-content;
  min-width: 100vw;
  padding: 155px 50vw;
}

.author-group[data-astro-cid-3atna7pl] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: none;
}

.author-column[data-astro-cid-3atna7pl], .book-column[data-astro-cid-3atna7pl] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: var(--book-column-width);
  flex: none;
}

.author[data-astro-cid-3atna7pl], .book[data-astro-cid-3atna7pl] {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--site-font-family);
  font-size: var(--book-list-size, 13px);
  color: var(--book-list-color, #111);
  line-height: 1.8;
  letter-spacing: .08em;
}

.author-column[data-astro-cid-3atna7pl] {
  height: var(--author-height);
  margin: 0
      0
      var(--author-gap)
      0;
}

.author[data-astro-cid-3atna7pl] {
  white-space: nowrap;
}

.book-list[data-astro-cid-3atna7pl] {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 45px;
}

.book[data-astro-cid-3atna7pl] {
  white-space: nowrap;
}
.coffee-section[data-astro-cid-5x67iuj2] {
  --coffee-date-column: 56px;
  --coffee-date-brand-gap: 30px;
  --coffee-brand-name-gap: 16px;
  --coffee-row-gap: 8px;
  --coffee-item-gap: 36px;
  --coffee-side-padding: clamp(24px,
        8vw,
        120px);
  --coffee-vertical-padding: clamp(120px,
        12vh,
        140px);
  --coffee-content-layout-height: 0px;
  min-height: max(100vh,
        calc(var(--coffee-content-layout-height) +
          var(--coffee-vertical-padding) *
          2));
  padding: var(--coffee-vertical-padding)
      var(--coffee-side-padding);
  background: #fff;
  color: var(--coffee-list-color, #555);
  font-family: var(--site-font-family);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.coffee-scale-shell[data-astro-cid-5x67iuj2] {
  --coffee-zoom-reserve: 0px;
  position: relative;
  box-sizing: content-box;
  width: max-content;
  height: auto;
  padding-top: var(--coffee-zoom-reserve);
  padding-bottom: var(--coffee-zoom-reserve);
  margin: 0 auto;
}

.coffee-stage[data-astro-cid-5x67iuj2] {
  --coffee-stage-scale: 1;
  width: max-content;
  color: var(--coffee-list-color, #555);
  font-family: var(--site-font-family);
  font-size: var(--coffee-list-size, 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .08em;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  transform: scale(var(--coffee-stage-scale));
  transform-origin: 0 0;
  will-change: transform;
}

.coffee-list[data-astro-cid-5x67iuj2] {
  --coffee-brand-column: 180px;
  --coffee-name-column: max-content;
  display: flex;
  flex-direction: column;
  gap: var(--coffee-item-gap);
  width: max-content;
  margin: 0;
}

.coffee-item[data-astro-cid-5x67iuj2] {
  display: grid;
  grid-template-columns: var(--coffee-date-column)
      var(--coffee-date-brand-gap)
      var(--coffee-brand-column)
      var(--coffee-brand-name-gap)
      var(--coffee-name-column);
  row-gap: var(--coffee-row-gap);
  align-items: baseline;
  width: max-content;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

.coffee-date[data-astro-cid-5x67iuj2] {
  grid-column: 1;
}

.coffee-brand[data-astro-cid-5x67iuj2] {
  grid-column: 3;
}

.coffee-name[data-astro-cid-5x67iuj2] {
  grid-column: 5;
}

.coffee-date[data-astro-cid-5x67iuj2], .coffee-brand[data-astro-cid-5x67iuj2], .coffee-name[data-astro-cid-5x67iuj2], .coffee-notes[data-astro-cid-5x67iuj2] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.coffee-date[data-astro-cid-5x67iuj2], .coffee-brand[data-astro-cid-5x67iuj2], .coffee-name[data-astro-cid-5x67iuj2] {
  white-space: nowrap;
}

.coffee-notes[data-astro-cid-5x67iuj2] {
  display: block;
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
