:root {
  --lf-ink: #171712;
  --lf-paper: #fffdf7;
  --lf-warm: #f4eee2;
  --lf-red: #da2d2d;
  --lf-red-dark: #981d24;
  --lf-green: #315d46;
  --lf-blue: #334c72;
  --lf-line: #cfc4b2;
}

body.lf-mode {
  color: var(--lf-ink);
  background:
    linear-gradient(rgb(23 23 18 / 3%) 1px, transparent 1px),
    var(--lf-warm);
  background-size: 100% 22px;
}

body.saved-office-mode { background: #fff; }

.website-main {
  align-self: start;
  width: min(100%, 1440px);
  padding: 20px clamp(16px, 4vw, 58px) 70px;
}

.experience-switch {
  display: flex;
  width: fit-content;
  margin: 0 0 22px auto;
  padding: 4px;
  border: 1px solid var(--lf-ink);
  border-radius: 999px;
  background: rgb(255 253 247 / 84%);
  box-shadow: 3px 3px 0 var(--lf-ink);
}

.experience-switch a {
  display: grid;
  min-height: 46px;
  padding: 7px 16px;
  place-content: center;
  border-radius: 999px;
  color: #555149;
  text-align: center;
  text-decoration: none;
}

.experience-switch a span {
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.experience-switch a small {
  margin-top: 2px;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.1;
}

.experience-switch a.is-active {
  color: #fff;
  background: var(--lf-ink);
}

.experience-switch a:focus-visible {
  outline: 3px solid var(--lf-red);
  outline-offset: 3px;
}

.lost-found-view[hidden],
.legacy-office-view[hidden] { display: none; }

.lost-found-view {
  --lf-state-color: var(--lf-red);
  min-width: 0;
}

.lost-found-view[data-state="waiting"] { --lf-state-color: #c18727; }
.lost-found-view[data-state="hearing"],
.lost-found-view[data-state="verdict"] { --lf-state-color: var(--lf-blue); }
.lost-found-view[data-outcome="shade"] { --lf-state-color: var(--lf-green); }
.lost-found-view[data-outcome="escort"] { --lf-state-color: var(--lf-blue); }
.lost-found-view[data-outcome="evidence"] { --lf-state-color: #b02932; }

.lost-found-heading {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.lf-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 12px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lf-kicker span {
  width: 9px;
  height: 9px;
  border: 2px solid var(--lf-ink);
  border-radius: 50%;
  background: var(--lf-red);
}

.lost-found-heading h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(3.8rem, 8.5vw, 8.5rem);
  letter-spacing: -0.09em;
  line-height: 0.72;
}

.lf-heading-note {
  width: min(100%, 300px);
  margin: 0 0 3px;
  padding: 14px 0 4px 18px;
  border-left: 4px solid var(--lf-red);
  color: #524e46;
  font-size: 0.9rem;
  font-weight: 680;
  line-height: 1.45;
  text-wrap: pretty;
}

.lf-case-file {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(480px, 1.2fr);
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--lf-ink);
  border-radius: 18px;
  background: var(--lf-paper);
  box-shadow: 9px 10px 0 var(--lf-ink);
}

.lf-counter-copy {
  position: relative;
  z-index: 5;
  min-width: 0;
  min-height: 650px;
  padding: clamp(26px, 4vw, 54px);
  border-right: 2px solid var(--lf-ink);
  background:
    linear-gradient(90deg, transparent 24px, rgb(218 45 45 / 12%) 25px, transparent 26px),
    repeating-linear-gradient(var(--lf-paper) 0 31px, #e9e1d4 32px);
}

.lf-case-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(45px, 7vh, 82px);
  padding-bottom: 13px;
  border-bottom: 1px solid var(--lf-line);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lf-case-meta span:last-child {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--lf-state-color);
  text-align: right;
}

.lf-case-meta span:last-child::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.lf-panel { animation: lf-panel-in 420ms ease both; }
.lf-panel[hidden] { display: none; }

.lf-step {
  margin: 0 0 10px;
  color: var(--lf-state-color);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lf-panel h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

.lf-panel h2:focus,
.lost-found-heading h1:focus,
.saved-office-heading h1:focus {
  border-radius: 3px;
  outline: 3px solid var(--lf-state-color);
  outline-offset: 5px;
}

.lf-panel > p:not(.lf-step):not(.lf-small-print):not(.lf-waiting-note):not(.lf-result-behaviour) {
  max-width: 550px;
  margin: 18px 0 0;
  color: #5d584f;
  font-size: 0.93rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.lf-evidence-list {
  margin: 28px 0;
  border: 1px solid var(--lf-ink);
  border-radius: 8px;
  background: rgb(255 253 247 / 78%);
}

.lf-evidence-list div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px;
  padding: 10px 13px;
}

.lf-evidence-list div + div { border-top: 1px solid var(--lf-line); }

.lf-evidence-list dt {
  color: #746e64;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lf-evidence-list dd {
  min-width: 0;
  margin: 0;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.35;
}

.lf-primary-action,
.lf-claims button,
.lf-verdict-actions button,
.lf-reset-row button,
.lf-reset-confirm button {
  min-height: 46px;
  border: 1px solid var(--lf-ink);
  border-radius: 7px;
  color: #fff;
  background: var(--lf-ink);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}

.lf-primary-action {
  display: flex;
  width: 100%;
  min-height: 55px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 0 var(--lf-red);
}

.lf-primary-action span { font-size: 1.2rem; }

.lf-primary-action:hover,
.lf-claims button:hover,
.lf-reset-row button:hover { background: #34342e; }

.lf-primary-action:focus-visible,
.lf-claims button:focus-visible,
.lf-verdict-actions button:focus-visible,
.lf-reset-row button:focus-visible,
.lf-reset-confirm button:focus-visible {
  outline: 3px solid var(--lf-state-color);
  outline-offset: 3px;
}

.lf-small-print {
  margin: 12px 0 0;
  color: #746e64;
  font-size: 0.64rem;
  line-height: 1.4;
}

.lf-return-ticket {
  position: relative;
  display: grid;
  gap: 7px;
  margin-top: 30px;
  padding: 22px 24px;
  overflow: hidden;
  border: 2px solid var(--lf-ink);
  border-radius: 10px;
  background: #fff8dc;
  box-shadow: 5px 5px 0 #c18727;
}

.lf-return-ticket::after {
  position: absolute;
  right: -9px;
  bottom: -10px;
  width: 64px;
  height: 64px;
  border: 3px double #c18727;
  border-radius: 50%;
  transform: rotate(-15deg);
  content: "03";
  display: grid;
  place-items: center;
  color: #9b6815;
  font-family: ui-monospace, monospace;
  font-size: 1.3rem;
  font-weight: 900;
}

.lf-return-ticket span,
.lf-return-ticket small,
.lf-result-receipt span,
.lf-result-receipt small {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lf-return-ticket time {
  max-width: calc(100% - 45px);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.lf-waiting-note {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 24px 0 0;
  color: #665f54;
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.4;
}

.lf-waiting-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c18727;
  animation: lf-wait 1.5s ease-in-out infinite;
}

.lf-claims {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.lf-claims li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 24px;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  align-items: start;
  border: 1px solid var(--lf-line);
  border-radius: 8px;
  background: rgb(255 253 247 / 86%);
  opacity: 0.56;
}

.lf-claims li.is-current,
.lf-claims li.is-heard { border-color: var(--lf-ink); opacity: 1; }
.lf-claims li.is-current { box-shadow: 3px 3px 0 var(--lf-blue); }

.lf-claim-number {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lf-ink);
  font-family: ui-monospace, monospace;
  font-size: 0.58rem;
  font-weight: 850;
}

.lf-claims p {
  margin: 3px 0 7px;
  font-size: 0.74rem;
  font-weight: 900;
}

.lf-claims button {
  min-height: 39px;
  padding: 8px 11px;
  font-size: 0.68rem;
}

.lf-claims button:disabled {
  color: #79736a;
  border-color: #c9c0b2;
  background: #eee8dd;
  cursor: not-allowed;
}

.lf-claims blockquote {
  margin: 8px 0 2px;
  color: #434038;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.45;
}

.lf-claims blockquote[hidden] { display: none; }

.lf-claim-mark {
  color: var(--lf-blue);
  font-family: ui-monospace, monospace;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
}

.lf-claims li.is-heard .lf-claim-mark { transform: rotate(-9deg); }

.lf-verdict-panel {
  margin-top: 28px;
  padding-top: 27px;
  border-top: 2px solid var(--lf-ink);
}

.lf-verdict-panel h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); }

.lf-verdict-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.lf-verdict-actions button {
  display: grid;
  min-height: 96px;
  padding: 12px;
  align-content: space-between;
  text-align: left;
}

.lf-verdict-actions button:nth-child(1) { background: var(--lf-green); }
.lf-verdict-actions button:nth-child(2) { background: var(--lf-blue); }
.lf-verdict-actions button:nth-child(3) { background: var(--lf-red-dark); }
.lf-verdict-actions button:hover { transform: translateY(-3px) rotate(-1deg); }
.lf-verdict-actions span { font-size: 0.78rem; }
.lf-verdict-actions small { margin-top: 11px; font-size: 0.59rem; line-height: 1.3; opacity: 0.8; }

.lf-result-receipt {
  display: grid;
  gap: 7px;
  margin-top: 28px;
  padding: 19px;
  border: 2px solid var(--lf-ink);
  border-left: 10px solid var(--lf-state-color);
  border-radius: 5px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--lf-state-color);
  transform: rotate(-1deg);
}

.lf-result-receipt strong {
  overflow-wrap: anywhere;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  line-height: 1.2;
}

.lf-result-behaviour {
  margin: 23px 0 0;
  padding: 13px 15px;
  border-radius: 7px;
  color: #fff;
  background: var(--lf-state-color);
  font-size: 0.76rem;
  font-weight: 780;
  line-height: 1.45;
}

.lf-status {
  min-height: 1.5em;
  margin: 18px 0 0;
  color: #4f4a43;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.45;
}

.lf-status.is-warning {
  padding: 10px 12px;
  border-left: 4px solid #a73030;
  color: #752323;
  background: #fff0ed;
}

.lf-reset-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid var(--lf-line);
}

.lf-reset-row[hidden],
.lf-reset-confirm[hidden] { display: none; }

.lf-reset-row button,
.lf-reset-confirm button {
  min-height: 40px;
  padding: 8px 11px;
  color: var(--lf-ink);
  background: transparent;
  font-size: 0.66rem;
}

.lf-reset-row span {
  color: #746e64;
  font-size: 0.62rem;
  line-height: 1.35;
}

.lf-reset-confirm {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--lf-ink);
  border-radius: 8px;
  background: #fff8dc;
}

