/* KTL — styles for the designed pages beyond the homepage and blog.
   Same tokens and conventions as ktl.css, which loads first. Mobile first:
   sm 640px · md 768px. */

[hidden] {
  display: none !important;
}

/* ── Shared utilities ────────────────────────────────────────────────────── */

.wrap--1060 {
  max-width: 1060px;
}
.wrap--1000 {
  max-width: 1000px;
}
.wrap--900 {
  max-width: 900px;
}
.wrap--700 {
  max-width: 700px;
}
.wrap--660 {
  max-width: 660px;
}

.pad-page {
  padding-block: 52px;
}
.pt-9 {
  padding-top: 36px;
}
.pt-14 {
  padding-top: 56px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mt-1-5 {
  margin-top: 6px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3-5 {
  margin-top: 14px;
}
.mt-5-5 {
  margin-top: 22px;
}
.mt-6-5 {
  margin-top: 26px;
}
.mt-7-5 {
  margin-top: 30px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-11 {
  margin-top: 44px;
}

.measure-22 {
  max-width: 22ch;
}
.measure-24 {
  max-width: 24ch;
}
.measure-26 {
  max-width: 26ch;
}
.measure-28 {
  max-width: 28ch;
}
.measure-30 {
  max-width: 30ch;
}
.measure-46 {
  max-width: 46ch;
}
.measure-48 {
  max-width: 48ch;
}
.measure-50 {
  max-width: 50ch;
}
.measure-60 {
  max-width: 60ch;
}
.measure-62 {
  max-width: 62ch;
}
.measure-64 {
  max-width: 64ch;
}
.measure-70 {
  max-width: 70ch;
}
.measure-74 {
  max-width: 74ch;
}

.text-center {
  text-align: center;
}

.xp {
  color: var(--xp);
}

.text-lav {
  color: #e5ddf5;
}

.lede-15 {
  font-size: 15px;
  line-height: 1.625;
}
.lede-16 {
  font-size: 16.5px;
  line-height: 1.625;
}
.lede-17 {
  font-size: 17px;
  line-height: 1.625;
}
.lede-19 {
  font-size: 19px;
  line-height: 1.625;
}

.eyebrow--green {
  color: var(--xp);
}
.eyebrow--12 {
  font-size: 12px;
}
.eyebrow--muted {
  color: var(--muted);
}
.eyebrow--commit {
  color: var(--commit);
}
.eyebrow--danger {
  color: var(--destructive);
}

.label--11 {
  font-size: 11px;
  letter-spacing: 0.15em;
}
.label--10em {
  letter-spacing: 0.1em;
}
.label--12em {
  letter-spacing: 0.12em;
}
.label--15em {
  letter-spacing: 0.15em;
}
.label--muted {
  color: var(--muted);
}
.label--danger {
  color: var(--destructive);
}
.label--lilac {
  color: #e9e2ff;
}

.meta-mono--loose {
  line-height: 1.8;
}

.meta-mono--plain {
  text-transform: none;
}

.link-cta--block {
  display: inline-block;
}

.rich-links a {
  color: var(--xp);
  text-decoration: underline;
}

.rich-links a:hover {
  color: var(--foreground);
}

.btn--13 {
  font-size: 13px;
}

.btn--11 {
  font-size: 11px;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--void {
  flex: none;
  background: var(--void);
  color: var(--xp);
  font-size: 13px;
  letter-spacing: 0.06em;
  --lip-colour: #062b16;
}

.btn--quiet {
  color: var(--t80);
  --lip-colour: var(--void);
}

.button-row--center {
  align-items: center;
}

.cta-row--fixed {
  flex: none;
}

.h-title {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.h-sub {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h-price {
  font-size: 52px;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.h-nd {
  font-size: 40px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.h-status {
  font-size: 30px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
}

@media (min-width: 640px) {
  .h-price {
    font-size: 66px;
  }

  .h-nd {
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .h-title {
    font-size: 46px;
  }
  .h-title--44 {
    font-size: 44px;
  }
  .h-title--42 {
    font-size: 42px;
  }
  .h-title--52 {
    font-size: 52px;
  }
  .h-sub {
    font-size: 30px;
  }
  .h-sub--28 {
    font-size: 28px;
  }
  .h-section--40 {
    font-size: 40px;
  }
  .h-section--36 {
    font-size: 36px;
  }
  .h-price {
    font-size: 80px;
  }
  .h-nd {
    font-size: 70px;
  }
  .h-status {
    font-size: 38px;
  }
}

/* Boxes with a coloured edge. */
.note-box {
  border-left: 4px solid var(--loot);
  background: var(--void);
  padding: 18px;
}

.note-box--danger {
  border-color: var(--destructive);
}

.note-box--coop {
  border-color: var(--coop);
}

.note-box__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--t80);
}

.note-box .note-box__text,
.note-box .label + * {
  margin-top: 10px;
}

.dashed-box {
  border: 2px dashed #3d2770;
  background: var(--void);
  padding: 20px;
}

.dashed-box__text {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--t80);
}

.x-list,
.arrow-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.x-list li,
.arrow-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.x-list li::before {
  content: '✕';
  flex: none;
  font-weight: 700;
  color: var(--destructive);
}

.x-list strong {
  color: var(--foreground);
}

.arrow-list li::before {
  content: '→';
  flex: none;
  font-weight: 700;
  color: var(--loot);
}

/* Tops of cards tinted in turn: green, pink, gold, violet. */
.tinted {
  border-top: 4px solid var(--xp);
  background: var(--void);
  padding: 17px;
}

.tinted-set > :nth-child(4n + 2) {
  border-color: var(--love);
}
.tinted-set > :nth-child(4n + 3) {
  border-color: var(--loot);
}
.tinted-set > :nth-child(4n + 4) {
  border-color: #7c5cff;
}

.chooser.tinted-set > :nth-child(3n + 1) {
  border-color: var(--loot);
}
.chooser.tinted-set > :nth-child(3n + 2) {
  border-color: var(--love);
}
.chooser.tinted-set > :nth-child(3n + 3) {
  border-color: var(--xp);
}

.tinted__head {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.tinted__text {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--t80);
}

.empty,
.empty-card {
  background: var(--panel);
  padding: 18px;
  font-size: 14px;
  color: var(--muted);
}

.empty-card {
  font-size: 15px;
  line-height: 1.625;
  color: var(--t80);
}

.card--pad-22 {
  padding: 22px;
}

.stack-14 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Stat tiles: number over label, coloured in turn. */
.stat-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 12px;
  margin: 0;
}

.stat-tile {
  display: flex;
  flex-direction: column-reverse;
  background: var(--panel);
  padding: 15px;
}

.stat-tile dt {
  margin-top: 10px;
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}

.stat-tile dd {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: var(--xp);
}

.stat-tile:nth-child(4n + 2) dd {
  color: var(--loot);
}
.stat-tile:nth-child(4n + 3) dd {
  color: var(--commit);
}
.stat-tile:nth-child(4n + 4) dd {
  color: #b985f5;
}

.stat-tiles--about {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.stat-tiles--about .stat-tile {
  padding: 16px;
}

.stat-tiles--about dt {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.stat-tiles--about dd {
  font-size: 38px;
  letter-spacing: -0.03em;
}

.stat-tiles--about .stat-tile:nth-child(4n + 2) dd {
  color: var(--love);
}
.stat-tiles--about .stat-tile:nth-child(4n + 3) dd {
  color: var(--loot);
}
.stat-tiles--about .stat-tile:nth-child(4n + 4) dd {
  color: #7c5cff;
}

/* A hero split: copy beside a fixed-width card. */
.split-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
  padding-top: 32px;
  padding-bottom: 56px;
}

.split-hero__copy {
  flex: 1;
  min-width: 0;
}

@media (min-width: 768px) {
  .split-hero__copy {
    min-width: 420px;
  }
}

.band-line {
  border-top: 1px solid var(--line);
}

.bars {
  display: flex;
  gap: 3px;
}

.bars span {
  flex: 1;
  height: 11px;
  background: var(--void);
}

.bars .is-on {
  background: var(--xp);
}

.bars--empty {
  gap: 4px;
}

.bars--empty span {
  height: 22px;
  background: var(--background);
}

.meter-block__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
}

/* ── Features ────────────────────────────────────────────────────────────── */

.loop-body {
  margin-top: 6px;
  font-size: 15px;
  color: var(--t80);
}

.explorer-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.mechanics {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mechanic {
  background: var(--panel);
  padding: 18px;
}

.mechanic__summary {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
}

.mechanic__summary::-webkit-details-marker {
  display: none;
}

.mechanic__icon {
  flex: none;
  width: 40px;
  font-size: 28px;
}

.mechanic__main {
  flex: 1;
  min-width: 0;
}

.mechanic__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.mechanic__name {
  font-size: 19px;
  font-weight: 700;
}

.mechanic__cadence {
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: var(--loot);
  text-transform: uppercase;
}

.mechanic__blurb {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.mechanic__meta {
  display: none;
  flex: none;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
}

.mechanic__toggle {
  flex: none;
  width: 18px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--xp);
}

.mechanic__toggle::after {
  content: '+';
}

.mechanic[open] .mechanic__toggle::after {
  content: '–';
}

.mechanic__body {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px dashed var(--coop-lip);
  padding-top: 16px;
}

.mechanic__practice {
  flex: 1 1 260px;
  min-width: 0;
}

.mechanic__panel {
  margin-top: 12px;
  background: var(--background);
  padding: 16px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--t80);
}

.mechanic__small {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
}

.mechanic__why {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.mechanic__why-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--t80);
}

@media (min-width: 640px) {
  .mechanic__meta {
    display: block;
  }

  .mechanic__why {
    flex: none;
    width: 240px;
  }
}

.duo {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.duo__main {
  flex: 1 1 320px;
  min-width: 0;
  padding: 19px;
}

.rule-box {
  display: flex;
  flex: 1 1 280px;
  flex-direction: column;
  min-width: 0;
  background: var(--panel);
  padding: 19px;
}

.rule-box__body {
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--t80);
}

.rule-box__button {
  margin-top: auto;
  padding: 14px;
}

.rule-box__body + .rule-box__button {
  margin-top: 16px;
}

/* ── Long distance ───────────────────────────────────────────────────────── */

.ld-section {
  border-top: 1px solid var(--coop-lip);
  scroll-margin-top: 96px;
}

.ld-section--first {
  border-top: 0;
}

.ld-section__inner {
  max-width: 1152px;
  margin-inline: auto;
  padding: 64px 20px;
}

.ld-section__title {
  margin-top: 16px;
  max-width: 768px;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.ld-section__lead {
  margin-top: 20px;
  max-width: 672px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--t70);
}

.ld-hero-grid {
  margin-top: 40px;
  display: grid;
  gap: 40px;
}

@media (min-width: 768px) {
  .ld-section__inner {
    padding-block: 96px;
  }

  .ld-section__title {
    font-size: 48px;
  }

  .ld-section__lead {
    font-size: 18px;
  }

  .ld-hero-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: start;
  }
}

.love-head {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.625;
  letter-spacing: 0.06em;
  color: var(--love);
}

.rule-list {
  margin-top: 48px;
  border-top: 1px solid var(--coop-lip);
}

.rule-list li {
  border-bottom: 1px solid var(--coop-lip);
  padding-block: 24px;
}

.rule-list p {
  margin-top: 12px;
  max-width: 768px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t70);
}

.cell-grid {
  margin-top: 48px;
  display: grid;
  border-top: 1px solid var(--coop-lip);
  border-left: 1px solid var(--coop-lip);
}

.cell-grid > li {
  border-right: 1px solid var(--coop-lip);
  border-bottom: 1px solid var(--coop-lip);
  padding: 24px;
}

@media (min-width: 640px) {
  .cell-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cell-grid__when {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--muted);
  text-transform: uppercase;
}

.cell-grid__text {
  font-size: 14px;
  line-height: 1.625;
  color: var(--t70);
}

.faq-lines {
  margin-top: 48px;
  border-top: 1px solid var(--coop-lip);
}

.faq-line {
  border-bottom: 1px solid var(--coop-lip);
}

.faq-line summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
}

.faq-line summary::-webkit-details-marker {
  display: none;
}

.faq-line__toggle {
  flex: none;
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--xp);
  transition: transform 0.15s;
}

