@charset "UTF-8";
:root {
  color-scheme: light;
  --ink: #172c4a;
  --paper: #f5f2e9;
  --white: #fffef9;
  --red: #b83e32;
  --yellow: #edc963;
  --muted: #5b635f;
  --line: #d8d9cc;
  --sans: "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.5 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: default;
  opacity: 0.48;
}
button,
a,
summary {
  touch-action: manipulation;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #256eb0;
  outline-offset: 5px;
}
input,
textarea {
  min-width: 0;
  border: 1px solid #949f9e;
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
  padding: 14px 16px;
}
input,
textarea,
h1,
h2,
h3,
p,
strong,
small {
  overflow-wrap: anywhere;
}
input::placeholder,
textarea::placeholder {
  color: #727772;
  opacity: 1;
}
input {
  min-height: 50px;
}
textarea {
  resize: vertical;
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 650;
}
legend span {
  font-weight: 400;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  font-weight: 650;
  margin-bottom: 22px;
}
h1 em {
  font-family: var(--serif);
  font-weight: 400;
}
h2 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
small {
  display: block;
}
p {
  margin-bottom: 18px;
}
main:focus,
h2[tabindex]:focus {
  outline: none;
}
.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-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  background: var(--white);
  padding: 12px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  max-width: 1440px;
  margin: auto;
  padding: 22px 54px;
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 18px;
  flex-shrink: 0;
}
.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
}
.brand-word {
  font-size: 27px;
  font-weight: 750;
  letter-spacing: -1.3px;
  line-height: 1;
}
.brand-caption {
  display: block;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.6px;
  line-height: 1.5;
  margin-top: 8px;
}
nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.text-button {
  background: none;
  border: 0;
  padding: 10px 0;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.text-button:not(:disabled):hover {
  color: var(--red);
}
.text-button span {
  margin-left: 6px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  min-height: 54px;
  padding: 14px 23px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  border-radius: 5px;
  text-decoration: none;
  transition:
    background 0.16s,
    transform 0.16s;
  text-align: center;
}
.button.primary {
  background: var(--red);
  color: #fff;
}
.button.primary:not(:disabled):hover {
  background: #9c3229;
  transform: translateY(-1px);
}
.button.secondary {
  border-color: var(--ink);
  background: transparent;
}
.button.secondary:hover {
  background: #e9e7dc;
}
.button.large {
  min-height: 62px;
  font-size: 17px;
  padding: 16px 28px;
}
.button span {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
.full {
  width: 100%;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.9px;
  line-height: 1.5;
  font-weight: 750;
  text-transform: uppercase;
}
.soft-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 14px 0 0;
}
.home-main {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 64px 54px 0;
  gap: 36px;
}
.hero-copy {
  padding-top: 8px;
}
.hero-copy .eyebrow {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tiny-star {
  color: var(--red);
  font-size: 25px;
}
.hero-copy h1 {
  font-size: clamp(58px, 5.5vw, 82px);
  letter-spacing: -3.6px;
  line-height: 1.03;
  font-weight: 700;
  margin-bottom: 26px;
}
.hero-copy h1 em {
  display: block;
  color: var(--red);
  margin-top: 6px;
  font-size: 0.94em;
  letter-spacing: -3.5px;
}
.hero-description {
  font-size: 17px;
  line-height: 1.75;
  color: #49566a;
  margin-bottom: 30px;
}
.hero-board {
  min-height: 560px;
  position: relative;
  background: #e9e9de;
  border: 1px solid #d4d7cb;
  border-radius: 8px;
  overflow: hidden;
  background-image: radial-gradient(#c8ccbd 1px, transparent 1px);
  background-size: 16px 16px;
}
.board-heading {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: start;
  top: 26px;
  left: 26px;
  right: 26px;
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.board-heading strong {
  font-size: 18px;
  letter-spacing: 0.2px;
}
.board-edition {
  text-align: right;
  font-size: 8px;
}
.board-trail {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #7e8b84;
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
}
.preview-ticket {
  position: absolute;
  border-radius: 5px;
  box-shadow:
    0 7px 0 #172c4a08,
    0 10px 22px #172c4a0c;
}
.preview-ticket .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}
.preview-ticket strong {
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.9px;
  display: block;
}
.ticket-one {
  top: 110px;
  left: 25px;
  width: 77%;
  max-width: 346px;
  transform: rotate(-6deg);
  padding: 24px 18px;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #dadbce;
}
.ticket-number {
  font-size: 12px;
  align-self: start;
  border-bottom: 1px solid;
}
.ticket-symbol {
  font-size: 42px;
  margin-left: auto;
}
.ticket-two {
  top: 242px;
  left: 33%;
  width: 57%;
  max-width: 247px;
  transform: rotate(8deg);
  padding: 24px 22px;
  background: var(--red);
  color: var(--white);
  overflow: hidden;
  min-height: 164px;
}
.ticket-two strong {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 34px;
}
.big-asterisk {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 82px;
  line-height: 1;
  color: #ee9984;
}
.ticket-corner {
  position: absolute;
  top: 17px;
  right: 18px;
  border: 1px solid #e7b2a2;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
}
.ticket-three {
  top: 410px;
  left: 30px;
  width: 78%;
  max-width: 350px;
  transform: rotate(-3deg);
  background: var(--yellow);
  border: 1px solid #d3b65d;
  padding: 22px;
  display: flex;
  gap: 18px;
}
.ticket-three strong {
  font-size: 24px;
}
.board-caption {
  position: absolute;
  bottom: 13px;
  left: 26px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.7px;
}
.home-strip {
  grid-column: 1/-1;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 40px;
  align-items: center;
  font-size: 13px;
  margin-top: 18px;
}
.home-strip strong {
  font-size: 22px;
  font-weight: 450;
  margin-right: 8px;
}
.home-strip .strip-note {
  margin-left: auto;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
}
.site-footer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 22px 54px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #61685f;
}
.site-footer span:nth-child(2) {
  letter-spacing: 0;
  font-size: 12px;
}
.setup-main {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 90px;
  padding: 64px 54px 80px;
}
.setup-intro h1 {
  font-size: 68px;
  letter-spacing: -2.8px;
  margin-top: 25px;
}
.setup-intro > p:not(.eyebrow) {
  color: #515e70;
  font-size: 17px;
  line-height: 1.75;
}
.setup-facts {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: 14px;
  color: #515e70;
}
.setup-facts strong {
  color: var(--ink);
}
.names {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 30px;
}
.names label span {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.names input {
  width: 100%;
}
.brief-options {
  margin-bottom: 24px;
}
.brief-option {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 17px 0;
  cursor: pointer;
}
.brief-option:last-child {
  border-bottom: 1px solid var(--line);
}
.brief-option input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--red);
  flex-shrink: 0;
}
.brief-option strong {
  font-size: 15px;
}
.brief-option small {
  font-size: 12px;
  color: var(--muted);
  margin-top: 3px;
}
.brief-stamp {
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  min-width: 67px;
  padding: 10px 6px;
  text-align: center;
  letter-spacing: 0.8px;
  transform: rotate(-4deg);
  border: 1px solid currentColor;
}
.brief-stamp.red {
  color: var(--red);
}
.brief-stamp.blue {
  color: #315476;
}
.brief-stamp.yellow {
  color: #71551a;
}
.brief-stamp.green {
  color: #436545;
}

.game-main {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 66px;
  padding: 46px 54px 64px;
}
.route-panel {
  border-right: 1px solid var(--line);
  padding-right: 30px;
}
.route-brief .eyebrow {
  font-size: 9px;
  margin: 5px 0 18px;
}
.route-brief h2 {
  font-size: 27px;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
.route-brief > p:last-child {
  font-size: 13px;
  line-height: 1.75;
  color: #5b655f;
}
.route-stops {
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}
.route-stops li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 28px;
  position: relative;
}
.route-stops li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 34px;
  bottom: 0;
  width: 1px;
  background: var(--line);
}
.route-dot {
  border: 1px solid #a4afa6;
  background: var(--paper);
  color: #5d6a65;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 650;
  flex-shrink: 0;
}
.route-stops .current .route-dot {
  background: var(--red);
  color: white;
  border-color: var(--red);
  box-shadow: 0 0 0 5px #b83e3210;
}
.route-stops .complete .route-dot {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.route-stops strong {
  font-size: 13px;
  font-weight: 650;
}
.route-stops small {
  font-size: 10px;
  color: #626d66;
  margin-top: 2px;
}
.route-ending {
  display: flex;
  gap: 13px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  color: #616c67;
}
.route-ending > span:first-child {
  font-size: 30px;
  line-height: 1;
}
.route-ending strong {
  font-size: 12px;
}
.route-ending small {
  font-size: 10px;
  margin-top: 3px;
}
.route-ending.ready {
  color: var(--red);
}
.route-twist {
  margin-top: 24px;
  border-top: 1px dashed #b1b6a7;
  padding-top: 20px;
}
.route-twist strong {
  font-size: 15px;
}
.route-twist p:last-child {
  font-size: 12px;
  margin-top: 9px;
}
.route-twist .eyebrow {
  color: var(--red);
  font-size: 9px;
}
.teacher-link {
  font-size: 11px;
  margin-top: 28px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.play-surface {
  max-width: 850px;
  width: 100%;
  min-width: 0;
}
.phase-heading > p:last-child {
  color: #576474;
  max-width: 590px;
  font-size: 16px;
  line-height: 1.7;
}
.phase-heading .eyebrow {
  color: var(--red);
  margin-bottom: 20px;
}
.phase-heading h1 {
  margin-bottom: 18px;
}
.spark-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.spark-choice {
  text-align: left;
  background: var(--white);
  border: 1px solid #c7cbbf;
  border-radius: 7px;
  padding: 22px 27px 18px;
  position: relative;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.spark-choice:hover {
  transform: translateX(4px);
  box-shadow: -5px 0 0 var(--red);
}
.spark-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 9px;
}
.spark-choice .eyebrow {
  font-size: 9px;
}
.spark-choice.red .eyebrow {
  color: #a33128;
}
.spark-choice.blue .eyebrow {
  color: #315c80;
}
.spark-choice.green .eyebrow {
  color: #476547;
}
.spark-choice.yellow .eyebrow {
  color: #785919;
}
.spark-index {
  font-size: 10px;
  color: #727a6d;
}
.spark-choice > strong {
  font-size: 22px;
  font-weight: 550;
  line-height: 1.38;
  letter-spacing: -0.4px;
  display: block;
  max-width: 660px;
}
.spark-bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #677064;
}
.spark-arrow {
  font-size: 25px;
  color: var(--ink);
  line-height: 1;
}
.choose-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 20px;
}
.choose-footer p {
  font-size: 11px;
  color: #687165;
  text-align: right;
  max-width: 260px;
  padding-top: 10px;
}
.choose-footer .text-button {
  white-space: nowrap;
  font-size: 12px;
}
.conversation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.conversation-top p {
  margin: 0;
  font-size: 9px;
  color: #626f68;
}
.conversation-top p span {
  margin: 0 10px;
}
.conversation-top .text-button {
  font-size: 12px;
}
.people-strip {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 26px;
}
.person {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.person strong {
  display: block;
  font-size: 16px;
  font-weight: 650;
}
.person small {
  font-size: 11px;
  color: #65716b;
  margin-top: 2px;
}
.avatar {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 650;
  flex-shrink: 0;
}
.avatar.coral {
  background: #e4b2a1;
}
.avatar.navy {
  background: var(--ink);
  color: white;
}
.people-arrow {
  font-size: 24px;
  color: #6c786b;
}
.conversation-paper {
  background: var(--white);
  border: 1px solid #c8cebf;
  border-radius: 8px;
  padding: 29px 34px 28px;
  box-shadow: 0 5px 0 #e2e4d8;
  position: relative;
}
.conversation-paper::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 34px;
  width: 63px;
  height: 4px;
  background: var(--red);
}
.conversation-paper.blue::before {
  background: #6b8da9;
}
.conversation-paper.green::before {
  background: #739074;
}
.conversation-paper.yellow::before {
  background: #b4953f;
}
.paper-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.paper-kicker .eyebrow {
  font-size: 10px;
  color: #5d6b62;
}
.paper-kicker > span:last-child {
  font-size: 26px;
  line-height: 1;
}
.conversation-paper h1 {
  font-size: clamp(29px, 3vw, 43px);
  line-height: 1.22;
  letter-spacing: -1.25px;
  margin-bottom: 33px;
  font-weight: 600;
}
.second-perspective {
  font-size: 13px;
  color: #667163;
  margin-top: -13px;
}
.listener-mission {
  border-top: 1px solid #dce0d1;
  padding-top: 23px;
  display: flex;
  gap: 15px;
}
.mission-mark {
  font-size: 30px;
  line-height: 1;
}
.listener-mission .eyebrow {
  font-size: 10px;
}
.listener-mission p {
  font-size: 15px;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 590px;
}
.talk-tools {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
}
.talk-tools .button {
  font-size: 13px;
  min-height: 48px;
  padding: 12px 18px;
}
.talk-tools .text-button {
  font-size: 12px;
}
.conversation-action {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
}
.conversation-action > div {
  flex: 1;
}
.conversation-action strong {
  font-size: 12px;
  font-weight: 600;
}
.conversation-action p {
  font-size: 11px;
  color: #657060;
  margin: 5px 0 0;
}
.conversation-action .button {
  font-size: 13px;
  padding: 14px 18px;
  gap: 12px;
}
.stretch-note {
  border-top: 1px dashed #c5cbb8;
  margin-top: 20px;
  padding-top: 18px;
  font-size: 13px;
}
.stretch-note p {
  margin: 4px 0 0;
}
.recall-heading {
  display: flex;
  gap: 22px;
  align-items: start;
  margin: 28px 0 10px;
}
.recall-symbol {
  width: 68px;
  height: 68px;
  border: 1px solid #acb6a5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 37px;
  flex-shrink: 0;
}
.recall-heading h1 {
  font-size: 39px;
}
.large-copy {
  font-size: 18px;
  line-height: 1.7;
  color: #4d5e70;
}
.say-back {
  background: #e6eadf;
  border-left: 3px solid #82967d;
  padding: 24px 28px;
  margin: 24px 0;
}
.say-back p {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.4;
  font-style: italic;
  margin: 10px 0 0;
}
.say-back .eyebrow {
  font-size: 9px;
}
.recall-instruction {
  font-size: 15px;
  line-height: 1.7;
}
.clue-field,
.plan-field {
  display: block;
  margin-top: 26px;
}
.clue-field > span,
.plan-field > span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 650;
}
.clue-field small,
.plan-field small {
  display: inline;
  font-size: 11px;
  font-weight: 400;
  color: #5f6b60;
}
.clue-field > small {
  display: block;
  margin-top: 8px;
}
.clue-field input {
  width: 100%;
}
.recall-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 28px;
}
.recall-actions .button {
  font-size: 13px;
  flex: 1;
}
.phase-recall > .soft-note {
  text-align: center;
}
.connection-heading {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 32px 0 22px;
}
.connection-heading h1 {
  margin: 0;
}
.connection-seal {
  background: var(--yellow);
  border-radius: 50%;
  font-size: 56px;
  width: 103px;
  height: 103px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transform: rotate(-12deg);
}
.clue-list {
  border-top: 1px solid var(--line);
  margin-top: 26px;
}
.clue-item {
  display: grid;
  grid-template-columns: minmax(80px, 120px) minmax(0, 1fr) 20px;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.clue-owner {
  font-size: 12px;
  font-weight: 650;
}
.clue-item p {
  font-size: 14px;
  margin: 0;
}
.clue-check {
  color: #416245;
}
.route-choice-heading {
  margin-top: 34px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}
.route-choice-heading h2 {
  font-size: 23px;
}
.route-choice-heading p {
  font-size: 12px;
  color: var(--muted);
}
.path-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.path-choice {
  border: 1px solid #aeb9ac;
  border-radius: 6px;
  background: #e9ecdf;
  padding: 23px;
  text-align: left;
}
.path-choice:last-child {
  background: #eee2d6;
}
.path-choice > span {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
}
.path-choice > strong {
  font-size: 21px;
  font-weight: 600;
}
.path-choice > small {
  font-size: 12px;
  line-height: 1.65;
  margin-top: 8px;
}
.path-choice:hover {
  border-color: var(--ink);
}
.next-reveal {
  margin-top: 32px;
}
.next-reveal > p {
  font-size: 15px;
  max-width: 600px;
}
.next-reveal .button {
  margin-top: 8px;
}
.twist-ticket {
  background: var(--red);
  color: var(--white);
  border-radius: 8px;
  padding: 34px 38px 23px;
  margin-top: 28px;
  box-shadow: 0 7px 0 #9e362d22;
}
.twist-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
}
.twist-kicker span:last-child {
  font-size: 44px;
  line-height: 1;
  color: #f4b49d;
}
.twist-ticket h1 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  letter-spacing: -2.5px;
}
.twist-ticket > p {
  font-size: 20px;
  line-height: 1.65;
  color: #fff5e9;
  max-width: 590px;
}
.twist-ticket-foot {
  border-top: 1px dashed #e6967e;
  margin-top: 30px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.twist-ticket-foot > span:last-child {
  font-size: 45px;
  line-height: 1;
}
.twist-question {
  font-size: 16px;
  margin: 30px 0 20px;
}
.twist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.twist-actions .text-button {
  font-size: 12px;
}
.phase-finale h1 {
  margin-top: 24px;
}
.pitch-invitation {
  background: #e4e9dc;
  padding: 25px 28px;
  margin: 26px 0;
  border-radius: 5px;
}
.pitch-invitation .eyebrow {
  font-size: 9px;
}
.pitch-invitation p {
  font-size: 23px;
  line-height: 1.6;
  font-family: var(--serif);
  font-style: italic;
  margin: 12px 0;
}
.pitch-invitation small {
  font-size: 12px;
  line-height: 1.65;
  max-width: 580px;
}
details > summary {
  cursor: pointer;
  min-height: 48px;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
}
.memory-bank {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.memory-bank summary span {
  float: right;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
}
.memory-bank .clue-list {
  margin: 0;
}
.memory-bank .clue-item:last-child {
  border: 0;
}
.final-twist {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  align-items: center;
}
.final-twist > span {
  color: var(--red);
  font-size: 36px;
}
.final-twist p {
  font-size: 13px;
  margin: 0;
}
.final-twist strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.agreements {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.agreements legend {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
}
.agreement {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  text-align: left;
  border: 1px solid #a9b3a6;
  background: transparent;
  border-radius: 5px;
}
.agreement-check {
  border: 1px solid #8e9c89;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 17px;
  flex-shrink: 0;
  border-radius: 50%;
}
.agreement strong {
  font-size: 13px;
}
.agreement small {
  font-size: 11px;
  margin-top: 2px;
}
.agreement.is-agreed {
  background: #dfe8d7;
  border-color: #526c4b;
}
.is-agreed .agreement-check {
  background: #48633f;
  color: white;
  border-color: #48633f;
}
.final-action {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.final-action p {
  font-size: 12px;
  max-width: 340px;
  margin: 0;
}
.ending {
  text-align: center;
}
.ending > h1 {
  margin: 28px 0 32px;
  font-size: 64px;
  letter-spacing: -2.5px;
}
.ending h1 em {
  color: var(--red);
}
.souvenir {
  max-width: 610px;
  margin: auto;
  background: var(--yellow);
  padding: 30px 34px 23px;
  text-align: left;
  border-radius: 7px;
  border: 1px solid #d2b462;
  box-shadow: 0 6px 0 #d3c38f;
  transform: rotate(-1deg);
}
.souvenir-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.souvenir-top > span:last-child {
  font-size: 36px;
  line-height: 1;
}
.souvenir h2 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin: 20px 0 14px;
}
.souvenir > p {
  font-size: 13px;
}
.souvenir-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  border-top: 1px dashed #a48b42;
  padding-top: 20px;
  margin-top: 26px;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 1.75;
}
.souvenir-bottom span:last-child {
  text-align: right;
}
.ending-prompt {
  margin: 42px 0 25px;
}
.ending-prompt > strong {
  font-size: 17px;
  font-weight: 600;
}
.ending-prompt > p {
  font-size: 14px;
  color: #5f6c63;
  line-height: 1.8;
  margin-top: 10px;
}
.ending-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}

.is-quiet {
  background: var(--ink);
  color: var(--white);
}
.is-quiet .site-header {
  border-color: #40516a;
}
.is-quiet .brand-caption {
  color: #d1d9df;
}
.is-quiet .text-button:hover {
  color: var(--yellow);
}
.quiet-main {
  max-width: 1100px;
  padding: 70px 54px 38px;
  margin: auto;
  min-height: calc(100svh - 112px);
  display: flex;
  flex-direction: column;
}
.quiet-main > .eyebrow {
  color: var(--yellow);
}
.quiet-main h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.22;
  letter-spacing: -1.4px;
  max-width: 900px;
  margin: 48px 0 32px;
}
.quiet-cue {
  color: #d9e0e6;
  font-size: 18px;
}
.quiet-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: auto;
  padding-top: 50px;
}
.quiet-bottom > span {
  font-size: 12px;
  color: #c8d2da;
}
.quiet-bottom .button {
  color: white;
  border-color: #a5b4c2;
  font-size: 13px;
}
.quiet-bottom .button:hover {
  background: #2a4060;
}
dialog {
  max-width: min(630px, calc(100vw - 32px));
  width: 100%;
  max-height: calc(100svh - 40px);
  border: 1px solid #bdc5b4;
  border-radius: 9px;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px #10203440;
}
dialog::backdrop {
  background: #14294499;
  backdrop-filter: blur(3px);
}
.dialog-content {
  padding: 35px 36px;
}
.dialog-close {
  float: right;
  background: transparent;
  border: 1px solid #c3cabb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 23px;
  margin: -10px -10px 10px 20px;
}
.dialog-content > h2 {
  font-size: 35px;
  letter-spacing: -1.3px;
  margin: 22px 0;
}
.dialog-content > p {
  font-size: 14px;
  line-height: 1.8;
}
.dialog-content .eyebrow {
  font-size: 9px;
}
.guide-steps {
  padding-left: 24px;
  margin: 24px 0;
}
.guide-steps li {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
}
.guide-steps strong {
  display: block;
}
.dialog-content > .button {
  margin-top: 20px;
}
.dialog-content details > p {
  font-size: 13px;
  line-height: 1.8;
}
.help-tabs {
  display: flex;
  gap: 8px;
  margin: 24px 0;
  border-bottom: 1px solid var(--line);
}
.help-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  min-height: 46px;
  padding: 10px 20px;
  font-size: 13px;
}
.help-tabs button[aria-pressed="true"] {
  border-bottom-color: var(--red);
  color: var(--red);
}
.help-step {
  padding: 4px 0 12px;
}
.help-step h3 {
  font-size: 26px;
  margin: 16px 0;
  letter-spacing: -0.6px;
}
.help-step > p {
  font-size: 15px;
  line-height: 1.8;
}
.help-step blockquote {
  margin: 23px 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  border-left: 3px solid #a0b096;
  padding: 12px 20px;
  background: #e7eadf;
}
.help-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.help-actions .button {
  font-size: 13px;
  padding: 13px 16px;
}
.help-actions .text-button {
  font-size: 12px;
}
.language-pocket {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 10px;
}
.language-pocket p {
  font-size: 13px;
  line-height: 2.2;
}
.resume-note {
  font-size: 12px;
  background: #e5eadc;
  border: 1px solid #c9d2bb;
  border-radius: 4px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 14px;
}
.resume-note button {
  border: 0;
  background: none;
  font-size: 23px;
  width: 32px;
  min-height: 32px;
}
.storage-note {
  padding: 16px 30px;
  text-align: center;
  font-size: 12px;
  background: #eddfbd;
}
.loading {
  padding: 60px;
}
@media (min-width: 1500px) {
  .hero-board {
    min-height: 590px;
  }
  .ticket-one {
    left: 48px;
    top: 115px;
  }
  .ticket-two {
    top: 267px;
  }
  .ticket-three {
    left: 48px;
    top: 435px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 18px 30px;
  }
  .home-main {
    padding: 45px 30px 0;
    gap: 26px;
  }
  .hero-copy h1 {
    font-size: 61px;
  }
  .hero-board {
    min-height: 540px;
  }
  .ticket-one {
    left: 18px;
    width: 84%;
    gap: 12px;
  }
  .preview-ticket strong {
    font-size: 23px;
  }
  .ticket-two {
    left: 30%;
    width: 64%;
  }
  .ticket-two strong {
    font-size: 30px;
  }
  .ticket-three {
    left: 20px;
    width: 83%;
    gap: 12px;
  }
  .board-edition {
    display: none;
  }
  .site-footer {
    padding: 22px 30px;
  }
  .home-strip {
    gap: 25px;
  }
  .home-strip .strip-note {
    font-size: 17px;
  }
  .game-main {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 32px;
    padding: 35px 30px 55px;
  }
  .route-panel {
    padding-right: 22px;
  }
  .route-brief h2 {
    font-size: 24px;
  }
  .conversation-action {
    align-items: start;
    flex-direction: column;
  }
  .conversation-action .button {
    width: 100%;
  }
  .setup-main {
    gap: 45px;
    padding: 50px 30px;
  }
  .setup-intro h1 {
    font-size: 57px;
  }
  .twist-ticket h1 {
    font-size: 55px;
  }
  .recall-heading h1 {
    font-size: 33px;
  }
}
@media (max-width: 760px) {
  .site-header {
    padding: 14px 22px;
    min-height: 90px;
    gap: 12px;
  }
  .brand {
    gap: 12px;
  }
  .brand img {
    width: 50px;
    height: 50px;
  }
  .brand-word {
    font-size: 23px;
  }
  .brand-caption {
    font-size: 7px;
    letter-spacing: 1px;
  }
  nav {
    gap: 16px;
  }
  nav .text-button {
    font-size: 11px;
  }
  .undo span {
    display: none;
  }
  .home-main {
    padding: 34px 22px 0;
    gap: 35px;
  }
  .hero-copy {
    grid-column: 1/-1;
  }
  .hero-copy h1 {
    font-size: 68px;
    max-width: 620px;
  }
  .hero-copy h1 br:nth-child(2) {
    display: none;
  }
  .hero-copy h1 em {
    display: block;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-board {
    grid-column: 1/-1;
    min-height: 420px;
  }
  .board-heading {
    left: 24px;
    top: 20px;
  }
  .ticket-one {
    top: 95px;
    left: 6%;
    max-width: 340px;
    width: 65%;
    padding: 22px;
  }
  .ticket-two {
    top: 169px;
    right: 5%;
    left: auto;
    width: 40%;
    min-height: 163px;
    z-index: 1;
  }
  .ticket-three {
    top: 286px;
    left: 8%;
    width: 70%;
    max-width: 375px;
    z-index: 2;
  }
  .board-trail {
    top: -50px;
  }
  .board-caption {
    font-size: 7px;
    bottom: 12px;
  }
  .home-strip {
    margin: 0;
    flex-wrap: wrap;
    gap: 15px 25px;
    font-size: 12px;
  }
  .home-strip .strip-note {
    width: 100%;
    margin: 4px 0 0;
    font-size: 17px;
  }
  .site-footer {
    padding: 20px 22px;
  }
  .site-footer span:nth-child(2) {
    display: none;
  }
  .setup-main {
    display: block;
    padding: 34px 22px 50px;
  }
  .setup-intro h1 {
    font-size: 48px;
    margin-top: 15px;
  }
  .setup-intro h1 br {
    display: none;
  }
  .setup-intro p {
    font-size: 15px !important;
  }
  .setup-intro .eyebrow {
    font-size: 10px !important;
  }
  .setup-facts {
    display: none;
  }
  .setup-form {
    margin-top: 30px;
  }
  .game-main {
    display: block;
    padding: 20px 22px 45px;
  }
  .route-panel {
    border: 0;
    padding: 0 0 20px;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .route-brief {
    flex: 1;
    min-width: 0;
  }
  .route-brief .eyebrow {
    font-size: 8px;
    margin: 0 0 6px;
  }
  .route-brief h2 {
    font-size: 19px;
    margin: 0;
    letter-spacing: -0.4px;
  }
  .route-brief > p:last-child {
    display: none;
  }
  .route-stops {
    display: flex;
    gap: 9px;
    margin: 0;
  }
  .route-stops li {
    padding: 0;
  }
  .route-stops li:after,
  .route-stops li > span:last-child,
  .route-ending,
  .route-twist,
  .teacher-link {
    display: none !important;
  }
  .route-dot {
    width: 28px;
    height: 28px;
    font-size: 9px;
  }
  .phase-heading .eyebrow {
    font-size: 9px;
    margin-bottom: 16px;
  }
  .phase-heading h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .phase-heading > p:last-child {
    font-size: 14px;
  }
  .spark-options {
    margin-top: 25px;
  }
  .spark-choice {
    padding: 18px 21px;
  }
  .spark-choice > strong {
    font-size: 21px;
  }
  .spark-bottom {
    font-size: 10px;
  }
  .choose-footer {
    gap: 12px;
    flex-direction: column;
  }
  .choose-footer p {
    text-align: left;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .conversation-top {
    margin-bottom: 20px;
  }
  .conversation-top p {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .conversation-top p span {
    margin: 0 4px;
  }
  .conversation-top .text-button {
    font-size: 11px;
  }
  .people-strip {
    gap: 15px;
    padding-bottom: 22px;
  }
  .person {
    gap: 9px;
  }
  .person strong {
    font-size: 14px;
  }
  .person small {
    font-size: 10px;
  }
  .avatar {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .conversation-paper {
    padding: 24px;
  }
  .conversation-paper h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
    margin-bottom: 28px;
  }
  .listener-mission {
    gap: 12px;
    padding-top: 20px;
  }
  .listener-mission p {
    font-size: 14px;
  }
  .listener-mission .eyebrow {
    font-size: 9px;
  }
  .talk-tools {
    justify-content: space-between;
    gap: 14px;
    margin-top: 23px;
  }
  .conversation-action {
    margin-top: 25px;
    padding-top: 22px;
    gap: 18px;
  }
  .conversation-action strong {
    font-size: 13px;
  }
  .conversation-action p {
    font-size: 12px;
  }
  .conversation-action .button {
    font-size: 14px;
  }
  .recall-heading {
    gap: 16px;
    align-items: center;
  }
  .recall-symbol {
    width: 51px;
    height: 51px;
    font-size: 30px;
  }
  .recall-heading h1 {
    font-size: 30px;
    margin: 0;
    letter-spacing: -0.9px;
  }
  .large-copy {
    font-size: 16px;
  }
  .phase-recall > .large-copy {
    margin-top: 25px;
  }
  .say-back {
    padding: 22px;
  }
  .say-back p {
    font-size: 25px;
  }
  .recall-actions {
    flex-direction: column;
  }
  .recall-actions .primary {
    order: -1;
  }
  .connection-heading {
    gap: 18px;
  }
  .connection-seal {
    width: 74px;
    height: 74px;
    font-size: 43px;
  }
  .connection-heading h1 {
    font-size: 36px;
  }
  .clue-item {
    grid-template-columns: 78px minmax(0, 1fr) 16px;
    gap: 14px;
  }
  .clue-item p {
    font-size: 13px;
  }
  .route-choice-heading {
    display: block;
  }
  .route-choice-heading h2 {
    margin-bottom: 8px;
  }
  .path-options {
    gap: 12px;
  }
  .path-choice {
    padding: 20px;
  }
  .path-choice > strong {
    font-size: 19px;
  }
  .path-choice > small {
    font-size: 11px;
  }
  .twist-ticket {
    padding: 26px;
  }
  .twist-ticket h1 {
    font-size: 49px;
  }
  .twist-ticket > p {
    font-size: 18px;
  }
  .twist-actions {
    display: block;
  }
  .twist-actions .primary {
    width: 100%;
  }
  .twist-actions .text-button {
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .phase-finale h1 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }
  .pitch-invitation {
    padding: 22px;
  }
  .pitch-invitation p {
    font-size: 24px;
  }
  .agreements {
    gap: 12px;
  }
  .agreement {
    padding: 14px 12px;
    gap: 10px;
  }
  .agreement small {
    font-size: 10px;
  }
  .agreement-check {
    width: 25px;
    height: 25px;
  }
  .final-action {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .final-action p {
    max-width: 100%;
  }
  .ending > h1 {
    font-size: 53px;
  }
  .souvenir {
    padding: 24px;
  }
  .souvenir h2 {
    font-size: 30px;
  }
  .souvenir-bottom {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .ending-actions {
    flex-direction: column;
    gap: 10px;
  }
  .ending-actions .primary {
    width: 100%;
  }
  .dialog-content {
    padding: 28px 24px;
  }
  .dialog-content > h2 {
    font-size: 30px;
  }
  .help-step blockquote {
    font-size: 22px;
    padding: 12px 16px;
  }
  .quiet-main {
    padding: 38px 25px;
    min-height: calc(100svh - 90px);
  }
  .quiet-main h1 {
    margin-top: 35px;
    font-size: 42px;
  }
  .quiet-main .eyebrow {
    font-size: 10px;
  }
  .quiet-cue {
    font-size: 16px;
  }
  .quiet-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
@media (max-width: 390px) {
  .site-header {
    padding: 12px 16px;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand-word {
    font-size: 20px;
  }
  .brand-caption {
    font-size: 6px;
  }
  nav {
    gap: 11px;
  }
  nav .text-button {
    font-size: 10px;
  }
  .game-main {
    padding: 18px 16px 40px;
  }
  .hero-copy h1 {
    font-size: 58px;
    letter-spacing: -2px;
  }
  .hero-copy h1 em {
    letter-spacing: -2px;
  }
  .hero-board {
    min-height: 400px;
  }
  .ticket-one {
    left: 5%;
    width: 76%;
    padding: 18px;
  }
  .ticket-two {
    width: 51%;
    top: 170px;
    min-height: 150px;
  }
  .ticket-two strong {
    font-size: 27px;
  }
  .ticket-three {
    top: 289px;
    width: 82%;
    padding: 16px;
  }
  .ticket-three strong {
    font-size: 21px;
  }
  .home-strip strong {
    font-size: 19px;
  }
  .home-strip {
    gap: 10px 20px;
  }
  .conversation-paper {
    padding: 22px 20px;
  }
  .conversation-paper h1 {
    font-size: 29px;
  }
  .people-arrow {
    display: none;
  }
  .talk-tools .text-button {
    font-size: 11px;
  }
  .recall-heading h1 {
    font-size: 27px;
  }
  .connection-heading h1 {
    font-size: 31px;
  }
  .connection-seal {
    width: 61px;
    height: 61px;
  }
  .path-choice {
    padding: 16px;
  }
  .agreements {
    grid-template-columns: 1fr;
  }
  .ending > h1 {
    font-size: 47px;
  }
  .quiet-main h1 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.brief-reminder,
.mobile-twist {
  display: none;
}
.first-idea {
  margin-top: 30px;
  padding: 25px 28px;
  background: #e6eade;
  border: 1px solid #cbd3be;
  border-radius: 5px;
}
.first-idea h2 {
  font-size: 26px;
  margin: 15px 0;
}
.first-idea > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.75;
}
.first-idea label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin: 20px 0 8px;
}
.first-idea label small {
  display: inline;
  font-weight: 400;
}
.first-idea input {
  width: 100%;
}
.first-idea > small {
  font-size: 11px;
  margin-top: 10px;
  color: #52604d;
}
.first-idea-reminder {
  margin: 29px 0 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.first-idea-reminder p {
  font-family: var(--serif);
  font-size: 23px;
  font-style: italic;
  margin: 10px 0;
}
.plan-before {
  font-size: 13px;
  line-height: 1.75;
  color: #576653;
  margin: 20px 0 0;
  padding: 16px 20px;
  background: #e8ebdf;
  border-radius: 4px;
}
.quiet-brief {
  color: #f1d485;
  font-size: 14px;
  line-height: 1.75;
  max-width: 750px;
}
.topic-exit {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 10px;
}
.topic-exit small {
  font-size: 11px;
  color: #63705d;
}
.counteroffer {
  margin-top: 16px;
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 760px) {
  .brief-reminder {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    color: #526347;
    margin: -5px 0 20px;
  }
  .mobile-twist {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    background: #eee0d2;
    padding: 14px 18px;
    border-radius: 4px;
  }
  .first-idea {
    padding: 22px;
  }
  .first-idea-reminder p {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .site-header:has(.undo) {
    flex-wrap: wrap;
    gap: 5px;
  }
  .site-header:has(.undo) nav {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .site-header:has(.undo) nav .text-button {
    font-size: 12px;
    min-height: 44px;
  }
  .undo span {
    display: inline;
  }
  .site-header:has(.undo) .brand img {
    width: 46px;
    height: 46px;
  }
  .site-header:has(.undo) .brand-word {
    font-size: 23px;
  }
  .site-header:has(.undo) .brand-caption {
    font-size: 7px;
  }
  .conversation-top {
    gap: 12px;
  }
  .conversation-top .eyebrow {
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .quiet-main {
    min-height: calc(100svh - 132px);
  }
}