.lf-reset-confirm p { margin: 0; font-size: 0.72rem; line-height: 1.4; }
.lf-reset-confirm div { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.lf-reset-confirm button:last-child { color: #fff; background: #8f2028; }

.lf-evidence-counter {
  position: relative;
  min-width: 0;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #dbe2d3;
}

.lf-room {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(162deg, rgb(255 255 255 / 54%) 0 28%, transparent 28.2%),
    #dbe2d3;
}

.lf-room::before {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(#586357 0.7px, transparent 0.7px);
  background-size: 8px 8px;
  content: "";
}

.lf-evidence-counter figcaption {
  position: absolute;
  z-index: 15;
  right: 20px;
  bottom: 18px;
  max-width: 330px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  background: rgb(23 23 18 / 84%);
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1.4;
}

.lf-window {
  position: absolute;
  top: 55px;
  right: 7%;
  width: 38%;
  height: 190px;
  border: 10px solid #f8f1e5;
  box-shadow: 0 0 0 2px var(--lf-ink), inset 0 0 0 2px var(--lf-ink);
  background: #a9c8d0;
}

.lf-window::before,
.lf-window::after {
  position: absolute;
  z-index: 2;
  background: var(--lf-ink);
  content: "";
}

.lf-window::before { top: 50%; right: 0; left: 0; height: 2px; }
.lf-window::after { top: 0; bottom: 0; left: 50%; width: 2px; }
.lf-window span { position: absolute; border-radius: 50%; background: #fff3b6; }
.lf-window span:nth-child(1) { top: 22px; right: 20px; width: 35px; height: 35px; }
.lf-window span:nth-child(2) { right: -10px; bottom: 20px; width: 90px; height: 42px; background: #719176; }
.lf-window span:nth-child(3) { bottom: 31px; left: 5px; width: 72px; height: 30px; background: #719176; }

.lf-wall-clock {
  position: absolute;
  top: 90px;
  left: 9%;
  width: 67px;
  height: 67px;
  border: 4px solid var(--lf-ink);
  border-radius: 50%;
  background: #fffdf7;
}

.lf-wall-clock::before,
.lf-wall-clock::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  background: var(--lf-ink);
  transform-origin: 50% 0;
  content: "";
}

.lf-wall-clock::before { height: 20px; transform: rotate(180deg); }
.lf-wall-clock::after { height: 16px; transform: rotate(-55deg); }
.lf-wall-clock span { position: absolute; inset: 6px; border: 1px dashed #9d968a; border-radius: 50%; }

.lf-shelf {
  position: absolute;
  top: 205px;
  left: 5%;
  display: flex;
  width: 37%;
  height: 78px;
  gap: 5px;
  padding: 10px 9px 0;
  align-items: end;
  border-bottom: 8px solid var(--lf-ink);
}

.lf-shelf span {
  display: grid;
  width: 31%;
  height: 46px;
  padding: 4px;
  place-items: center;
  border: 2px solid var(--lf-ink);
  background: #f8cf75;
  font-family: ui-monospace, monospace;
  font-size: 0.46rem;
  font-weight: 900;
  text-align: center;
  transform: rotate(-3deg);
}

.lf-shelf span:nth-child(2) { height: 55px; background: #d9c9e8; transform: rotate(2deg); }
.lf-shelf span:nth-child(3) { height: 39px; background: #d2e1bd; transform: rotate(-1deg); }

.lf-door {
  position: absolute;
  right: -4px;
  bottom: 100px;
  width: 22%;
  height: 300px;
  border: 3px solid var(--lf-ink);
  background: #efe3d0;
}

.lf-door::after {
  position: absolute;
  top: 52%;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lf-ink);
  content: "";
}

.lf-door span {
  position: absolute;
  top: 48px;
  left: 50%;
  padding: 7px 10px;
  border: 2px solid var(--lf-ink);
  background: #fffdf7;
  font-family: ui-monospace, monospace;
  font-size: 0.55rem;
  font-weight: 900;
  transform: translateX(-50%) rotate(-4deg);
}

.lf-plant {
  position: absolute;
  z-index: 2;
  right: 23%;
  bottom: 95px;
  width: 90px;
  height: 165px;
  transform-origin: 50% 100%;
}

.lf-plant i {
  position: absolute;
  bottom: 54px;
  left: 41px;
  width: 40px;
  height: 73px;
  border: 3px solid var(--lf-ink);
  border-radius: 90% 12% 90% 12%;
  background: #668d5b;
  transform-origin: 0 100%;
  transform: rotate(-38deg);
}

.lf-plant i:nth-child(2) { width: 34px; height: 88px; transform: rotate(-4deg); }
.lf-plant i:nth-child(3) { transform: scaleX(-1) rotate(-37deg); }
.lf-plant i:nth-child(4) { width: 30px; height: 62px; transform: scaleX(-1) rotate(-70deg); }
.lf-plant b { position: absolute; bottom: 0; left: 18px; width: 65px; height: 65px; border: 3px solid var(--lf-ink); background: #ba713e; clip-path: polygon(8% 0, 92% 0, 78% 100%, 22% 100%); }

.lf-floor-line {
  position: absolute;
  right: 0;
  bottom: 93px;
  left: 0;
  height: 3px;
  background: var(--lf-ink);
}

.lf-counter {
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  height: 145px;
  border-top: 6px solid var(--lf-ink);
  background:
    linear-gradient(90deg, transparent 49.5%, var(--lf-ink) 49.5% 50.5%, transparent 50.5%),
    #bd8c5f;
}

.lf-counter::before {
  position: absolute;
  top: -18px;
  right: -5px;
  left: -5px;
  height: 17px;
  border: 3px solid var(--lf-ink);
  background: #dfb586;
  content: "";
}

.lf-counter-slot {
  position: absolute;
  top: 28px;
  left: 15%;
  width: 27%;
  height: 12px;
  border: 3px solid var(--lf-ink);
  border-radius: 999px;
  background: #765538;
}

.lf-counter-sign {
  position: absolute;
  z-index: 9;
  bottom: 29px;
  left: 56%;
  display: grid;
  width: 170px;
  min-height: 98px;
  padding: 12px 14px;
  border: 3px solid var(--lf-ink);
  place-content: center;
  color: #fff;
  background: var(--lf-red);
  box-shadow: 4px 4px 0 var(--lf-ink);
  transform: rotate(-1deg);
}

.lf-counter-sign small,
.lf-counter-sign span { font-family: ui-monospace, monospace; font-size: 0.5rem; font-weight: 900; letter-spacing: 0.12em; }
.lf-counter-sign strong { margin: 3px 0; font-size: 1.14rem; letter-spacing: -0.05em; line-height: 0.84; }

.lf-umbrella {
  position: absolute;
  z-index: 6;
  top: 220px;
  left: 59%;
  width: 230px;
  height: 330px;
  transform: rotate(-10deg);
  transform-origin: 50% 90%;
  transition: top 600ms ease, left 600ms ease, transform 600ms ease;
}

.lf-canopy {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 105px;
  overflow: hidden;
  border: 4px solid var(--lf-ink);
  border-radius: 150px 150px 16px 16px;
  background: var(--lf-red);
  box-shadow: inset 0 -9px 0 rgb(119 15 22 / 16%);
  transition: transform 500ms ease;
}

.lf-canopy::after {
  position: absolute;
  right: -4px;
  bottom: -23px;
  left: -4px;
  height: 45px;
  border: 4px solid var(--lf-ink);
  border-radius: 50%;
  background: #dbe2d3;
  content: "";
}

.lf-canopy i {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 15px;
  left: 50%;
  width: 2px;
  background: rgb(23 23 18 / 55%);
  transform-origin: 50% 100%;
}

.lf-canopy i:nth-child(1) { transform: rotate(-30deg); }
.lf-canopy i:nth-child(2) { transform: rotate(0); }
.lf-canopy i:nth-child(3) { transform: rotate(30deg); }

.lf-shaft {
  position: absolute;
  top: 92px;
  left: 108px;
  width: 5px;
  height: 188px;
  border-radius: 99px;
  background: var(--lf-ink);
}

.lf-hook {
  position: absolute;
  top: 264px;
  left: 108px;
  width: 48px;
  height: 45px;
  border: 6px solid var(--lf-ink);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 35px;
}

.lf-tag {
  position: absolute;
  z-index: 8;
  top: 129px;
  left: 119px;
  width: 120px;
  min-height: 48px;
  padding: 8px 9px 7px 22px;
  border: 2px solid var(--lf-ink);
  background: #fff8dc;
  box-shadow: 2px 3px 0 var(--lf-ink);
  font-family: ui-monospace, monospace;
  font-size: 0.55rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transform: rotate(9deg);
}

.lf-tag::before {
  position: absolute;
  top: 17px;
  left: 8px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--lf-ink);
  border-radius: 50%;
  content: "";
}

.lf-case-stamp {
  position: absolute;
  z-index: 12;
  top: 48%;
  left: 10%;
  display: none;
  padding: 9px 13px;
  border: 4px double var(--lf-red-dark);
  color: var(--lf-red-dark);
  font-family: ui-monospace, monospace;
  font-size: 1.2rem;
  font-weight: 950;
  transform: rotate(-13deg) scale(1.2);
}

.lf-evidence-tape { display: none; }

.lost-found-view.is-filing .lf-umbrella { animation: lf-file-umbrella 720ms cubic-bezier(.2,.75,.25,1) both; }
.lost-found-view.is-filing .lf-case-stamp { display: block; animation: lf-stamp 420ms 250ms ease both; }

.lost-found-view:not([data-state="intake"]) .lf-umbrella {
  top: 250px;
  left: 45%;
  transform: rotate(4deg) scale(0.9);
}

.lost-found-view[data-state="waiting"] .lf-umbrella { animation: lf-umbrella-watch 3.5s ease-in-out infinite; }
.lost-found-view[data-state="hearing"] .lf-umbrella,
.lost-found-view[data-state="verdict"] .lf-umbrella { animation: lf-umbrella-listen 1.7s ease-in-out infinite alternate; }
.lost-found-view[data-state="hearing"] .lf-case-stamp,
.lost-found-view[data-state="verdict"] .lf-case-stamp { display: block; opacity: 0.7; transform: rotate(-13deg) scale(0.9); }

.lost-found-view[data-state="result"] .lf-case-stamp {
  display: block;
  border-color: var(--lf-state-color);
  color: var(--lf-state-color);
  animation: lf-stamp 520ms ease both;
}

.lost-found-view[data-outcome="shade"] .lf-umbrella {
  top: 155px;
  left: 57%;
  transform: rotate(-16deg) scale(1.06);
  animation: lf-shade 3.5s ease-in-out infinite;
}

.lost-found-view[data-outcome="shade"] .lf-plant { animation: lf-plant-thank 2s ease-in-out infinite; }

.lost-found-view[data-outcome="escort"] .lf-umbrella {
  top: 247px;
  left: 38%;
  transform: rotate(3deg) scale(0.82);
  animation: lf-escort 4.5s ease-in-out infinite;
}

.lost-found-view[data-outcome="escort"] .lf-wall-clock { animation: lf-clock-escort 4.5s ease-in-out infinite; }
.lost-found-view[data-outcome="escort"] .lf-door { animation: lf-door-open 4.5s ease-in-out infinite; transform-origin: 100% 50%; }

.lost-found-view[data-outcome="evidence"] .lf-umbrella {
  top: 244px;
  left: 43%;
  transform: rotate(0) scale(0.78);
  filter: saturate(0.7);
}

.lost-found-view[data-outcome="evidence"] .lf-evidence-tape {
  position: absolute;
  z-index: 7;
  top: 300px;
  left: 25%;
  display: grid;
  width: 57%;
  gap: 85px;
  transform: rotate(-8deg);
}

.lf-evidence-tape span {
  padding: 7px;
  border: 2px solid var(--lf-ink);
  color: var(--lf-ink);
  background: repeating-linear-gradient(135deg, #f3c544 0 12px, #171712 12px 20px, #f3c544 20px 32px);
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-align: center;
  text-shadow: 0 1px #f3c544, 1px 0 #f3c544, -1px 0 #f3c544;
  animation: lf-seal 600ms ease both;
}

.lf-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 4px;
  color: #625e56;
  font-size: 0.68rem;
  line-height: 1.4;
}

.lf-footer p { margin: 0; }
.lf-footer a { min-height: 44px; display: inline-flex; align-items: center; color: var(--lf-ink); font-weight: 850; text-underline-offset: 3px; }
.lf-footer a:focus-visible { outline: 3px solid var(--lf-red); outline-offset: 3px; }

.saved-office-heading {
  margin: 22px 0 30px;
  padding: 20px 0 20px 20px;
  border-left: 5px solid #111;
}

.saved-office-heading p {
  margin: 0 0 6px;
  color: #686868;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saved-office-heading h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 5.4rem); line-height: 0.9; }
.saved-office-heading span { display: block; margin-top: 12px; color: #555; font-size: 0.82rem; }

@keyframes lf-panel-in {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lf-file-umbrella {
  0% { top: 220px; left: 59%; transform: rotate(-10deg) scale(1); }
  42% { top: 130px; left: 42%; transform: rotate(8deg) scale(0.94); }
  100% { top: 250px; left: 45%; transform: rotate(4deg) scale(0.9); }
}

@keyframes lf-stamp {
  from { opacity: 0; transform: rotate(-13deg) scale(2.4); }
  to { opacity: 0.78; transform: rotate(-13deg) scale(1); }
}

@keyframes lf-wait {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; box-shadow: 0 0 0 5px rgb(193 135 39 / 15%); }
}

@keyframes lf-umbrella-watch {
  0%, 84%, 100% { transform: rotate(4deg) scale(0.9); }
  88% { transform: rotate(1deg) scale(0.9); }
  92% { transform: rotate(7deg) scale(0.9); }
}

@keyframes lf-umbrella-listen {
  from { transform: rotate(1deg) scale(0.9); }
  to { transform: rotate(7deg) scale(0.9); }
}

@keyframes lf-shade {
  0%, 100% { transform: rotate(-16deg) scale(1.06); }
  50% { transform: rotate(-12deg) scale(1.06); }
}

@keyframes lf-plant-thank {
  0%, 100% { transform: rotate(-2deg); }
  50% { transform: rotate(4deg); }
}

@keyframes lf-escort {
  0%, 20% { left: 38%; transform: rotate(3deg) scale(0.82); }
  48% { transform: rotate(-3deg) scale(0.82); }
  75%, 100% { left: 72%; transform: rotate(3deg) scale(0.82); }
}

@keyframes lf-clock-escort {
  0%, 20% { top: 90px; left: 9%; transform: rotate(0); }
  75%, 100% { top: 390px; left: 76%; transform: rotate(350deg) scale(0.72); }
}

@keyframes lf-door-open {
  0%, 35% { transform: perspective(300px) rotateY(0); }
  65%, 100% { transform: perspective(300px) rotateY(-58deg); }
}

@keyframes lf-seal {
  from { opacity: 0; transform: scaleX(0.1); }
  to { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 960px) {
  .lf-case-file { grid-template-columns: minmax(300px, 0.9fr) minmax(390px, 1.1fr); }
  .lf-counter-copy { padding: 30px; }
  .lf-verdict-actions { grid-template-columns: minmax(0, 1fr); }
  .lf-verdict-actions button { min-height: 70px; }
  .lost-found-heading h1 { font-size: clamp(3.8rem, 9.5vw, 7rem); }
}

@media (max-width: 760px) {
  .website-main { padding-top: 10px; }
  .experience-switch { margin-right: auto; margin-bottom: 30px; }
  .lost-found-heading { display: block; }
  .lost-found-heading h1 { font-size: clamp(3.6rem, 17vw, 6.8rem); }
  .lf-heading-note { width: min(100%, 460px); margin-top: 23px; }
  .lf-case-file { grid-template-columns: minmax(0, 1fr); box-shadow: 6px 7px 0 var(--lf-ink); }
  .lf-counter-copy { min-height: 0; padding: 28px 22px 34px; border-right: 0; border-bottom: 2px solid var(--lf-ink); }
  .lf-case-meta { margin-bottom: 40px; }
  .lf-evidence-counter { min-height: 540px; }
  .lf-umbrella { left: 53%; }
  .lost-found-view:not([data-state="intake"]) .lf-umbrella { left: 42%; }
  .lost-found-view[data-outcome="shade"] .lf-umbrella { left: 52%; }
  .lf-evidence-counter figcaption { right: 14px; bottom: 14px; left: 14px; max-width: none; }
}

@media (max-width: 480px) {
  .site-header { padding-right: 14px; padding-left: 14px; }
  .website-main { padding-right: 12px; padding-left: 12px; }
  .experience-switch { width: 100%; }
  .experience-switch a { min-width: 0; padding-right: 10px; padding-left: 10px; flex: 1 1 50%; }
  .lost-found-heading { padding: 0 5px; }
  .lost-found-heading h1 { font-size: clamp(3.25rem, 20vw, 5.2rem); }
  .lf-heading-note { font-size: 0.78rem; }
  .lf-case-meta { gap: 8px; font-size: 0.53rem; }
  .lf-panel h2 { font-size: clamp(1.8rem, 10vw, 2.6rem); }
  .lf-evidence-list div { grid-template-columns: 76px minmax(0, 1fr); gap: 9px; }
  .lf-return-ticket { padding: 18px 16px; }
  .lf-return-ticket time { max-width: calc(100% - 34px); }
  .lf-claims li { grid-template-columns: 26px minmax(0, 1fr) 18px; gap: 8px; padding: 11px 9px; }
  .lf-claim-number { width: 25px; height: 25px; }
  .lf-reset-row { align-items: flex-start; flex-direction: column; }
  .lf-evidence-counter { min-height: 470px; }
  .lf-window { top: 34px; height: 142px; }
  .lf-wall-clock { top: 55px; width: 54px; height: 54px; }
  .lf-shelf { top: 155px; width: 43%; }
  .lf-door { bottom: 90px; height: 230px; }
  .lf-plant { right: 20%; bottom: 83px; transform: scale(0.82); transform-origin: 50% 100%; }
  .lf-floor-line { bottom: 82px; }
  .lf-counter { height: 125px; }
  .lf-counter-sign { bottom: 27px; left: 52%; width: 143px; min-height: 82px; }
  .lf-counter-sign strong { font-size: 0.95rem; }
  .lf-umbrella { top: 163px; left: 45%; transform: rotate(-10deg) scale(0.77); }
  .lost-found-view:not([data-state="intake"]) .lf-umbrella { top: 181px; left: 34%; transform: rotate(4deg) scale(0.72); }
  .lost-found-view[data-outcome="shade"] .lf-umbrella { top: 120px; left: 45%; transform: rotate(-16deg) scale(0.85); }
  .lost-found-view[data-outcome="escort"] .lf-umbrella { top: 180px; left: 28%; }
  .lost-found-view[data-outcome="evidence"] .lf-umbrella { top: 184px; left: 31%; transform: rotate(0) scale(0.64); }
  .lost-found-view[data-outcome="evidence"] .lf-evidence-tape { top: 230px; left: 17%; width: 68%; gap: 64px; }
  .lf-case-stamp { top: 45%; left: 6%; }
  .lf-footer { align-items: flex-start; flex-direction: column; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  .lf-panel,
  .lf-waiting-dot,
  .lf-umbrella,
  .lf-case-stamp,
  .lf-plant,
  .lf-wall-clock,
  .lf-door,
  .lf-evidence-tape span {
    animation: none !important;
    transition: none !important;
  }

  .lf-verdict-actions button:hover { transform: none; }
  .lost-found-view.is-filing .lf-case-stamp { display: block; opacity: 0.78; transform: rotate(-13deg); }
}