.faq-line[open] .faq-line__toggle {
  transform: rotate(45deg);
}

.faq-line p {
  max-width: 768px;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t70);
}

/* Segment pages. */
.big-icon {
  font-size: 38px;
  line-height: 1;
}

.segment-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.segment-cards > * {
  flex: 1 1 260px;
  min-width: 0;
  padding: 18px;
}

.segment-cards__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.segment-cards__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.case {
  margin-top: 28px;
  max-width: 74ch;
  background: var(--coop);
  padding: 24px;
  --lip-colour: var(--coop-lip);
}

.case__text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.625;
}

.case__note {
  margin-top: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--t70);
  text-transform: uppercase;
}

/* ── Compare ─────────────────────────────────────────────────────────────── */

.verdict {
  margin-top: 22px;
  max-width: 74ch;
  background: var(--panel);
  padding: 20px;
}

.verdict__text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-wrap: pretty;
}

.tabs {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tab {
  padding: 10px 16px;
  background: var(--panel);
  color: var(--t80);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tab.is-active {
  background: var(--xp);
  color: var(--void);
}

.compare-grid {
  overflow-x: auto;
  background: var(--panel);
  padding: 6px;
}

.compare-grid table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  text-align: left;
}

.compare-grid thead tr {
  background: var(--void);
}

.compare-grid th,
.compare-grid td {
  padding: 14px;
  font-size: 13.5px;
  vertical-align: top;
}

.compare-grid thead th {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}

.compare-grid thead th.is-us {
  color: var(--xp);
}

.compare-grid tbody tr {
  border-top: 1px solid var(--background);
}

.compare-grid tbody th {
  font-weight: 400;
  color: var(--t80);
}

.compare-grid td {
  color: var(--muted);
}

.compare-grid td.is-us {
  font-weight: 700;
  color: var(--xp);
}

.picks {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.picks__item {
  flex: 1 1 290px;
  min-width: 0;
  padding: 18px;
}

.picks__us {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--t80);
}

.chooser {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
}

.chooser__q {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-wrap: pretty;
}

.chooser__a {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.steps li {
  padding: 17px;
}

.steps__n {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
}

.steps__head {
  margin-top: 7px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.steps__text {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

/* The green closing slab. */
.green-slab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  background: var(--xp);
  color: var(--void);
  padding: 24px;
  --lip-colour: var(--xp-lip);
}

.green-slab__text {
  flex: 1;
  min-width: min(250px, 100%);
}

.green-slab__title {
  font-size: 25px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #062b16;
}

.green-slab__body {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.625;
  font-weight: 700;
  color: #0b3d1f;
}

.green-slab--big {
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
}

.green-slab__title--big {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--void);
}

.green-slab__body--big {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--void);
}

@media (min-width: 768px) {
  .green-slab--big {
    padding: 40px;
  }

  .green-slab__title--big {
    font-size: 32px;
  }
}

/* ── Pricing ─────────────────────────────────────────────────────────────── */

.price-card {
  flex: none;
  width: 100%;
  background: var(--xp);
  color: var(--void);
  padding: 32px;
  --lip-colour: var(--xp-lip);
}

.price-card__label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
}

