/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
@font-face {
  font-display: swap;
  font-family: "PT Mono";
  font-style: normal;
  font-weight: 400;
  src: url(//assets.amplenote.com/assets/pt-mono-latin-400-normal-c5cbd5996b62e74c93cfbd98c391173bf43a1e9698882585761be43cd18c26c8.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url(//assets.amplenote.com/assets/pt-serif-v12-latin-regular-bda1c8afb68f8b2578b4b20efaf4c3477f48f9c7264a443116975cf027d24684.woff2) format("woff2"), url(//assets.amplenote.com/assets/pt-serif-v12-latin-regular-1f0418046211d2557a83e650088d6374f3acb11ea5e0a33ce7f6b5037240b20c.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url(//assets.amplenote.com/assets/pt-serif-latin-700-normal-b5dece3f8641e50c0243b4392ab42a0010eb9ad18c5cf7b3a108448ce757a22e.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: url(//assets.amplenote.com/assets/pt-serif-latin-400-italic-127c044f71d8ebccc599cfda8a9c6d4fe47170ed911e03d7ccb6829f8c3a265c.woff2) format("woff2");
}
@keyframes th-caret {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes th-banner-text-fade {
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}
@keyframes th-pattern-drift {
  to {
    transform: translateY(560px);
  }
}
body.root--testimonials-homepage {
  height: auto;
  min-height: 100%;
}
body.root--testimonials-homepage header.mdc-top-app-bar.header-container.position-block {
  position: sticky;
  top: 0;
  z-index: 20;
}

html:has(body.root--testimonials-homepage) {
  scroll-padding-top: 145px;
}
@media (max-width: 819px) {
  html:has(body.root--testimonials-homepage) {
    scroll-padding-top: 195px;
  }
}
@media (max-width: 600px) {
  html:has(body.root--testimonials-homepage) {
    scroll-padding-top: 187px;
  }
}

.th-page {
  --dot-size: 7.35px;
  --dot-gap: 3px;
  --th-mobile: 0;
  --th-color: #ffb238;
  --th-color-highlight: rgba(255, 178, 56, 0.5);
  background: #FAF7F1;
  color: #0F2337;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
@media (max-width: 819px) {
  .th-page {
    --th-mobile: 1;
  }
}
.th-page a {
  color: #0F2337;
}
.th-page a:hover {
  color: #3e92cc;
}
.th-page ::selection {
  background: #3e92cc;
  color: #FFFFFF;
}
.th-page button {
  font-family: inherit;
}

.th-typed-mark,
.th-card-mark {
  background: var(--th-color-highlight);
  color: #0F2337;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 1px 5px;
  border-radius: 2px;
}

.th-card-mark {
  background: rgba(255, 178, 56, 0.35);
  padding: 0 2px;
}

.th-card--wall .th-card-mark {
  background: none;
  padding: 0;
}

::highlight(th-search) {
  background-color: rgba(255, 178, 56, 0.35);
  color: #0F2337;
}

.th-leadquote.is-revealing .th-typed-char:not(.is-typed) {
  color: transparent;
}
.th-leadquote.is-revealing .th-typed-mark {
  background: transparent;
}
.th-leadquote.is-revealing .th-typed-mark .th-typed-char.is-typed {
  background: var(--th-color-highlight);
}

.th-typed-char {
  padding: 1px 0;
}

.th-leadquote.is-typing .th-typed-char.has-caret {
  background: linear-gradient(#0F2337, #0F2337) 3px 0/0.1em 100% no-repeat;
}

.th-leadquote.is-active:not(.is-revealing) .th-typed-char.has-caret {
  position: relative;
}
.th-leadquote.is-active:not(.is-revealing) .th-typed-char.has-caret::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 3px);
  width: 0.55em;
  background: var(--th-color-highlight);
  animation: th-caret 1s steps(1) infinite;
  pointer-events: none;
}

.th-leadquote.is-active:not(.is-revealing) .th-typed-mark .th-typed-char:last-child.has-caret::after {
  left: calc(100% + 8px);
}

.th-quote-block {
  position: relative;
  margin-top: 10px;
  max-width: 100%;
}
.th-quote-block--hero {
  margin-top: 0;
}

.th-leadquote {
  font-size: clamp(16px, 1.5vw, 20px);
}
.th-leadquote blockquote,
.th-leadquote h1,
.th-leadquote h2 {
  margin: 0;
  color: inherit;
  font-family: "PT Mono", monospace;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.55;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.th-leadquote--hero {
  font-size: clamp(26px, 3vw, 42px);
}
.th-leadquote--hero blockquote, .th-leadquote--hero h1 {
  line-height: 1.4;
  letter-spacing: -0.015em;
  text-wrap: pretty;
}
.th-leadquote--closing {
  font-size: clamp(30px, 3.4vw, 48px);
}
.th-leadquote--closing h2 {
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (max-width: 819px) {
  .th-leadquote {
    font-size: 17px;
  }
  .th-leadquote--hero {
    font-size: 23px;
  }
  .th-leadquote--closing {
    font-size: 30px;
  }
}

.th-attribution {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 8px 0;
  font-size: 15px;
  color: #5B7387;
  max-width: 100%;
  line-height: 1.4;
  box-sizing: border-box;
}
.th-attribution:hover {
  color: #0F2337;
}
.th-attribution b {
  color: #0F2337;
}
.th-hero .th-attribution {
  margin-top: 10px;
  padding: 4px 0;
  font-size: 12px;
}
@media (max-width: 819px) {
  .th-attribution .th-attribution-text {
    white-space: normal;
  }
}

.th-attribution-text {
  flex: none;
  white-space: nowrap;
}

.th-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.th-proof {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: -6px 0;
  border-radius: 6px;
  cursor: pointer;
}
.th-page .th-proof {
  color: #9FB3C4;
}
.th-page .th-proof:hover, .th-page .th-proof:focus-visible {
  color: #3e92cc;
  background: #F1ECE2;
  outline: none;
}
.th-proof svg {
  display: block;
}
.th-card-foot .th-proof {
  margin-right: -8px;
}

.th-cta-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.th-cta-row--hero {
  justify-content: flex-start;
  margin-top: 36px;
}
.th-cta-row--closing {
  justify-content: flex-start;
  margin-top: 44px;
}

.th-button-primary {
  text-decoration: none;
  background: #26BF7D;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 30px;
  border-radius: 2px;
}
.th-page .th-button-primary, .th-page .th-button-primary:hover {
  color: #FFFFFF;
}
.th-button-primary:hover {
  background: #1FA86D;
}
.th-button-primary--hero {
  font-size: 15px;
  padding: 11px 22px;
}

.th-footnote {
  margin: 16px 0 0;
  font-size: 14px;
  color: #8199AD;
}
.th-footnote--closing {
  margin-top: 22px;
}

.th-hero .th-strip {
  padding-top: 56px;
}
@media (max-width: 819px) {
  .th-hero .th-strip {
    padding-top: 40px;
  }
}

.th-hero-inner {
  padding: 84px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 819px) {
  .th-hero-inner {
    padding: 48px 20px 0;
  }
}

.th-hero-copy {
  width: 100%;
  max-width: 832px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.th-shot {
  width: 100%;
  max-width: 832px;
  margin-top: 64px;
  position: relative;
}
@media (max-width: 819px) {
  .th-shot {
    margin-top: 40px;
  }
}

.th-shot-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1280;
  object-fit: contain;
}

.th-banner {
  position: relative;
  overflow: clip;
  padding: 56px 40px 16px;
  background: #0F2337;
  color: #FAF7F1;
}
.th-banner::before {
  content: "";
  position: absolute;
  top: -560px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1-85d55f7f31d6dfe84d7b34e95f45292bf15f7f1f730117d66297383237838771.png) center bottom/2320px 560px repeat;
  animation: th-pattern-drift linear;
  animation-timeline: scroll(root);
  animation-iteration-count: 1000;
  animation-range: 0 560000px;
  will-change: transform;
  pointer-events: none;
}
@media (min-resolution: 2dppx) {
  .th-banner::before {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1@2x-3ace4533f8597b984848edd602cce0dfcc187c0b5aa73369ed435801deaf67a0.png);
  }
}
@media (max-width: 819px) {
  .th-banner::before {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1-mobile-b817ba8c8aec4504ce0b2b5142b34f33ddbb7036f6ee6773e55822df5abe7e2f.png);
    background-size: 720px 560px;
  }
}
@media (max-width: 819px) and (min-resolution: 2dppx) {
  .th-banner::before {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1-mobile@2x-5f134cd3a2791e741164f57384a802b2f70dc23cb0c6026af543759a723b6c65.png);
  }
}
@media (max-width: 819px) {
  .th-banner {
    padding: 40px 20px 10px;
  }
}

