.first-visit-promise-slot {
  width: min(100%, 570px);
}

.future-room-postcard[hidden],
.future-room-payoff[hidden] {
  display: none !important;
}

.first-visit-shell[data-postcard-state="sealed"] > .first-visit-intro {
  display: grid !important;
}

.first-visit-shell[data-postcard-state="sealed"] :is(
  .first-visit-kicker,
  .first-visit-open-story,
  .first-visit-storage-note,
  .first-visit-existing-story,
  .first-visit-passport-tool
) {
  display: none !important;
}

.first-visit-promise[hidden] {
  display: none !important;
}

.future-room-postcard,
.future-room-payoff {
  --future-mark-angle: -12deg;
  --future-mark-color: #315f45;
  --future-paper: #fffaf0;
  color: #1f2b22;
}

.future-room-postcard[data-first-choice="investigate"],
.future-room-payoff[data-first-choice="investigate"],
.earned-stamp[data-first-choice="investigate"] {
  --future-mark-angle: 8deg;
  --future-mark-color: #a44737;
}

.earned-stamp[data-first-choice="approve"] {
  --future-mark-angle: -12deg;
  --future-mark-color: #315f45;
}

.future-room-postcard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 155px;
  gap: 13px 19px;
  width: 100%;
  min-height: 245px;
  margin-top: 28px;
  padding: 28px 25px 22px;
  overflow: hidden;
  border: 2px solid #1f2b22;
  border-radius: 5px;
  background:
    linear-gradient(90deg, transparent 57%, rgb(31 43 34 / 10%) 57% 57.4%, transparent 57.4%),
    repeating-linear-gradient(0deg, transparent 0 28px, rgb(49 95 69 / 9%) 29px 30px),
    var(--future-paper);
  box-shadow: 7px 8px 0 #1f2b22;
  transform: rotate(-0.55deg);
  transform-origin: left center;
  animation: future-postcard-arrive 520ms cubic-bezier(0.18, 0.85, 0.26, 1.15) both;
}

.future-room-postcard-edge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: repeating-linear-gradient(135deg, #a44737 0 12px, #fffaf0 12px 24px, #315f45 24px 36px, #fffaf0 36px 48px);
}

.future-room-postcard::after {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 64px;
  height: 31px;
  border: 1px solid rgb(31 43 34 / 42%);
  color: rgb(31 43 34 / 58%);
  content: "ROOM 06\A AIR MAIL";
  font: 800 0.45rem/1.25 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: pre;
  transform: rotate(5deg);
}

.future-room-postcard-copy {
  min-width: 0;
  padding-top: 7px;
}