.price-card__row {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.price-card__price {
  font-size: 84px;
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.price-card__note {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card__rule {
  margin-block: 20px;
  height: 4px;
  background: var(--void);
  opacity: 0.25;
}

.price-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.375;
  font-weight: 500;
}

.price-card__tick {
  display: grid;
  flex: none;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  background: var(--void);
  color: var(--xp);
  font-size: 11px;
  font-weight: 700;
}

.price-card__small {
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  line-height: 1.7;
  text-transform: uppercase;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .price-card {
    width: 432px;
  }

  .price-card__price {
    font-size: 104px;
  }
}

.never {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px;
  padding-block: 52px;
}

.never__copy {
  flex: 1;
  min-width: 0;
}

.never__list {
  display: flex;
  flex: 1 1 300px;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.never__item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--panel);
  padding: 14px 16px;
  --lip-colour: #150c2e;
}

.never__icon {
  flex: none;
  font-size: 20px;
  line-height: 1;
}

.never__text {
  flex: 1;
}

.never__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.never__note {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--muted);
}

.never__tag {
  flex: none;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--xp);
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .never__copy {
    min-width: 380px;
  }

  .never__list {
    flex: 1.2 1 300px;
  }
}

.maybe-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.maybe-row__demo,
.sensory__demo {
  display: flex;
  flex: 1 1 280px;
  min-width: 0;
}

