.flagship-hero h1 em,
.site h2 em {
  color: var(--green);
  font-weight: 500;
}
.site .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.site .site-brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  filter: drop-shadow(0 6px 10px #614d2a18);
}
.site .site-wrap {
  width: min(1320px, calc(100% - 40px));
}
.site-wrap.site-hero.flagship-hero {
  grid-template-columns: minmax(380px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(44px, 5vw, 82px);
}
.hero-install {
  display: inline-block;
  padding: 10px 17px;
  border: 1px solid #bdb29e;
  border-radius: 999px;
  background: #fffdf780;
  font-weight: 800;
  text-decoration: none;
}
.hero-install:hover,
.hero-install:focus-visible {
  border-color: var(--green);
  background: #fffdf7;
}
.answer-observatory {
  position: relative;
  min-height: 500px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fffdf7 0 8%, transparent 9%),
    radial-gradient(circle, #fffdf7 0, #eee5d5 66%, #e4dac8 100%);
  box-shadow: 0 30px 70px #614d2a1d;
  overflow: hidden;
}
.orbit {
  position: absolute;
  inset: 50%;
  border: 1px solid #9cac9e99;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--r));
  width: 78%;
  height: 25%;
}
.orbit-a {
  --r: 0deg;
}
.orbit-b {
  --r: 60deg;
}
.orbit-c {
  --r: 120deg;
}
.pulse-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--green);
  box-shadow:
    0 0 0 18px #17634618,
    0 0 50px #17634655;
}
.float-card {
  position: absolute;
  width: 180px;
  padding: 14px;
  border: 1px solid #cfc4ad;
  border-radius: 14px;
  background: #fffdf7e8;
  box-shadow: 0 14px 30px #614d2a18;
}
.float-card span,
.thread-card > span {
  display: block;
  color: var(--green);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.float-card strong {
  display: block;
  margin-top: 5px;
  font:
    600 1rem Newsreader,
    Georgia,
    serif;
}
.card-a {
  left: 7%;
  top: 15%;
}
.card-b {
  right: 5%;
  top: 35%;
}
.card-c {
  left: 17%;
  bottom: 12%;
}
.thread-section {
  background: #eee7d9;
}
.thread-section h2 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}
.thread-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.thread-card {
  min-height: 390px;
  border: 1px solid #cfc4ad;
  border-radius: 22px;
  padding: 24px;
  background: #f9f5eb;
}
.thread-card h3 {
  font-size: 1.75rem;
  margin-top: 12px;
}
.mini-map,
.mini-chart,
.mini-ripple {
  height: 220px;
  margin: -4px -4px 28px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.mini-map {
  background:
    linear-gradient(32deg, transparent 48%, #176346 49% 50%, transparent 51%),
    linear-gradient(142deg, transparent 48%, #b76f14 49% 50%, transparent 51%);
}
.mini-map i {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dcebdc;
  border: 2px solid var(--green);
}
.mini-map i:nth-child(1) {
  left: 14%;
  top: 65%;
}
.mini-map i:nth-child(2) {
  left: 46%;
  top: 22%;
}
.mini-map i:nth-child(3) {
  right: 12%;
  top: 55%;
}
.mini-map b {
  position: absolute;
  left: 45%;
  top: 20%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 12px #17634618;
}
.mini-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  padding: 25px;
}
.mini-chart i {
  width: 36px;
  background: var(--green);
  border-radius: 8px 8px 0 0;
}
.mini-chart i:last-child {
  background: #b76f14;
}
.mini-ripple i {
  position: absolute;
  width: 74px;
  height: 74px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: #dcebdc;
}
.mini-ripple i:nth-child(1) {
  left: 37%;
  top: 12%;
}
.mini-ripple i:nth-child(2) {
  left: 9%;
  top: 58%;
}
.mini-ripple i:nth-child(3) {
  right: 8%;
  top: 58%;
}
.mini-ripple i:nth-child(4) {
  left: 40%;
  top: 64%;
  width: 58px;
  height: 58px;
  background: #f3e5cf;
  border-color: #b76f14;
}
.living-section {
  background: #202224;
  color: #f7f2e7;
}
.living-section .site-copy {
  color: #c9c5bb;
}
.living-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 70px;
}
.living-art {
  height: 470px;
  position: relative;
  display: grid;
  place-items: center;
}
.living-art i {
  position: absolute;
  width: 72%;
  height: 25%;
  border: 1px solid #8ac5a455;
  border-radius: 50%;
  transform: rotate(var(--r));
}
.living-art i:nth-child(1) {
  --r: 0deg;
}
.living-art i:nth-child(2) {
  --r: 45deg;
}
.living-art i:nth-child(3) {
  --r: 90deg;
}
.living-art i:nth-child(4) {
  --r: 135deg;
}
.living-art span {
  font:
    3rem/1 Newsreader,
    Georgia,
    serif;
  text-align: center;
}
.living-art em {
  color: #9fe0bd;
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 40px;
}
.field-grid article {
  min-height: 210px;
  padding: 28px;
  background: var(--card);
}
.field-grid b {
  color: var(--green);
  font-size: 1.4rem;
}
.field-grid h3 {
  font-size: 1.5rem;
  margin: 26px 0 7px;
}
.field-grid p {
  color: var(--muted);
  margin: 0;
}
.install-section {
  background: #dcebdc;
}
.install-command {
  width: min(580px, 100%);
  margin: 28px auto;
  padding: 18px;
  border: 1px solid #17634655;
  border-radius: 14px;
  background: #fffdf7;
  font-size: 1.05rem;
}
.site-download .site-button + a {
  margin-left: 18px;
  font-weight: 750;
}
@media (max-width: 760px) {
  .answer-observatory {
    min-height: 390px;
  }
  .float-card {
    width: 145px;
  }
  .thread-grid,
  .field-grid,
  .living-layout {
    grid-template-columns: 1fr;
  }
  .thread-card {
    min-height: 350px;
  }
  .living-art {
    height: 350px;
  }
  .field-grid {
    gap: 1px;
  }
  .living-layout {
    gap: 15px;
  }
}

/* The homepage preview is a miniature product surface, not decorative wallpaper. */
.answer-observatory {
  min-height: clamp(560px, 40vw, 600px);
  border-radius: 26px;
  overflow: visible;
  background:
    linear-gradient(#1763460a 1px, transparent 1px),
    linear-gradient(90deg, #1763460a 1px, transparent 1px),
    linear-gradient(145deg, #fffdf8 0%, #eee6d7 100%);
  background-size:
    28px 28px,
    28px 28px,
    auto;
  box-shadow:
    0 32px 70px #614d2a20,
    inset 0 1px #ffffff;
}
.observatory-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 19px;
  border-bottom: 1px solid #d8cdb9;
  color: #6e685d;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.observatory-chrome span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.observatory-chrome i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px #17634617;
}
.observatory-chrome b {
  color: #9b9384;
}
.answer-question {
  padding: 22px 24px 17px;
}
.answer-question span,
.answer-label,
.margin-thought > span {
  display: block;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.answer-question strong {
  display: block;
  max-width: 390px;
  margin-top: 5px;
  font:
    600 1.72rem/1.02 Newsreader,
    Georgia,
    serif;
}
.answer-canvas {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  gap: 10px;
  padding: 0 14px;
}
.insight-panel,
.cause-map {
  min-height: 260px;
  border: 1px solid #d8cdb9;
  background: #fffdf9e8;
}
.insight-panel {
  padding: 22px;
  border-radius: 15px 4px 4px 15px;
}
.insight-panel strong {
  display: block;
  margin: 17px 0 8px;
  font:
    600 1.55rem/1.04 Newsreader,
    Georgia,
    serif;
}
.insight-panel p {
  color: #6e685d;
  font-size: 0.88rem;
  line-height: 1.45;
}
.signal-bars {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 52px;
  margin-top: 17px;
  padding-top: 10px;
  border-top: 1px solid #e5ddce;
}
.signal-bars i {
  flex: 1;
  height: 32%;
  border-radius: 4px 4px 1px 1px;
  background: #a9c6b2;
}
.signal-bars i:nth-child(2) {
  height: 72%;
  background: var(--green);
}
.signal-bars i:nth-child(3) {
  height: 48%;
  background: #b77b2b;
}
.guide-peek {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  margin-top: 18px;
  padding: 14px 15px;
  border: 1px solid #b8cbbd;
  border-radius: 11px;
  background: #edf4ec;
  box-shadow: 0 8px 18px #1763460c;
}
.guide-peek > div:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}
.guide-peek span {
  color: var(--green);
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.guide-peek b {
  overflow: hidden;
  color: #302c26;
  font:
    600 0.88rem/1.1 Newsreader,
    Georgia,
    serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.guide-peek-progress {
  display: flex;
  align-items: center;
  gap: 4px;
}
.guide-peek-progress i {
  width: 13px;
  height: 3px;
  border-radius: 8px;
  background: #cfc9bc;
}
.guide-peek-progress i:nth-child(-n + 2) {
  background: var(--green);
}
.guide-peek em {
  grid-column: 1 / -1;
  color: var(--green);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}
.cause-map {
  position: relative;
  overflow: hidden;
  border-radius: 4px 15px 15px 4px;
  background: #f8f4eae8;
}
.cause-map svg {
  position: absolute;
  inset: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.cause-map path {
  fill: none;
  stroke: #938c7e;
  stroke-width: 1.2;
  stroke-dasharray: 3 4;
}
.map-node {
  position: absolute;
  display: grid;
  place-items: center;
  width: 64px;
  min-height: 38px;
  padding: 6px;
  border: 1px solid #cfc4ad;
  border-radius: 999px;
  background: #fffdf7;
  font:
    600 0.75rem Newsreader,
    Georgia,
    serif;
  box-shadow: 0 7px 16px #614d2a12;
}
.node-a {
  left: 4%;
  top: 12%;
}
.node-b {
  left: 4%;
  bottom: 11%;
}
.node-core {
  left: 50%;
  top: 50%;
  width: 70px;
  min-height: 70px;
  transform: translate(-50%, -50%);
  color: #fff;
  border-color: var(--green);
  background: var(--green);
  box-shadow:
    0 0 0 10px #17634612,
    0 12px 24px #17634624;
}
.node-c {
  right: 4%;
  top: 17%;
}
.node-d {
  right: 4%;
  bottom: 15%;
}
.margin-thought {
  position: absolute;
  right: 16px;
  bottom: 62px;
  width: 190px;
  padding: 14px 16px;
  border: 1px solid #d39a54;
  border-radius: 12px;
  background: #fff9ed;
  box-shadow: 0 14px 32px #614d2a1a;
  transform: rotate(-1.5deg);
}
.margin-thought > span {
  color: #9a5d16;
}
.margin-thought p {
  margin: 7px 0 0;
  color: #4f493f;
  font:
    500 0.84rem/1.35 Newsreader,
    Georgia,
    serif;
}
.answer-rail {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 11px 14px 14px;
  font-size: 0.68rem;
}
.answer-rail span {
  padding: 6px 9px;
  border: 1px solid #d8cdb9;
  border-radius: 999px;
  background: #fffdf8aa;
}
.answer-rail .rail-active {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}
.answer-rail b {
  margin-left: auto;
  color: var(--green);
}

.field-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, #dcebdc 0 12%, transparent 28%),
    var(--paper);
}
.field-section .site-wrap {
  width: min(1320px, calc(100% - 40px));
}
.field-grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  border: 0;
  background: transparent;
}
.field-grid article {
  grid-column: span 4;
  min-height: clamp(340px, 29vw, 390px);
  overflow: hidden;
  padding: 0 24px 24px;
  border: 1px solid #d7ccba;
  border-radius: 20px;
  background: #fffdf8dd;
  box-shadow: 0 16px 32px #614d2a0d;
}
.field-grid article:nth-child(1),
.field-grid article:nth-child(5) {
  grid-column: span 7;
}
.field-grid article:nth-child(2),
.field-grid article:nth-child(4) {
  grid-column: span 5;
}
.field-grid article:nth-child(3) {
  grid-column: span 5;
}
.field-grid article:nth-child(4) {
  grid-column: span 7;
}
.field-grid article:nth-child(5),
.field-grid article:nth-child(6) {
  grid-column: span 6;
}
.feature-scene {
  position: relative;
  height: clamp(160px, 16vw, 205px);
  margin: 0 -24px 22px;
  overflow: hidden;
  border-bottom: 1px solid #ded5c4;
  background: #eee7d9;
}
.field-grid b {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
}
.field-grid h3 {
  margin: 10px 0 7px;
  font-size: 1.72rem;
}
.ink-scene {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f9f3e7, #e8dfcf);
}
.ink-scene span {
  font:
    500 1.3rem Newsreader,
    Georgia,
    serif;
}
.ink-scene i {
  position: absolute;
  width: 220px;
  height: 65px;
  border: 4px solid #b76f14;
  border-radius: 49% 52% 44% 56%;
  transform: rotate(-4deg);
  filter: drop-shadow(0 2px #fff8);
}
.guide-scene {
  display: grid;
  place-items: center;
  padding: 18px;
  background: #e5eadf;
}
.guide-window {
  position: relative;
  width: min(390px, 94%);
  height: 100%;
  min-height: 125px;
  border: 1px solid #c9d2c5;
  border-radius: 14px;
  background:
    linear-gradient(#17634608 1px, transparent 1px),
    linear-gradient(90deg, #17634608 1px, transparent 1px), #f8f4ea;
  background-size: 18px 18px;
  box-shadow: 0 12px 26px #614d2a12;
}
.guide-back-card {
  position: absolute;
  top: 30px;
  width: 74px;
  height: 68px;
  border: 1px solid #d7cdbb;
  border-radius: 9px;
  background: #f2ecde;
  box-shadow: 0 7px 14px #614d2a0f;
}
.guide-back-one {
  left: 13px;
  transform: rotate(-5deg);
}
.guide-back-two {
  right: 13px;
  transform: rotate(5deg);
}
.guide-card {
  position: absolute;
  z-index: 2;
  left: 6%;
  top: 15px;
  width: 52%;
  min-height: 92px;
  padding: 12px 14px;
  border: 1px solid #d8cdb9;
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 10px 22px #59482618;
}
.guide-card small,
.guide-note small {
  display: block;
  margin-bottom: 7px;
  color: var(--green);
  font-size: 0.43rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.guide-card strong {
  display: block;
  font:
    600 0.78rem/1.05 Newsreader,
    Georgia,
    serif;
}
.guide-card-visual {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 22px;
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid #e6ded0;
}
.guide-card-visual i {
  flex: 1;
  height: 45%;
  border-radius: 2px 2px 0 0;
  background: #adc8b4;
}
.guide-card-visual i:nth-child(2) {
  height: 90%;
  background: var(--green);
}
.guide-card-visual i:nth-child(3) {
  height: 65%;
  background: #bd822f;
}
.guide-note {
  position: absolute;
  z-index: 3;
  right: 3%;
  top: 42px;
  width: 30%;
  padding: 9px;
  color: #4f4a42;
  border: 1px solid #dfa45d;
  border-radius: 9px;
  background: #fffaf0;
  font:
    600 0.61rem/1.12 Newsreader,
    Georgia,
    serif;
  transform: rotate(-1deg);
}
.guide-beats {
  position: absolute;
  z-index: 4;
  left: 12px;
  bottom: 8px;
  display: flex;
  gap: 5px;
}
.guide-beats b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 18px;
  border: 1px solid #d4c9b7;
  border-radius: 99px;
  color: #7c7468;
  background: #fffdf8d9;
  font-size: 0.46rem;
  letter-spacing: 0;
}
.guide-beats b.is-now {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}
.living-scene {
  background: #202224;
}
.living-scene i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 56px;
  border: 1px solid #9fe0bd66;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--turn));
}
.living-scene i:nth-child(1) {
  --turn: 0deg;
}
.living-scene i:nth-child(2) {
  --turn: 60deg;
}
.living-scene i:nth-child(3) {
  --turn: 120deg;
}
.living-scene span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #9fe0bd;
  box-shadow: 0 0 0 13px #9fe0bd15;
}
.ripple-scene {
  background: linear-gradient(145deg, #e1eee2, #f8f4ea);
}
.ripple-scene span,
.ripple-scene i,
.ripple-scene em {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid #75a185;
  border-radius: 50%;
}
.ripple-scene span {
  left: 14%;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translateY(-50%);
  color: #fff;
  background: var(--green);
  font-weight: 800;
}
.ripple-scene i {
  width: 42px;
  height: 42px;
  background: #fffdf8;
}
.ripple-scene i:nth-of-type(1) {
  left: 46%;
  top: 18%;
}
.ripple-scene i:nth-of-type(2) {
  left: 58%;
  top: 58%;
}
.ripple-scene i:nth-of-type(3) {
  right: 8%;
  top: 30%;
}
.ripple-scene em {
  right: 10%;
  bottom: 10px;
  width: 32px;
  height: 32px;
  color: #8e5715;
  border-color: #b77b2b;
  background: #f5e5cd;
  font-size: 0.7rem;
}
.prism-scene {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f6efe3, #ded9ee);
}
.prism-scene div {
  width: 72%;
  padding: 19px;
  border-radius: 9px;
  background: #fffdf9;
  box-shadow: 0 13px 24px #594b6520;
  transform: rotate(-2deg);
}
.prism-scene span {
  display: block;
  height: 7px;
  margin: 8px 0;
  border-radius: 9px;
  background: #d6d0c5;
}
.prism-scene span:nth-child(2) {
  width: 67%;
  background: #d8b06e;
}
.prism-scene i {
  position: absolute;
  right: 10%;
  top: 24px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #7b64a1;
  font-style: normal;
  font-weight: 800;
}
.export-scene {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 9px;
  padding-bottom: 22px;
  background: linear-gradient(145deg, #dde9e0, #eee7d9);
}
.export-scene i {
  width: 74px;
  height: 99px;
  border: 1px solid #bcb2a0;
  border-radius: 7px;
  background: #fffdf8;
  box-shadow: 0 8px 18px #614d2a12;
}
.export-scene i:nth-child(1) {
  transform: rotate(-9deg) translate(14px, 7px);
}
.export-scene i:nth-child(3) {
  transform: rotate(9deg) translate(-14px, 7px);
}
.export-scene span {
  position: absolute;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: #8e5715;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

@media (max-width: 760px) {
  .site .site-wrap {
    width: min(calc(100% - 24px), 680px);
  }
  .site .site-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  .site .site-brand {
    grid-column: 1;
    justify-self: start;
    gap: 8px;
    font-size: 1rem;
  }
  .site .site-brand img {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  .site .site-nav {
    grid-column: 3;
    justify-self: end;
  }
  .site .site-header .site-button {
    padding: 9px 13px;
    font-size: 0.78rem;
  }
  .site-wrap.site-hero.flagship-hero {
    grid-template-columns: 1fr;
  }
  .answer-observatory {
    min-height: 640px;
    margin-inline: 6px;
  }
  .answer-canvas {
    grid-template-columns: 1fr;
  }
  .insight-panel {
    min-height: 175px;
    border-radius: 15px 15px 4px 4px;
  }
  .cause-map {
    min-height: 205px;
    border-radius: 4px 4px 15px 15px;
  }
  .margin-thought {
    right: 10px;
    bottom: 54px;
    width: 165px;
  }
  .answer-rail span:nth-child(2),
  .answer-rail span:nth-child(3) {
    display: none;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .field-grid article,
  .field-grid article:nth-child(n) {
    grid-column: auto;
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .site .site-brand img {
    animation: mascot-float 4s ease-in-out infinite;
  }
  .margin-thought {
    animation: note-breathe 6s ease-in-out infinite;
  }
  .living-scene span {
    animation: scene-pulse 3.2s ease-in-out infinite;
  }
  .living-scene i:nth-child(1) {
    animation: orbit-one 9s linear infinite;
  }
  .living-scene i:nth-child(2) {
    animation: orbit-two 11s linear infinite reverse;
  }
  .living-scene i:nth-child(3) {
    animation: orbit-three 13s linear infinite;
  }
  .ink-scene i {
    animation: ink-circle 3.8s ease-in-out infinite;
  }
  .guide-card {
    animation: guide-stack 4s ease-in-out infinite;
  }
  .guide-note,
  .guide-scene > i {
    animation: guide-note 4s ease-in-out infinite;
  }
  .guide-scene > i {
    animation-name: guide-line;
  }
  .ripple-scene i,
  .ripple-scene em {
    animation: ripple-node 3.6s ease-in-out infinite;
  }
  .ripple-scene i:nth-of-type(2) {
    animation-delay: -2.4s;
  }
  .ripple-scene i:nth-of-type(3) {
    animation-delay: -1.2s;
  }
  .ripple-scene em {
    animation-delay: -0.6s;
  }
  .prism-scene span:nth-child(2) {
    animation: prism-highlight 3.6s ease-in-out infinite;
    transform-origin: left;
  }
  .prism-scene i {
    animation: prism-pin 3.6s ease-in-out infinite;
  }
  .export-scene i:nth-child(1) {
    animation: export-left 4.2s ease-in-out infinite;
  }
  .export-scene i:nth-child(3) {
    animation: export-right 4.2s ease-in-out infinite;
  }
  .export-scene span {
    animation: export-ready 4.2s ease-in-out infinite;
  }
  .cause-map path {
    animation: map-flow 2.8s linear infinite;
  }
  .node-core {
    animation: core-breathe 2.8s ease-in-out infinite;
  }
  .signal-bars i {
    animation: signal-rise 2.4s ease-in-out infinite alternate;
    transform-origin: bottom;
  }
  .signal-bars i:nth-child(2) {
    animation-delay: -0.7s;
  }
  .signal-bars i:nth-child(3) {
    animation-delay: -1.3s;
  }
  .guide-stage article {
    animation: guide-card-focus 3.2s ease-in-out infinite;
  }
  .guide-progress i:nth-child(2) {
    animation: guide-progress-pulse 2s ease-in-out infinite;
  }
  .voice-wave i {
    animation: voice-wave 0.8s ease-in-out infinite alternate;
  }
  .voice-wave i:nth-of-type(2) {
    animation-delay: -0.55s;
  }
  .voice-wave i:nth-of-type(3) {
    animation-delay: -0.25s;
  }
  .voice-wave i:nth-of-type(4) {
    animation-delay: -0.7s;
  }
  .voice-wave i:nth-of-type(5) {
    animation-delay: -0.4s;
  }
  .ink-stage mark {
    animation: highlight-sweep 3.4s ease-in-out infinite;
    background-size: 200% 100%;
    background-image: linear-gradient(
      90deg,
      transparent 0 45%,
      #f1d8a3 55% 100%
    );
  }
  .ink-stage mark::after {
    animation: pen-ring 3.4s ease-in-out infinite;
  }
  .ink-example-highlight mark {
    animation-delay: -1.1s;
  }
  .ink-example-highlight mark::after {
    display: none;
  }
  .ink-example-connect i {
    animation: connect-draw 3.4s ease-in-out infinite;
    transform-origin: left;
  }
  @keyframes note-breathe {
    50% {
      transform: rotate(0.5deg) translateY(-4px);
    }
  }
  @keyframes mascot-float {
    50% {
      transform: translateY(-2px) rotate(2deg);
    }
  }
  @keyframes scene-pulse {
    50% {
      box-shadow: 0 0 0 20px #9fe0bd0a;
    }
  }
  @keyframes orbit-one {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes orbit-two {
    from {
      transform: translate(-50%, -50%) rotate(60deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(420deg);
    }
  }
  @keyframes orbit-three {
    from {
      transform: translate(-50%, -50%) rotate(120deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(480deg);
    }
  }
  @keyframes ink-circle {
    0%,
    100% {
      transform: rotate(-4deg) scale(0.96);
      opacity: 0.72;
    }
    45%,
    70% {
      transform: rotate(-2deg) scale(1.03);
      opacity: 1;
    }
  }
  @keyframes guide-stack {
    0%,
    100% {
      transform: translateY(3px) rotate(-1deg);
    }
    50% {
      transform: translateY(-5px) rotate(1deg);
      box-shadow: 12px 14px 0 #b7c6b8;
    }
  }
  @keyframes guide-note {
    0%,
    30% {
      opacity: 0.55;
      transform: translateY(5px) rotate(-4deg);
    }
    55%,
    100% {
      opacity: 1;
      transform: translateY(0) rotate(-4deg);
    }
  }
  @keyframes guide-line {
    0%,
    30% {
      opacity: 0.35;
      transform: scaleX(0.25) rotate(12deg);
    }
    55%,
    100% {
      opacity: 1;
      transform: scaleX(1) rotate(12deg);
    }
  }
  @keyframes ripple-node {
    0%,
    100% {
      transform: scale(0.92);
      box-shadow: 0 0 0 0 #17634618;
    }
    45% {
      transform: scale(1.06);
      box-shadow: 0 0 0 10px #17634600;
    }
  }
  @keyframes prism-highlight {
    0%,
    20% {
      transform: scaleX(0.08);
      opacity: 0.45;
    }
    55%,
    100% {
      transform: scaleX(1);
      opacity: 1;
    }
  }
  @keyframes prism-pin {
    0%,
    42% {
      transform: translateY(-4px) scale(0.82);
      opacity: 0.45;
    }
    62%,
    100% {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
  }
  @keyframes export-left {
    0%,
    100% {
      transform: rotate(-9deg) translate(14px, 7px);
    }
    50% {
      transform: rotate(-15deg) translate(5px, 2px);
    }
  }
  @keyframes export-right {
    0%,
    100% {
      transform: rotate(9deg) translate(-14px, 7px);
    }
    50% {
      transform: rotate(15deg) translate(-5px, 2px);
    }
  }
  @keyframes export-ready {
    0%,
    35% {
      transform: translateY(7px) scale(0.86);
      opacity: 0.45;
    }
    55%,
    100% {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
  }
  @keyframes map-flow {
    to {
      stroke-dashoffset: -28;
    }
  }
  @keyframes core-breathe {
    50% {
      box-shadow:
        0 0 0 16px #17634609,
        0 16px 30px #1763462e;
    }
  }
  @keyframes signal-rise {
    to {
      transform: scaleY(1.22);
    }
  }
  @keyframes guide-card-focus {
    50% {
      transform: translateY(-5px);
      box-shadow: 0 24px 46px #59482624;
    }
  }
  @keyframes guide-progress-pulse {
    50% {
      box-shadow: 0 0 0 5px #17634618;
    }
  }
  @keyframes voice-wave {
    to {
      transform: scaleY(0.42);
      opacity: 0.62;
    }
  }
  @keyframes highlight-sweep {
    0%,
    18% {
      background-position: 100% 0;
    }
    52%,
    100% {
      background-position: 0 0;
    }
  }
  @keyframes pen-ring {
    0%,
    28% {
      clip-path: inset(0 100% 0 0);
      opacity: 0;
    }
    55%,
    100% {
      clip-path: inset(-10px);
      opacity: 1;
    }
  }
  @keyframes connect-draw {
    0%,
    35% {
      transform: scaleX(0);
      opacity: 0.35;
    }
    62%,
    100% {
      transform: scaleX(1);
      opacity: 1;
    }
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .field-grid article {
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }
  .field-grid article:hover {
    z-index: 1;
    border-color: #b9ad98;
    box-shadow: 0 24px 46px #614d2a18;
    transform: translateY(-6px);
  }
}

/* The hero stays inside Live while rotating through the ways people can work with an answer. */
.showcase-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.panel-answer {
  opacity: 1;
}
.guide-stage,
.ink-stage {
  position: relative;
  flex: 1;
  min-height: 350px;
  margin: 0 14px;
  overflow: hidden;
  border: 1px solid #d8cdb9;
  border-radius: 15px;
  background: #f8f4ea;
}
.panel-answer .answer-canvas {
  flex: 1;
}
.panel-answer .insight-panel,
.panel-answer .cause-map {
  height: 100%;
}
.showcase-panel .answer-rail {
  flex: 0 0 auto;
}
.guide-progress {
  display: flex;
  gap: 7px;
  padding: 22px 24px 0;
}
.guide-progress i {
  width: 38px;
  height: 4px;
  border-radius: 9px;
  background: #d8d0c1;
}
.guide-progress i:nth-child(-n + 2) {
  background: var(--green);
}
.guide-stage article {
  width: 66%;
  margin: 38px 0 0 7%;
  padding: 26px;
  border-radius: 15px;
  background: #fffdf8;
  box-shadow: 0 18px 40px #59482618;
}
.guide-queue {
  position: absolute;
  left: 7%;
  bottom: 28px;
  display: flex;
  gap: 9px;
}
.guide-queue span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px 9px 9px;
  border: 1px solid #d8cdb9;
  border-radius: 999px;
  color: #6e685d;
  background: #fffdf8b8;
  font-size: 0.68rem;
}
.guide-queue b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: var(--green);
  background: #dcebdc;
}
.guide-stage small,
.ink-stage small,
.guide-stage aside span,
.ink-stage aside span {
  color: var(--green);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.guide-stage article strong {
  display: block;
  max-width: 310px;
  margin: 16px 0 10px;
  font:
    600 1.8rem/1 Newsreader,
    Georgia,
    serif;
}
.guide-stage article p,
.guide-stage aside p,
.ink-stage aside p {
  margin: 0;
}
.guide-stage aside,
.ink-stage aside {
  position: absolute;
  right: 5%;
  bottom: 26px;
  width: 190px;
  padding: 15px;
  border: 1px solid #dfa45d;
  border-radius: 12px;
  background: #fffaf0;
  transform: rotate(-1deg);
}
.guide-stage aside p,
.ink-stage aside p {
  margin-top: 7px;
  font:
    600 0.9rem/1.2 Newsreader,
    Georgia,
    serif;
}
.voice-wave {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 52px;
  padding: 0 18px;
  color: var(--green);
  border-bottom: 1px solid #d8cdb9;
  background: #e9eee6;
}
.voice-wave b {
  margin-right: 8px;
}
.voice-wave i {
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background: var(--green);
}
.voice-wave i:nth-of-type(2) {
  height: 20px;
}
.voice-wave i:nth-of-type(3) {
  height: 13px;
}
.voice-wave i:nth-of-type(4) {
  height: 25px;
}
.voice-wave span {
  margin-left: auto;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ink-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(145px, 0.7fr);
  grid-template-rows: 1fr 0.82fr;
  gap: 10px;
  height: calc(100% - 52px);
  padding: 16px;
}
.ink-live-grid article {
  position: relative;
  min-width: 0;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid #ded5c6;
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 8px 18px #614d2a0a;
}
.ink-summary-card p {
  margin: 13px 0 0;
  font:
    500 clamp(1.08rem, 2.15vw, 1.4rem) / 1.26 Newsreader,
    Georgia,
    serif;
}
.ink-deadline-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ink-deadline-card strong {
  margin: 9px 0 2px;
  color: var(--green);
  font:
    600 1.65rem/1 Newsreader,
    Georgia,
    serif;
}
.ink-deadline-card span {
  color: #6d675d;
  font-size: 0.65rem;
}
.ink-compare-card > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #5f594f;
  font-size: 0.66rem;
}
.ink-compare-card > div > span {
  width: 48px;
}
.ink-compare-card > div > i {
  flex: 1;
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #e5dfd3;
}
.ink-compare-card > div > i::after {
  content: "";
  display: block;
  width: var(--score);
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}
.ink-compare-card > div:nth-of-type(2) > i::after {
  background: #c57b24;
}
.ink-evidence-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ink-evidence-card > small {
  margin-bottom: 3px;
}
.ink-evidence-card > span {
  color: #5f594f;
  font-size: 0.65rem;
}
.ink-evidence-card > span i {
  margin-right: 5px;
  color: var(--green);
  font-style: normal;
}
.ink-stage aside {
  right: 22px;
  bottom: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 205px;
  padding: 9px 11px;
  box-shadow: 0 10px 24px #614d2a14;
}
.ink-stage aside p {
  margin: 0;
  font-size: 0.72rem;
  white-space: nowrap;
}
.ink-stage mark {
  position: relative;
  display: inline-block;
  color: inherit;
  background: #f1d8a3;
}
.ink-stage mark::after {
  content: "";
  position: absolute;
  inset: -7px -10px -6px;
  border: 3px solid #c57b24;
  border-radius: 48% 53% 46% 55%;
  pointer-events: none;
  transform: rotate(-3deg);
}
@media (max-width: 760px) {
  .guide-stage,
  .ink-stage {
    min-height: 500px;
  }
  .guide-stage article,
  .ink-summary-card {
    width: 86%;
    min-height: 170px;
    margin-inline: 7%;
  }
  .guide-queue {
    bottom: 112px;
    flex-wrap: wrap;
    width: 86%;
  }
  .guide-stage aside {
    bottom: 18px;
    width: 52%;
  }
  .ink-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    height: auto;
    padding: 12px;
  }
  .ink-summary-card {
    grid-column: 1 / -1;
    width: auto;
    min-height: 145px;
    margin: 0;
  }
  .ink-live-grid article {
    padding: 14px;
  }
  .ink-stage aside {
    right: 22px;
    bottom: 14px;
    width: auto;
    max-width: calc(100% - 44px);
  }
}
.showcase-index {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: -25px;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}
.showcase-index i {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #b8b09f;
}
.showcase-index i:first-child {
  width: 22px;
  background: var(--green);
}
.ripple-chrome i {
  background: #b76f14;
  box-shadow: 0 0 0 5px #b76f1418;
}
.impact-stage {
  position: relative;
  height: 350px;
  margin: 0 14px;
  overflow: hidden;
  border: 1px solid #d8cdb9;
  border-radius: 15px;
  background:
    radial-gradient(circle at 42% 50%, #e0ece2 0 14%, transparent 34%), #f8f4ea;
}
.impact-origin,
.impact-node {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border: 1px solid #b8cbbd;
  border-radius: 13px;
  background: #fffdf8;
  box-shadow: 0 10px 22px #614d2a12;
}
.impact-origin {
  left: 34%;
  top: 38%;
  width: 136px;
  min-height: 92px;
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}
.impact-origin small,
.impact-node small {
  margin-bottom: 5px;
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.impact-origin b {
  font:
    600 1.25rem Newsreader,
    Georgia,
    serif;
}
.impact-origin em {
  margin-top: 6px;
  color: #bde2c9;
  font-size: 0.67rem;
  font-style: normal;
}
.impact-node {
  width: 128px;
  min-height: 72px;
}
.impact-node b {
  font:
    600 0.92rem Newsreader,
    Georgia,
    serif;
}
.impact-node small {
  color: var(--green);
}
.impact-up {
  left: 5%;
  top: 10%;
}
.impact-down {
  right: 5%;
  top: 12%;
}
.impact-side {
  right: 7%;
  bottom: 10%;
  border-color: #d8ad76;
  background: #fff9ed;
}
.impact-side small {
  color: #9a5d16;
}
.impact-line {
  position: absolute;
  z-index: 1;
  left: 43%;
  top: 49%;
  width: 180px;
  border-top: 1px dashed #7e9986;
  transform-origin: left;
}
.line-one {
  transform: rotate(-142deg);
}
.line-two {
  transform: rotate(-38deg);
}
.line-three {
  transform: rotate(28deg);
}
.impact-alert {
  position: absolute;
  left: 7%;
  bottom: 10%;
  padding: 9px 12px;
  border-radius: 999px;
  color: #8e5715;
  background: #f5e5cd;
  font-size: 0.7rem;
  font-weight: 800;
}
.prism-chrome i {
  background: #70558f;
  box-shadow: 0 0 0 5px #70558f18;
}
.prism-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 12px;
  height: 350px;
  padding: 0 14px;
}
.claim-sheet {
  position: relative;
  padding: 28px 24px;
  border: 1px solid #d2c8b7;
  border-radius: 15px;
  background: #fffdf9;
  box-shadow: 0 12px 22px #594b6510;
}
.claim-sheet small,
.source-stack span,
.prism-note span {
  color: #70558f;
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.claim-sheet p {
  margin: 26px 0 0;
  font:
    500 1.45rem/1.32 Newsreader,
    Georgia,
    serif;
}
.claim-sheet mark {
  padding: 0 3px;
  color: inherit;
  background: #ead9a9;
}
.claim-pin {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #70558f;
  font-weight: 850;
}
.source-stack {
  display: grid;
  gap: 8px;
}
.source-stack article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 16px;
  border: 1px solid #d7ccba;
  border-radius: 12px;
  background: #f8f4eaf2;
}
.source-stack article:first-child {
  border-color: #9f8ab9;
  background: #f4eff8;
  transform: translateX(-7px);
}
.source-stack b {
  margin-top: 4px;
  font:
    600 0.92rem Newsreader,
    Georgia,
    serif;
}
.source-stack i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: #817a6f;
  font-size: 0.62rem;
  font-style: normal;
}
.prism-note {
  position: absolute;
  left: 31%;
  bottom: 16px;
  width: 210px;
  padding: 12px 14px;
  border: 1px solid #a990bf;
  border-radius: 11px;
  background: #faf6ff;
  box-shadow: 0 10px 23px #594b651a;
  transform: rotate(-1deg);
}
.prism-note p {
  margin: 5px 0 0;
  color: #4f493f;
  font:
    0.78rem/1.35 Newsreader,
    Georgia,
    serif;
}

@media (max-width: 760px) {
  .impact-stage,
  .prism-stage {
    height: 390px;
  }
  .impact-origin {
    left: 31%;
  }
  .impact-node {
    width: 105px;
    padding: 10px;
  }
  .impact-side {
    right: 4%;
  }
  .prism-stage {
    grid-template-columns: 1fr 0.9fr;
    gap: 6px;
    padding-inline: 8px;
  }
  .claim-sheet {
    padding: 20px 15px;
  }
  .claim-sheet p {
    font-size: 1.1rem;
  }
  .source-stack article {
    padding: 10px;
  }
  .prism-note {
    left: 13%;
    width: 190px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .panel-answer {
    animation: showcase-answer 21s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .panel-guide {
    animation: showcase-guide 21s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .panel-ink {
    animation: showcase-ink 21s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  .showcase-index i:first-child {
    animation: index-answer 21s ease-in-out infinite;
  }
  .showcase-index i:nth-child(2) {
    animation: index-guide 21s ease-in-out infinite;
  }
  .showcase-index i:nth-child(3) {
    animation: index-ink 21s ease-in-out infinite;
  }
  @keyframes showcase-answer {
    0%,
    29% {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }
    31%,
    97% {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-7px) scale(0.992);
    }
    99%,
    100% {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes showcase-guide {
    0%,
    31%,
    64%,
    100% {
      opacity: 0;
      visibility: hidden;
      transform: translateY(7px) scale(0.992);
    }
    33%,
    62% {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes showcase-ink {
    0%,
    64%,
    97%,
    100% {
      opacity: 0;
      visibility: hidden;
      transform: translateY(7px) scale(0.992);
    }
    66%,
    95% {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes index-answer {
    0%,
    29%,
    99%,
    100% {
      width: 22px;
      background: var(--green);
    }
    31%,
    97% {
      width: 6px;
      background: #b8b09f;
    }
  }
  @keyframes index-guide {
    0%,
    31%,
    64%,
    100% {
      width: 6px;
      background: #b8b09f;
    }
    33%,
    62% {
      width: 22px;
      background: var(--green);
    }
  }
  @keyframes index-ink {
    0%,
    64%,
    97%,
    100% {
      width: 6px;
      background: #b8b09f;
    }
    66%,
    95% {
      width: 22px;
      background: var(--green);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .panel-guide,
  .panel-ink {
    display: none;
  }
}
