.daily-desk-call {
  --call-ink: #202019;
  --call-paper: #fffaf0;
  --call-green: #316952;
  --call-red: #c53935;
  --call-blue: #245b96;
  --call-yellow: #f1c64a;
  order: 1;
  position: relative;
  width: min(100%, 1240px);
  margin: 0 auto 42px;
  padding: clamp(24px, 4vw, 50px);
  overflow: hidden;
  border: 2px solid var(--call-ink);
  border-radius: 18px;
  color: var(--call-ink);
  background:
    radial-gradient(circle at 13% 0%, rgb(241 198 74 / 28%) 0 13%, transparent 13.2%),
    repeating-linear-gradient(0deg, transparent 0 29px, rgb(32 32 25 / 5%) 29px 30px),
    #e9f1e9;
  box-shadow: 9px 10px 0 var(--call-ink);
}

.daily-desk-call[hidden],
.daily-desk-latest[hidden],
.daily-desk-today[hidden],
.daily-desk-closed[hidden] { display: none; }

body.has-desk-call .daily-desk-call { order: 1; }
body.has-desk-call .front-desk-board { order: 2; }
body.has-desk-call .story-invitations { order: 3; }
body.has-desk-call :is(.office-passport-view, .lost-found-view, .legacy-office-view) { order: 4; }

.daily-desk-call::before,
.daily-desk-call::after {
  position: absolute;
  z-index: 0;
  content: "";
}

.daily-desk-call::before {
  top: 0;
  left: clamp(32px, 8vw, 120px);
  width: clamp(110px, 15vw, 190px);
  height: 14px;
  border-right: 2px solid var(--call-ink);
  border-left: 2px solid var(--call-ink);
  background: var(--call-red);
}

.daily-desk-call::after {
  top: -38px;
  right: -42px;
  width: 150px;
  height: 150px;
  border: 2px dashed rgb(32 32 25 / 28%);
  border-radius: 50%;
}

.daily-desk-call > * {
  position: relative;
  z-index: 1;
}

.daily-desk-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-bottom: 28px;
  align-items: end;
}

.daily-desk-kicker,
.daily-desk-label,
.daily-desk-date,
.daily-desk-ticket,
.daily-desk-result-list dt,
.daily-desk-status,
.daily-desk-footer {
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  line-height: 1.45;
  text-transform: uppercase;
}

.daily-desk-kicker {
  display: flex;
  gap: 9px;
  margin: 0 0 12px;
  align-items: center;
}

.daily-desk-kicker span {
  width: 10px;
  height: 10px;
  border: 2px solid var(--call-ink);
  border-radius: 50%;
  background: var(--call-red);
  box-shadow: 14px 0 0 var(--call-yellow);
}

.daily-desk-heading h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 6.2rem);
  letter-spacing: -0.078em;
  line-height: 0.87;
  text-wrap: balance;
}

.daily-desk-date {
  display: grid;
  min-width: 210px;
  margin: 0;
  padding: 13px 15px;
  border: 2px solid var(--call-ink);
  background: var(--call-yellow);
  box-shadow: 4px 4px 0 var(--call-ink);
  transform: rotate(1deg);
}

.daily-desk-date span { font-size: 0.56rem; opacity: 0.7; }
.daily-desk-date time { font-size: 0.72rem; letter-spacing: 0.035em; text-transform: none; }

.daily-desk-latest {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  min-width: 0;
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid var(--call-ink);
  border-radius: 12px;
  background: var(--call-paper);
  box-shadow: 7px 7px 0 var(--call-ink);
  scroll-margin-block: 24px;
}

.daily-desk-latest:focus { outline: none; }
.daily-desk-latest:focus-visible { outline: 4px solid var(--call-red); outline-offset: 5px; }