.th-dots-bar {
  position: sticky;
  top: 65px;
  z-index: 18;
  overflow: clip;
  padding: 12px 40px 16px;
  background: #0F2337;
  color: #FAF7F1;
  box-shadow: 0 8px 24px rgba(15, 35, 55, 0.25);
}
.th-dots-bar::before {
  content: "";
  position: absolute;
  top: -560px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1-85d55f7f31d6dfe84d7b34e95f45292bf15f7f1f730117d66297383237838771.png) center top/2320px 560px repeat;
  animation: th-pattern-drift linear;
  animation-timeline: scroll(root);
  animation-iteration-count: 1000;
  animation-range: 0 560000px;
  will-change: transform;
  pointer-events: none;
}
@media (min-resolution: 2dppx) {
  .th-dots-bar::before {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1@2x-3ace4533f8597b984848edd602cce0dfcc187c0b5aa73369ed435801deaf67a0.png);
  }
}
@media (max-width: 819px) {
  .th-dots-bar::before {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1-mobile-b817ba8c8aec4504ce0b2b5142b34f33ddbb7036f6ee6773e55822df5abe7e2f.png);
    background-size: 720px 560px;
  }
}
@media (max-width: 819px) and (min-resolution: 2dppx) {
  .th-dots-bar::before {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/pattern-1-mobile@2x-5f134cd3a2791e741164f57384a802b2f70dc23cb0c6026af543759a723b6c65.png);
  }
}
@media (max-width: 819px) {
  .th-dots-bar {
    padding: 12px 20px 12px;
  }
}
@media (max-width: 600px) {
  .th-dots-bar {
    top: 57px;
  }
}

