.folded-room {
  --fold-ink: #17231c;
  --fold-paper: #fffaf0;
  --fold-paper-deep: #eadfca;
  --fold-red: #b9473d;
  --fold-green: #315f45;
  --fold-yellow: #f1c75b;
  --fold-blue: #9ac3c5;
  width: min(100%, 1240px);
  margin: 0 auto 34px;
  color: var(--fold-ink);
}

.folded-room[hidden],
.folded-room [hidden] { display: none !important; }

.folded-room-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  padding: clamp(28px, 5vw, 58px);
  border: 2px solid var(--fold-ink);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background:
    linear-gradient(transparent 94%, rgb(23 35 28 / 8%) 94%),
    linear-gradient(90deg, transparent 94%, rgb(23 35 28 / 8%) 94%),
    #f5ead6;
  background-size: 34px 34px;
}

.folded-room-kicker,
.folded-room-step,
.folded-room-result > div > p,
.folded-room-footer {
  margin: 0;
  font: 850 0.67rem/1.35 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.folded-room-kicker { color: var(--fold-red); }
.folded-room-kicker span {
  display: inline-grid;
  width: 31px;
  height: 31px;
  margin-right: 8px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.folded-room-heading h1 {
  max-width: 790px;
  margin: 15px 0 17px;
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  letter-spacing: -0.075em;
  line-height: 0.87;
  text-wrap: balance;
}

.folded-room-heading h1:focus-visible,
.folded-room-result:focus-visible {
  border-radius: 5px;
  outline: 4px solid var(--fold-red);
  outline-offset: 8px;
}

.folded-room-heading p:last-child {
  max-width: 670px;
  margin: 0;
  color: #505a53;
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.55;
}

.folded-room-heading > a {
  padding: 11px 0;
  color: var(--fold-ink);
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  white-space: nowrap;
}

.folded-room-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(330px, 0.87fr);
  min-height: 650px;
  border: 2px solid var(--fold-ink);
  background: #d8ccba;
}

.folded-room-scene {
  position: relative;
  display: grid;
  min-width: 0;
  padding: clamp(24px, 4vw, 50px);
  overflow: hidden;
  place-items: center;
  border-right: 2px solid var(--fold-ink);
  background:
    radial-gradient(circle at 24% 20%, rgb(255 255 255 / 34%) 0 3px, transparent 4px),
    linear-gradient(24deg, transparent 48%, rgb(23 35 28 / 5%) 49% 50%, transparent 51%),
    #c9bca8;
  background-size: 37px 37px, 140px 140px, auto;
}

.folded-room-paper {
  position: relative;
  width: min(100%, 610px);
  aspect-ratio: 1.22;
  border: 2px solid var(--fold-ink);
  background:
    linear-gradient(0deg, transparent 49.6%, rgb(23 35 28 / 8%) 50%, transparent 50.4%),
    linear-gradient(90deg, transparent 49.6%, rgb(23 35 28 / 8%) 50%, transparent 50.4%),
    var(--fold-paper);
  box-shadow: 16px 18px 0 rgb(23 35 28 / 18%);
  transform: rotate(-1.4deg);
  transition: border-radius 320ms ease, box-shadow 320ms ease, transform 320ms ease;
}

.folded-room-paper::before,
.folded-room-paper::after {
  position: absolute;
  z-index: 8;
  content: "";
  pointer-events: none;
}

.folded-room-paper::before {
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgb(185 71 61 / 10%) 0 2px, transparent 2.5px),
    radial-gradient(circle at 72% 72%, rgb(49 95 69 / 12%) 0 2px, transparent 2.5px);
  background-size: 23px 23px, 29px 29px;
  mix-blend-mode: multiply;
}

.folded-room-paper::after {
  top: -2px;
  right: -2px;
  width: 39%;
  height: calc(100% + 4px);
  border: 2px solid var(--fold-ink);
  background: #efe2cc;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  opacity: 0;
  transform: perspective(560px) rotateY(0deg);
  transform-origin: right center;
}

.folded-room[data-fold-state="saved"] .folded-room-paper::after {
  opacity: 1;
  animation: folded-room-fold 620ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.folded-room[data-fold-state="restored"] .folded-room-paper {
  border-radius: 4px 34px 6px 4px;
  box-shadow: 18px 22px 0 rgb(49 95 69 / 24%), inset -40px 0 70px rgb(49 95 69 / 8%);
  transform: rotate(0deg) perspective(850px) rotateX(1deg);
}

.folded-room[data-fold-state="restored"] .folded-room-paper::after {
  right: -1px;
  width: 19%;
  border-left: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 88%, 0 12%);
  opacity: 1;
  transform: perspective(560px) rotateY(-28deg);
}