.daily-desk-scene {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-right: 2px solid var(--call-ink);
  background:
    linear-gradient(180deg, #dbe8ef 0 64%, #d5b98e 64% 100%);
  --object-scale: 1;
}

.daily-desk-window {
  position: absolute;
  top: 9%;
  left: 8%;
  width: 43%;
  height: 38%;
  overflow: hidden;
  border: 4px solid var(--call-ink);
  background: #bcd7e3;
  box-shadow: inset 0 0 0 5px #fff8e7;
}

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

.daily-desk-window::before { top: 0; bottom: 0; left: 49%; width: 3px; }
.daily-desk-window::after { right: 0; bottom: 48%; left: 0; height: 3px; }
.daily-desk-window i { position: absolute; top: 14%; right: 12%; width: 38px; height: 9px; border-radius: 50%; background: #fff; opacity: 0.8; }
.daily-desk-window i + i { top: 67%; right: 45%; width: 54px; }

.daily-desk-sun {
  position: absolute;
  top: 13%;
  left: 35%;
  width: 42px;
  height: 42px;
  border: 3px solid var(--call-ink);
  border-radius: 50%;
  background: var(--call-yellow);
}

.daily-desk-floor {
  position: absolute;
  right: -8%;
  bottom: 15%;
  left: -8%;
  height: 2px;
  background: var(--call-ink);
  transform: rotate(-3deg);
}

.daily-desk-paper-stack {
  position: absolute;
  right: 6%;
  bottom: 13%;
  display: grid;
  width: 38%;
  min-width: 150px;
  height: 31%;
  padding: 22px 14px 12px;
  place-items: center;
  border: 2px solid var(--call-ink);
  background: #fff;
  box-shadow: 7px 7px 0 var(--call-blue);
  transform: rotate(3deg);
}

.daily-desk-paper-stack::before {
  position: absolute;
  top: 11px;
  right: 12px;
  left: 12px;
  height: 1px;
  background: var(--call-ink);
  box-shadow: 0 9px 0 rgb(32 32 25 / 28%), 0 18px 0 rgb(32 32 25 / 28%);
  content: "";
}

.daily-desk-paper-stack i {
  position: absolute;
  z-index: -1;
  inset: 3px -7px -7px 7px;
  border: 2px solid var(--call-ink);
  background: #f3ead9;
}

.daily-desk-paper-stack i + i { inset: 8px -12px -12px 12px; background: var(--call-yellow); }
.daily-desk-paper-stack strong {
  max-width: 100%;
  padding: 7px 9px;
  border: 3px double var(--call-red);
  color: var(--call-red);
  font: 950 clamp(0.58rem, 1.2vw, 0.78rem)/1.1 ui-monospace, monospace;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.daily-desk-stamp {
  position: absolute;
  top: 9%;
  right: 7%;
  display: grid;
  width: 75px;
  height: 75px;
  place-items: center;
  border: 4px double var(--call-red);
  border-radius: 50%;
  color: var(--call-red);
  font: 950 0.72rem/1 ui-monospace, monospace;
  letter-spacing: 0.08em;
  transform: rotate(9deg);
}

.daily-desk-latest-copy {
  display: flex;
  min-width: 0;
  padding: clamp(25px, 4vw, 48px);
  flex-direction: column;
  justify-content: center;
}

.daily-desk-label {
  margin: 0 0 8px;
  color: var(--call-green);
}

.daily-desk-return-line {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 5px 8px;
  border: 1px solid var(--call-ink);
  background: #e8eef7;
  font: 750 0.68rem/1.35 ui-monospace, monospace;
}

.daily-desk-latest-copy h2,
.daily-desk-today-copy h2,
.daily-desk-closed h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-wrap: balance;
}

#daily-desk-result-intro,
#daily-desk-problem,
#daily-desk-closed-copy {
  max-width: 62ch;
  margin: 16px 0 22px;
  font-size: 0.92rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.daily-desk-result-list {
  display: grid;
  margin: 0;
  border-top: 2px solid var(--call-ink);
}

.daily-desk-result-list div {
  display: grid;
  grid-template-columns: minmax(95px, 0.28fr) minmax(0, 1fr);
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgb(32 32 25 / 30%);
}

.daily-desk-result-list dt { color: #68645c; }
.daily-desk-result-list dd { min-width: 0; margin: 0; font-size: 0.8rem; font-weight: 740; line-height: 1.45; }

.daily-desk-today {
  display: grid;
  grid-template-columns: 130px minmax(250px, 0.75fr) minmax(0, 1.25fr);
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--call-ink);
  border-radius: 12px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--call-yellow);
}

.daily-desk-ticket {
  display: flex;
  min-width: 0;
  padding: 20px 13px;
  flex-direction: column;
  border-right: 2px dashed var(--call-ink);
  background: var(--call-yellow);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.daily-desk-ticket strong {
  margin: auto 0;
  font-size: clamp(1.1rem, 2.1vw, 1.65rem);
  letter-spacing: 0.04em;
}

.daily-desk-ticket small { font: inherit; }

.daily-desk-caller {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border-right: 2px solid var(--call-ink);
  background:
    linear-gradient(90deg, rgb(255 255 255 / 8%) 0 49%, transparent 49% 51%, rgb(255 255 255 / 8%) 51%),
    var(--call-blue);
  --object-scale: 0.78;
}

.daily-desk-caller-door {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 0;
  left: 10%;
  border: 4px solid var(--call-ink);
  border-bottom: 0;
  background: #e8eef7;
  box-shadow: inset 0 0 0 8px #f7f0df;
}

.daily-desk-caller-door::after {
  position: absolute;
  top: 50%;
  right: 11%;
  width: 13px;
  height: 13px;
  border: 2px solid var(--call-ink);
  border-radius: 50%;
  background: var(--call-yellow);
  content: "";
}

.daily-desk-caller-line {
  position: absolute;
  right: 0;
  bottom: 8%;
  left: 0;
  height: 3px;
  background: var(--call-ink);
}

.daily-desk-caller-folder {
  position: absolute;
  right: 6%;
  bottom: 13%;
  z-index: 4;
  display: grid;
  width: 120px;
  height: 88px;
  place-items: center;
  border: 3px solid var(--call-ink);
  background: var(--call-red);
  box-shadow: 5px 5px 0 var(--call-ink);
  transform: rotate(5deg);
  animation: desk-call-paperwork 620ms cubic-bezier(.2, .9, .25, 1) both;
}

.daily-desk-caller-folder::before {
  position: absolute;
  top: -16px;
  left: -3px;
  width: 52px;
  height: 15px;
  border: 3px solid var(--call-ink);
  border-bottom: 0;
  background: var(--call-red);
  content: "";
}

.daily-desk-caller-folder b {
  color: #fff;
  font: 950 0.7rem/1 ui-monospace, monospace;
  letter-spacing: 0.1em;
  transform: rotate(-5deg);
}

.daily-desk-caller-folder i {
  position: absolute;
  top: 19px;
  right: 12px;
  left: 12px;
  height: 2px;
  background: rgb(255 255 255 / 72%);
}

.daily-desk-caller-folder i + i { top: auto; bottom: 18px; right: 28px; }

.daily-desk-today-copy {
  display: flex;
  min-width: 0;
  padding: clamp(25px, 4vw, 46px);
  flex-direction: column;
  justify-content: center;
}

.daily-desk-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 4px;
}

.daily-desk-actions button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  min-width: 0;
  min-height: 128px;
  padding: 16px;
  align-content: start;
  border: 2px solid var(--call-ink);
  border-radius: 7px;
  color: var(--call-ink);
  background: var(--call-paper);
  box-shadow: 3px 3px 0 var(--call-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.daily-desk-actions button:hover:not(:disabled) {
  background: var(--call-yellow);
  box-shadow: 6px 6px 0 var(--call-ink);
  transform: translate(-2px, -2px) rotate(-0.4deg);
}

.daily-desk-actions button:disabled { opacity: 0.55; cursor: wait; }
.daily-desk-actions button > span { font: 900 0.62rem/1.2 ui-monospace, monospace; }
.daily-desk-actions button strong { font-size: 0.82rem; line-height: 1.25; }
.daily-desk-actions button small { grid-column: 2; font-size: 0.68rem; line-height: 1.4; }

.daily-desk-call :is(button, a):focus-visible {
  outline: 4px solid var(--call-red);
  outline-offset: 4px;
}

.daily-desk-skip,
.daily-desk-closed a {
  width: fit-content;
  max-width: 100%;
  margin-top: 17px;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.4;
  text-underline-offset: 4px;
}

.daily-desk-closed {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  min-height: 240px;
  padding: clamp(26px, 4vw, 50px);
  align-items: center;
  border: 2px dashed var(--call-ink);
  border-radius: 12px;
  background: rgb(255 250 240 / 82%);
}

.daily-desk-closed-mark {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 5px double var(--call-green);
  border-radius: 50%;
  color: var(--call-green);
  font: 950 0.82rem/1.1 ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-align: center;
  transform: rotate(-7deg);
}

.daily-desk-status {
  margin: 21px 0 0;
  color: #57544e;
  letter-spacing: 0.035em;
  text-transform: none;
}

.daily-desk-status.is-warning {
  width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  border-left: 5px solid var(--call-red);
  color: var(--call-ink);
  background: #fff;
}

.daily-desk-footer {
  display: flex;
  gap: 14px 28px;
  margin-top: 18px;
  padding-top: 14px;
  justify-content: space-between;
  border-top: 1px solid rgb(32 32 25 / 35%);
  color: #57544e;
  text-transform: none;
}

.daily-desk-footer a { color: inherit; text-underline-offset: 3px; }

.daily-desk-character,
.daily-desk-caller-character {
  position: absolute;
  bottom: 17%;
  left: 12%;
  z-index: 3;
  display: block;
  width: 135px;
  height: 170px;
  transform: scale(var(--object-scale));
  transform-origin: bottom center;
}

.daily-desk-caller-character {
  bottom: 8%;
  left: 12%;
  animation: desk-call-arrival 560ms cubic-bezier(.2, .9, .25, 1) both;
}

:is(.daily-desk-scene, .daily-desk-caller) :is(.daily-desk-character, .daily-desk-caller-character) i {
  display: none;
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="plant"] :is(.daily-desk-character, .daily-desk-caller-character)::before {
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 64px;
  border: 4px solid var(--call-ink);
  background: #ba7246;
  clip-path: polygon(4% 0, 96% 0, 82% 100%, 18% 100%);
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="plant"] :is(.daily-desk-character, .daily-desk-caller-character)::after {
  position: absolute;
  bottom: 58px;
  left: 64px;
  width: 7px;
  height: 76px;
  border: 2px solid var(--call-ink);
  background: var(--call-green);
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="plant"] :is(.daily-desk-character, .daily-desk-caller-character) i {
  position: absolute;
  z-index: 2;
  display: block;
  bottom: 88px;
  left: 18px;
  width: 62px;
  height: 35px;
  border: 3px solid var(--call-ink);
  border-radius: 90% 10% 90% 10%;
  background: #5e9469;
  transform: rotate(25deg);
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="plant"] :is(.daily-desk-character, .daily-desk-caller-character) i:nth-child(2) { right: 10px; bottom: 111px; left: auto; transform: rotate(145deg); }
:is(.daily-desk-scene, .daily-desk-caller)[data-object="plant"] :is(.daily-desk-character, .daily-desk-caller-character) i:nth-child(3) { left: 36px; bottom: 133px; width: 52px; transform: rotate(58deg); }
:is(.daily-desk-scene, .daily-desk-caller)[data-object="plant"] :is(.daily-desk-character, .daily-desk-caller-character) i:nth-child(4) { right: 23px; bottom: 74px; left: auto; width: 48px; transform: rotate(162deg); }

:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character) {
  bottom: 25%;
  width: 138px;
  height: 138px;
  border: 6px solid var(--call-ink);
  border-radius: 50%;
  background: #f5eee0;
  box-shadow: inset 0 0 0 6px var(--call-yellow);
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character)::before,
:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character)::after {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 5px;
  height: 43px;
  border-radius: 4px;
  background: var(--call-ink);
  content: "";
  transform-origin: bottom center;
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character)::before { transform: translateX(-50%) rotate(42deg); }
:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character)::after { height: 31px; transform: translateX(-50%) rotate(-68deg); }

:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character) i {
  position: absolute;
  bottom: -29px;
  left: 18px;
  display: block;
  width: 39px;
  height: 29px;
  border-left: 5px solid var(--call-ink);
  transform: rotate(13deg);
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="clock"] :is(.daily-desk-character, .daily-desk-caller-character) i:nth-child(2) { right: 7px; left: auto; transform: rotate(-13deg); }

:is(.daily-desk-scene, .daily-desk-caller)[data-object="chair"] :is(.daily-desk-character, .daily-desk-caller-character)::before {
  position: absolute;
  top: 6px;
  left: 25px;
  width: 88px;
  height: 98px;
  border: 5px solid var(--call-ink);
  border-radius: 30px 30px 10px 10px;
  background: #b44d44;
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="chair"] :is(.daily-desk-character, .daily-desk-caller-character)::after {
  position: absolute;
  right: 8px;
  bottom: 50px;
  left: 8px;
  height: 43px;
  border: 5px solid var(--call-ink);
  border-radius: 12px;
  background: #d96b57;
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="chair"] :is(.daily-desk-character, .daily-desk-caller-character) i {
  position: absolute;
  bottom: 4px;
  left: 31px;
  display: block;
  width: 5px;
  height: 56px;
  background: var(--call-ink);
  transform: rotate(9deg);
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="chair"] :is(.daily-desk-character, .daily-desk-caller-character) i:nth-child(2) { right: 31px; left: auto; transform: rotate(-9deg); }