.th-banner-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.th-banner .th-banner-inner {
  animation: th-banner-text-fade linear both;
  animation-timeline: view(block 65px 0);
  animation-range: exit 0% exit 60%;
}
@media (max-width: 600px) {
  .th-banner .th-banner-inner {
    animation-timeline: view(block 57px 0);
  }
}

.th-banner-eyebrow {
  margin: 0 0 16px;
  font-family: "PT Serif", serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6FAEDC;
}

.th-banner-sentence {
  margin: 0 0 14px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
  max-width: 760px;
}
@media (max-width: 819px) {
  .th-banner-sentence {
    font-size: 26px;
  }
}

.th-banner-sub {
  margin: 0;
  font-family: "PT Serif", serif;
  font-size: 15px;
  line-height: 1.5;
  color: #A3CBE8;
  max-width: 640px;
  text-wrap: pretty;
}
@media (max-width: 819px) {
  .th-banner-sub {
    display: none;
  }
}

.th-dots-row {
  --dot-columns-width: calc(var(--th-dot-columns) * (var(--dot-size) + var(--dot-gap)) - var(--dot-gap) + 2 * 2px + 1px);
  position: relative;
  width: 100%;
  max-width: min(var(--dot-columns-width), 100% - 2 * (150px + 20px));
}
@media (max-width: 819px) {
  .th-dots-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }
}