.folded-room-map-label {
  position: absolute;
  z-index: 2;
  padding: 4px 6px;
  border: 1px solid currentColor;
  color: #4b5950;
  font: 850 0.54rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.06em;
}

.folded-room-map-label.is-room { top: 15%; left: 12%; transform: rotate(-4deg); }
.folded-room-map-label.is-lost { right: 13%; bottom: 17%; transform: rotate(3deg); }
.folded-room-map-label.is-courtyard { bottom: 17%; left: 13%; color: var(--fold-green); }

.folded-room-route {
  position: absolute;
  z-index: 1;
  height: 0;
  border-top: 3px dashed var(--fold-red);
  transform-origin: left center;
}

.folded-room-route.is-one { top: 28%; left: 20%; width: 53%; transform: rotate(20deg); }
.folded-room-route.is-two { bottom: 25%; left: 23%; width: 49%; border-color: var(--fold-green); transform: rotate(-17deg); }

.folded-room-crease {
  position: absolute;
  z-index: 9;
  top: 6%;
  right: 32%;
  width: 2px;
  height: 88%;
  border-left: 2px dashed var(--fold-ink);
  opacity: 0;
  transform: rotate(-12deg);
  transform-origin: center;
  transition: opacity 180ms ease;
}

.folded-room[data-fold-state="saved"] .folded-room-crease,
.folded-room[data-fold-state="restored"] .folded-room-crease { opacity: 0.68; }
.folded-room-scene[data-fold-id="minute-pocket"] .folded-room-crease { top: 27%; right: 5%; width: 90%; height: 2px; border-top: 2px dashed; border-left: 0; transform: rotate(9deg); }
.folded-room-scene[data-fold-id="seat-valley"] .folded-room-crease { top: 67%; right: 4%; width: 92%; height: 2px; border-top: 2px dashed; border-left: 0; transform: rotate(14deg); }
.folded-room-scene[data-fold-id="copy-gate"] .folded-room-crease { right: auto; left: 30%; transform: rotate(-7deg); }
.folded-room-scene[data-fold-id="dry-awning"] .folded-room-crease { right: 28%; transform: rotate(11deg); }

.folded-room-fold-edge {
  position: absolute;
  z-index: 10;
  top: 38%;
  right: -32px;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 2px solid var(--fold-ink);
  border-radius: 50%;
  color: var(--fold-red);
  background: var(--fold-yellow);
  box-shadow: 4px 5px 0 var(--fold-ink);
  transform: rotate(7deg);
}

.folded-room-fold-edge b {
  max-width: 46px;
  font: 900 0.48rem/1.25 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.05em;
  text-align: center;
}

.folded-room[data-fold-state="restored"] .folded-room-fold-edge b { font-size: 0; }
.folded-room[data-fold-state="restored"] .folded-room-fold-edge b::after { font-size: 0.48rem; content: "ROOM 06"; }

.folded-room-parcel {
  position: absolute;
  z-index: 7;
  right: 7%;
  bottom: 9%;
  display: grid;
  width: 86px;
  height: 68px;
  padding: 10px;
  place-items: center;
  border: 2px solid var(--fold-ink);
  color: var(--fold-ink);
  background: #cb9c67;
  box-shadow: 5px 6px 0 rgb(23 35 28 / 23%);
  opacity: 0;
  transform: rotate(5deg) translateX(18px);
  transition: opacity 240ms 150ms ease, transform 320ms 150ms ease;
}

