:root {
  --lists-ink: #24122f;
  --lists-ink-soft: #493654;
  --lists-night: #281536;
  --lists-violet: #7b4d9d;
  --lists-coral: #ee746f;
  --lists-yellow: #f3d371;
  --lists-mint: #78cbb6;
  --lists-blue: #789fc8;
  --lists-paper: #fff9ec;
  --lists-wash: #f2e9df;
  --lists-shell: min(100% - 2.5rem, 92rem);
}

.lists-room {
  min-width: 18rem;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 1px 1px, rgba(71, 42, 78, 0.045) 0.7px, transparent 0.8px) 0 0 / 7px 7px,
    var(--lists-wash);
  color: var(--lists-ink);
}

.lists-room .museum-header {
  border-bottom-color: rgba(53, 28, 65, 0.16);
  background: rgba(255, 249, 238, 0.94);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.lists-room .museum-header__bar {
  width: var(--lists-shell);
  max-width: none;
}

.lists-room .museum-brand__note {
  color: #775f78;
}

.lists-room .museum-nav a[aria-current="page"] {
  color: #64367f;
  text-decoration-color: var(--lists-coral);
}

.lists-room .museum-footer {
  background: #1e1028;
}

.lists-room .museum-footer__inner {
  width: var(--lists-shell);
  max-width: none;
}

.lists-kicker {
  margin: 0 0 1.2rem;
  color: var(--lists-violet);
  font-size: clamp(0.68rem, 0.8vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lists-hero {
  position: relative;
  display: grid;
  width: var(--lists-shell);
  min-height: calc(100svh - 5rem);
  margin-inline: auto;
  grid-template-columns: minmax(19rem, 0.83fr) minmax(31rem, 1.17fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 8rem);
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.lists-hero::before {
  position: absolute;
  z-index: -1;
  top: 9%;
  left: -7%;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(238, 116, 111, 0.12);
  filter: blur(4rem);
  content: "";
}

.lists-hero__copy {
  position: relative;
  z-index: 4;
}

.lists-hero h1 {
  max-width: 7ch;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(4.25rem, 9.7vw, 10.5rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.74;
}

.lists-hero__lede {
  max-width: 34rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: var(--lists-ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.lists-hero__note {
  max-width: 28rem;
  margin: 1.4rem 0 0;
  padding-left: 1.1rem;
  border-left: 2px solid var(--lists-coral);
  color: #69566d;
  font-size: 0.86rem;
  line-height: 1.65;
}

.lists-down,
.lists-return {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--lists-ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.lists-down span,
.lists-return span {
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(60, 34, 69, 0.34);
  border-radius: 50%;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.lists-down:hover span,
.lists-return:hover span {
  background: var(--lists-ink);
  color: var(--lists-paper);
  transform: translateY(0.2rem);
}

.message-sky {
  position: relative;
  width: min(100%, 50rem);
  aspect-ratio: 1.04;
  justify-self: end;
  overflow: hidden;
  border: 0.55rem solid rgba(255, 255, 255, 0.54);
  border-radius: 47% 6% 47% 47%;
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 229, 153, 0.9) 0 3.8%, rgba(255, 229, 153, 0.16) 4% 9%, transparent 9.3%),
    radial-gradient(circle at 52% 48%, rgba(168, 118, 187, 0.27), transparent 31%),
    linear-gradient(145deg, #3d2050 0 38%, #643a78 38% 67%, #2a1637 67% 100%);
  box-shadow:
    0 3rem 8rem rgba(58, 30, 72, 0.26),
    inset 0 0 0 1px rgba(255, 249, 235, 0.15),
    inset 0 -4rem 5rem rgba(23, 11, 34, 0.19);
  isolation: isolate;
  animation: lists-sky-arrive 900ms cubic-bezier(0.22, 0.8, 0.2, 1) both;
}

.message-sky::before,
.message-sky::after {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  content: "";
}

.message-sky::before {
  right: -17%;
  bottom: -24%;
  width: 70%;
  aspect-ratio: 1;
  background: #1e102a;
  box-shadow: -18rem 4rem 0 1rem rgba(140, 83, 151, 0.34);
}

.message-sky::after {
  top: 13%;
  left: 13%;
  width: 0.45rem;
  aspect-ratio: 1;
  background: #f7dc86;
  box-shadow:
    3.4rem 1rem 0 -0.08rem #d8bcdd,
    8rem -1.2rem 0 -0.14rem #f4e5bc,
    18rem 3.4rem 0 -0.1rem #89d3bd,
    22rem 10rem 0 -0.17rem #f3d371,
    4rem 17rem 0 -0.14rem #e99a91,
    25rem 22rem 0 -0.1rem #c8a6d3;
  content: "";
  opacity: 0.86;
}

.message-sky__orbit {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(255, 240, 214, 0.2);
  border-radius: 50%;
}

.message-sky__orbit--one {
  inset: 9% 6% 14% 8%;
  transform: rotate(17deg);
  animation: lists-orbit-one 18s ease-in-out infinite alternate;
}

.message-sky__orbit--two {
  inset: 23% 18% 25% 17%;
  border-color: rgba(255, 240, 214, 0.14);
  transform: rotate(-23deg);
  animation: lists-orbit-two 15s ease-in-out infinite alternate;
}

.message-sky__thread {
  position: absolute;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 238, 211, 0.57), transparent);
  transform-origin: left center;
}

.message-sky__thread--one {
  top: 31%;
  left: 22%;
  width: 53%;
  transform: rotate(26deg);
}

.message-sky__thread--two {
  top: 60%;
  left: 11%;
  width: 62%;
  transform: rotate(-17deg);
}

.message-sky__thread--three {
  top: 27%;
  left: 53%;
  width: 42%;
  transform: rotate(102deg);
}

.message-sky__node {
  position: absolute;
  z-index: 3;
  width: 1rem;
  aspect-ratio: 1;
  border: 0.25rem solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  background: var(--lists-yellow);
  box-shadow: 0 0 1.6rem rgba(243, 211, 113, 0.55);
  animation: lists-node-pulse 3s ease-in-out infinite alternate;
}

.message-sky__node--one { top: 25%; left: 21%; }
.message-sky__node--two { top: 58%; left: 12%; background: var(--lists-mint); animation-delay: -0.8s; }
.message-sky__node--three { top: 24%; right: 17%; background: #eca39b; animation-delay: -1.6s; }
.message-sky__node--four { right: 21%; bottom: 17%; background: #bd9ad0; animation-delay: -2.2s; }

.floating-letter {
  position: absolute;
  z-index: 5;
  display: block;
  width: 28%;
  aspect-ratio: 1.35;
  padding: 8% 6% 5%;
  border: 1px solid rgba(45, 24, 54, 0.17);
  border-radius: 0.75rem;
  background: var(--lists-paper);
  box-shadow: 0 1.2rem 2rem rgba(20, 8, 29, 0.2);
  transform-origin: center;
}

.floating-letter::before {
  position: absolute;
  top: 9%;
  left: 8%;
  width: 10%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lists-coral);
  content: "";
}

.floating-letter::after {
  position: absolute;
  top: 11%;
  left: 22%;
  width: 22%;
  height: 4%;
  border-radius: 999px;
  background: #c2a9bc;
  content: "";
}

.floating-letter i {
  display: block;
  width: 85%;
  height: 4%;
  margin-top: 9%;
  border-radius: 999px;
  background: #d4c5d2;
}

.floating-letter i:nth-child(2) { width: 66%; }
.floating-letter i:nth-child(3) { width: 76%; }

.floating-letter b {
  position: absolute;
  right: 8%;
  bottom: 9%;
  width: 9%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lists-yellow);
  box-shadow: -0.8rem 0.1rem 0 -0.15rem var(--lists-mint);
}

.floating-letter--one {
  top: 11%;
  left: 8%;
  width: 25%;
  transform: rotate(-9deg);
  animation: lists-letter-one 5.4s ease-in-out infinite;
}

.floating-letter--two {
  top: 17%;
  right: 6%;
  width: 22%;
  transform: rotate(8deg);
  animation: lists-letter-two 6.2s ease-in-out infinite;
}

.floating-letter--three {
  bottom: 8%;
  left: 6%;
  width: 24%;
  transform: rotate(7deg);
  animation: lists-letter-three 5.8s ease-in-out infinite;
}

.floating-letter--four {
  right: 7%;
  bottom: 9%;
  width: 20%;
  transform: rotate(-8deg);
  animation: lists-letter-two 5.1s -2s ease-in-out infinite;
}

.message-sky__center {
  position: absolute;
  z-index: 7;
  top: 34%;
  left: 31%;
  display: grid;
  width: 39%;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 247, 228, 0.47);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.32), transparent 28%),
    rgba(244, 213, 124, 0.91);
  color: #38203f;
  box-shadow:
    0 0 0 1rem rgba(255, 234, 179, 0.08),
    0 1.5rem 3rem rgba(26, 10, 35, 0.24);
  transform: rotate(-3deg);
}

.message-sky__center strong {
  position: absolute;
  right: -8%;
  bottom: 20%;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: #fff8e9;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(0.85rem, 1.5vw, 1.25rem);
  font-style: italic;
  font-weight: 500;
  box-shadow: 0 0.7rem 1.4rem rgba(43, 20, 50, 0.17);
  transform: rotate(8deg);
}

.message-sky__envelope {
  position: relative;
  display: block;
  width: 47%;
  aspect-ratio: 1.34;
  overflow: hidden;
  border: 1px solid rgba(60, 33, 67, 0.2);
  border-radius: 0.45rem;
  background: #fff8e7;
  box-shadow: 0 0.8rem 1.5rem rgba(61, 35, 65, 0.15);
}

.message-sky__envelope::before,
.message-sky__envelope::after {
  position: absolute;
  left: 50%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(76, 42, 77, 0.25);
  background: #fff8e7;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.message-sky__envelope::before { top: -73%; }
.message-sky__envelope::after { bottom: -74%; }

.message-heart {
  position: absolute;
  z-index: 8;
  top: 29%;
  left: 29%;
  width: 4.3%;
  aspect-ratio: 1;
  background: var(--lists-coral);
  transform: rotate(45deg);
  animation: lists-heart-hop 3s ease-in-out infinite;
}

.message-heart::before,
.message-heart::after {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.message-heart::before { left: -50%; }
.message-heart::after { top: -50%; }

.message-sky__hello,
.message-sky__reply {
  position: absolute;
  z-index: 8;
  color: rgba(255, 248, 226, 0.85);
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-style: italic;
  line-height: 1;
}

.message-sky__hello {
  top: 11%;
  left: 39%;
  font-size: clamp(1.5rem, 3.2vw, 3.1rem);
  transform: rotate(-8deg);
}

.message-sky__reply {
  right: 24%;
  bottom: 3%;
  font-size: clamp(0.85rem, 1.7vw, 1.45rem);
  transform: rotate(5deg);
}

.lists-original-mark {
  position: absolute;
  z-index: 9;
  right: 5%;
  bottom: 4%;
  width: clamp(5rem, 10vw, 8rem);
  height: auto;
  padding: 0.3rem;
  border-radius: 0.25rem;
  background: rgba(255, 249, 235, 0.88);
  box-shadow: 0 0.7rem 1.5rem rgba(26, 10, 35, 0.18);
  image-rendering: auto;
  transform: rotate(-3deg);
}

.thread-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(6rem, 11vw, 11rem);
  background: #fff9ed;
}

.thread-section::before {
  position: absolute;
  top: -16rem;
  right: -12rem;
  width: 35rem;
  aspect-ratio: 1;
  border: 1px solid rgba(105, 65, 114, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(105, 65, 114, 0.025), 0 0 0 12rem rgba(105, 65, 114, 0.018);
  content: "";
}

.thread-section__heading,
.thread-path {
  position: relative;
  z-index: 2;
  width: var(--lists-shell);
  margin-inline: auto;
}

.thread-section__heading {
  display: grid;
  grid-template-columns: minmax(13rem, 0.45fr) minmax(22rem, 1.05fr) minmax(16rem, 0.5fr);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.thread-section__heading .lists-kicker {
  margin: 0;
}

.thread-section h2,
.big-room h2,
.inbox-days h2,
.lists-coda h2 {
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7.8vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.thread-section__heading > p:last-child {
  margin: 0;
  color: #69586b;
  line-height: 1.7;
}

.thread-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.5rem);
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: 0;
  list-style: none;
}

.thread-path::before {
  position: absolute;
  z-index: 0;
  top: 39%;
  right: 10%;
  left: 10%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--lists-coral) 0 0.45rem, transparent 0.45rem 0.85rem);
  content: "";
}

.thread-step {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: clamp(28rem, 34vw, 35rem);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid rgba(72, 43, 78, 0.13);
  background: #eee2f0;
  box-shadow: 0 1.5rem 4rem rgba(58, 34, 64, 0.08);
  isolation: isolate;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.thread-step:hover {
  box-shadow: 0 2rem 5rem rgba(58, 34, 64, 0.14);
  transform: translateY(-0.45rem);
}

.thread-step--write { border-radius: 12rem 12rem 1.2rem 1.2rem; }
.thread-step--arrive { border-radius: 1.2rem 10rem 1.2rem 1.2rem; background: #f6d8c8; }
.thread-step--reply { border-radius: 1.2rem 1.2rem 12rem 1.2rem; background: #56336a; color: #fff8ec; }

.thread-step h3 {
  position: relative;
  z-index: 3;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.thread-step p {
  position: relative;
  z-index: 3;
  max-width: 19rem;
  margin: 1rem 0 0;
  color: #665569;
  font-size: 0.9rem;
  line-height: 1.6;
}

.thread-step--reply p { color: rgba(255, 248, 236, 0.72); }

.thread-step__picture {
  position: absolute;
  z-index: 2;
  top: 12%;
  left: 50%;
  width: 76%;
  height: 53%;
  transform: translateX(-50%);
}

.thread-step__picture i,
.thread-step__picture b {
  position: absolute;
  display: block;
}

.thread-paper {
  right: 2%;
  bottom: 2%;
  width: 78%;
  height: 78%;
  border: 1px solid rgba(64, 35, 69, 0.14);
  border-radius: 0.7rem;
  background: #fffaf0;
  box-shadow: 0 1rem 2rem rgba(66, 39, 69, 0.12);
  transform: rotate(4deg);
}

.thread-paper::before {
  position: absolute;
  top: -0.55rem;
  bottom: -0.55rem;
  left: 15%;
  width: 1px;
  background: rgba(226, 101, 102, 0.36);
  content: "";
}

.thread-paper b {
  right: 11%;
  left: 24%;
  height: 2px;
  border-radius: 999px;
  background: #d8c8d6;
}

.thread-paper b:nth-child(1) { top: 27%; }
.thread-paper b:nth-child(2) { top: 45%; right: 28%; }
.thread-paper b:nth-child(3) { top: 63%; }

.thread-pencil {
  z-index: 3;
  bottom: 4%;
  left: 5%;
  width: 11%;
  height: 74%;
  border-radius: 999px 999px 0.15rem 0.15rem;
  background: linear-gradient(90deg, #db6968 0 50%, #ef8880 50%);
  box-shadow: 0 0.5rem 1rem rgba(71, 38, 73, 0.12);
  transform: rotate(36deg);
}

.thread-pencil::before {
  position: absolute;
  top: -11%;
  left: 0;
  width: 100%;
  height: 15%;
  background: #f1c99b;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  content: "";
}

.thread-envelope {
  top: 22%;
  left: 10%;
  width: 79%;
  aspect-ratio: 1.35;
  overflow: hidden;
  border: 1px solid rgba(85, 43, 58, 0.16);
  border-radius: 1rem;
  background: #fff7e8;
  box-shadow: 0 1.2rem 2.4rem rgba(98, 43, 50, 0.14);
  transform: rotate(-5deg);
}

.thread-envelope::before,
.thread-envelope::after {
  position: absolute;
  left: 50%;
  width: 71%;
  aspect-ratio: 1;
  border: 1px solid rgba(107, 49, 58, 0.2);
  background: #fff7e8;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.thread-envelope::before { top: -72%; }
.thread-envelope::after { bottom: -73%; }

.thread-spark {
  width: 0.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lists-yellow);
  box-shadow: 0 0 1rem rgba(243, 211, 113, 0.6);
  animation: lists-node-pulse 2.5s ease-in-out infinite alternate;
}

.thread-spark--one { top: 8%; right: 4%; }
.thread-spark--two { bottom: 8%; left: 2%; background: var(--lists-mint); animation-delay: -1.2s; }

.thread-bubble {
  min-width: 40%;
  height: 30%;
  border-radius: 2rem 2rem 2rem 0.45rem;
  background: #fff3d2;
  box-shadow: 0 0.9rem 1.7rem rgba(22, 10, 29, 0.16);
}

.thread-bubble::before,
.thread-bubble::after {
  position: absolute;
  left: 16%;
  height: 3px;
  border-radius: 999px;
  background: rgba(75, 41, 76, 0.28);
  content: "";
}

.thread-bubble::before { top: 35%; width: 62%; }
.thread-bubble::after { top: 56%; width: 43%; }

.thread-bubble--one { top: 4%; left: 3%; width: 64%; transform: rotate(-4deg); }
.thread-bubble--two { top: 33%; right: 0; width: 57%; background: #91d6c2; transform: rotate(4deg); }
.thread-bubble--three { bottom: 0; left: 12%; width: 55%; background: #e9908a; transform: rotate(-2deg); }

.big-room {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(20rem, 0.88fr) minmax(30rem, 1.12fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - 92rem) / 2));
  background:
    radial-gradient(circle at 15% 16%, rgba(235, 123, 118, 0.13), transparent 24%),
    radial-gradient(circle at 88% 70%, rgba(133, 93, 161, 0.27), transparent 32%),
    #23122e;
  color: #fff8eb;
}

.big-room::before {
  position: absolute;
  right: 44%;
  bottom: -20rem;
  width: 40rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 244, 218, 0.06);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(255, 244, 218, 0.018), 0 0 0 14rem rgba(255, 244, 218, 0.012);
  content: "";
}

.big-room__copy {
  position: relative;
  z-index: 4;
}

.big-room .lists-kicker { color: #d3abd9; }

.big-room h2 {
  max-width: 10ch;
}

.big-room__copy > p:not(.lists-kicker) {
  max-width: 34rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: rgba(255, 248, 235, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.big-room__aside {
  padding-left: 1.1rem;
  border-left: 2px solid var(--lists-coral);
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem) !important;
  font-style: italic;
}

.people-constellation {
  position: relative;
  z-index: 3;
  width: min(100%, 48rem);
  aspect-ratio: 1;
  justify-self: end;
}

.people-constellation::before {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 77, 149, 0.33), transparent 66%);
  filter: blur(2rem);
  content: "";
}

.people-constellation__ring {
  position: absolute;
  border: 1px dashed rgba(255, 239, 210, 0.17);
  border-radius: 50%;
}

.people-constellation__ring--one { inset: 3% 6% 7%; transform: rotate(14deg); }
.people-constellation__ring--two { inset: 24% 18% 19%; transform: rotate(-23deg); }

.people-constellation__line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 236, 205, 0.45), transparent);
  transform-origin: left center;
}

.people-constellation__line--one { top: 23%; left: 25%; width: 54%; transform: rotate(41deg); }
.people-constellation__line--two { top: 66%; left: 8%; width: 73%; transform: rotate(-25deg); }
.people-constellation__line--three { top: 18%; left: 63%; width: 55%; transform: rotate(104deg); }

.people-card {
  position: absolute;
  z-index: 3;
  display: block;
  width: 25%;
  aspect-ratio: 1.22;
  padding: 7% 5%;
  border: 1px solid rgba(53, 26, 58, 0.17);
  border-radius: 0.75rem;
  background: #fff8e8;
  box-shadow: 0 1.2rem 2.4rem rgba(9, 3, 14, 0.25);
}

.people-card::before {
  position: absolute;
  top: 11%;
  left: 8%;
  width: 11%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lists-coral);
  content: "";
}

.people-card i {
  display: block;
  width: 82%;
  height: 4%;
  margin-top: 10%;
  border-radius: 999px;
  background: #d2c0cf;
}

.people-card i:nth-child(2) { width: 61%; }
.people-card i:nth-child(3) { width: 72%; }

.people-card--one { top: 5%; left: 13%; transform: rotate(-8deg); animation: lists-card-drift 5.2s ease-in-out infinite; }
.people-card--two { top: 11%; right: 4%; width: 21%; background: #f1d7e8; transform: rotate(7deg); animation: lists-card-drift 6s -1.6s ease-in-out infinite; }
.people-card--three { top: 41%; left: 34%; width: 31%; background: #fff0bd; transform: rotate(-2deg); animation: lists-card-drift 5.6s -2.4s ease-in-out infinite; }
.people-card--four { bottom: 4%; left: 3%; width: 22%; background: #b5dfd2; transform: rotate(9deg); animation: lists-card-drift 6.4s -3.1s ease-in-out infinite; }
.people-card--five { right: 4%; bottom: 8%; width: 24%; background: #eca29c; transform: rotate(-7deg); animation: lists-card-drift 5s -0.8s ease-in-out infinite; }

.people-card--two::before { background: var(--lists-blue); }
.people-card--three::before { background: var(--lists-violet); }
.people-card--four::before { background: #3f8c78; }
.people-card--five::before { background: #fff2c4; }

.people-word {
  position: absolute;
  z-index: 5;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 247, 224, 0.25);
  border-radius: 999px;
  background: rgba(39, 19, 50, 0.73);
  color: rgba(255, 248, 229, 0.88);
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(0.75rem, 1.3vw, 1.05rem);
  font-style: italic;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

.people-word--one { top: 33%; left: 4%; transform: rotate(-5deg); }
.people-word--two { top: 4%; left: 46%; transform: rotate(5deg); }
.people-word--three { top: 45%; right: -2%; transform: rotate(8deg); }
.people-word--four { bottom: 21%; left: 27%; transform: rotate(-7deg); }
.people-word--five { right: 30%; bottom: 1%; transform: rotate(4deg); }

.people-constellation__sun {
  position: absolute;
  z-index: 2;
  top: 32%;
  left: 29%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(151, 101, 169, 0.15);
  box-shadow: 0 0 0 2rem rgba(151, 101, 169, 0.05), 0 0 5rem rgba(151, 101, 169, 0.2);
}

.people-constellation__sun i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lists-yellow);
  box-shadow: 0 0 2rem rgba(243, 211, 113, 0.62);
  transform: translate(-50%, -50%);
}

.inbox-days {
  width: var(--lists-shell);
  margin-inline: auto;
  padding-block: clamp(6rem, 11vw, 11rem);
}

.inbox-days__heading {
  display: grid;
  grid-template-columns: minmax(13rem, 0.45fr) minmax(24rem, 1.55fr);
  align-items: end;
  gap: 2rem;
}

.inbox-days__heading .lists-kicker { margin: 0; }

.inbox-days h2 { max-width: 11ch; }

.day-cards {
  display: grid;
  grid-template-columns: 0.92fr 1.16fr 0.92fr;
  gap: clamp(0.8rem, 1.5vw, 1.5rem);
  margin-top: clamp(4rem, 8vw, 8rem);
}

.day-card {
  position: relative;
  display: flex;
  min-height: clamp(28rem, 36vw, 38rem);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid rgba(69, 40, 73, 0.12);
  background: #efd9cf;
  box-shadow: 0 1.4rem 3.5rem rgba(62, 38, 66, 0.08);
  isolation: isolate;
}

.day-card::before {
  position: absolute;
  z-index: -1;
  content: "";
}

.day-card--morning {
  border-radius: 13rem 13rem 1rem 1rem;
  background: linear-gradient(180deg, #eed9d2, #f6e6d7);
}

.day-card--morning::before {
  top: 21%;
  left: -11%;
  width: 122%;
  height: 40%;
  border-radius: 50%;
  background: rgba(255, 249, 231, 0.55);
  transform: rotate(-8deg);
}

.day-card--middle {
  border-radius: 1rem 11rem 1rem 1rem;
  background: #bcded4;
}

.day-card--middle::before {
  top: 12%;
  right: -16%;
  width: 68%;
  aspect-ratio: 1;
  border: 2.3rem solid rgba(70, 129, 113, 0.14);
  border-radius: 50%;
}

.day-card--evening {
  border-color: transparent;
  border-radius: 1rem 1rem 13rem 1rem;
  background: #533369;
  color: #fff8eb;
}

.day-card--evening::before {
  top: -13%;
  right: -15%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(142, 100, 162, 0.32);
  box-shadow: 0 0 4rem rgba(155, 112, 174, 0.18);
}

.day-card__time {
  position: absolute;
  z-index: 3;
  top: clamp(1.5rem, 3vw, 3rem);
  left: clamp(1.5rem, 3vw, 3rem);
  margin: 0;
  color: rgba(65, 36, 68, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.day-card--evening .day-card__time { color: rgba(255, 248, 235, 0.69); }

.day-card h3 {
  position: relative;
  z-index: 3;
  margin: 0;
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.day-card > p:last-child {
  position: relative;
  z-index: 3;
  max-width: 19rem;
  margin: 1.1rem 0 0;
  color: rgba(57, 31, 60, 0.68);
  font-size: 0.9rem;
  line-height: 1.65;
}

.day-card--evening > p:last-child { color: rgba(255, 248, 235, 0.72); }

.day-card__sun {
  position: absolute;
  z-index: 2;
  top: 16%;
  left: 50%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lists-yellow);
  box-shadow: 0 0 0 1.5rem rgba(243, 211, 113, 0.16), 0 1.4rem 2.5rem rgba(127, 83, 56, 0.12);
  transform: translateX(-50%);
}

.day-card__sun::before,
.day-card__sun::after {
  position: absolute;
  top: 45%;
  width: 7%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #63405a;
  content: "";
}

.day-card__sun::before { left: 30%; }
.day-card__sun::after { right: 30%; }

.day-card__cup {
  position: absolute;
  z-index: 2;
  top: 18%;
  left: 24%;
  width: 48%;
  height: 33%;
  border-radius: 0.8rem 0.8rem 3rem 3rem;
  background: #fff7e7;
  box-shadow: 0 1.5rem 2.5rem rgba(55, 90, 80, 0.13);
  transform: rotate(-4deg);
}

.day-card__cup::before {
  position: absolute;
  top: 13%;
  right: -26%;
  width: 43%;
  height: 53%;
  border: 0.8rem solid #fff7e7;
  border-left: 0;
  border-radius: 0 50% 50% 0;
  content: "";
}

.day-card__cup::after {
  position: absolute;
  top: -14%;
  left: 5%;
  width: 90%;
  height: 24%;
  border-radius: 50%;
  background: #8d5f58;
  box-shadow: inset 0 0 0 0.35rem #fff7e7;
  content: "";
}

.day-card__cup i {
  position: absolute;
  top: -65%;
  left: 39%;
  width: 18%;
  height: 50%;
  border-left: 2px solid rgba(255, 248, 232, 0.85);
  border-right: 2px solid rgba(255, 248, 232, 0.55);
  border-radius: 50%;
  animation: lists-steam 3.2s ease-in-out infinite;
}

.day-card__moon {
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 24%;
  width: 47%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #efd997;
  box-shadow: 0 0 3rem rgba(239, 217, 151, 0.25);
}

.day-card__moon::after {
  position: absolute;
  top: -12%;
  left: -25%;
  width: 101%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #533369;
  content: "";
}

.day-card__star {
  position: absolute;
  z-index: 3;
  width: 0.55rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff1b9;
  box-shadow: 0 0 1rem rgba(255, 241, 185, 0.7);
  animation: lists-node-pulse 2.4s ease-in-out infinite alternate;
}

.day-card__star--one { top: 18%; right: 15%; }
.day-card__star--two { top: 37%; left: 14%; animation-delay: -1.1s; }

.lists-coda {
  position: relative;
  display: grid;
  min-height: 94svh;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) 1.25rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(121, 77, 149, 0.14), transparent 32%),
    #fff9ed;
  text-align: center;
}

.lists-coda::before,
.lists-coda::after {
  position: absolute;
  z-index: 0;
  aspect-ratio: 1;
  border: 1px solid rgba(82, 48, 90, 0.12);
  border-radius: 50%;
  content: "";
}

.lists-coda::before {
  top: -22rem;
  left: -17rem;
  width: 44rem;
  box-shadow: 0 0 0 6rem rgba(124, 77, 148, 0.025);
}

.lists-coda::after {
  right: -15rem;
  bottom: -19rem;
  width: 38rem;
  box-shadow: 0 0 0 5rem rgba(238, 116, 111, 0.025);
}

.lists-coda > * {
  position: relative;
  z-index: 3;
}

.lists-coda h2 {
  max-width: 12ch;
  font-size: clamp(3.7rem, 8.7vw, 9.2rem);
}

.lists-coda > p:not(.lists-kicker) {
  max-width: 34rem;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  color: #6a586c;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.lists-return { margin-top: clamp(2.5rem, 5vw, 4rem); }
.lists-return:hover span { transform: translateX(0.25rem); }

.lists-coda__thread {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.lists-coda__thread::before {
  position: absolute;
  top: 49%;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 64, 124, 0.25), transparent);
  content: "";
}

.lists-coda__thread i {
  position: absolute;
  width: 1rem;
  aspect-ratio: 1;
  border: 0.24rem solid #fff9ed;
  border-radius: 50%;
  background: var(--lists-coral);
  box-shadow: 0 0 0 1px rgba(87, 50, 96, 0.19), 0 0.5rem 1.2rem rgba(89, 47, 96, 0.16);
}

.lists-coda__thread i:nth-child(1) { top: 48%; left: 8%; background: var(--lists-yellow); }
.lists-coda__thread i:nth-child(2) { top: 29%; left: 21%; background: var(--lists-mint); }
.lists-coda__thread i:nth-child(3) { top: 67%; left: 35%; background: var(--lists-violet); }
.lists-coda__thread i:nth-child(4) { top: 25%; right: 22%; background: var(--lists-blue); }
.lists-coda__thread i:nth-child(5) { top: 63%; right: 8%; }

@keyframes lists-sky-arrive {
  from { opacity: 0; transform: translateY(1.5rem) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes lists-orbit-one {
  from { transform: rotate(17deg) scale(0.99); }
  to { transform: rotate(23deg) scale(1.02); }
}

@keyframes lists-orbit-two {
  from { transform: rotate(-23deg); }
  to { transform: rotate(-16deg); }
}

@keyframes lists-node-pulse {
  from { opacity: 0.55; transform: scale(0.78); }
  to { opacity: 1; transform: scale(1.12); }
}

@keyframes lists-letter-one {
  0%, 100% { transform: translateY(0) rotate(-9deg); }
  50% { transform: translateY(-0.6rem) rotate(-6deg); }
}

@keyframes lists-letter-two {
  0%, 100% { transform: translateY(0) rotate(8deg); }
  50% { transform: translateY(0.55rem) rotate(5deg); }
}

@keyframes lists-letter-three {
  0%, 100% { transform: translateY(0) rotate(7deg); }
  50% { transform: translateY(-0.45rem) rotate(10deg); }
}

@keyframes lists-heart-hop {
  0%, 100% { transform: translateY(0) rotate(45deg) scale(0.92); }
  50% { transform: translateY(-0.55rem) rotate(45deg) scale(1.04); }
}

@keyframes lists-card-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -0.55rem; }
}

@keyframes lists-steam {
  0%, 100% { opacity: 0.25; transform: translateY(0) skewX(-5deg); }
  50% { opacity: 0.85; transform: translateY(-0.35rem) skewX(6deg); }
}

@media (max-width: 70rem) {
  .lists-hero,
  .big-room {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(25rem, 1.2fr);
    gap: clamp(2rem, 4vw, 4rem);
  }

  .message-sky {
    width: min(100%, 43rem);
  }

  .thread-step {
    min-height: 29rem;
  }
}

@media (max-width: 56rem) {
  .lists-room .museum-header__bar {
    width: var(--lists-shell);
  }

  .lists-hero,
  .big-room {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lists-hero {
    gap: clamp(3.5rem, 9vw, 6rem);
    padding-block: clamp(4rem, 10vw, 6rem) clamp(5rem, 11vw, 7rem);
  }

  .lists-hero__copy {
    max-width: 43rem;
  }

  .message-sky {
    width: min(100%, 42rem);
    justify-self: center;
  }

  .thread-section__heading,
  .inbox-days__heading {
    grid-template-columns: 1fr;
  }

  .thread-section__heading .lists-kicker,
  .inbox-days__heading .lists-kicker {
    margin-bottom: 0.4rem;
  }

  .thread-section__heading > p:last-child {
    max-width: 36rem;
  }

  .thread-path {
    grid-template-columns: 1fr 1fr;
  }

  .thread-path::before {
    display: none;
  }

  .thread-step--reply {
    grid-column: 1 / -1;
    min-height: 27rem;
  }

  .thread-step--reply .thread-step__picture {
    right: 4%;
    left: auto;
    width: 44%;
    transform: none;
  }

  .big-room {
    gap: 4rem;
    padding-block: 7rem;
  }

  .big-room__copy {
    max-width: 43rem;
  }

  .people-constellation {
    width: min(100%, 41rem);
    justify-self: center;
  }

  .day-cards {
    grid-template-columns: 1fr 1fr;
  }

  .day-card--evening {
    grid-column: 1 / -1;
    min-height: 27rem;
  }

  .day-card--evening .day-card__moon {
    width: 15rem;
  }
}

@media (max-width: 42rem) {
  :root {
    --lists-shell: min(100% - 2rem, 92rem);
  }

  .lists-hero h1 {
    font-size: clamp(4.1rem, 20.5vw, 6.4rem);
    line-height: 0.78;
  }

  .message-sky {
    min-height: 31rem;
    aspect-ratio: auto;
    border-width: 0.4rem;
    border-radius: 45% 1rem 45% 45%;
  }

  .message-sky__center {
    top: 34%;
    left: 29%;
    width: 43%;
  }

  .floating-letter--one { width: 31%; }
  .floating-letter--two { width: 28%; }
  .floating-letter--three { width: 30%; }
  .floating-letter--four { width: 26%; }

  .message-sky__hello {
    top: 8%;
    left: 42%;
    font-size: 1.9rem;
  }

  .message-sky__reply {
    right: 27%;
    bottom: 5%;
    font-size: 0.9rem;
  }

  .lists-original-mark {
    width: 5.2rem;
  }

  .thread-section h2,
  .big-room h2,
  .inbox-days h2,
  .lists-coda h2 {
    font-size: clamp(3.45rem, 16vw, 5.9rem);
    line-height: 0.87;
  }

  .thread-path,
  .day-cards {
    grid-template-columns: 1fr;
  }

  .thread-step,
  .thread-step--reply,
  .day-card,
  .day-card--evening {
    grid-column: auto;
    min-height: 27rem;
  }

  .thread-step--reply .thread-step__picture {
    right: auto;
    left: 50%;
    width: 76%;
    transform: translateX(-50%);
  }

  .thread-step--write { border-radius: 9rem 9rem 1rem 1rem; }
  .thread-step--arrive { border-radius: 1rem 8rem 1rem 1rem; }
  .thread-step--reply { border-radius: 1rem 1rem 9rem 1rem; }

  .big-room {
    padding-inline: 1rem;
  }

  .people-constellation {
    width: min(112%, 34rem);
    margin-inline: -6%;
  }

  .people-word {
    padding: 0.34rem 0.52rem;
    font-size: 0.72rem;
  }

  .day-card--morning { border-radius: 9rem 9rem 1rem 1rem; }
  .day-card--middle { border-radius: 1rem 8rem 1rem 1rem; }
  .day-card--evening { border-radius: 1rem 1rem 9rem 1rem; }

  .lists-coda {
    min-height: 90svh;
    text-align: left;
    justify-items: start;
  }

  .lists-coda h2 {
    max-width: 10ch;
  }

  .lists-coda__thread {
    opacity: 0.55;
  }
}

@media (max-width: 24rem) {
  .lists-hero h1 {
    font-size: 3.9rem;
  }

  .lists-hero__lede {
    font-size: 1rem;
  }

  .message-sky {
    min-height: 28rem;
  }

  .message-sky__center {
    left: 27%;
    width: 47%;
  }

  .message-sky__center strong {
    right: -18%;
    font-size: 0.78rem;
  }

  .thread-section h2,
  .big-room h2,
  .inbox-days h2,
  .lists-coda h2 {
    font-size: 3.25rem;
  }

  .thread-step,
  .day-card {
    min-height: 25rem;
  }

  .thread-step h3,
  .day-card h3 {
    font-size: 2.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lists-room *,
  .lists-room *::before,
  .lists-room *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.lists-room .museum-header__bar,
.lists-room .museum-footer__inner {
  width: min(100%, var(--museum-frame-width));
  max-width: none;
}
