.copy-block {
  margin: 0;
  padding: clamp(24px, 4vw, 54px);
  background: var(--paper-warm);
  border-top: 1px solid var(--line-strong);
}

.copy-block + .copy-block {
  margin-top: 2px;
}

.copy-block p {
  max-width: calc(690px * var(--measure));
  margin: 0;
  font-size: var(--fs-read);
  font-weight: 580;
  line-height: 1.95;
  word-break: keep-all;
}

.copy-block--lead {
  color: var(--paper);
  background: var(--ink);
}

.copy-block--lead p {
  font-size: var(--fs-lead);
  font-weight: 520;
  line-height: 1.7;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) minmax(320px, 1.28fr);
  align-items: start;
  gap: clamp(28px, 5vw, 76px);
}

.profile-image {
  position: sticky;
  top: 42px;
  margin: 0;
}

.profile-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(1) contrast(.88);
  background: var(--paper-deep);
}

.profile-image figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: .1em;
}

.profile-meta {
  margin: 42px 0 0;
  border-top: 1px solid var(--line-strong);
}

.profile-meta div {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.profile-meta dt {
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.profile-meta dd {
  margin: 0;
  font-size: var(--fs-small);
  font-weight: 560;
}

.journal-list {
  border-top: 1px solid var(--line-strong);
}

.journal-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 36px;
  gap: 22px;
  padding: clamp(26px, 4vw, 52px) 0;
  border-bottom: 1px solid var(--line-strong);
  transition: padding .3s var(--ease), background .3s ease;
}

.journal-row:hover {
  padding-inline: 18px;
  background: var(--paper-deep);
}

.journal-number,
.journal-row time {
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .1em;
}

.journal-row h2 {
  margin: 9px 0 12px;
  font-family: var(--font-display);
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.journal-row p {
  max-width: calc(590px * var(--measure));
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-base);
  font-weight: 530;
  line-height: 1.8;
  word-break: keep-all;
}

.journal-arrow {
  align-self: center;
  font-size: var(--fs-ui);
}

.photo-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 18px;
}

.photo-note {
  margin: 0;
}

.photo-note:nth-child(3n + 1) {
  grid-column: span 2;
}

.photo-note img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  filter: saturate(.72) contrast(.92);
}

.photo-note:nth-child(3n + 1) img {
  aspect-ratio: 16 / 8;
}

.photo-note figcaption,
.drawing figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  font-size: var(--fs-micro);
  font-weight: 650;
  letter-spacing: .06em;
  border-top: 1px solid var(--line-strong);
}

.photo-note figcaption p {
  margin: 0;
}

.things-list {
  border-top: 1px solid var(--line-strong);
}

.thing-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 48px;
  gap: 22px;
  align-items: center;
  min-height: 220px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-strong);
  transition: padding .3s var(--ease), background .3s ease;
}

.thing-row:hover {
  padding-inline: 22px;
  background: var(--acid);
}