.folded-room-parcel b {
  padding: 3px;
  border: 1px solid;
  background: var(--fold-paper);
  font: 900 0.45rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.folded-room-parcel i { position: absolute; top: -2px; bottom: -2px; left: 50%; border-left: 2px solid rgb(23 35 28 / 35%); }
.folded-room[data-fold-state="restored"] .folded-room-parcel { opacity: 1; transform: rotate(5deg) translateX(0); }
.folded-room[data-room-state="settled"] .folded-room-parcel { right: 31%; bottom: 15%; transform: rotate(-2deg); }

.folded-room-fixture {
  position: absolute;
  z-index: 6;
  top: 33%;
  left: 34%;
  display: block;
  width: 112px;
  height: 125px;
  opacity: 0;
  transform: translateY(9px) rotate(-2deg);
  transition: opacity 220ms ease, transform 300ms ease;
}

.folded-room-fixture[data-object-id]:not([data-object-id="none"]) { opacity: 1; transform: translateY(0) rotate(-2deg); }
.folded-room-fixture b {
  position: absolute;
  right: -20px;
  bottom: -9px;
  padding: 5px 7px;
  border: 1px solid var(--fold-ink);
  color: #fff;
  background: var(--fold-green);
  font: 850 0.46rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transform: rotate(3deg);
}

.folded-room-fixture[data-object-id="plant"] i:first-child { position: absolute; right: 43px; bottom: 24px; width: 6px; height: 72px; background: var(--fold-green); }
.folded-room-fixture[data-object-id="plant"] i:nth-child(2),
.folded-room-fixture[data-object-id="plant"] i:nth-child(3),
.folded-room-fixture[data-object-id="plant"] i:nth-child(4) { position: absolute; width: 42px; height: 25px; border: 2px solid var(--fold-ink); border-radius: 80% 12% 80% 12%; background: #69a872; }
.folded-room-fixture[data-object-id="plant"] i:nth-child(2) { top: 19px; left: 15px; transform: rotate(20deg); }
.folded-room-fixture[data-object-id="plant"] i:nth-child(3) { top: 35px; right: 8px; transform: rotate(145deg); }
.folded-room-fixture[data-object-id="plant"] i:nth-child(4) { top: 52px; left: 18px; transform: rotate(5deg); }
.folded-room-fixture[data-object-id="plant"]::after { position: absolute; right: 24px; bottom: 5px; width: 47px; height: 35px; border: 2px solid var(--fold-ink); background: #c66d4b; content: ""; clip-path: polygon(0 0, 100% 0, 82% 100%, 17% 100%); }

.folded-room-fixture[data-object-id="clock"]::before { position: absolute; top: 13px; left: 15px; width: 77px; height: 77px; border: 5px solid var(--fold-ink); border-radius: 50%; background: var(--fold-paper); box-shadow: 5px 5px 0 var(--fold-yellow); content: ""; }
.folded-room-fixture[data-object-id="clock"] i:first-child { position: absolute; z-index: 1; top: 31px; left: 53px; width: 3px; height: 25px; background: var(--fold-red); transform: rotate(25deg); transform-origin: bottom; }
.folded-room-fixture[data-object-id="clock"] i:nth-child(2) { position: absolute; z-index: 1; top: 51px; left: 53px; width: 29px; height: 3px; background: var(--fold-ink); transform: rotate(-12deg); transform-origin: left; }

.folded-room-fixture[data-object-id="chair"]::before { position: absolute; top: 8px; left: 17px; width: 68px; height: 60px; border: 4px solid var(--fold-ink); border-radius: 16px 16px 4px 4px; background: var(--fold-blue); box-shadow: 5px 5px 0 var(--fold-red); content: ""; }
.folded-room-fixture[data-object-id="chair"]::after { position: absolute; top: 70px; left: 23px; width: 58px; height: 29px; border: 4px solid var(--fold-ink); border-radius: 5px; background: var(--fold-blue); content: ""; }
.folded-room-fixture[data-object-id="chair"] i:first-child,
.folded-room-fixture[data-object-id="chair"] i:nth-child(2) { position: absolute; top: 97px; width: 4px; height: 21px; background: var(--fold-ink); }
.folded-room-fixture[data-object-id="chair"] i:first-child { left: 30px; transform: rotate(12deg); }
.folded-room-fixture[data-object-id="chair"] i:nth-child(2) { right: 28px; transform: rotate(-12deg); }

.folded-room-fixture[data-object-id="printer"]::before { position: absolute; top: 22px; left: 8px; width: 92px; height: 63px; border: 4px solid var(--fold-ink); border-radius: 7px; background: #d8ded8; box-shadow: 5px 6px 0 var(--fold-blue); content: ""; }
.folded-room-fixture[data-object-id="printer"]::after { position: absolute; top: 4px; left: 27px; width: 54px; height: 45px; border: 2px solid var(--fold-ink); background: var(--fold-paper); content: "M\A M\A M"; white-space: pre; text-align: center; font: 900 0.56rem/1.1 ui-monospace, "SFMono-Regular", Menlo, monospace; }
.folded-room-fixture[data-object-id="printer"] i:first-child { position: absolute; z-index: 1; top: 60px; left: 28px; width: 52px; height: 5px; background: var(--fold-red); }

.folded-room-fixture[data-object-id="umbrella"]::before { position: absolute; top: 13px; left: 3px; width: 102px; height: 49px; border: 4px solid var(--fold-ink); border-radius: 70px 70px 4px 4px; background: var(--fold-red); content: ""; clip-path: polygon(50% 0, 100% 100%, 76% 86%, 51% 100%, 25% 86%, 0 100%); }
.folded-room-fixture[data-object-id="umbrella"]::after { position: absolute; top: 55px; left: 53px; width: 25px; height: 55px; border-bottom: 5px solid var(--fold-ink); border-left: 5px solid var(--fold-ink); border-radius: 0 0 0 20px; content: ""; }

.folded-room-floor-change {
  position: absolute;
  z-index: 5;
  right: 23%;
  bottom: 17%;
  width: 39%;
  padding: 5px 7px;
  border-top: 5px double var(--fold-green);
  color: var(--fold-green);
  font: 900 0.44rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: rotate(-7deg);
}

.folded-room[data-room-state="settled"] .folded-room-floor-change { opacity: 1; animation: folded-room-route 360ms ease both; }

.folded-room-scene > p {
  position: absolute;
  right: clamp(18px, 3vw, 37px);
  bottom: 13px;
  left: clamp(18px, 3vw, 37px);
  z-index: 12;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgb(23 35 28 / 35%);
  color: #3e4a42;
  background: rgb(255 250 240 / 88%);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
}

.folded-room-desk {
  display: grid;
  min-width: 0;
  padding: clamp(27px, 4vw, 47px);
  align-content: center;
  background: var(--fold-paper);
}

.folded-room-plan h2,
.folded-room-delivery h2,
.folded-room-result h2 {
  margin: 9px 0 14px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-wrap: balance;
}

.folded-room-plan > p:not(.folded-room-step),
.folded-room-delivery > p:not(.folded-room-step),
.folded-room-result p {
  color: #4e5851;
  font-size: 0.82rem;
  line-height: 1.55;
}

.folded-room-step { color: var(--fold-red); }
.folded-room-object-list { display: grid; gap: 9px; margin: 24px 0 17px; }
.folded-room-object-list button {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 62px;
  padding: 9px 13px 9px 9px;
  align-items: center;
  border: 2px solid var(--fold-ink);
  border-radius: 6px;
  color: var(--fold-ink);
  background: #fff;
  box-shadow: 3px 3px 0 var(--fold-paper-deep);
  text-align: left;
  cursor: pointer;
}

.folded-room-object-list button:hover { transform: translateY(-1px); box-shadow: 4px 5px 0 var(--fold-paper-deep); }
.folded-room-object-list button[aria-pressed="true"] { color: #fff; background: var(--fold-green); box-shadow: 5px 5px 0 var(--fold-yellow); }
.folded-room-object-list button:disabled { cursor: default; opacity: 1; transform: none; }
.folded-room-object-list button > span:last-child { display: grid; min-width: 0; gap: 3px; }
.folded-room-object-list strong { font-size: 0.75rem; }
.folded-room-object-list small { overflow-wrap: anywhere; color: #687169; font-size: 0.58rem; font-weight: 720; line-height: 1.35; }
.folded-room-object-list button[aria-pressed="true"] small { color: #e8f1e9; }

.folded-room-object-mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--fold-red);
  background: var(--fold-paper);
  font: 950 1rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.folded-room-empty { margin: 20px 0; padding: 15px; border: 2px dashed #828a83; background: #f2ede3; }
.folded-room-status { min-height: 2.5em; margin: 15px 0 !important; color: #5c655e; font-size: 0.68rem !important; font-weight: 750; }

.folded-room-fold-action,
.folded-room-delivery-actions button {
  width: 100%;
  min-height: 56px;
  border: 2px solid var(--fold-ink);
  color: #fff;
  background: var(--fold-red);
  box-shadow: 6px 7px 0 var(--fold-ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.folded-room-fold-action {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 14px 18px;
  text-align: left;
}

.folded-room-fold-action span { font-size: 0.8rem; }
.folded-room-fold-action small { color: #ffddd4; font-size: 0.58rem; }
.folded-room-fold-action:disabled { border-color: #8c918c; color: #696e69; background: #d8d8d2; box-shadow: 4px 5px 0 #a6aaa5; cursor: not-allowed; }
.folded-room-fold-action:not(:disabled):hover,
.folded-room-delivery-actions button:hover { transform: translate(-1px, -1px); box-shadow: 8px 9px 0 var(--fold-ink); }

.folded-room button:focus-visible,
.folded-room a:focus-visible {
  outline: 4px solid var(--fold-yellow);
  outline-offset: 4px;
}

.folded-room-delivery-actions { display: grid; gap: 12px; margin-top: 25px; }
.folded-room-delivery-actions button { padding: 13px 16px; background: var(--fold-green); font-size: 0.72rem; text-align: left; }
.folded-room-delivery-actions button + button { color: var(--fold-ink); background: var(--fold-yellow); }

.folded-room-result {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 35px);
  border: 3px solid var(--fold-green);
  background: #edf3e9;
  box-shadow: 9px 10px 0 var(--fold-yellow);
}

.folded-room-result h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
.folded-room-result > div > p { color: var(--fold-green); }
.folded-room-result-copy { margin-bottom: 0; }
.folded-room-result small { display: block; margin-top: 16px; color: #536057; font: 800 0.58rem/1.45 ui-monospace, "SFMono-Regular", Menlo, monospace; }

.folded-room-result-stamp {
  display: grid;
  width: 96px;
  height: 96px;
  padding: 12px;
  place-content: center;
  border: 4px double var(--fold-red);
  border-radius: 50%;
  color: var(--fold-red);
  text-align: center;
  transform: rotate(-7deg);
}

.folded-room-result-stamp span { font: 850 0.48rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace; }
.folded-room-result-stamp strong { overflow-wrap: anywhere; font: 950 0.66rem/1.1 ui-monospace, "SFMono-Regular", Menlo, monospace; }

.folded-room-recovery {
  margin-top: 24px;
  padding: 18px;
  border: 2px dashed var(--fold-red);
  background: #fff2eb;
}

.folded-room-recovery strong { font-size: 0.75rem; }
.folded-room-recovery p { margin: 7px 0 12px; color: #664b45; font-size: 0.69rem; line-height: 1.5; }
.folded-room-recovery a { color: var(--fold-red); font-size: 0.67rem; font-weight: 900; text-underline-offset: 4px; }

.folded-room-footer {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 17px clamp(22px, 4vw, 44px);
  border: 2px solid var(--fold-ink);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  color: #e7f0e8;
  background: var(--fold-green);
}

.folded-room-footer a { color: #fff; text-underline-offset: 4px; }

@keyframes folded-room-fold {
  0% { opacity: 0; transform: perspective(560px) rotateY(0deg); }
  35% { opacity: 1; }
  100% { opacity: 1; transform: perspective(560px) rotateY(-154deg); }
}

@keyframes folded-room-route {
  from { opacity: 0; transform: rotate(-7deg) scaleX(0); transform-origin: right; }
  to { opacity: 1; transform: rotate(-7deg) scaleX(1); transform-origin: right; }
}

@media (max-width: 900px) {
  .folded-room-workbench { grid-template-columns: 1fr; }
  .folded-room-scene { min-height: 590px; border-right: 0; border-bottom: 2px solid var(--fold-ink); }
  .folded-room-desk { min-height: 520px; }
}

@media (max-width: 620px) {
  .folded-room-heading { grid-template-columns: 1fr; gap: 18px; padding: 26px 20px 30px; }
  .folded-room-heading h1 { margin-top: 12px; font-size: clamp(2.65rem, 15vw, 4.2rem); }
  .folded-room-heading > a { justify-self: start; }
  .folded-room-workbench { min-height: 0; }
  .folded-room-scene { min-height: 440px; padding: 25px 20px 67px; }
  .folded-room-paper { width: min(91%, 440px); }
  .folded-room-fold-edge { right: -23px; width: 58px; height: 58px; }
  .folded-room-fixture { top: 30%; left: 29%; transform: scale(0.84); transform-origin: center; }
  .folded-room-fixture[data-object-id]:not([data-object-id="none"]) { transform: scale(0.84); }
  .folded-room-parcel { width: 66px; height: 54px; }
  .folded-room-desk { min-height: 0; padding: 30px 20px 35px; }
  .folded-room-result { grid-template-columns: 1fr; }
  .folded-room-result-stamp { width: 82px; height: 82px; }
  .folded-room-footer { display: grid; gap: 9px; }
}

@media (max-width: 380px) {
  .folded-room-scene { min-height: 395px; padding-right: 15px; padding-left: 15px; }
  .folded-room-map-label { font-size: 0.43rem; }
  .folded-room-fixture { top: 26%; left: 24%; transform: scale(0.72); }
  .folded-room-fixture[data-object-id]:not([data-object-id="none"]) { transform: scale(0.72); }
  .folded-room-object-list button { grid-template-columns: 37px minmax(0, 1fr); padding-right: 8px; }
  .folded-room-object-mark { width: 34px; height: 34px; }
}

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