.th-count {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  width: 150px;
}
@media (max-width: 819px) {
  .th-count {
    position: static;
    transform: none;
    margin-right: 0;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    width: auto;
    text-align: center;
  }
}

.th-count-number {
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: #ffb238;
}
@media (max-width: 819px) {
  .th-count-number {
    font-size: 24px;
  }
}

.th-count-label {
  font-family: "PT Serif", serif;
  font-size: 12px;
  color: #A3CBE8;
  line-height: 1.3;
  margin-top: 4px;
  text-wrap: balance;
}
@media (max-width: 819px) {
  .th-count-label {
    font-size: 14px;
    margin-top: 0;
  }
}

.th-dots {
  flex: 1;
  min-width: 0;
  padding: 2px;
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--dot-size));
  gap: var(--dot-gap);
  justify-content: center;
}
@media (max-width: 819px) {
  .th-dots {
    flex: none;
  }
}

.th-dot {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #2E4457;
  transform: scale(1);
  transition: background 0.45s, transform 0.45s;
  cursor: pointer;
}
.th-dots[data-mode=hero] .th-dot {
  background: #3D5568;
}
.th-dot.is-lit {
  background: #ffb238;
  transform: scale(1.25);
}
.th-dot:hover, .th-dot:focus, .th-dot.is-hover {
  background: #FFFFFF;
  transform: scale(1.25);
  outline: none;
}

.th-section {
  background: #FAF7F1;
}

.th-hero[data-color=blue],
.th-section[data-color=blue],
.th-closing[data-color=blue] {
  --th-color: #3e92cc;
  --th-color-highlight: rgba(62, 146, 204, 0.5);
}

.th-hero[data-color=blue] .th-hero-inner,
.th-section[data-color=blue],
.th-closing[data-color=blue] {
  background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-2-6ec9925db20dc024127dfd88ed590034098060d14b9cbc44b93df2949ce82d27.svg);
  background-position: center bottom;
  background-size: 2400px 360px;
  background-repeat: no-repeat;
}
@media (max-width: 819px) {
  .th-hero[data-color=blue] .th-hero-inner,
  .th-section[data-color=blue],
  .th-closing[data-color=blue] {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-2-mobile-4e5817bfec650e61f7b186ce770752357849a430210d3ce66492e925c8b52404.svg);
    background-size: 720px 560px;
  }
}

.th-hero[data-color=green],
.th-section[data-color=green],
.th-closing[data-color=green] {
  --th-color: #0bbf7d;
  --th-color-highlight: rgba(11, 191, 125, 0.5);
}

.th-hero[data-color=green] .th-hero-inner,
.th-section[data-color=green],
.th-closing[data-color=green] {
  background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-3-45afe9b2e910f886ee7af0d6a44629661298cef8f1020dc2d5ec8a90274d2bc4.svg);
  background-position: center bottom;
  background-size: 2400px 360px;
  background-repeat: no-repeat;
}
@media (max-width: 819px) {
  .th-hero[data-color=green] .th-hero-inner,
  .th-section[data-color=green],
  .th-closing[data-color=green] {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-3-mobile-ae9c078aefe823ddb80b005f864ea76c4482a258afe3fa67da014d7b13a12762.svg);
    background-size: 720px 560px;
  }
}

.th-hero[data-color=orange],
.th-section[data-color=orange],
.th-closing[data-color=orange] {
  --th-color: #ffb238;
  --th-color-highlight: rgba(255, 178, 56, 0.5);
}