.future-room-postcard-kicker,
.future-room-opened-card > p:first-of-type,
.future-room-real-fixture > p {
  margin: 0;
  color: #52715d;
  font: 900 0.55rem/1.35 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.future-room-postcard h2 {
  max-width: 360px;
  margin: 9px 0 0;
  font-size: clamp(1.45rem, 3.1vw, 2.05rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.future-room-postcard h2:focus-visible {
  border-radius: 3px;
  outline: 4px solid #b84b3d;
  outline-offset: 5px;
}

.future-room-postcard-copy > p:last-child {
  max-width: 360px;
  margin: 13px 0 0;
  color: #4b554d;
  font-size: 0.75rem;
  line-height: 1.5;
}

.future-room-postcard-fixture {
  display: grid;
  min-width: 0;
  min-height: 150px;
  margin: 27px 0 0;
  padding: 13px 8px 8px;
  place-items: center;
  align-content: end;
  border: 1px dashed #315f45;
  border-radius: 50% 50% 8px 8px;
  background: linear-gradient(#d7e5d3 0 70%, #d7c29a 70% 100%);
}

.future-room-postcard-fixture figcaption,
.future-room-real-fixture figcaption {
  margin-top: 8px;
  color: #38483d;
  font: 750 0.52rem/1.35 ui-monospace, "SFMono-Regular", Menlo, monospace;
  text-align: center;
}

.future-room-postcard-seal {
  position: absolute;
  bottom: 70px;
  left: 47%;
  z-index: 4;
  display: grid;
  width: 70px;
  justify-items: center;
  color: #6f2924;
  transform: translateX(-50%);
}

.future-room-postcard-seal strong {
  max-width: 90px;
  margin-top: 4px;
  padding: 2px 5px;
  color: #fffaf0;
  background: #6f2924;
  font: 900 0.48rem/1.25 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.04em;
}

.future-room-seal-mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid #6f2924;
  border-radius: 50%;
  background: #b84b3d;
  box-shadow: inset 0 0 0 4px rgb(255 250 240 / 18%), 2px 3px 0 rgb(31 43 34 / 22%);
}

.future-room-seal-mark::before,
.earned-stamp[data-first-choice] .earned-stamp-mark::before,
.future-room-dust-mark-shape::before {
  display: block;
  width: 23px;
  height: 31px;
  border: 2px solid currentColor;
  border-radius: 78% 18% 72% 22%;
  background:
    linear-gradient(72deg, transparent 47%, currentColor 48% 52%, transparent 53%),
    rgb(255 250 240 / 9%);
  content: "";
  transform: rotate(var(--future-mark-angle));
}

.future-room-postcard[data-first-choice="investigate"] .future-room-seal-mark::before,
.future-room-payoff[data-first-choice="investigate"] .future-room-seal-mark::before,
.earned-stamp[data-first-choice="investigate"] .earned-stamp-mark::before,
.future-room-payoff[data-first-choice="investigate"] .future-room-dust-mark-shape::before {
  width: 25px;
  height: 29px;
  border-radius: 2px;
  background: repeating-linear-gradient(0deg, transparent 0 5px, currentColor 6px 7px);
  clip-path: polygon(0 7%, 84% 0, 100% 91%, 16% 100%);
}

.future-room-postcard-continue {
  display: inline-flex;
  grid-column: 1 / -1;
  gap: 12px;
  width: fit-content;
  min-height: 46px;
  margin-top: 2px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1f2b22;
  border-radius: 999px;
  color: #fffaf0;
  background: #1f2b22;
  font: 850 0.7rem/1.3 Inter, ui-sans-serif, sans-serif;
  cursor: pointer;
}

.future-room-postcard-continue:hover {
  box-shadow: 4px 4px 0 #f2c858;
  transform: translate(-1px, -1px);
}

.future-room-postcard-continue:focus-visible {
  outline: 4px solid #b84b3d;
  outline-offset: 4px;
}

.future-room-postcard-status {
  grid-column: 1 / -1;
  min-height: 1.2em;
  margin: -3px 0 0;
  color: #7b2d24;
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.4;
}

.future-room-keepsake {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 13px;
  width: min(100%, 430px);
  padding: 10px 13px;
  align-items: center;
  border: 1px dashed #315f45;
  border-radius: 8px;
  background: rgb(242 200 88 / 22%);
  transform: rotate(0.7deg);
}

.future-room-keepsake[hidden] { display: none !important; }
.future-room-keepsake .first-visit-keepsake-mark { grid-row: 1 / 4; width: 51px; height: 51px; box-shadow: 3px 3px 0 #315f45; }
.future-room-keepsake > span:last-child { display: grid; }
.future-room-keepsake small { color: #52715d; font: 900 0.5rem/1.25 ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: 0.08em; }
.future-room-keepsake strong { margin-top: 2px; font-size: 0.86rem; }
.future-room-keepsake b { margin-top: 2px; color: #59645c; font-size: 0.59rem; line-height: 1.35; }

.future-room-chair {
  position: relative;
  width: 90px;
  height: 111px;
  filter: drop-shadow(4px 5px 0 rgb(31 43 34 / 16%));
}

.future-room-chair-back,
.future-room-chair-seat,
.future-room-chair-leg {
  position: absolute;
  display: block;
  border: 2px solid #1f2b22;
  background: #b84b3d;
}

.future-room-chair-back {
  top: 5px;
  left: 15px;
  width: 61px;
  height: 61px;
  border-radius: 16px 16px 8px 8px;
}

.future-room-chair-seat {
  top: 61px;
  left: 9px;
  width: 74px;
  height: 22px;
  border-radius: 4px 4px 12px 12px;
  background: #d2694e;
}

.future-room-chair-leg {
  top: 80px;
  width: 6px;
  height: 28px;
  background: #315f45;
  transform-origin: top;
}

.future-room-chair-leg.is-left { left: 21px; transform: rotate(5deg); }
.future-room-chair-leg.is-right { right: 21px; transform: rotate(-5deg); }

.future-room-leaf {
  position: absolute;
  z-index: 2;
  display: none;
  width: 27px;
  height: 39px;
  border: 2px solid #1f2b22;
  border-radius: 80% 18% 72% 22%;
  background: #71955c;
  transform-origin: bottom;
}

.future-room-leaf::after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 48%;
  width: 2px;
  background: #315f45;
  content: "";
  transform: rotate(-8deg);
}

.future-room-leaf.is-one { top: -31px; left: 4px; transform: rotate(-33deg); }
.future-room-leaf.is-two { top: -40px; left: 27px; transform: rotate(4deg) scale(1.1); }
.future-room-leaf.is-three { top: -24px; right: 1px; transform: rotate(35deg) scale(0.9); }

.future-room-complaint {
  position: absolute;
  z-index: 3;
  display: none;
  min-width: 48px;
  padding: 4px 3px;
  border: 1px solid #1f2b22;
  color: #5f271f;
  background: #fff4c8;
  box-shadow: 1px 2px 0 rgb(31 43 34 / 18%);
  font: 900 0.32rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
}

.future-room-complaint::before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #315f45;
  content: "";
}

.future-room-complaint.is-one { top: 4px; left: -8px; transform: rotate(-7deg); }
.future-room-complaint.is-two { top: 24px; right: -9px; transform: rotate(6deg); }
.future-room-complaint.is-three { top: 43px; left: 1px; transform: rotate(-3deg); }

[data-first-choice="approve"] .future-room-leaf { display: block; }
[data-first-choice="investigate"] .future-room-complaint { display: block; }

.earned-stamp[data-first-choice] .earned-stamp-mark {
  position: relative;
  color: var(--story-paper);
  font-size: 0;
}

.earned-stamp[data-first-choice] .earned-stamp-mark::before {
  width: 17px;
  height: 24px;
}

.earned-stamp[data-first-choice="investigate"] .earned-stamp-mark::before {
  width: 19px;
  height: 22px;
}

.future-room-payoff {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
  width: min(100%, 1110px);
  margin: clamp(22px, 4vw, 42px) auto;
  overflow: hidden;
  border: 2px solid #1f2b22;
  border-radius: 14px;
  background: #f1e4c9;
  box-shadow: 9px 10px 0 #b84b3d;
}

.future-room-opened-card {
  position: relative;
  min-width: 0;
  padding: clamp(27px, 5vw, 53px);
  overflow: hidden;
  border-right: 2px dashed #82765f;
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgb(49 95 69 / 9%) 32px 33px),
    #fffaf0;
}

.future-room-opened-card::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(135deg, #a44737 0 12px, transparent 12px 24px, #315f45 24px 36px, transparent 36px 48px);
  content: "";
}

.future-room-opened-card h2 {
  max-width: 540px;
  margin: 12px 0 0;
  font-size: clamp(2.15rem, 5vw, 4.8rem);
  letter-spacing: -0.075em;
  line-height: 0.9;
  text-wrap: balance;
}

.future-room-opened-card > p:nth-of-type(2) {
  max-width: 520px;
  margin: 20px 0 0;
  color: #4e574f;
  font-size: 0.85rem;
  line-height: 1.55;
}

.future-room-opened-fold {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 76px;
  height: 76px;
  border: 1px solid #9e8f71;
  background: #ead7b3;
  transform: rotate(45deg);
}

.future-room-opened-signoff {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0 12px;
  width: fit-content;
  margin-top: 29px;
  align-items: center;
}

.future-room-opened-signoff .future-room-seal-mark {
  grid-row: 1 / 3;
  color: #fffaf0;
}

.future-room-opened-signoff > span:nth-child(2) {
  color: #6d6351;
  font: 850 0.55rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.future-room-opened-signoff strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.future-room-real-fixture {
  display: grid;
  min-width: 0;
  min-height: 420px;
  margin: 0;
  padding: clamp(28px, 4vw, 45px);
  align-content: space-between;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 8%) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(rgb(255 255 255 / 8%) 1px, transparent 1px) 0 0 / 28px 28px,
    #315f45;
}

.future-room-real-fixture > p,
.future-room-real-fixture figcaption {
  color: #eef4df;
}

.future-room-real-chair-stage {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: end center;
  border-bottom: 9px solid #1f2b22;
}

.future-room-real-chair-stage::after {
  position: absolute;
  right: 5%;
  bottom: -10px;
  width: 36%;
  height: 10px;
  background: #f2c858;
  content: "";
  transform: skewX(-27deg);
}

.future-room-real-chair-stage .future-room-chair {
  width: 136px;
  height: 170px;
  transform: scale(1.45);
  transform-origin: bottom center;
}

.future-room-dust-mark {
  position: absolute;
  bottom: 23px;
  left: 2%;
  display: grid;
  justify-items: center;
  color: #e4d5b1;
  opacity: 0.72;
}

.future-room-dust-mark-shape {
  display: grid;
  width: 62px;
  height: 68px;
  place-items: center;
  border: 3px dashed currentColor;
  border-radius: 50%;
}

.future-room-dust-mark-shape::before {
  width: 23px;
  height: 31px;
  background: transparent;
}

.future-room-dust-mark strong {
  margin-top: 6px;
  font: 900 0.55rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.room-mystery-fixture.is-chair[data-first-choice="approve"] span {
  background:
    radial-gradient(ellipse at 18% 0, #71955c 0 19%, transparent 20%),
    radial-gradient(ellipse at 52% 5%, #71955c 0 23%, transparent 24%),
    radial-gradient(ellipse at 84% 0, #71955c 0 18%, transparent 19%),
    var(--mystery-red);
}

.room-mystery-fixture.is-chair[data-first-choice="investigate"] span {
  background:
    linear-gradient(-7deg, transparent 5%, #fff4c8 6% 30%, transparent 31%) 0 0 / 55px 34px,
    linear-gradient(6deg, transparent 13%, #fff4c8 14% 39%, transparent 40%) 20px 22px / 57px 35px,
    var(--mystery-red);
}

@keyframes future-postcard-arrive {
  from { opacity: 0; transform: translateY(22px) rotate(3deg) scale(0.96); }
  to { opacity: 1; transform: translateY(0) rotate(-0.55deg) scale(1); }
}

@media (max-width: 920px) {
  .future-room-payoff { grid-template-columns: minmax(0, 1fr); }
  .future-room-opened-card { border-right: 0; border-bottom: 2px dashed #82765f; }
  .future-room-real-fixture { min-height: 390px; }
}

@media (max-width: 620px) {
  .future-room-postcard {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 12px;
    min-height: 0;
    padding: 24px 15px 17px;
    box-shadow: 5px 6px 0 #1f2b22;
  }
  .future-room-postcard::after { display: none; }
  .future-room-postcard h2 { font-size: clamp(1.35rem, 7vw, 1.8rem); }
  .future-room-postcard-fixture { min-height: 142px; margin-top: 4px; }
  .future-room-postcard-seal { bottom: 76px; left: 47%; transform: translateX(-50%) scale(0.82); }
  .future-room-postcard-continue { width: 100%; padding: 9px 13px; text-align: left; }
  .future-room-opened-card { padding: 41px 22px 30px; }
  .future-room-opened-card h2 { font-size: clamp(2.4rem, 14vw, 4rem); }
  .future-room-real-fixture { min-height: 370px; padding: 26px 18px; }
  .future-room-real-chair-stage .future-room-chair { transform: scale(1.2); }
  .future-room-dust-mark { left: 0; transform: scale(0.82); }
}

@media (max-width: 390px) {
  .future-room-postcard { grid-template-columns: minmax(0, 1fr); }
  .future-room-postcard-fixture { width: min(100%, 180px); min-height: 150px; margin: 0 auto; }
  .future-room-postcard-seal { top: 155px; right: 4px; bottom: auto; left: auto; transform: scale(0.78); }
  .future-room-postcard-copy > p:last-child { padding-right: 6px; }
  .future-room-keepsake { width: 100%; transform: none; }
  .future-room-opened-signoff { grid-template-columns: 52px minmax(0, 1fr); }
  .future-room-opened-signoff .future-room-seal-mark { transform: scale(0.86); }
  .future-room-real-chair-stage { min-height: 245px; }
  .future-room-real-chair-stage .future-room-chair { transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  .future-room-postcard { animation: none; }
  .future-room-postcard-continue:hover { transform: none; }
}