.maybe-row__demo .ktl-widget,
.sensory__demo .ktl-widget {
  width: 100%;
}

.maybe {
  flex: 1 1 280px;
  min-width: 0;
  background: var(--panel);
  padding: 22px;
}

.maybe__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.maybe__badge {
  background: var(--void);
  padding: 6px 8px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--muted);
  text-transform: uppercase;
}

.maybe__title {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 700;
}

.maybe__title--19 {
  margin-top: 6px;
  font-size: 19px;
}

.maybe__body {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.maybe__body--small {
  font-size: 13.5px;
}

.maybe__costumes {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.maybe__costumes > div {
  flex: 1;
  background: var(--void);
  padding-block: 14px;
  text-align: center;
}

.maybe__costumes span {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.maybe__costumes p {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
}

.maybe__note {
  margin-top: 14px;
  background: var(--void);
  padding: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
}

.maybe__muted {
  font-size: 13px;
  line-height: 1.625;
  color: var(--muted);
}

.context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  background: var(--coop);
  padding: 32px;
  --lip-colour: var(--coop-lip);
}

.context__copy {
  flex: 1;
  min-width: 0;
}

.context__title {
  margin-top: 10px;
  max-width: 30ch;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.context__body {
  margin-top: 12px;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.625;
  color: var(--t85);
}

.context__tiles {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  gap: 14px;
}

.context__tile {
  width: 150px;
  background: var(--coop-lip);
  padding: 20px;
  text-align: center;
}

.context__tile--ours {
  background: var(--xp);
  color: var(--void);
  --lip-colour: var(--xp-lip);
}

.context__small {
  font-family: var(--font-mono);
  font-size: 10px;
  color: #b985f5;
  text-transform: uppercase;
}

.context__tile--ours .context__small {
  color: inherit;
  opacity: 0.7;
}

.context__price {
  margin-block: 8px 4px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .context {
    padding: 36px;
  }

  .context__copy {
    min-width: 400px;
  }

  .context__title {
    font-size: 26px;
  }
}

.qa-grid {
  display: grid;
  gap: 16px;
}

.qa-grid__q {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.qa-grid__a {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.625;
  color: var(--t80);
}

@media (min-width: 768px) {
  .qa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.closing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--panel);
  padding: 32px;
}

.closing__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.closing__body {
  margin-top: 8px;
  font-size: 15px;
  color: var(--muted);
}

@media (min-width: 768px) {
  .closing {
    padding: 40px;
  }

  .closing__title {
    font-size: 32px;
  }
}

/* ── FAQ ─────────────────────────────────────────────────────────────────── */

.faq-cards {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-card {
  background: var(--panel);
}

.faq-card__summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 17px;
  list-style: none;
  transition: background-color 0.15s;
}

.faq-card__summary::-webkit-details-marker {
  display: none;
}

.faq-card__summary:hover {
  background: var(--panel-hi);
}

.faq-card__text {
  flex: 1;
}

.faq-card__cat {
  display: block;
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}

.faq-card__q {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 700;
}

.faq-card__toggle {
  flex: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--xp);
}

.faq-card__toggle::after {
  content: '+';
}

.faq-card[open] .faq-card__toggle::after {
  content: '−';
}

.faq-card__answer {
  margin: 0 17px 17px;
  border-top: 1px dashed #3d2770;
  padding-top: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--t80);
}

.stuck {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  background: var(--panel);
  padding: 20px;
}

.stuck__text {
  flex: 1 1 260px;
  min-width: 0;
}

.stuck__title {
  font-size: 19px;
  font-weight: 700;
}

.stuck__body {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.stuck__email {
  flex: none;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--xp);
}

.stuck__email:hover {
  color: var(--loot);
}

/* ── About ───────────────────────────────────────────────────────────────── */

.about-intro {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 66ch;
}

.about-intro__lead {
  font-size: 18px;
  line-height: 1.7;
  color: #e5ddf5;
  text-wrap: pretty;
}

.about-intro__lead em {
  font-style: normal;
  color: var(--xp);
}

.about-intro__body {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--t80);
}