.th-hero[data-color=orange] .th-hero-inner,
.th-section[data-color=orange],
.th-closing[data-color=orange] {
  background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-1-1be8c14bf1e4fae4d897558f085c055fc0fa0068f2e7fc6fbb605ac7ab72ace1.svg);
  background-position: center bottom;
  background-size: 2400px 360px;
  background-repeat: no-repeat;
}
@media (max-width: 819px) {
  .th-hero[data-color=orange] .th-hero-inner,
  .th-section[data-color=orange],
  .th-closing[data-color=orange] {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-1-mobile-afab7dd41f19841db48eca4448244254826ccdca6297d6b9780efddba1f18b98.svg);
    background-size: 720px 560px;
  }
}

.th-hero[data-color=purple],
.th-section[data-color=purple],
.th-closing[data-color=purple] {
  --th-color: #B85B99;
  --th-color-highlight: rgba(184, 91, 153, 0.5);
}

.th-hero[data-color=purple] .th-hero-inner,
.th-section[data-color=purple],
.th-closing[data-color=purple] {
  background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-4-cf1968433597b0095a0fbfa187bb3f3509ea9ffa826d3d88ed387ede576632c1.svg);
  background-position: center bottom;
  background-size: 2400px 360px;
  background-repeat: no-repeat;
}
@media (max-width: 819px) {
  .th-hero[data-color=purple] .th-hero-inner,
  .th-section[data-color=purple],
  .th-closing[data-color=purple] {
    background-image: url(//assets.amplenote.com/assets/root/backgrounds/svg/bg-4-mobile-382ad83c14e0a4bfdb0b59f7330b1cd5ba6d585af248ad7c8580948d7e8c1747.svg);
    background-size: 720px 560px;
  }
}

.th-section-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 56px;
  align-items: center;
}
.th-section--stacked .th-section-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.th-section--narrow .th-section-grid {
  max-width: 760px;
}
.th-section--bare .th-section-grid {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 819px) {
  .th-section-grid {
    padding: 56px 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.th-section-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.th-section-title {
  margin: 0;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
@media (max-width: 819px) {
  .th-section-title {
    font-size: 32px;
  }
}

.th-section-number {
  color: #0F2337;
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-size: 2.1em;
  line-height: 0.8;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  margin-right: 0.12em;
  vertical-align: baseline;
}

.th-video {
  aspect-ratio: var(--clip-aspect, 16/10);
  background: #FFFFFF;
  border: 1px solid #D6E3EE;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 0;
}

.th-video-clip {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.th-apps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.th-tiles {
  --tile-size: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--tile-size));
  gap: 5px;
  justify-content: start;
}
@media (max-width: 819px) {
  .th-tiles {
    --tile-size: 22px;
  }
}

.th-tile {
  cursor: pointer;
  border: 0;
  padding: 0;
  width: var(--tile-size);
  height: var(--tile-size);
  overflow: hidden;
  border-radius: 6px;
  background: var(--tile-bg);
  color: var(--tile-fg);
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: background 0.35s, color 0.35s, transform 0.35s;
}
.th-tile.is-dim {
  background: #DCE7F0;
  color: #9FB3C4;
}
.th-tile.is-dim .th-tile-logo {
  opacity: 0.2;
}
.th-tile.is-selected {
  transform: scale(1.12);
}

.th-tile--logo,
.th-tile--logo.is-dim {
  background: transparent;
}

.th-tile-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s;
}

.th-apps-caption {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #8199AD;
  text-align: left;
}

.th-words {
  min-width: 0;
  width: 100%;
  max-width: 760px;
}

.th-word-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 8px;
  align-items: flex-end;
}
@media (max-width: 819px) {
  .th-word-pills {
    gap: 6px 5px;
  }
}

.th-words-number {
  font-size: clamp(64px, 7vw, 96px);
  line-height: 0.72;
  margin-right: 0.1em;
  min-width: calc(var(--th-count-digits, 3) * 1ch);
  text-align: right;
}
@media (max-width: 819px) {
  .th-words-number {
    font-size: 48px;
  }
}