:is(.daily-desk-scene, .daily-desk-caller)[data-object="printer"] :is(.daily-desk-character, .daily-desk-caller-character) {
  bottom: 21%;
  height: 130px;
  border: 5px solid var(--call-ink);
  border-radius: 9px;
  background: #dbddd8;
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="printer"] :is(.daily-desk-character, .daily-desk-caller-character)::before {
  position: absolute;
  top: -47px;
  right: 16px;
  left: 16px;
  height: 60px;
  border: 4px solid var(--call-ink);
  background: #fff;
  box-shadow: inset 0 -20px 0 #e8eef7;
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="printer"] :is(.daily-desk-character, .daily-desk-caller-character)::after {
  position: absolute;
  right: 14px;
  bottom: -31px;
  left: 14px;
  height: 68px;
  border: 4px solid var(--call-ink);
  background: repeating-linear-gradient(0deg, #fff 0 13px, #98a4ad 13px 15px);
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="printer"] :is(.daily-desk-character, .daily-desk-caller-character) i {
  position: absolute;
  top: 21px;
  right: 17px;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid var(--call-ink);
  border-radius: 50%;
  background: var(--call-green);
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="umbrella"] :is(.daily-desk-character, .daily-desk-caller-character)::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 135px;
  height: 72px;
  border: 5px solid var(--call-ink);
  border-radius: 90px 90px 8px 8px;
  background: repeating-linear-gradient(90deg, #d4423c 0 31px, #ed6a55 31px 63px);
  clip-path: polygon(50% 0, 100% 92%, 82% 79%, 65% 92%, 50% 78%, 34% 92%, 17% 79%, 0 92%);
  content: "";
}

:is(.daily-desk-scene, .daily-desk-caller)[data-object="umbrella"] :is(.daily-desk-character, .daily-desk-caller-character)::after {
  position: absolute;
  top: 72px;
  left: 64px;
  width: 7px;
  height: 91px;
  border: 2px solid var(--call-ink);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: var(--call-red);
  content: "";
}

@keyframes desk-call-arrival {
  from { opacity: 0; translate: -38px 0; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes desk-call-paperwork {
  from { opacity: 0; transform: translateY(-40px) rotate(13deg); }
  to { opacity: 1; transform: translateY(0) rotate(5deg); }
}

@media (max-width: 960px) {
  .daily-desk-latest { grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); }
  .daily-desk-today { grid-template-columns: 100px minmax(220px, 0.7fr) minmax(0, 1.3fr); }
  .daily-desk-actions { grid-template-columns: minmax(0, 1fr); }
  .daily-desk-actions button { min-height: 96px; }
}

@media (max-width: 760px) {
  .daily-desk-heading { grid-template-columns: minmax(0, 1fr); }
  .daily-desk-date { width: fit-content; min-width: 0; transform: none; }
  .daily-desk-latest { grid-template-columns: minmax(0, 1fr); }
  .daily-desk-scene { min-height: 380px; border-right: 0; border-bottom: 2px solid var(--call-ink); }
  .daily-desk-today { grid-template-columns: 88px minmax(0, 1fr); }
  .daily-desk-ticket { grid-row: 1 / span 2; }
  .daily-desk-caller { min-height: 300px; border-right: 0; border-bottom: 2px solid var(--call-ink); }
  .daily-desk-today-copy { grid-column: 2; }
}

@media (max-width: 560px) {
  .daily-desk-call { margin-bottom: 32px; padding: 24px 16px 20px; border-radius: 11px; box-shadow: 5px 6px 0 var(--call-ink); }
  .daily-desk-heading { gap: 18px; }
  .daily-desk-heading h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .daily-desk-latest { box-shadow: 4px 4px 0 var(--call-ink); }
  .daily-desk-scene { min-height: 330px; --object-scale: 0.78; }
  .daily-desk-paper-stack { min-width: 128px; }
  .daily-desk-latest-copy { padding: 25px 18px 28px; }
  .daily-desk-latest-copy h2,
  .daily-desk-today-copy h2,
  .daily-desk-closed h2 { font-size: 2.25rem; }
  .daily-desk-result-list div { grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .daily-desk-today { grid-template-columns: minmax(0, 1fr); box-shadow: 4px 4px 0 var(--call-yellow); }
  .daily-desk-ticket {
    grid-row: auto;
    padding: 11px 14px;
    flex-direction: row;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 2px dashed var(--call-ink);
    writing-mode: horizontal-tb;
    transform: none;
  }
  .daily-desk-ticket strong { margin: 0; }
  .daily-desk-caller { min-height: 270px; }
  .daily-desk-today-copy { grid-column: auto; padding: 26px 18px 29px; }
  .daily-desk-actions button { min-height: 102px; }
  .daily-desk-closed { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 26px 19px; }
  .daily-desk-closed-mark { width: 88px; height: 88px; }
  .daily-desk-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .daily-desk-caller-character,
  .daily-desk-caller-folder { animation: none; }
  .daily-desk-actions button { transition: none; }
  .daily-desk-actions button:hover:not(:disabled) { transform: none; }
}

.daily-desk-latest-label {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
}

.daily-desk-latest-label .daily-desk-label { margin: 0; }

.daily-desk-story-state {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid var(--call-ink);
  border-radius: 999px;
  font: 850 0.58rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #d8eadb;
}

.daily-desk-story-state[data-state="earlier"] { color: #fff; background: #66645c; }

.daily-desk-follow {
  display: inline-flex;
  gap: 12px;
  width: fit-content;
  margin-top: 22px;
  padding: 13px 16px;
  align-items: center;
  border: 2px solid var(--call-ink);
  border-radius: 4px;
  color: #fff;
  font: 850 0.72rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.035em;
  text-decoration: none;
  background: var(--call-green);
  box-shadow: 4px 4px 0 var(--call-ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.daily-desk-follow[hidden] { display: none; }
.daily-desk-follow:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--call-ink); }
.daily-desk-follow:focus-visible { outline: 4px solid var(--call-red); outline-offset: 4px; }

.daily-desk-history {
  margin: 20px 0;
  border: 2px solid var(--call-ink);
  border-radius: 9px;
  background: rgb(255 250 240 / 76%);
}

.daily-desk-history[hidden] { display: none; }

.daily-desk-history summary {
  display: flex;
  gap: 18px;
  padding: 14px 17px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.daily-desk-history summary::-webkit-details-marker { display: none; }
.daily-desk-history summary span:first-child { display: grid; gap: 2px; }
.daily-desk-history summary small { font-size: 0.53rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.62; }
.daily-desk-history summary strong { font-size: 0.84rem; }
.daily-desk-history summary > span:last-child { font-size: 0.62rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.daily-desk-history summary:focus-visible { outline: 4px solid var(--call-red); outline-offset: 3px; }

.daily-desk-history ol,
.desk-story-trail ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgb(32 32 25 / 35%);
  list-style: none;
}

.daily-desk-history li,
.desk-story-trail li {
  display: grid;
  grid-template-columns: minmax(110px, 0.34fr) minmax(0, 1fr);
  gap: 14px;
  padding: 13px 17px;
  align-items: center;
  border-bottom: 1px dashed rgb(32 32 25 / 28%);
}

.daily-desk-history li:last-child,
.desk-story-trail li:last-child { border-bottom: 0; }

.daily-desk-history li > strong,
.desk-story-trail li > strong {
  width: fit-content;
  padding: 5px 7px;
  border: 1px solid currentColor;
  font: 900 0.55rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.04em;
  transform: rotate(-1deg);
}

.daily-desk-history li[data-state="earlier"] > strong,
.desk-story-trail li[data-state="earlier"] > strong { color: #6b6962; }
.daily-desk-history li > span,
.desk-story-trail li > span { display: grid; min-width: 0; gap: 3px; }
.daily-desk-history li b,
.desk-story-trail li b { font-size: 0.78rem; line-height: 1.25; }
.daily-desk-history li small,
.desk-story-trail li small { font: 750 0.57rem/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: 0.025em; }

.desk-story-home {
  --desk-story-ink: #202019;
  --desk-story-accent: #c53935;
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 26px 0;
  overflow: hidden;
  border: 2px solid var(--desk-story-ink);
  border-radius: 13px;
  color: var(--desk-story-ink);
  background:
    linear-gradient(90deg, transparent 0 94%, rgb(32 32 25 / 6%) 94% 100%),
    #fffaf0;
  box-shadow: 7px 7px 0 var(--desk-story-ink);
  scroll-margin-block: 24px;
}

.desk-story-home[hidden] { display: none; }
.desk-story-home:focus { outline: none; }
.desk-story-home:focus-visible { outline: 4px solid var(--desk-story-accent); outline-offset: 5px; }
.desk-story-home[data-object="clock"] { --desk-story-accent: #245b96; }
.desk-story-home[data-object="chair"] { --desk-story-accent: #a94e48; }
.desk-story-home[data-object="printer"] { --desk-story-accent: #5d6870; }
.desk-story-home[data-object="umbrella"] { --desk-story-accent: #c53935; }

.desk-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: clamp(20px, 4vw, 34px);
  align-items: start;
  border-bottom: 2px solid var(--desk-story-ink);
  background: color-mix(in srgb, var(--desk-story-accent) 13%, #fffaf0);
}

.desk-story-kicker,
.desk-story-law {
  margin: 0 0 9px;
  font: 850 0.58rem/1.35 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.desk-story-kicker span {
  padding: 4px 7px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #fffaf0;
}

.desk-story-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.desk-story-heading h2:focus { outline: none; }
.desk-story-heading h2:focus-visible { outline: 4px solid var(--desk-story-accent); outline-offset: 5px; }

.desk-story-mark {
  display: grid;
  max-width: 170px;
  min-height: 72px;
  padding: 10px;
  place-items: center;
  border: 3px double var(--desk-story-accent);
  color: var(--desk-story-accent);
  font: 950 0.72rem/1.05 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.055em;
  text-align: center;
  text-transform: uppercase;
  background: rgb(255 250 240 / 85%);
  transform: rotate(2deg);
}

.desk-story-body {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  padding: clamp(22px, 4vw, 38px);
  align-items: center;
}

.desk-story-body > div:last-child { min-width: 0; }

.desk-story-consequence {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.05rem, 2.1vw, 1.42rem);
  line-height: 1.45;
}

.desk-story-action {
  margin-top: 20px;
  padding: 12px 15px;
  border: 2px solid var(--desk-story-ink);
  border-radius: 4px;
  color: #fff;
  font: 850 0.68rem/1.25 ui-monospace, "SFMono-Regular", Menlo, monospace;
  background: var(--desk-story-accent);
  box-shadow: 4px 4px 0 var(--desk-story-ink);
  cursor: pointer;
}

.desk-story-action:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--desk-story-ink); }
.desk-story-action:focus-visible,
.desk-story-back:focus-visible { outline: 4px solid var(--desk-story-accent); outline-offset: 4px; }

.desk-story-action-note {
  min-height: 1.35em;
  margin: 12px 0 0;
  font: 720 0.62rem/1.45 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.desk-story-object {
  position: relative;
  width: 168px;
  height: 168px;
  margin: auto;
  border: 2px solid var(--desk-story-ink);
  border-radius: 50%;
  background: #dce9e1;
  box-shadow: inset 0 -28px 0 rgb(32 32 25 / 8%);
}

.desk-story-object::before,
.desk-story-object::after,
.desk-story-object i {
  position: absolute;
  display: block;
  content: "";
}

.desk-story-home[data-object="plant"] .desk-story-object::before {
  right: 43px;
  bottom: 27px;
  width: 70px;
  height: 54px;
  border: 3px solid var(--desk-story-ink);
  border-radius: 6px 6px 25px 25px;
  background: #c66445;
}
.desk-story-home[data-object="plant"] .desk-story-object::after { left: 80px; bottom: 78px; width: 6px; height: 57px; background: var(--desk-story-ink); }
.desk-story-home[data-object="plant"] .desk-story-object i { width: 43px; height: 25px; border: 3px solid var(--desk-story-ink); border-radius: 100% 8% 100% 8%; background: #438665; }
.desk-story-home[data-object="plant"] .desk-story-object i:nth-child(1) { top: 28px; left: 42px; transform: rotate(28deg); }
.desk-story-home[data-object="plant"] .desk-story-object i:nth-child(2) { top: 51px; right: 34px; transform: scaleX(-1) rotate(24deg); }
.desk-story-home[data-object="plant"] .desk-story-object i:nth-child(3) { top: 76px; left: 38px; transform: rotate(20deg); }
.desk-story-home[data-object="plant"] .desk-story-object i:nth-child(4) { top: 94px; right: 35px; transform: scaleX(-1) rotate(18deg); }

.desk-story-home[data-object="clock"] .desk-story-object::before {
  inset: 29px;
  border: 5px solid var(--desk-story-ink);
  border-radius: 50%;
  background: #fffaf0;
  box-shadow: inset 0 0 0 7px #f1c64a;
}
.desk-story-home[data-object="clock"] .desk-story-object::after { top: 53px; left: 81px; width: 5px; height: 48px; background: var(--desk-story-ink); transform: rotate(32deg); transform-origin: bottom; }
.desk-story-home[data-object="clock"] .desk-story-object i { top: 48%; left: 48%; width: 7px; height: 7px; border-radius: 50%; background: var(--desk-story-ink); }

.desk-story-home[data-object="chair"] .desk-story-object::before { top: 25px; left: 47px; width: 76px; height: 82px; border: 4px solid var(--desk-story-ink); border-radius: 24px 24px 8px 8px; background: #cf705f; }
.desk-story-home[data-object="chair"] .desk-story-object::after { right: 34px; bottom: 42px; left: 34px; height: 42px; border: 4px solid var(--desk-story-ink); border-radius: 8px; background: #b55450; }
.desk-story-home[data-object="chair"] .desk-story-object i { bottom: 18px; width: 5px; height: 34px; background: var(--desk-story-ink); }
.desk-story-home[data-object="chair"] .desk-story-object i:nth-child(1) { left: 53px; transform: rotate(12deg); }
.desk-story-home[data-object="chair"] .desk-story-object i:nth-child(2) { right: 53px; transform: rotate(-12deg); }

.desk-story-home[data-object="printer"] .desk-story-object::before { right: 30px; bottom: 28px; left: 30px; height: 89px; border: 4px solid var(--desk-story-ink); border-radius: 8px; background: #aeb8bd; }
.desk-story-home[data-object="printer"] .desk-story-object::after { top: 23px; right: 43px; left: 43px; height: 70px; border: 3px solid var(--desk-story-ink); background: repeating-linear-gradient(#fff 0 14px, #ccd7df 14px 16px); }
.desk-story-home[data-object="printer"] .desk-story-object i:nth-child(1) { right: 44px; bottom: 48px; width: 13px; height: 13px; border: 2px solid var(--desk-story-ink); border-radius: 50%; background: #4f9c6b; }

.desk-story-home[data-object="umbrella"] .desk-story-object::before { top: 31px; left: 20px; width: 124px; height: 65px; border: 4px solid var(--desk-story-ink); border-radius: 90px 90px 5px 5px; background: repeating-linear-gradient(90deg, #c53935 0 29px, #ed705a 29px 58px); clip-path: polygon(50% 0, 100% 92%, 81% 77%, 65% 92%, 50% 77%, 34% 92%, 17% 77%, 0 92%); }
.desk-story-home[data-object="umbrella"] .desk-story-object::after { top: 90px; left: 80px; width: 7px; height: 52px; border: 3px solid var(--desk-story-ink); border-top: 0; border-radius: 0 0 19px 19px; }
.desk-story-home[data-object="umbrella"] .desk-story-object i { width: 7px; height: 12px; border-radius: 50%; background: #245b96; opacity: 0; }
.desk-story-home[data-object="umbrella"] .desk-story-object i:nth-child(1) { top: 103px; left: 34px; }
.desk-story-home[data-object="umbrella"] .desk-story-object i:nth-child(2) { top: 116px; right: 32px; }

.desk-story-home[data-enforced="true"] .desk-story-mark { animation: desk-law-stamp 430ms cubic-bezier(.2,.8,.2,1) both; }
.desk-story-home[data-enforced="true"][data-object="plant"] .desk-story-object i { animation: desk-law-leaf 620ms ease-in-out alternate 2; }
.desk-story-home[data-enforced="true"][data-object="clock"] .desk-story-object::after { animation: desk-law-clock 700ms cubic-bezier(.2,.8,.2,1) both; }
.desk-story-home[data-enforced="true"][data-object="chair"] .desk-story-object { animation: desk-law-chair 520ms ease-in-out both; }
.desk-story-home[data-enforced="true"][data-object="printer"] .desk-story-object::after { animation: desk-law-printer 650ms ease-out both; }
.desk-story-home[data-enforced="true"][data-object="umbrella"] .desk-story-object i { animation: desk-law-rain 700ms ease-out both; }

.desk-story-trail { padding: 0 clamp(22px, 4vw, 38px) 24px; }
.desk-story-trail[hidden] { display: none; }
.desk-story-trail h3 { margin: 0 0 10px; font: 850 0.65rem/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: 0.06em; text-transform: uppercase; }
.desk-story-trail ol { border: 1px solid rgb(32 32 25 / 28%); }

.desk-story-back {
  display: flex;
  gap: 10px;
  padding: 14px clamp(22px, 4vw, 38px);
  justify-content: space-between;
  border-top: 1px dashed rgb(32 32 25 / 35%);
  color: inherit;
  font: 800 0.62rem/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace;
  text-decoration: none;
  background: rgb(32 32 25 / 4%);
}

.desk-object-mark {
  position: absolute;
  z-index: 12;
  top: 5px;
  right: 2px;
  display: grid;
  max-width: 112px;
  min-height: 34px;
  padding: 5px 7px;
  place-items: center;
  border: 2px double #b92f2b;
  color: #8f2421;
  font: 950 0.48rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
  background: #fffaf0;
  box-shadow: 2px 2px 0 #202019;
  transform: rotate(4deg);
  pointer-events: none;
}

#lf-umbrella > .desk-object-mark { top: -26px; right: -42px; }

@keyframes desk-law-stamp {
  from { opacity: 0; transform: scale(1.8) rotate(10deg); }
  to { opacity: 1; transform: scale(1) rotate(2deg); }
}

@keyframes desk-law-leaf {
  from { translate: 0 0; }
  to { translate: 8px -7px; }
}

@keyframes desk-law-clock {
  from { transform: rotate(-80deg); }
  to { transform: rotate(392deg); }
}

@keyframes desk-law-chair {
  0%, 100% { transform: translateX(0) rotate(0); }
  45% { transform: translateX(14px) rotate(4deg); }
}

@keyframes desk-law-printer {
  from { transform: translateY(34px); }
  to { transform: translateY(-12px); }
}

@keyframes desk-law-rain {
  from { opacity: 0; translate: 0 -9px; }
  40% { opacity: 1; }
  to { opacity: 0; translate: 0 23px; }
}

@media (max-width: 700px) {
  .desk-story-heading { grid-template-columns: minmax(0, 1fr); }
  .desk-story-mark { max-width: 145px; min-height: 58px; }
  .desk-story-body { grid-template-columns: minmax(0, 1fr); }
  .desk-story-object { width: 150px; height: 150px; }
  .desk-story-home[data-object="plant"] .desk-story-object::after { left: 71px; }
  .desk-story-home[data-object="clock"] .desk-story-object::after { left: 72px; }
  .desk-story-home[data-object="umbrella"] .desk-story-object::after { left: 71px; }
  .daily-desk-history li,
  .desk-story-trail li { grid-template-columns: minmax(0, 1fr); gap: 7px; }
  .desk-object-mark { max-width: 88px; font-size: 0.42rem; }
}

@media (prefers-reduced-motion: reduce) {
  .daily-desk-follow,
  .desk-story-action { transition: none; }
  .desk-story-home[data-enforced="true"] .desk-story-mark,
  .desk-story-home[data-enforced="true"] .desk-story-object,
  .desk-story-home[data-enforced="true"] .desk-story-object::after,
  .desk-story-home[data-enforced="true"] .desk-story-object i { animation: none; }
}