.thing-index,
.thing-main small {
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.thing-main {
  display: flex;
  flex-direction: column;
}

.thing-main strong {
  margin: 9px 0 12px;
  font-family: var(--font-display);
  font-size: var(--fs-title);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.thing-main > span {
  color: var(--ink-soft);
  font-size: var(--fs-base);
  font-weight: 560;
}

.thing-arrow {
  font-size: var(--fs-ui);
}

.project-status {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 14px 0;
  margin-bottom: 40px;
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-block: 1px solid var(--line-strong);
}

.entry-shell {
  display: grid;
  grid-template-columns: minmax(120px, .28fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.entry-meta {
  position: sticky;
  top: 36px;
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.entry-meta div {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.entry-meta dt {
  margin-bottom: 4px;
  font-size: var(--fs-micro);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.entry-meta dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-micro);
  font-weight: 600;
}

.entry-body {
  min-width: 0;
}

.entry-prose {
  padding: clamp(30px, 5vw, 68px);
  background: var(--paper-warm);
  border-top: 1px solid var(--line-strong);
}

.entry-prose p {
  max-width: calc(700px * var(--measure));
  margin: 0;
  font-size: var(--fs-read);
  font-weight: 470;
  line-height: 2.05;
  word-break: keep-all;
}

.entry-prose p + p {
  margin-top: 2.1em;
}

.entry-lead,
.entry-section {
  padding: clamp(28px, 5vw, 68px);
}

.entry-lead {
  color: var(--paper);
  background: var(--ink);
}

.entry-lead p {
  max-width: calc(740px * var(--measure));
  margin: 0;
  font-size: var(--fs-lead);
  font-weight: 520;
  line-height: 1.8;
  word-break: keep-all;
}

.entry-section {
  margin-top: 2px;
  background: var(--paper-warm);
  border-top: 1px solid var(--line-strong);
}

.entry-section:nth-of-type(odd) {
  background: var(--paper-deep);
}

.entry-section h2 {
  max-width: calc(740px * var(--measure));
  margin: 0 0 30px;
  font-family: var(--font-display);
  font-size: var(--fs-sub);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.entry-section p {
  max-width: calc(670px * var(--measure));
  margin: 0;
  font-size: var(--fs-read);
  font-weight: 470;
  line-height: 2.05;
  word-break: keep-all;
}

.entry-section p + p {
  margin-top: 1.7em;
}

.entry-pull {
  margin: 2px 0 0;
  padding: clamp(48px, 8vw, 110px) clamp(28px, 5vw, 68px);
  color: var(--ink);
  background: var(--acid);
  border: 0;
}

.entry-pull p {
  max-width: calc(820px * var(--measure));
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-sub);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.entry-image {
  margin: 2px 0 0;
}

.entry-gallery {
  display: grid;
  gap: 2px;
  margin-top: 2px;
}

.entry-image img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  filter: saturate(.68) contrast(.94);
}

.entry-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line-strong);
}

.entry-back {
  display: inline-flex;
  margin-top: 38px;
  padding-bottom: 3px;
  font-size: var(--fs-micro);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line-strong);
}

.drawing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 18px;
}

.drawing {
  margin: 0;
}

.drawing--wide {
  grid-column: span 2;
}

.drawing img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--paper-deep);
}

.drawing--wide img {
  aspect-ratio: 16 / 9;
}

.guestbook-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 6vw, 72px);
}

.guest-form {
  padding: clamp(26px, 4vw, 50px);
  color: var(--paper);
  background: var(--ink);
}

.guest-form label {
  display: block;
}

.guest-form label > span,
.form-note {
  display: block;
  margin-bottom: 8px;
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.guest-form input[type="text"],
.guest-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(232, 230, 222, .6);
  border-radius: 0;
  outline: none;
}

.guest-form textarea {
  min-height: 160px;
  margin-top: 26px;
  resize: vertical;
}

.guest-form input:focus,
.guest-form textarea:focus {
  border-color: var(--acid);
}

.guest-form button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 28px;
  padding: 14px 0;
  color: var(--ink);
  font-weight: 750;
  text-transform: uppercase;
  background: var(--acid);
  border: 0;
  cursor: pointer;
}

.guest-form button span,
.guest-form button::first-letter {
  margin-inline: 14px;
}

.form-note {
  margin: 14px 0 0;
  color: rgba(232, 230, 222, .62);
  line-height: 1.5;
}

.guest-sample {
  border-top: 1px solid var(--line-strong);
}

.guest-sample article {
  padding: 20px 0 24px;
  border-bottom: 1px solid var(--line);
}

.guest-sample header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: var(--fs-micro);
  letter-spacing: .06em;
}

.guest-sample p {
  margin: 20px 0 0;
  font-size: var(--fs-base);
  font-weight: 540;
}

.guest-reply {
  margin-top: 18px;
  padding: 15px 18px;
  background: var(--paper-deep);
  border-left: 1px solid var(--line-strong);
}

.guest-reply span {
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .08em;
}

.guest-reply p {
  margin-top: 9px;
}

.guest-sample article.is-secret p {
  color: var(--ink-soft);
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(42px, 8vw, 96px) 0;
  color: var(--ink-soft);
  font-size: var(--fs-base);
  text-align: center;
  border-block: 1px solid var(--line);
}

.surface-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--paper);
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--ink);
  border: 1px solid rgba(232, 230, 222, .38);
  cursor: pointer;
}

.surface-toggle[aria-expanded="true"] {
  color: var(--ink);
  background: var(--acid);
}

.surface-panel {
  position: fixed;
  right: 18px;
  bottom: 60px;
  z-index: 119;
  width: min(310px, calc(100vw - 36px));
  max-height: calc(100dvh - 84px);
  padding: 20px;
  overflow: auto;
  color: var(--ink);
  background: #efede4;
  border: 1px solid var(--line-strong);
  box-shadow: 8px 8px 0 rgba(23, 32, 25, .18);
}