.th-word-pill {
  --pill-size: calc(15px + var(--pill-weight) * 15px);
  --pill-pad-x: calc(14px + var(--pill-weight) * 8px);
  --pill-pad-y: calc(8px + var(--pill-weight) * 6px);
  --pill-alpha: calc(0.14 + var(--pill-weight) * 0.76);
  cursor: pointer;
  font-family: "PT Serif", serif;
  font-style: italic;
  border: 0;
  border-radius: 999px;
  padding: var(--pill-pad-y) var(--pill-pad-x);
  font-size: var(--pill-size);
  line-height: 1;
  background: color-mix(in srgb, #3e92cc calc(var(--pill-alpha) * 100%), transparent);
  color: #0F2337;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  transition: transform 0.2s;
}
.th-word-pill:hover {
  transform: scale(1.04);
}
.th-word-pill.is-faded {
  background: #F1ECE2;
  color: #9FB3C4;
}
@media (max-width: 819px) {
  .th-word-pill {
    padding: calc(var(--pill-pad-y) * 0.69) calc(var(--pill-pad-x) * 0.69);
    font-size: calc(var(--pill-size) * 0.69);
    gap: 5px;
  }
}

.th-word-pill-count {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 13px;
  opacity: 0.7;
}
@media (max-width: 819px) {
  .th-word-pill-count {
    font-size: 10px;
  }
}

.th-spec {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.th-spec > li:has(+ .th-spec-area) {
  margin-right: 12px;
}

.th-spec-area {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #0F2337;
}

.th-spec-item {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  padding: 4px 8px;
  border: 1px solid #D6E3EE;
  border-radius: 2px;
  background: #FFFFFF;
  color: #2E4457;
  text-decoration: none;
}

.th-spec-item--linked {
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.th-spec-item--linked:hover {
  border-color: #C5D5E3;
  background: #F1ECE2;
  color: #2E4457;
  text-decoration: none;
}

.th-strip {
  padding: 0 0 56px;
}
.th-strip.is-empty {
  display: none;
}

.th-strip-cards {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 40px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.th-strip-cards::-webkit-scrollbar {
  display: none;
}
@media (max-width: 819px) {
  .th-strip-cards {
    padding: 0 20px 10px;
  }
}

.th-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid #D6E3EE;
  border-radius: 2px;
  padding: 13px 18px 12px;
  box-shadow: 0 1px 2px rgba(15, 35, 55, 0.04);
  cursor: default;
  color: #0F2337;
  box-sizing: border-box;
}
.th-card[hidden] {
  display: none;
}
.th-card--strip {
  flex: none;
  width: 340px;
  position: relative;
}
.th-card--strip::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: rgba(250, 247, 241, 0.45);
  transition: opacity 0.25s;
  pointer-events: none;
}
.th-card--strip:hover::after, .th-card--strip:focus-within::after {
  opacity: 0;
}
.th-card--strip .th-card-quote {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  min-height: calc(6 * 1.5 * 1em);
}
@media (max-width: 819px) {
  .th-card--strip {
    width: 80vw;
  }
}
.th-card--wall {
  padding: 15px 18px 12px;
  min-height: 143px;
}
.th-card--wall .th-card-quote {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 819px) {
  .th-card--wall {
    min-height: auto;
  }
}

.th-card-quote {
  margin: 0;
  font-family: "PT Mono", monospace;
  font-size: 14px;
  line-height: 1.45;
  text-wrap: pretty;
  color: #2E4457;
}

.th-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #5B7387;
  margin-top: auto;
}

.th-wall-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 40px;
}
@media (max-width: 819px) {
  .th-wall-inner {
    padding: 56px 20px;
  }
}

.th-wall-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 22px;
}