.tinted-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: 14px;
}

.tinted-grid .tinted {
  padding: 19px;
}

.link-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.link-card {
  display: block;
  flex: 1 1 260px;
  min-width: 0;
  background: var(--panel);
  padding: 18px;
}

.link-card__head,
.link-card__cta {
  display: block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--love);
  text-transform: uppercase;
}

.link-card__text {
  display: block;
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--t80);
}

.link-card__cta {
  margin-top: 12px;
  letter-spacing: 0.08em;
}

.pair {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
}

.paid {
  flex: 1.1 1 300px;
  min-width: 0;
  background: var(--panel);
  padding: 20px;
}

.paid__body {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #e5ddf5;
}

.pair__side {
  flex: 1 1 280px;
  min-width: 0;
}

.coop-slab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  background: var(--coop);
  padding: 26px;
  --lip-colour: var(--coop-lip);
}

.coop-slab__copy {
  flex: 1 1 260px;
  min-width: 0;
}

.coop-slab__title {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.coop-slab__body {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.625;
  color: #e9e2ff;
}

/* ── Research, stories ───────────────────────────────────────────────────── */

.finding__change {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.finding__detail {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.625;
  color: var(--t80);
}

.reason__head {
  font-size: 17px;
  font-weight: 700;
}

.callout__title {
  font-size: 20px;
  font-weight: 700;
}

/* ── Status ──────────────────────────────────────────────────────────────── */

.status-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  background: var(--panel);
  padding: 24px;
}

.status-hero__dot {
  flex: none;
  width: 22px;
  height: 22px;
  background: var(--xp);
  box-shadow: 0 0 0 6px var(--xp-lip);
}

.status-hero__dot--degraded {
  background: var(--loot);
  box-shadow: 0 0 0 6px var(--loot-lip);
}

.status-hero__copy {
  flex: 1;
  min-width: min(240px, 100%);
}

.status-hero__body {
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.625;
  color: #e5ddf5;
}

.status-hero__checked {
  flex: none;
  max-width: 22ch;
  font-family: var(--font-mono);
  font-size: 10.5px;
  line-height: 1.7;
  color: var(--muted);
  text-transform: uppercase;
}

.services,
.incidents {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service {
  background: var(--panel);
  padding: 17px;
}

.service__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.service__name {
  flex: 1;
  min-width: 180px;
  font-size: 17px;
  font-weight: 700;
}

.service__badge {
  flex: none;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--xp);
  text-transform: uppercase;
}

.service__badge--degraded {
  color: var(--loot);
}

.service__badge--down {
  color: var(--destructive);
}

.service__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t80);
}

