:root {
  --bg: #07080b;
  --bg-2: #0f1116;
  --bg-3: #12141b;
  --bar: #0b0d12;
  --fg: #fff;
  --fg-2: rgba(255, 255, 255, .78);
  --line: rgba(255, 255, 255, .12);
  --line-2: rgba(255, 255, 255, .34);
  --fill: rgba(255, 255, 255, .05);
  --fill-2: rgba(255, 255, 255, .1);
  --you: #f2a93b;
  --mira: #7fb6ff;
  --mira-deep: #4c86d6;
  --otto: #4fd1a8;
  --otto-deep: #28a07f;
  --refuse: #ff7a90;
  --refuse-ink: #b3261e;
  --paper: #f6efe3;
  --paper-2: #fbf7ee;
  --ink: #14151a;
  --ink-2: rgba(20, 21, 26, .72);
  --font: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --wrap: 76rem;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --dur: .22s;
  --dur-l: .8s;
  --top-h: 4rem;
  --radius: 1.125rem;
  --radius-l: 1.5rem;
  --hour: 3.1rem;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: calc(var(--top-h) + 1.5rem);
  background: var(--bg);
}
body {
  margin: 0;
  background: radial-gradient(90% 40rem at 50% 0, #14171f 0%, #0a0b10 60%, var(--bg) 100%) no-repeat, var(--bg);
  color: var(--fg);
  font: 400 1.0625rem/1.5 var(--font);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; }
svg { display: block; max-width: 100%; }
button, input { font: inherit; color: inherit; margin: 0; }
p { margin: 0; text-wrap: pretty; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; text-wrap: balance; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
b { font-weight: 600; }
small { font-size: inherit; }
:focus-visible { outline: 2px solid var(--fg); outline-offset: 3px; border-radius: .25rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; top: -4rem; inset-inline-start: 1rem; z-index: 20; padding: .6rem 1rem; background: var(--fg); color: var(--bg); border-radius: 999px; text-decoration: none; transition: top var(--dur) var(--ease); }
.skip:focus { top: 1rem; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.swatch { display: inline-block; width: .65rem; height: .65rem; border-radius: 50%; margin-inline: .1rem .4rem; vertical-align: .05em; background: var(--fg); }
.swatch--you { background: var(--you); }
.swatch--mira { background: transparent; border: 1.5px dashed var(--mira); }

.field {
  position: absolute; z-index: 0; pointer-events: none;
  width: 70vw; height: 70vw; max-width: 64rem; max-height: 64rem; border-radius: 50%;
}
.field--amber { top: -28vw; inset-inline-start: -26vw; background: radial-gradient(closest-side, rgba(242, 169, 59, .42) 0%, rgba(242, 169, 59, .2) 38%, rgba(242, 169, 59, 0) 100%); }
.field--blue { top: 6rem; inset-inline-end: -30vw; background: radial-gradient(closest-side, rgba(76, 134, 214, .48) 0%, rgba(76, 134, 214, .22) 38%, rgba(76, 134, 214, 0) 100%); }
.field--teal { top: -26vw; inset-inline-end: -30vw; background: radial-gradient(closest-side, rgba(40, 160, 127, .32) 0%, rgba(40, 160, 127, .15) 38%, rgba(40, 160, 127, 0) 100%); }
.field--low { top: auto; bottom: -20vw; }
.field--right { top: -10vw; inset-inline-start: auto; inset-inline-end: -28vw; }
.field--faint { opacity: .6; top: auto; bottom: -34vw; inset-inline-start: -28vw; inset-inline-end: auto; }
.sec, .hero, .band, .foot { position: relative; }
main, .foot { overflow-x: clip; }
.sec > .wrap, .hero > .wrap, .stage, .foot > .wrap { position: relative; z-index: 1; }
.no-art .field, .no-art .floor, .no-art .band::before { display: none; }

.top {
  position: sticky; top: 0; z-index: 10;
  min-height: var(--top-h);
  background: rgba(7, 8, 11, .8);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease);
}
.top.scrolled { border-bottom-color: var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--top-h); }
.brand { display: inline-flex; flex: none; align-items: center; gap: .55rem; text-decoration: none; font-weight: 600; font-size: 1rem; letter-spacing: -.01em; white-space: nowrap; }
.brand svg { width: 1.375rem; height: 1.375rem; flex: none; }
.brand em { font-style: normal; }
.doors { display: flex; flex: none; align-items: center; gap: .25rem; }
.door { display: inline-flex; align-items: center; height: 2.75rem; padding-inline: 1.1rem; border-radius: 999px; text-decoration: none; font-weight: 540; font-size: .95rem; white-space: nowrap; transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), transform .1s var(--ease); }
.door--in:hover { background: var(--fill-2); }
.door--access { background: var(--fg); color: var(--bg); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9); }
.door--access:hover { background: #ececec; }
.door--access:active { background: #dcdcdc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .18); }
.door:active { transform: scale(.985); }
@media (max-width: 30rem) {
  :root { --top-h: 3.5rem; }
  .brand em { display: none; }
  .door { padding-inline: .9rem; font-size: .9rem; }
}

.hero { padding-top: clamp(3rem, 7vw, 5.5rem); overflow: visible; }
.hero__copy > * { max-width: 48rem; }
h1 { font-size: clamp(3.25rem, 1.5rem + 7vw, 7rem); line-height: .94; letter-spacing: -.04em; font-weight: 620; }
.lead { font-size: clamp(1.25rem, 1rem + .9vw, 1.625rem); line-height: 1.35; letter-spacing: -.012em; color: var(--fg-2); max-width: 30em; margin: 1.25rem 0 1rem; }
.hero__what, .hero__who { color: var(--fg-2); max-width: 34em; margin-bottom: .5rem; }
.hero__who { margin-bottom: 2rem; }
@media (prefers-reduced-motion: no-preference) {
  .js h1, .js .lead { animation: rise .9s var(--ease) both; }
  .js .lead { animation-delay: .15s; }
  .js .access { animation: fade .8s var(--ease) .35s both; }
  .js .stage { animation: lift 1.1s var(--ease) .45s both; }
}
@keyframes rise { from { transform: translateY(1.25rem); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lift { from { transform: translateY(2.5rem) scale(.985); opacity: 0; } to { transform: none; opacity: 1; } }

.access { max-width: 34rem; }
.access__h { font-size: 1.375rem; letter-spacing: -.02em; line-height: 1.2; margin-bottom: .35rem; }
.access__line { color: var(--fg-2); margin-bottom: .35rem; }
.access__line + .join__row, .access__line:last-of-type { margin-bottom: 1rem; }
.join__row { display: flex; gap: .5rem; align-items: stretch; }
.field-input { flex: 1; min-width: 0; height: 3.5rem; padding-inline: 1.25rem; border: 1px solid var(--line-2); border-radius: 999px; background: rgba(255, 255, 255, .06); color: var(--fg); transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease); }
.field-input::placeholder { color: var(--fg-2); opacity: 1; }
.field-input:hover { border-color: var(--fg); }
.field-input:focus { border-color: var(--fg); background: rgba(255, 255, 255, .09); outline: none; box-shadow: 0 0 0 3px var(--fill-2); }
.field-input[aria-invalid="true"] { border-color: var(--refuse); border-width: 2px; }
.field-input[readonly] { color: var(--fg-2); }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 3.5rem; padding-inline: 1.5rem; border: 0; border-radius: 999px; background: var(--fg); color: var(--bg); font-weight: 580; white-space: nowrap; cursor: pointer; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9); transition: background-color var(--dur) var(--ease), transform .1s var(--ease); }
.btn:hover { background: #ececec; }
.btn:active { transform: scale(.985); background: #dcdcdc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .18); }
.btn[disabled] { cursor: default; background: #8a8a8a; }
.btn--quiet { background: transparent; color: var(--fg); border: 1px solid var(--line-2); box-shadow: none; }
.btn--quiet:hover { background: var(--fill); border-color: var(--fg); }
.join__note { margin-top: .75rem; min-height: 1.5rem; }
.join__note:empty { display: none; }
.join__keep { margin-top: .75rem; font-size: .9375rem; color: var(--fg-2); max-width: 30em; }
.join__keep summary { cursor: pointer; width: max-content; text-decoration: underline; text-underline-offset: .2em; text-decoration-color: var(--line-2); min-height: 2.75rem; display: flex; align-items: center; }
.join__keep summary:hover { text-decoration-color: var(--fg); }
.join__keep p { margin-top: .5rem; }
.progress { display: none; height: 2px; margin-top: .9rem; background: var(--fill-2); border-radius: 1px; overflow: hidden; }
.progress::after { content: ""; display: block; width: 40%; height: 100%; background: var(--fg); }
.join[data-state="running"] .progress { display: block; }
@media (prefers-reduced-motion: no-preference) { .join[data-state="running"] .progress::after { animation: run 1.1s linear infinite; } }
@keyframes run { from { transform: translateX(-100%); } to { transform: translateX(250%); } }
.join[data-state="terminal"] .join__row .btn { display: none; }
.js .join[data-state="settled"] { display: none; }
.answer { padding-top: .25rem; }
.js .answer { display: none; }
.js .answer[data-on] { display: block; }
.answer h2 { font-size: 1.75rem; letter-spacing: -.02em; line-height: 1.1; margin-bottom: .75rem; }
.answer .btn--quiet { margin-top: 1.25rem; height: 2.75rem; padding-inline: 1.1rem; }
@media (max-width: 34rem) { .join__row { flex-direction: column; } .btn { width: 100%; } }

.stage__label { position: relative; z-index: 1; max-width: var(--wrap); margin: clamp(2.5rem, 5vw, 4rem) auto -1.25rem; padding-inline: var(--gutter); color: var(--fg-2); font-size: .9375rem; }
.stage { margin-top: 1.75rem; padding-inline: var(--gutter); }
.floor { position: absolute; z-index: 0; left: 50%; bottom: -6rem; width: 120vw; height: 28rem; transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(50% 60% at 50% 45%, rgba(127, 182, 255, .26) 0%, rgba(127, 182, 255, .08) 45%, rgba(127, 182, 255, 0) 70%); }
.app {
  position: relative; z-index: 1;
  width: min(80rem, 100%); margin-inline: auto;
  border-radius: var(--radius);
  background: var(--bg-2);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .6), 0 1px 0 rgba(255, 255, 255, .06) inset;
  overflow: hidden;
}
.app__bar { display: flex; align-items: center; gap: 1rem; height: 3.25rem; padding-inline: 1rem; border-bottom: 1px solid var(--line); background: var(--bar); }
.app__brand { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .9375rem; }
.app__brand svg { width: 1.1rem; height: 1.1rem; }
.app__when { margin-inline-start: auto; font-size: .875rem; color: var(--fg-2); font-variant-numeric: tabular-nums; }
.app__acct { display: inline-flex; align-items: center; gap: .55rem; font-size: .875rem; line-height: 1.15; }
.app__acct span { display: grid; }
.app__acct small { font-size: .8125rem; color: var(--fg-2); }
.app__body { display: grid; grid-template-columns: 4.75rem 17rem minmax(0, 1fr) 19rem; min-height: 32rem; }

.ava { display: inline-grid; place-items: center; flex: none; width: 2.5rem; height: 2.5rem; border-radius: 50%; font-weight: 640; font-size: .9375rem; font-style: normal; letter-spacing: -.01em; }
.ava--you { background: var(--you); color: var(--ink); }
.ava--sam { background: #3a3f4b; color: var(--fg); }
.ava--dent { background: #2f3a3a; color: var(--fg); }
.ava--mira { background: var(--mira); color: var(--ink); }
.ava--mira svg { width: 1.6rem; height: 1.6rem; }
.ava--l { width: 3.5rem; height: 3.5rem; }
.ava--l svg { width: 2.25rem; height: 2.25rem; }
.app__acct .ava { width: 1.9rem; height: 1.9rem; font-size: .8125rem; }

.rail { border-inline-end: 1px solid var(--line); background: var(--bar); padding: .75rem .4rem; display: grid; align-content: start; gap: .2rem; }
.rail__app { display: grid; justify-items: center; gap: .3rem; padding: .55rem 0 .45rem; border-radius: .75rem; text-decoration: none; font-size: .8125rem; color: var(--fg-2); transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.rail__app svg { width: 1.5rem; height: 1.5rem; }
.rail__app:hover { background: var(--fill); color: var(--fg); }
.rail__app.is-on { background: var(--fill-2); color: var(--fg); }

.list { border-inline-end: 1px solid var(--line); display: grid; align-content: start; }
.list__head { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1rem .75rem; }
.list__head b { font-size: 1.125rem; letter-spacing: -.01em; }
.row { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr) auto; gap: .75rem; align-items: start; padding: .8rem 1rem; }
.row.is-on { background: var(--fill-2); }
.row__body { display: grid; min-width: 0; line-height: 1.3; }
.row__body b { font-size: .9375rem; }
.row__body small { font-size: .8125rem; color: var(--fg-2); }
.row time { font-size: .8125rem; color: var(--fg-2); font-variant-numeric: tabular-nums; padding-top: .1rem; }

.thread { display: grid; grid-template-rows: auto 1fr; background: var(--bg-3); min-width: 0; }
.thread__head { display: flex; align-items: center; gap: .75rem; padding: .7rem 1.25rem; border-bottom: 1px solid var(--line); line-height: 1.2; }
.thread__head span { display: grid; }
.thread__head small { font-size: .8125rem; color: var(--fg-2); }
.msgs { display: grid; gap: 1rem; align-content: start; padding: 1.5rem 1.5rem 1.75rem; }
.msg { display: grid; gap: .35rem; max-width: 74%; transition: opacity .4s var(--ease), transform .4s var(--ease); }
.js .msgs[data-play] .msg { opacity: 0; transform: translateY(.5rem); }
.js .msgs[data-play] .msg.shown { opacity: 1; transform: none; }
.msg p { padding: .7rem 1rem; border-radius: 1.1rem; font-size: 1rem; line-height: 1.4; background: var(--fill-2); }
.msg--you { justify-self: end; justify-items: end; }
.msg--you p { background: var(--you); color: var(--ink); font-weight: 500; }
.msg--mira p { background: rgba(127, 182, 255, .14); border: 1px solid rgba(127, 182, 255, .55); }
.msg__meta { font-size: .875rem; color: var(--fg-2); padding-inline: .25rem; }
.msg--mira .msg__meta { color: var(--mira); }

.record { background: var(--paper); color: var(--ink); display: grid; align-content: start; min-width: 0; }
.record__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1rem 1.1rem .7rem; border-bottom: 1px solid rgba(0, 0, 0, .14); font-size: .9375rem; }
.record__head span { color: var(--ink-2); }
.record__head span b { color: var(--ink); font-size: 1.125rem; }
.record__list li { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: .5rem; padding: .6rem 1.1rem; font-size: .9375rem; line-height: 1.35; border-bottom: 1px solid rgba(0, 0, 0, .08); }
.record__list time { color: var(--ink-2); font-variant-numeric: tabular-nums; }
.record__list .is-refused span { color: var(--refuse-ink); font-weight: 520; }
.record__list li.new { animation: print .4s var(--ease) both; }
@keyframes print { from { opacity: 0; transform: translateY(-.35rem); } to { opacity: 1; transform: none; } }

@media (max-width: 64rem) {
  .app__body { grid-template-columns: minmax(0, 1fr) 17rem; }
  .rail, .list { display: none; }
}
@media (max-width: 44rem) {
  .app__body { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .app__when { display: none; }
  .msg { max-width: 88%; }
  .msgs { padding: 1.25rem 1rem .75rem; }
  .record__list li:nth-child(n + 5) { display: none; }
}

.sec { padding-block: clamp(3rem, 5.5vw, 4.5rem); }
h2 { font-size: clamp(2.125rem, 1.1rem + 3.2vw, 3.75rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 600; }
.sec__head { display: grid; gap: .8rem; max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sec__head--wide { max-width: 46rem; }
.sec__lead { font-size: clamp(1.125rem, 1rem + .5vw, 1.375rem); line-height: 1.4; color: var(--fg-2); }
.sec__note, .day__note, .reach__note, .stage__label { font-size: .9375rem; color: var(--fg-2); }

.day__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.day__side { position: sticky; top: calc(var(--top-h) + 2.5rem); display: grid; gap: .8rem; }
.day__lead { font-size: 1.25rem; color: var(--fg-2); }
.clock { margin-top: 1rem; font-size: clamp(3rem, 1rem + 5vw, 5.5rem); font-weight: 560; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; display: flex; align-items: baseline; gap: .75rem; }
.clock small { font-size: 1rem; font-weight: 400; letter-spacing: 0; color: var(--fg-2); }
.day { position: relative; display: grid; }
.day::before { content: ""; position: absolute; inset-inline-start: 4.5rem; top: 1.5rem; bottom: 1.5rem; width: 2px; background: var(--line); border-radius: 1px; }
.day::after { content: ""; position: absolute; inset-inline-start: 4.5rem; top: 1.5rem; height: calc(var(--p, 1) * (100% - 3rem)); width: 2px; background: var(--fg); border-radius: 1px; transition: height .15s linear; }
.stop { position: relative; display: grid; grid-template-columns: 5.5rem minmax(0, 1fr); align-items: baseline; gap: 1.5rem; padding-block: 1rem; transition: opacity .35s var(--ease); }
.stop__time { font-size: 1.25rem; font-weight: 560; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stop__text { font-size: clamp(1.125rem, 1rem + .5vw, 1.375rem); letter-spacing: -.01em; line-height: 1.3; }
.js .stop:not(.lit) { opacity: .6; }
@media (max-width: 52rem) {
  .day__grid { grid-template-columns: 1fr; }
  .day__side { position: static; }
  .clock { display: none; }
  .day::before, .day::after { display: none; }
  .stop { grid-template-columns: 1fr; gap: .1rem; }
  .stop__time { font-size: 1rem; color: var(--fg-2); }
  .stop__text { font-size: 1.125rem; }
}

.workers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.worker { border-radius: var(--radius-l); padding: clamp(1.25rem, 3vw, 2rem); color: var(--ink); display: grid; gap: .4rem; align-content: start; }
.worker--mira { background: var(--mira); }
.worker--otto { background: var(--otto); }
.worker__face { display: block; width: 3.5rem; height: 3.5rem; margin-bottom: .75rem; }
.worker h3 { font-size: 2.25rem; letter-spacing: -.03em; line-height: 1; font-weight: 650; }
.worker > p { font-size: 1.25rem; font-weight: 500; max-width: 22em; }
.worker__today { margin-top: 1.25rem; display: grid; gap: .4rem; font-weight: 500; }
.worker__today li { display: grid; grid-template-columns: 3.4rem 1fr; gap: .5rem; padding-block: .45rem; border-top: 1px solid rgba(0, 0, 0, .14); }
.worker__today time { font-variant-numeric: tabular-nums; opacity: .78; }
.worker__stat { margin-top: 1.25rem; font-size: 1.0625rem; font-weight: 500; }
.worker__stat b { font-size: 2.5rem; font-weight: 620; letter-spacing: -.03em; line-height: 1; margin-inline-end: .3rem; font-variant-numeric: tabular-nums; }
.worker__acct { margin-top: .5rem; font-weight: 620; font-size: .95rem; }
@media (max-width: 40rem) { .workers { grid-template-columns: 1fr; } }

.frame { position: relative; border-radius: var(--radius); background: var(--bg-2); border: 1px solid rgba(255, 255, 255, .16); box-shadow: 0 24px 70px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .06) inset; overflow: hidden; }
.frame__bar { display: flex; align-items: center; gap: 1.25rem; min-height: 3.25rem; padding: .5rem 1.1rem; border-bottom: 1px solid var(--line); background: var(--bar); flex-wrap: wrap; }
.frame__app { display: inline-flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .9375rem; }
.frame__app svg { width: 1.35rem; height: 1.35rem; }
.frame__title { font-size: .9375rem; color: var(--fg-2); }
.frame__note { padding: .9rem 1.1rem; border-top: 1px solid var(--line); font-size: .9375rem; color: var(--fg-2); display: grid; gap: .5rem; }
.cal__said { display: grid; gap: .25rem; }
.cal__legend { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem 1rem; }

.cal { display: grid; grid-template-columns: 4.25rem minmax(0, 1fr); overflow-x: auto; }
.cal__times { display: grid; grid-auto-rows: var(--hour); padding-top: 2.75rem; font-size: .8125rem; color: var(--fg-2); text-align: end; padding-inline-end: .6rem; font-variant-numeric: tabular-nums; }
.cal__times span { transform: translateY(-.55em); }
.cal__days { position: relative; display: grid; grid-template-columns: repeat(5, minmax(8rem, 1fr)); height: calc(2.75rem + 9 * var(--hour)); }
.cal__days::before { content: ""; position: absolute; inset: 2.75rem 0 0 0; pointer-events: none; background: repeating-linear-gradient(to bottom, var(--line) 0 1px, transparent 1px var(--hour)); }
.cal__day { position: relative; border-inline-start: 1px solid var(--line); }
.cal__day.is-today { background: rgba(255, 255, 255, .035); }
.cal__dh { display: flex; align-items: center; gap: .4rem; height: 2.75rem; padding-inline: .75rem; font-size: .875rem; color: var(--fg-2); border-bottom: 1px solid var(--line); }
.cal__dh b { color: var(--fg); font-size: 1rem; }
.is-today .cal__dh b { background: var(--fg); color: var(--bg); border-radius: 999px; padding: .05rem .5rem; }
.ev { position: absolute; inset-inline: .35rem; top: calc(2.75rem + var(--t) * var(--hour) + 1px); height: calc(var(--h) * var(--hour) - 3px); border-radius: .5rem; padding: .25rem .6rem; font-size: .875rem; font-style: normal; font-weight: 600; line-height: 1.2; overflow: hidden; color: var(--ink); }
.ev--standup { --t: .5; --h: .75; }
.ev--team { --t: 2; --h: 1; }
.ev--hold { --t: 4; --h: 1; }
.ev--was { --t: 1; --h: 1; }
.ev--call { --t: 6; --h: 1; }
.ev--chase { --t: 2; --h: .75; }
.ev--you { background: var(--you); }
.ev--mira { background: rgba(127, 182, 255, .12); color: var(--mira); border: 1.5px dashed var(--mira); }
.ev--ghost { background: transparent; color: var(--fg-2); border: 1.5px dashed var(--line-2); text-decoration: line-through; font-weight: 500; }
.ev--move small { display: block; font-size: .8125rem; font-weight: 500; margin-top: .15rem; }
.ev--move { transition: top var(--dur-l) var(--ease); }
.ev--ghost, .ev--move small { transition: opacity .5s var(--ease) .5s; }
.js .cal:not(.moved) [data-move] { top: calc(2.75rem + 1 * var(--hour) + 1px); }
.js .cal:not(.moved) [data-ghost], .js .cal:not(.moved) [data-move] small { opacity: 0; }

.mark-chat { --c1: #10C296; --c2: #7FE7C8; }
.mark-mail { --c1: #3E6BFF; --c2: #9DB6FF; }
.mark-calendar { --c1: #FF5A5A; --c2: #FF9E9E; }
.mark-notes { --c1: #EEC33A; --c2: #F7E1A0; --mark-ink: #0f1116; }
.mark-contacts { --c1: #F0A93A; --c2: #F7CE8C; --mark-ink: #0f1116; }
.mark-files { --c1: #6E63F2; --c2: #B3ADF8; }
.mark-settings { --c1: #F4F4F6; --c2: #86868B; }
.frame__bar--light .mark-notes { --c1: #B8901A; --mark-ink: #fbf7ee; }

.sec--paper { background: var(--paper); color: var(--ink); --fg: var(--ink); --fg-2: var(--ink-2); --line: rgba(0, 0, 0, .1); --line-2: rgba(0, 0, 0, .32); --fill: rgba(0, 0, 0, .04); --fill-2: rgba(0, 0, 0, .07); --bar: #f1e9da; --bg-2: var(--paper-2); }
.sec--paper::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 70% at 100% 0, rgba(242, 169, 59, .22), transparent 70%); }
.sec--paper :focus-visible { outline-color: var(--ink); }
.frame--notes { border-color: rgba(0, 0, 0, .1); box-shadow: 0 24px 60px rgba(80, 60, 20, .16), 0 1px 0 rgba(255, 255, 255, .8) inset; }
.frame__bar--light { background: var(--bar); }
.notes__body { padding: 1.75rem clamp(1.25rem, 3vw, 2.5rem) 2rem; max-width: 44rem; }
.notes__body h3 { font-size: 1.75rem; letter-spacing: -.025em; margin-bottom: 1rem; }
.notes__body h4 { font-size: .9375rem; color: var(--ink-2); font-weight: 600; margin: 1.25rem 0 .5rem; }
.notes__body ul { display: grid; gap: .4rem; }
.notes__body li { position: relative; padding-inline-start: 1.25rem; font-size: 1.0625rem; }
.notes__body li::before { content: ""; position: absolute; inset-inline-start: 0; top: .6em; width: .45rem; height: .45rem; border-radius: 50%; background: var(--ink-2); }

.posture { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); counter-reset: posture; }
.posture li { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; background: var(--fill); }
.posture li::before { counter-increment: posture; content: counter(posture); display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: var(--fill-2); font-size: .875rem; margin-bottom: .75rem; }
.posture p { color: var(--fg-2); }
@media (max-width: 52rem) { .posture { grid-template-columns: 1fr; } }

.reach { display: grid; grid-template-columns: 17rem minmax(0, 1fr) 19rem; grid-template-areas: "who things record" "note things record" "note try record"; min-height: 28rem; }
.reach__who { grid-area: who; padding: 1.5rem 1.25rem .75rem; display: flex; gap: .85rem; align-items: center; }
.reach__who > div { display: grid; line-height: 1.25; }
.reach__who > div b { font-size: 1.375rem; letter-spacing: -.02em; }
.reach__who > div span { color: var(--fg-2); font-size: .9375rem; }
.reach__note { grid-area: note; padding: 0 1.25rem 1rem; }
.reach__things { grid-area: things; display: grid; align-content: start; border-inline: 1px solid var(--line); }
.reach__things li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1.25rem; border-bottom: 1px solid var(--line); }
.thing { display: flex; align-items: center; gap: .85rem; min-width: 0; }
.mark { flex: none; width: 2rem; height: 2rem; border-radius: .55rem; display: grid; place-items: center; background: var(--fill-2); }
.mark svg { width: 1.35rem; height: 1.35rem; }
.switch { position: relative; flex: none; width: 3rem; height: 2.75rem; border: 0; border-radius: 999px; background: transparent; cursor: pointer; }
.switch::before { content: ""; position: absolute; inset: .5rem 0; border-radius: 999px; background: var(--line-2); transition: background-color var(--dur) var(--ease); }
.switch i { position: absolute; top: .7rem; inset-inline-start: .2rem; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--fg); transition: transform var(--dur) var(--ease), background-color var(--dur) var(--ease); }
.switch[aria-checked="true"]::before { background: var(--mira); }
.switch[aria-checked="true"] i { transform: translateX(1.25rem); background: var(--ink); }
.reach__try { grid-area: try; padding: 1.25rem; display: grid; gap: .75rem; align-content: start; color: var(--fg-2); }
.reach__acts { display: flex; flex-wrap: wrap; gap: .5rem; }
.act { min-height: 2.75rem; padding: .4rem 1.1rem; line-height: 1.25; border: 1px solid var(--line-2); border-radius: 999px; background: transparent; color: var(--fg); cursor: pointer; font-size: .95rem; transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform .1s var(--ease); }
.act:hover { border-color: var(--fg); background: var(--fill); }
.act:active { transform: scale(.985); background: var(--fill-2); }
.record--reach { grid-area: record; border-inline-start: 1px solid rgba(0, 0, 0, .1); }
.js [data-when-asked] { display: none; }
.js [data-when-asked].shown { display: grid; }
@media (max-width: 64rem) {
  .reach { grid-template-columns: minmax(0, 1fr) 17rem; grid-template-areas: "who record" "note record" "things record" "try record"; }
  .reach__things { border-inline: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 44rem) {
  .reach { grid-template-columns: 1fr; grid-template-areas: "who" "note" "things" "try" "record"; }
}

.band { padding-block: clamp(4rem, 10vw, 8rem); display: grid; align-items: center; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.band--leave::before { background: radial-gradient(70% 90% at 78% 40%, rgba(242, 169, 59, .34) 0%, rgba(242, 169, 59, .08) 45%, transparent 75%); }
.band--weekend::before { background: radial-gradient(70% 90% at 22% 45%, rgba(79, 209, 168, .3) 0%, rgba(79, 209, 168, .08) 45%, transparent 75%); }
.band__copy { position: relative; z-index: 1; width: 100%; display: grid; justify-items: end; text-align: end; }
.band--weekend .band__copy { justify-items: start; text-align: start; }
.band__copy > * { max-width: 32rem; }
.band__copy p { font-size: clamp(1.125rem, 1rem + .6vw, 1.5rem); color: var(--fg-2); margin-top: .75rem; }
@media (max-width: 44rem) { .band__copy, .band--weekend .band__copy { justify-items: start; text-align: start; } }

.sec--contacted { overflow: clip; }

.contacted__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contacted__side { display: grid; gap: .75rem; }
.contacted__sub { font-size: 1.25rem; color: var(--fg-2); }
.contacted__body { max-width: 34em; display: grid; gap: .9rem; font-size: 1.125rem; }
.contacted__body p { color: var(--fg-2); }
.contacted__body p:first-child { color: var(--fg); font-size: 1.5rem; letter-spacing: -.015em; line-height: 1.3; }
#support { color: var(--fg); padding-top: .5rem; }
@media (max-width: 52rem) { .contacted__grid { grid-template-columns: 1fr; gap: 1.5rem; } }

.doc { padding-block: clamp(3rem, 8vw, 6rem) clamp(4rem, 12vw, 9rem); }
.doc h1 { font-size: clamp(2.5rem, 1.5rem + 4vw, 4rem); margin-bottom: 1rem; }
.doc p { font-size: 1.25rem; color: var(--fg-2); max-width: 34em; }

.foot { padding-block: clamp(3rem, 6vw, 5rem) 2.5rem; border-top: 1px solid var(--line); background: rgba(0, 0, 0, .35); }
.foot__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 2fr) minmax(0, 4fr); gap: 3rem 2rem; }
.foot__brand .brand { margin-bottom: 1rem; }
.foot p { color: var(--fg-2); max-width: 28em; }
.foot p + p { margin-top: .75rem; }
.foot nav > b, .foot__meta > b { display: block; margin-bottom: .75rem; }
.foot ul { display: grid; gap: .55rem; }
.foot li a { display: inline-flex; align-items: center; min-height: 2.75rem; text-decoration: none; }
.foot li a:hover, .foot p a:hover { text-decoration: underline; text-underline-offset: .2em; }
@media (max-width: 52rem) { .foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; } .foot__brand { grid-column: 1 / -1; } }

.js [data-reveal] { opacity: 0; transform: translateY(1.25rem); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; transition-delay: 0s !important; animation-delay: 0s !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .js .stop { opacity: 1; }
  .js .msgs[data-play] .msg { opacity: 1; transform: none; }
}