.surface-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.surface-kicker {
  display: block;
  margin-bottom: 3px;
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.surface-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-ui);
  font-weight: 500;
  line-height: 1;
}

.surface-close {
  padding: 0;
  font-size: var(--fs-ui);
  line-height: .8;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.surface-drop {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  margin-bottom: 19px;
  padding: 14px;
  text-align: left;
  background: rgba(23, 32, 25, .06);
  border: 1px dashed var(--line-strong);
  cursor: pointer;
}

.surface-drop.is-over {
  background: var(--acid);
}

.surface-drop strong {
  font-size: var(--fs-micro);
}

.surface-drop span,
.surface-note {
  color: var(--ink-soft);
  font-size: var(--fs-micro);
}

.surface-control {
  margin-top: 14px;
}

.surface-control label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.surface-control input[type="range"] {
  width: 100%;
  accent-color: var(--ink);
  cursor: ew-resize;
}

.surface-note {
  margin: 18px 0 10px;
  line-height: 1.55;
}

.surface-reset {
  width: 100%;
  padding: 10px 12px;
  color: var(--paper);
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--ink);
  border: 0;
  cursor: pointer;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 130;
  max-width: min(360px, calc(100vw - 44px));
  padding: 13px 16px;
  color: var(--paper);
  font-size: var(--fs-micro);
  font-weight: 650;
  background: var(--ink);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── 프로필: 배너(친구 사이트 링크) ── */
.banner-box {
  margin-top: clamp(30px, 4vw, 52px);
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
}

.banner-cat {
  display: block;
  margin-bottom: 12px;
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.banner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.banner-row img {
  width: 88px;
  height: 31px;
  border: 1px solid var(--line);
  border-radius: 3px;
  object-fit: cover;
  opacity: .82;
  transition: opacity .2s ease, transform .2s ease;
}

.banner-row a:hover img {
  opacity: 1;
  transform: translateY(-2px);
}

/* ── Things: 소개 이미지 ── */
.thing-intro-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: clamp(26px, 4vw, 46px);
}

.thing-intro-images figure {
  margin: 0;
}

.thing-intro-images img {
  width: 100%;
  border: 1px solid var(--line);
}

.thing-intro-images figcaption {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: var(--fs-micro);
  letter-spacing: .04em;
}

/* ── 이미지 크게 보기 (슬라이드) ── */
.zoom-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  text-align: inherit;
}

.zoom-trigger img {
  width: 100%;
  transition: opacity .2s ease;
}

.zoom-trigger:hover img {
  opacity: .86;
}


.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 24px);
  padding: clamp(16px, 4vw, 48px);
  background: rgba(18, 20, 18, .88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lightbox[hidden] {
  display: none;
}

.lb-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: min(100%, 1400px);
  margin: 0;
}

.lb-image {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  cursor: default;
}

.lb-caption {
  max-width: 60ch;
  color: rgba(242, 239, 230, .82);
  font-size: var(--fs-micro);
  letter-spacing: .06em;
  text-align: center;
}

.lb-caption[hidden] {
  display: none;
}

.lb-close,
.lb-prev,
.lb-next {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: #f2efe6;
  font-size: var(--fs-ui-lg);
  line-height: 1;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s ease;
}

.lb-close:hover,
.lb-prev:hover,
.lb-next:hover {
  background: rgba(255, 255, 255, .26);
}

.lb-close {
  position: absolute;
  top: clamp(14px, 3vw, 28px);
  right: clamp(14px, 3vw, 28px);
}

.lb-count {
  position: absolute;
  bottom: clamp(14px, 3vw, 28px);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(242, 239, 230, .6);
  font-size: var(--fs-micro);
  letter-spacing: .16em;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 680px) {
  .lb-prev,
  .lb-next {
    position: absolute;
    bottom: 46px;
  }

  .lb-prev { left: 16px; }
  .lb-next { right: 16px; }
  .lb-image { max-height: 70vh; }
}

/* ── BGM ──────────────────────────────────────
   유리가 아니라 종이 위에 앉은 작은 글자 버튼.
   왼쪽 칸 아래에 고정되어 어느 방에 있어도 같은 자리에 있다. */