.incident__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--muted);
  text-transform: uppercase;
}

.incident__meta strong {
  color: var(--loot);
}

.incident__title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.incident__text {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--t80);
}

.promises {
  background: var(--coop);
  padding: 24px;
  --lip-colour: var(--void);
}

.promises__list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promises__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.65;
}

.promises__dot {
  flex: none;
  width: 9px;
  height: 9px;
  margin-top: 7px;
  background: var(--xp);
}

/* ── Neurodivergent ──────────────────────────────────────────────────────── */

.nd-card {
  flex: none;
  width: 100%;
  background: var(--panel);
  padding: 26px;
}

.nd-card__send {
  margin-top: 16px;
  background: var(--void);
  padding: 18px;
}

.nd-card__row {
  margin-top: 4px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.nd-card__value {
  font-size: 58px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--xp);
}

.nd-card__desc {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--loot);
  text-transform: uppercase;
}

.nd-card__quote {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.625;
}

.nd-card__facts {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.nd-card__facts > div {
  flex: 1;
  background: var(--void);
  padding: 14px;
}

.nd-card__fact {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .nd-card {
    width: 404px;
  }
}

.frictions {
  display: grid;
  gap: 18px;
}

.friction {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--panel);
  padding: 24px;
  --lip-colour: #150c2e;
}