.th-wall-title {
  margin: 0;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.th-wall-title > span:first-child {
  font-family: "PT Mono", monospace;
  font-weight: 400;
}
@media (max-width: 819px) {
  .th-wall-title {
    font-size: 40px;
  }
}

.th-wall-title-sub {
  color: #5B7387;
  font-size: 0.45em;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-left: 12px;
}

.th-wall-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(360px, 100%);
  padding: 9px 16px;
  border-radius: 2px;
  border: 1px solid #C5D5E3;
  background: #FFFFFF;
  color: #5B7387;
  cursor: text;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.th-wall-search:hover {
  border-color: #B0C4D6;
}
.th-wall-search:focus-within {
  border-color: #26BF7D;
  box-shadow: 0 0 0 3px rgba(38, 191, 125, 0.2);
}

.th-wall-search-icon {
  flex: none;
  width: 18px;
  height: 18px;
}

.th-wall-search-input {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  color: #0F2337;
}
.th-wall-search-input::placeholder {
  color: #5B7387;
}
.th-wall-search-input::-webkit-search-cancel-button {
  cursor: pointer;
}

.th-wall-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 819px) {
  .th-wall-grid {
    grid-template-columns: 1fr;
  }
}

.th-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.th-pager-label {
  font-size: 14px;
  color: #8199AD;
  font-variant-numeric: tabular-nums;
}

.th-pager-track {
  flex: 1;
  height: 2px;
  background: #D6E3EE;
  border-radius: 1px;
  position: relative;
  max-width: 320px;
}

.th-pager-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #3e92cc;
  border-radius: 1px;
  transition: left 0.3s;
}

.th-pager-buttons {
  display: flex;
  gap: 6px;
}

.th-pager-button {
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #C5D5E3;
  background: #FFFFFF;
  color: #0F2337;
  font: inherit;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
.th-page .th-pager-button, .th-page .th-pager-button:hover {
  color: #0F2337;
}
.th-pager-button:hover {
  border-color: #3e92cc;
}
.th-pager-button.is-disabled {
  pointer-events: none;
}
.th-pager-button:disabled, .th-pager-button.is-disabled {
  cursor: default;
  opacity: 0.35;
}
.th-pager-button:disabled:hover, .th-pager-button.is-disabled:hover {
  border-color: #C5D5E3;
}

.th-closing {
  padding: 88px 40px;
}
.th-closing > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 819px) {
  .th-closing {
    padding: 56px 20px;
  }
}

.th-closing-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #5B7387;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.is-source-anchor {
  anchor-name: --th-source-anchor;
}

.th-source-card {
  position: fixed;
  position-anchor: --th-source-anchor;
  position-area: bottom span-all;
  position-try-fallbacks: flip-block;
  justify-self: anchor-center;
  margin: 12px;
  z-index: 30;
  background: #FFFFFF;
  border: 1px solid #C5D5E3;
  border-radius: 2px;
  padding: 16px 18px;
  width: 340px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(15, 35, 55, 0.16);
  color: #0F2337;
  pointer-events: none;
}
.th-source-card[hidden] {
  display: none;
}
@supports not (anchor-name: --th-source-anchor) {
  .th-source-card {
    inset: auto 0 0;
    margin: 0 auto 16px;
  }
}
@media (max-width: 819px) {
  .th-source-card {
    position-area: none;
    position-try-fallbacks: none;
    justify-self: auto;
    margin: 0;
    width: auto;
    left: 12px;
    right: 12px;
    bottom: 16px;
    pointer-events: auto;
  }
}

.th-source-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  color: #5B7387;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.th-source-n {
  color: #3e92cc;
}

.th-source-quote {
  margin: 0;
  font-family: "PT Mono", monospace;
  font-size: 14px;
  line-height: 1.45;
  color: #2E4457;
  text-wrap: pretty;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 22;
  -webkit-box-orient: vertical;
}

.th-source-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: 0;
  color: #5B7387;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 819px) {
  .th-source-close {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .th-typed-char.has-caret::after {
    animation: none;
  }
}