.sound-player {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(14px, 1.6vh, 22px);
}

.sound-player.is-empty { display: none; }

.sound-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px 7px 11px;
  border: 1px solid var(--sidebar-line, rgba(40, 44, 38, .22));
  border-radius: 999px;
  background: transparent;
  color: var(--sidebar-soft, rgba(40, 44, 38, .62));
  font-family: var(--font-body);
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .12em;
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease, opacity .3s ease;
}

.sound-btn:hover { color: var(--sidebar-ink, #282c26); border-color: currentColor; }

.sound-star { display: inline-block; font-size: 1.15em; line-height: 1; }

.sound-player.playing .sound-btn { color: var(--sidebar-ink, #282c26); border-color: currentColor; }
.sound-player.playing .sound-star { animation: soundBreathe 3.4s ease-in-out infinite; }

@keyframes soundBreathe {
  0%, 100% { opacity: .45; transform: rotate(0deg) scale(1); }
  50%      { opacity: 1;   transform: rotate(90deg) scale(1.18); }
}

@media (prefers-reduced-motion: reduce) {
  .sound-player.playing .sound-star { animation: none; }
}

@media (max-width: 860px) {
  .sound-player { left: auto; right: clamp(14px, 4vw, 22px); bottom: clamp(14px, 4vw, 22px); }
}

/* ── 이미지 확대창 등장 ──────────────────────
   배경은 서서히 어두워지고, 사진은 살짝 작은 상태에서 부풀어 오른다. */
.lightbox {
  animation: lbFade .22s ease both;
}

.lightbox .lb-stage {
  animation: lbPop .34s var(--ease) both;
}

.lightbox .lb-close,
.lightbox .lb-prev,
.lightbox .lb-next,
.lightbox .lb-count {
  animation: lbFade .3s ease .1s both;
}

@keyframes lbFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes lbPop {
  from { opacity: 0; transform: scale(.965) translateY(8px); }
  to   { opacity: 1; transform: none; }
}

/* 사진을 바꿀 때도 짧게 이어지도록 */
.lb-image.is-swapping {
  opacity: .25;
  transition: opacity .14s ease;
}

.lb-image {
  transition: opacity .24s ease;
}

@media (prefers-reduced-motion: reduce) {
  .lightbox,
  .lightbox .lb-stage,
  .lightbox .lb-close,
  .lightbox .lb-prev,
  .lightbox .lb-next,
  .lightbox .lb-count { animation: none; }
  .lb-image { transition: none; }
}

/* ── Takes ────────────────────────────────
   보고 읽은 것들. 표지를 눌러 본문으로 들어간다.
   책·영화가 섞이므로 세로 비율(2:3)로 통일해 선반처럼 보이게 한다. */
.takes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 176px));
  justify-content: start;
  gap: clamp(30px, 3.4vw, 52px) clamp(16px, 1.8vw, 26px);
}

.take-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 176px;
  min-width: 0;
}

.take-card.is-private {
  opacity: .62;
}

.take-cover {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--paper-deep);
  border-top: 1px solid var(--line-strong);
  transition: transform .35s var(--ease);
}

.take-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.take-cover-blank {
  display: grid;
  place-items: center;
  aspect-ratio: 2 / 3;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: var(--fs-sub);
}

.take-card:hover .take-cover {
  transform: translateY(-4px);
}

.take-flag {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 3px 7px;
  color: var(--paper);
  background: rgba(23, 32, 25, .78);
  font-size: var(--fs-micro);
  font-weight: 750;
  letter-spacing: .08em;
}

.take-caption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.take-caption a {
  color: inherit;
}

.take-caption strong {
  font-family: var(--font-display);
  font-size: var(--fs-base);
  font-weight: 600;
  line-height: 1.35;
  word-break: keep-all;
}

.take-caption a:hover strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.take-by {
  color: var(--ink-soft);
  font-size: var(--fs-micro);
  font-weight: 650;
}

.take-caption time {
  color: var(--ink-soft);
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: .08em;
}

.admin-actions--take {
  margin-top: 2px;
}

/* 상세: 왼쪽 칸에 포스터와 메타를 함께 세운다 */
.take-side {
  position: sticky;
  top: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.take-side .entry-meta {
  position: static;
}

.take-poster {
  margin: 0;
}

.take-poster button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.take-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: var(--paper-deep);
}