.friction__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.friction__who,
.pending__when {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--muted);
}

.friction__problem {
  font-size: 23px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.friction__answer {
  border-left: 4px solid var(--xp);
  background: var(--void);
  padding: 14px 16px;
}

.friction__text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.625;
  color: var(--t80);
}

.friction__mechanic {
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.625;
  color: var(--muted);
}

@media (min-width: 768px) {
  .frictions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.week {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 44px;
  padding-top: 56px;
}

.week__copy {
  flex: 1;
  min-width: 0;
}

.week__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 460px;
}

.week__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--panel);
  padding: 14px 16px;
}

.week__line {
  font-size: 14.5px;
  font-weight: 700;
}

.week__verdict {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--xp);
  text-align: right;
  text-transform: uppercase;
}

.week__verdict--warn {
  color: var(--loot);
}

.freeze {
  flex: none;
  width: 100%;
  background: var(--panel);
  padding: 24px;
}

.freeze__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 1;
}

.freeze__body {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.625;
}

.freeze__bars {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.freeze__bars span {
  width: 44px;
  height: 30px;
  background: var(--void);
}

.freeze__bars .is-on {
  background: var(--xp);
}

.freeze__rule {
  margin-block: 20px;
  height: 1px;
  background: #3d2770;
}

.never-send {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.never-send li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--t80);
}

.never-send__x {
  display: grid;
  flex: none;
  place-items: center;
  width: 16px;
  height: 16px;
  background: var(--destructive);
  color: var(--void);
  font-size: 10px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .week__copy {
    min-width: 420px;
  }

  .freeze {
    width: 400px;
  }
}

.sensory {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
}

.swatches {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.swatches > div {
  background: var(--void);
  padding: 12px;
}

.swatches span {
  display: block;
  height: 22px;
}

.swatches p {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
}

.bottom-box {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--void);
  padding: 16px;
}

.bottom-box__done {
  font-size: 14px;
  font-weight: 700;
  color: var(--xp);
}

.memory {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  background: var(--coop);
  padding: 32px;
  --lip-colour: var(--coop-lip);
}

.memory__copy {
  flex: 1;
  min-width: 0;
}

.memory__title {
  margin-top: 14px;
  max-width: 26ch;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.memory__body {
  margin-top: 14px;
  max-width: 50ch;
  font-size: 16px;
  line-height: 1.625;
  color: var(--t85);
}

.memory__list {
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.memory__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--background);
  padding: 14px 16px;
}

.memory__icon {
  flex: none;
  font-size: 19px;
  line-height: 1;
}

.memory__item-title {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
}

.memory__note {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  color: var(--muted);
}

@media (min-width: 768px) {
  .memory {
    padding: 38px;
  }

  .memory__copy {
    min-width: 380px;
  }

  .memory__title {
    font-size: 32px;
  }

  .memory__list {
    width: 440px;
  }
}

.pending__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
}

.pending__detail {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.625;
  color: var(--muted);
}

/* ── Join ────────────────────────────────────────────────────────────────── */

.join-head {
  text-align: center;
}

.join-panel {
  background: var(--panel);
  padding: 24px;
}

.field-label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--muted);
  text-transform: uppercase;
}

.input--big {
  display: block;
  border-color: var(--line);
  padding: 14px 16px;
  font-size: 15px;
}

.input--code {
  padding-block: 12px;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.join-form__error {
  margin-top: 12px;
  font-size: 12px;
  color: var(--destructive);
}

.redeem {
  margin-top: 20px;
  border-top: 1px dashed #3d2770;
  padding-top: 18px;
}

.redeem .btn {
  color: var(--t80);
  --lip-colour: var(--void);
}

.join-status__queue {
  background: var(--xp);
  color: var(--void);
  padding: 16px;
  animation: ktl-pop 0.3s ease-out both;
}

.join-status__label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.join-status__position {
  margin-top: 6px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.join-status__note {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
}

.join-status__share {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--void);
  padding: 12px;
  --lip-colour: var(--background);
}

.join-status__link {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--t80);
}

.join-status__button,
.join-status__tell {
  flex: none;
  background: var(--panel);
  padding: 8px 12px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  --lip-colour: var(--background);
}

.join-status__refs {
  margin-top: 12px;
}

.join-status__refs-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}

.join-status__count {
  font-family: var(--font-mono);
  color: var(--t80);
}

.bars--referrals.bars--maxed .is-on {
  background: var(--loot);
}

.join-status__hint {
  margin-top: 8px;
  font-size: 12px;
  color: var(--t80);
}

.join-status__partner {
  margin-top: 16px;
  background: var(--coop);
  padding: 16px;
  --lip-colour: var(--coop-lip);
}

.join-status__partner-body {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.625;
  color: var(--t85);
}

.join-status__tell {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: var(--void);
  padding: 12px 16px;
  font-size: 11px;
}

/* ── Sitemap, 404 ────────────────────────────────────────────────────────── */

.sitemap-lede {
  margin-top: 12px;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.625;
  color: var(--muted);
}

.sitemap-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sitemap-group {
  flex: 1 1 280px;
  min-width: 0;
  padding: 17px;
}

.sitemap-group__list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sitemap-link {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--xp);
  overflow-wrap: anywhere;
}

.sitemap-link:hover {
  color: var(--foreground);
}

.lost {
  padding-block: 80px;
  text-align: center;
}

.lost__code {
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--commit);
}

.lost__title {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lost__body {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--t80);
}

.lost__links {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  text-align: left;
}

.lost__link {
  display: block;
  background: var(--panel);
  padding: 15px;
  transition: background-color 0.15s;
}

.lost__link:hover {
  background: var(--panel-hi);
}

.lost__icon {
  display: block;
  font-size: 20px;
}

.lost__name {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}

.lost__path {
  display: block;
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--muted);
}

@media (min-width: 768px) {
  .lost__code {
    font-size: 92px;
  }

  .lost__title {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-status__queue {
    animation: none;
  }

  .faq-line__toggle {
    transition: none;
  }
}
