/* ============================================================
   TCHER — Swiss Studio system
   Display: Archivo (variable, heavy) · Labels: Spline Sans Mono
   One accent: cobalt. Architecture: hairline grid + hard rules.
   No rounded cards, no pills, no drop-shadow floats.
   ============================================================ */

:root {
  --bg: #FBFAF6;
  --panel: #F1EEE4;
  --ink: #131312;
  --ink-2: #54524A;
  --grey: #79766C;
  --hair: #D8D4C6;
  --hair-2: #E6E2D6;
  --cobalt: #1D44D8;
  --cobalt-ink: #112a8a;
  --white: #FFFFFF;

  --disp: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "Spline Sans Mono", ui-monospace, monospace;

  --pad: clamp(20px, 4.4vw, 56px);
  --rule: 1px solid var(--ink);
  --hairline: 1px solid var(--hair);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--disp);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--cobalt); color: #fff; }

a { color: inherit; }

.mono {
  font-family: var(--mono);
  font-weight: 400;
}

.u-label {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--grey);
}

/* heavy display helpers — Archivo variable weight + width */
.disp {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 110%;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: var(--disp); }

/* full-bleed sections separated by hard rules */
.edge { border-top: var(--rule); }

.pad { padding-inline: var(--pad); }

.section { padding-block: clamp(56px, 7vw, 104px); }

/* section header used across the page */
.sec-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-bottom: clamp(36px, 4vw, 56px);
}
.sec-head .idx {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cobalt);
  display: flex;
  align-items: center;
  gap: 12px;
}
.sec-head .idx::after { content: ""; flex: 1; height: 1px; background: var(--hair); }
.sec-head h2 {
  font-weight: 840;
  font-stretch: 108%;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  max-width: 16ch;
}
.sec-head p {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 60ch;
  font-weight: 500;
}

/* ---------------- NAV ---------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: var(--rule);
}
.nav-in {
  height: 66px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.wm {
  font-family: var(--disp);
  font-weight: 800;
  font-size: 27px;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
}
.wm sup { font-size: 10px; font-weight: 600; color: var(--cobalt); top: -1.1em; }
.nav-links {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.nav-links a {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
  padding: 9px 13px;
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
}
.nav-links a i { color: var(--grey); font-style: normal; }
.nav-links a:hover { color: var(--cobalt); }
.nav-links a:hover i { color: var(--cobalt); }
.nav-cta {
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #fff;
  background: var(--cobalt);
  padding: 11px 18px;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.nav-cta:hover { background: var(--cobalt-ink); }
.nav-login {
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
.nav-login:hover { color: var(--cobalt); }

/* ---------------- HERO ---------------- */

.hero {
  position: relative;
  padding-block: clamp(40px, 5vw, 72px) clamp(48px, 6vw, 80px);
  /* three-column hairline grid */
  background:
    linear-gradient(var(--hair-2) 0 0) calc(33.33% ) 0 / 1px 100% no-repeat,
    linear-gradient(var(--hair-2) 0 0) calc(66.66% ) 0 / 1px 100% no-repeat;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  border: var(--rule);
  width: max-content;
  max-width: 100%;
  margin-bottom: clamp(36px, 5vw, 60px);
}
.hero-meta span {
  font-family: var(--mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 9px 16px;
  border-right: var(--rule);
}
.hero-meta span:last-child { border-right: 0; }
.hero-meta .beta {
  background: var(--cobalt);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-meta .beta::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: #fff;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-meta .beta::before { animation: blink 1.6s steps(1) infinite; }
}
@keyframes blink { 50% { opacity: 0.25; } }

.hero-hl {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 112%;
  font-size: clamp(46px, 11.4vw, 168px);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.hero-hl .row { display: flex; align-items: baseline; gap: clamp(12px, 2.5vw, 36px); flex-wrap: wrap; }
.hero-hl .ast { color: var(--cobalt); }
.hero-fn {
  font-family: var(--disp);
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.45;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  max-width: 280px;
  color: var(--grey);
  align-self: center;
}
.hero-fn b { color: var(--ink); }

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(28px, 5vw, 60px);
  margin-top: clamp(40px, 5vw, 64px);
  flex-wrap: wrap;
}
.hero-lede {
  font-size: clamp(18px, 1.9vw, 22px);
  line-height: 1.5;
  max-width: 540px;
  font-weight: 500;
}
.hero-lede em { color: var(--cobalt); font-style: normal; }
.hero-cta {
  font-family: var(--disp);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  white-space: nowrap;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 3px solid var(--cobalt);
  padding-bottom: 4px;
  transition: color 0.15s ease;
}
.hero-cta:hover { color: var(--cobalt); }

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.hero-store-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-store-row .store {
  border: var(--rule);
  background: var(--bg);
}
.hero-store-row .store svg { fill: var(--ink); }
.hero-store-row .store-txt small { color: var(--grey); }
.hero-store-row .store-txt b { color: var(--ink); }
.hero-store-row a.store.live:hover { border-color: var(--cobalt); }

/* ---------------- TRANSCRIPT ---------------- */

.tr-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px var(--pad);
  border-bottom: var(--rule);
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.tr-head .live { color: var(--cobalt); display: inline-flex; gap: 8px; align-items: center; }
.tr-head .live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cobalt); }
@media (prefers-reduced-motion: no-preference) { .tr-head .live::before { animation: blink 1.6s steps(1) infinite; } }

.tr-table { width: 100%; border-collapse: collapse; }
.tr-table td {
  padding: 22px 22px;
  border-bottom: var(--hairline);
  vertical-align: top;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55;
}
.tr-table tr:last-child td { border-bottom: 0; }
.tr-table .c-time {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--grey);
  width: 96px;
  padding-left: var(--pad);
  white-space: nowrap;
}
.tr-table .c-spk {
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 120px;
  font-weight: 500;
}
.tr-table .c-spk.t { color: var(--cobalt); }
.tr-table .c-body { max-width: 720px; }
.tr-table .c-note {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--grey);
  width: 220px;
  padding-right: var(--pad);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.6;
}
.seq {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink);
  background: var(--panel);
  border: var(--hairline);
  display: inline-block;
  padding: 9px 13px;
  margin-top: 12px;
}
.seq b { color: var(--cobalt); font-weight: 500; }
.tr-await td { background: var(--panel); }
.blink-c { color: var(--cobalt); }
@media (prefers-reduced-motion: no-preference) { .caret { animation: blink 1.05s steps(1) infinite; } }

/* ---------------- STATS ---------------- */

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats .s {
  padding: clamp(28px, 3.5vw, 40px) var(--pad);
  border-right: var(--hairline);
}
.stats .s:first-child { padding-left: var(--pad); }
.stats .s:last-child { border-right: 0; }
.stats .n {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 106%;
  font-size: clamp(44px, 6vw, 84px);
  letter-spacing: -0.035em;
  line-height: 1;
}
.stats .n span { color: var(--cobalt); }
.stats .l {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--grey);
  margin-top: 12px;
  line-height: 1.6;
}

/* ---------------- PROBLEM ---------------- */

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.prob {
  padding: clamp(36px, 4vw, 56px) var(--pad);
  border-right: var(--hairline);
}
.prob:last-child { border-right: 0; }
.prob .idx {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cobalt);
  margin-bottom: 22px;
  display: block;
}
.prob h3 {
  font-weight: 800;
  font-stretch: 104%;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.prob p { font-size: clamp(15px, 1.5vw, 17px); color: var(--ink-2); margin-bottom: 26px; max-width: 48ch; }
.prob .quote {
  border-left: 3px solid var(--cobalt);
  padding: 4px 0 4px 20px;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.5;
  font-style: italic;
  color: var(--ink);
}

/* ---------------- PERSONAS ---------------- */

.personas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.persona {
  border-right: var(--rule);
  border-bottom: var(--rule);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--bg);
  transition: background 0.15s ease;
}
.persona:hover { background: var(--panel); }
.persona .p-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.persona .p-num { font-family: var(--mono); font-size: 13px; color: var(--cobalt); letter-spacing: 0.06em; }
.persona h3 {
  font-weight: 800;
  font-stretch: 104%;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.persona .p-desc { font-size: 15px; color: var(--ink-2); line-height: 1.5; }
.persona ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: auto; padding-top: 14px; border-top: var(--hairline); }
.persona li { font-size: 14px; line-height: 1.45; padding-left: 22px; position: relative; color: var(--ink); }
.persona li::before { content: "→"; position: absolute; left: 0; font-family: var(--mono); color: var(--cobalt); }
.persona.soon { background: repeating-linear-gradient(135deg, transparent 0 7px, color-mix(in srgb, var(--hair) 40%, transparent) 7px 8px); }
.persona.soon:hover { background-color: var(--panel); }
.tag-soon {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--cobalt);
  padding: 3px 8px;
}

/* ---------------- FEATURES (ledger table) ---------------- */

.legend {
  display: flex;
  gap: 18px;
  align-items: center;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--grey);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.legend .sw { width: 11px; height: 11px; display: inline-block; margin-right: 7px; vertical-align: -1px; }
.legend .sw.s { background: var(--cobalt); }
.legend .sw.t { background: var(--ink); }

.ledger { border-top: var(--rule); }
.frow {
  display: grid;
  grid-template-columns: 64px 116px 1.05fr 1.5fr 150px;
  gap: 22px;
  align-items: start;
  padding: 24px var(--pad);
  border-bottom: var(--hairline);
  transition: background 0.15s ease;
}
.frow:hover { background: var(--panel); }
.frow .f-num { font-family: var(--disp); font-weight: 800; font-size: 24px; color: var(--hair); letter-spacing: -0.02em; }
.frow:hover .f-num { color: var(--cobalt); }
.frow .f-tag { font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cobalt); padding-top: 6px; }
.frow .f-title { font-weight: 800; font-stretch: 102%; font-size: 20px; letter-spacing: -0.015em; line-height: 1.1; }
.frow .f-desc { font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.frow .f-extra { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.frow .chip2 { font-family: var(--mono); font-size: 11px; border: var(--hairline); padding: 3px 8px; color: var(--ink); }
.frow .f-modes { display: flex; gap: 6px; padding-top: 5px; flex-wrap: wrap; }
.frow .m { font-family: var(--mono); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; padding: 3px 8px; }
.frow .m.s { background: color-mix(in srgb, var(--cobalt) 12%, transparent); color: var(--cobalt); border: 1px solid color-mix(in srgb, var(--cobalt) 40%, transparent); }
.frow .m.t { background: color-mix(in srgb, var(--ink) 8%, transparent); color: var(--ink); border: 1px solid color-mix(in srgb, var(--ink) 30%, transparent); }

/* ---------------- HOW IT WORKS ---------------- */

.how { background: var(--ink); color: var(--bg); }
.how .sec-head h2 { color: var(--bg); }
.how .sec-head .idx { color: #fff; }
.how .sec-head .idx::after { background: #3a3a35; }
.how .sec-head p { color: #b4b1a6; }

.step {
  display: grid;
  grid-template-columns: 80px 1fr 1.05fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding-block: clamp(34px, 4vw, 52px);
  border-top: 1px solid #34332d;
}
.step:first-of-type { border-top: 1px solid #34332d; }
.step .s-num {
  font-family: var(--disp);
  font-weight: 840;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px #6f6d63;
}
.step .s-text h3 {
  font-weight: 800;
  font-stretch: 104%;
  font-size: clamp(22px, 2.5vw, 30px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.02;
  margin-bottom: 12px;
}
.step .s-text p { color: #b4b1a6; font-size: clamp(15px, 1.5vw, 17px); max-width: 42ch; }

.mock {
  background: var(--bg);
  color: var(--ink);
  border: 1px solid #000;
}
.mock .m-head {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--grey);
  padding: 11px 16px;
  border-bottom: var(--hairline);
}
.mock .m-head .r { color: var(--cobalt); }
.mock .m-body { padding: 18px 18px; display: flex; flex-direction: column; gap: 13px; }
.mock .kv { display: grid; grid-template-columns: 96px 1fr; gap: 12px; font-size: 14px; align-items: baseline; }
.mock .kv .k { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey); }
.mock .kv strong { font-weight: 700; }
.mock .m-label { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cobalt); margin-bottom: 4px; }
.mock .m-msg p { font-size: 14px; line-height: 1.5; }
.mock .m-status {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  background: var(--panel);
  border: var(--hairline);
  padding: 10px 12px;
}
.mock .m-note { font-size: 13px; line-height: 1.5; border-top: var(--hairline); padding-top: 11px; color: var(--ink-2); }
.mock .m-note strong { color: var(--ink); }
.mock .m-flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mock .m-flow .node { font-family: var(--mono); font-size: 11.5px; line-height: 1.3; border: 1px solid var(--ink); padding: 7px 10px; }
.mock .m-flow .node small { display: block; font-size: 10px; color: var(--grey); }
.mock .m-flow .arr { font-family: var(--mono); font-size: 11px; color: var(--cobalt); }
.mock .m-try { border: 1px dashed var(--cobalt); padding: 11px 13px; font-size: 13.5px; line-height: 1.45; }
.mock .m-try em { font-style: normal; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cobalt); display: block; margin-bottom: 4px; }

/* ---------------- DIFFERENT ---------------- */

.diff-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.point {
  border-right: var(--rule);
  border-bottom: var(--rule);
  padding: 30px 28px;
}
.point .pt { font-family: var(--mono); font-size: 12.5px; color: var(--cobalt); letter-spacing: 0.08em; display: block; margin-bottom: 14px; }
.point h4 { font-weight: 800; font-stretch: 102%; font-size: 21px; letter-spacing: -0.015em; line-height: 1.1; margin-bottom: 10px; text-transform: uppercase; }
.point p { font-size: 15px; color: var(--ink-2); line-height: 1.5; }

.diff-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(40px, 5vw, 56px);
}
.dstat { border-top: 3px solid var(--ink); padding-top: 16px; padding-right: 16px; }
.dstat.zero { border-top-color: var(--cobalt); }
.dstat .num { font-family: var(--disp); font-weight: 840; font-size: clamp(40px, 4.5vw, 60px); line-height: 1; letter-spacing: -0.03em; }
.dstat.zero .num { color: var(--cobalt); }
.dstat .lbl { font-family: var(--mono); font-size: 12px; color: var(--grey); margin-top: 10px; line-height: 1.5; letter-spacing: 0.04em; }

/* ---------------- TESTIMONIALS ---------------- */

.testi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.tcard {
  border-right: var(--rule);
  border-bottom: var(--rule);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
.tcard .qmark { font-family: var(--disp); font-weight: 840; font-size: 56px; line-height: 0.6; color: var(--cobalt); margin-bottom: 18px; }
.tcard blockquote { font-size: 16.5px; line-height: 1.55; margin-bottom: 24px; flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: var(--hairline); }
.tcard .ava {
  width: 38px; height: 38px;
  background: var(--cobalt);
  color: #fff;
  font-family: var(--disp);
  font-weight: 800;
  font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tcard .nm { font-weight: 700; font-size: 14.5px; line-height: 1.3; }
.tcard .rl { font-family: var(--mono); font-size: 11.5px; color: var(--grey); }

/* ---------------- BETA / FORM ---------------- */

.beta { background: var(--panel); }
.beta-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.beta-left h2 {
  font-weight: 840;
  font-stretch: 108%;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.beta-left .lede { font-size: clamp(16px, 1.6vw, 19px); color: var(--ink-2); margin-top: 20px; max-width: 44ch; }
.beta-perks { list-style: none; display: flex; flex-direction: column; gap: 0; margin-top: 32px; border-top: var(--rule); }
.beta-perks li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 0;
  border-bottom: var(--hairline);
}
.beta-perks li .n { font-family: var(--mono); font-size: 12px; color: var(--cobalt); font-weight: 400; }

.form-card { background: var(--bg); border: var(--rule); }
.form-card .fc-head {
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--grey);
  padding: 13px 18px;
  border-bottom: var(--rule);
  display: flex;
  justify-content: space-between;
}
.form-card .fc-head .step-c { color: var(--cobalt); }
.fc-body { padding: clamp(22px, 2.6vw, 34px); }

.field { margin-bottom: 20px; }
.field > label {
  display: block;
  font-family: var(--mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-2);
  margin-bottom: 9px;
}
.field input[type="email"], .field input[type="text"], .field select {
  width: 100%;
  font-family: var(--disp);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--ink);
  border-radius: 0;
  padding: 13px 14px;
  appearance: none;
  transition: box-shadow 0.12s ease;
}
.field input::placeholder { color: #aaa69a; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23131312' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.field input:focus, .field select:focus {
  outline: none;
  box-shadow: 3px 3px 0 var(--cobalt);
}

.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1.5px solid var(--ink); }
.role { position: relative; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); }
.role:nth-child(2n) { border-right: 0; }
.role:nth-last-child(-n+2) { border-bottom: 0; }
.role input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.role span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 56px;
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease;
}
.role input:checked + span { background: var(--cobalt); color: #fff; }
.role input:focus-visible + span { outline: 2px solid var(--cobalt); outline-offset: -4px; }

.seg2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1.5px solid var(--ink); }
.seg2 .role { border-bottom: 0; }
.seg2 .role span { min-height: 48px; }

.fgroup { display: none; margin-top: 20px; }
.fgroup.on { display: block; }
.frow2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.frow2 .field { margin-bottom: 20px; }

.submit {
  width: 100%;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--cobalt);
  border: 1.5px solid var(--cobalt);
  padding: 15px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.submit:hover { background: var(--cobalt-ink); border-color: var(--cobalt-ink); }
.form-foot { font-family: var(--mono); font-size: 11px; color: var(--grey); margin-top: 14px; text-align: center; letter-spacing: 0.04em; }

.success { display: none; text-align: center; padding: clamp(30px, 4vw, 56px) 16px; }
.success.on { display: block; }
.success .check { width: 60px; height: 60px; border: 2px solid var(--cobalt); color: var(--cobalt); font-size: 28px; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.success h3 { font-weight: 840; font-size: 30px; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 12px; }
.success p { color: var(--ink-2); font-size: 15px; }

/* ---------------- CTA BAND ---------------- */

.band {
  background: var(--cobalt);
  color: #fff;
  padding: clamp(44px, 6vw, 72px) var(--pad);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.band .bt {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 110%;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  max-width: 18ch;
}
.band .bb {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid #fff;
  padding: 17px 28px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.band .bb:hover { background: #fff; color: var(--cobalt); }

/* ---------------- FOOTER ---------------- */

.footer { background: var(--ink); color: var(--bg); padding-block: clamp(48px, 6vw, 72px) 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding-bottom: 44px;
  border-bottom: 1px solid #34332d;
}
.footer .wm { color: var(--bg); font-size: 30px; }
.footer .wm sup { color: #6f8dff; }
.footer .blurb { font-size: 14.5px; color: #b4b1a6; line-height: 1.6; margin-top: 18px; max-width: 34ch; }

.stores { margin-top: 26px; }
.stores-label {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8f8d83;
  margin-bottom: 12px;
}
.store-row { display: flex; gap: 12px; flex-wrap: wrap; }
.store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #34332d;
  padding: 9px 12px;
  position: relative;
}
.store svg { width: 20px; height: 20px; fill: var(--bg); flex-shrink: 0; }
.store-txt { display: flex; flex-direction: column; line-height: 1.1; }
.store-txt small { font-family: var(--mono); font-size: 8.5px; text-transform: uppercase; letter-spacing: 0.1em; color: #8f8d83; }
.store-txt b { font-family: var(--disp); font-weight: 700; font-size: 14px; color: var(--bg); letter-spacing: -0.01em; }
.store-soon,
.store-download {
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--cobalt);
  padding: 2px 6px;
  margin-left: 2px;
}
a.store.live {
  text-decoration: none;
  transition: border-color 0.15s ease;
}
.footer a.store.live:hover { border-color: #9fb4ff; }
.fcol h5 { font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.14em; color: #8f8d83; margin-bottom: 16px; }
.fcol ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fcol a { font-size: 14px; color: var(--bg); text-decoration: none; opacity: 0.82; }
.fcol a:hover { opacity: 1; color: #9fb4ff; }
/* footer base — company / address, then legal bar */
.footer-org {
  margin-top: clamp(36px, 4vw, 52px);
  padding-top: clamp(28px, 3vw, 38px);
  border-top: 1px solid #34332d;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.footer-org .org-block { display: flex; flex-direction: column; }
.footer-org .org-label {
  font-family: var(--mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6f6d63;
  margin-bottom: 11px;
}
.footer-org .org-name {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 16px;
  color: var(--bg);
  letter-spacing: -0.01em;
  line-height: 1.4;
  max-width: 22ch;
}
.footer-org .org-addr {
  font-size: 13.5px;
  color: #b4b1a6;
  line-height: 1.7;
  max-width: 46ch;
}
.footer-org .org-mail {
  font-family: var(--mono);
  font-size: 13px;
  color: #9fb4ff;
  text-decoration: none;
  white-space: nowrap;
}
.footer-org .org-mail:hover { text-decoration: underline; }

.footer-bar {
  margin-top: clamp(28px, 3vw, 36px);
  padding-top: 22px;
  border-top: 1px solid #34332d;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #8f8d83;
}
.footer-bar .links { display: flex; gap: 20px; }
.footer-bar a { color: #8f8d83; text-decoration: none; }
.footer-bar a:hover { color: var(--bg); }

/* ---------------- REVEALS ---------------- */

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.in { opacity: 1; transform: none; }
}

/* ---------------- ABOUT PAGE ---------------- */

.about-hero {
  padding-block: clamp(44px, 6vw, 84px) clamp(40px, 5vw, 64px);
  background:
    linear-gradient(var(--hair-2) 0 0) 33.33% 0 / 1px 100% no-repeat,
    linear-gradient(var(--hair-2) 0 0) 66.66% 0 / 1px 100% no-repeat;
}
.about-hero .kick {
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cobalt);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.about-hero .kick::after { content: ""; flex: 1; height: 1px; background: var(--hair); max-width: 220px; }
.about-hero h1 {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 110%;
  font-size: clamp(38px, 6.6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 18ch;
}
.about-hero h1 em { font-style: normal; color: var(--cobalt); }
.about-hero .intro {
  font-size: clamp(18px, 1.9vw, 23px);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 60ch;
  margin-top: clamp(28px, 3vw, 40px);
}
.about-hero .intro b { color: var(--ink); font-weight: 600; }

/* big pull quote band */
.pullquote {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(44px, 6vw, 80px) var(--pad);
}
.pullquote blockquote {
  font-family: var(--disp);
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 34px);
  line-height: 1.35;
  letter-spacing: -0.015em;
  max-width: 28ch;
  text-indent: -0.5em;
}
.pullquote .qm { color: #6f8dff; }

/* long-form article */
.article { }
.art-block {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(24px, 4vw, 64px);
  padding-block: clamp(40px, 5vw, 68px);
  border-top: var(--rule);
}
.art-block .a-label {
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cobalt);
  line-height: 1.5;
}
.art-block .a-label .ix { color: var(--grey); display: block; margin-bottom: 8px; }
.art-block h2 {
  font-family: var(--disp);
  font-weight: 800;
  font-stretch: 104%;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 18ch;
}
.art-body { max-width: 64ch; }
.art-body p { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.6; color: var(--ink-2); margin-bottom: 18px; }
.art-body p:last-child { margin-bottom: 0; }
.art-body p strong, .art-body p b { color: var(--ink); font-weight: 600; }
.art-body .term {
  font-family: var(--mono);
  font-size: 0.92em;
  color: var(--cobalt);
  letter-spacing: 0.01em;
}

/* beliefs grid */
.beliefs { border-top: var(--rule); border-left: var(--rule); display: grid; grid-template-columns: 1fr 1fr; }
.belief { border-right: var(--rule); border-bottom: var(--rule); padding: 30px 28px; }
.belief .bn { font-family: var(--mono); font-size: 12.5px; color: var(--cobalt); letter-spacing: 0.08em; display: block; margin-bottom: 16px; }
.belief p { font-size: clamp(15px, 1.5vw, 17px); line-height: 1.55; color: var(--ink); }
.belief p strong { color: var(--cobalt); font-weight: 600; }

/* persona list rows */
.who-list { border-top: var(--rule); }
.who-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: clamp(16px, 3vw, 40px);
  align-items: baseline;
  padding: 22px var(--pad);
  border-bottom: var(--hairline);
}
.who-row .wn { font-family: var(--disp); font-weight: 800; font-size: 22px; color: var(--hair); letter-spacing: -0.02em; }
.who-row .wt { font-weight: 700; font-size: clamp(17px, 1.8vw, 21px); letter-spacing: -0.015em; }
.who-row .wd { font-size: 15px; color: var(--ink-2); line-height: 1.5; margin-top: 4px; }
.who-note { padding: 22px var(--pad) 0; font-size: 15px; color: var(--ink-2); line-height: 1.6; max-width: 70ch; }

/* closing statement */
.closing { background: var(--cobalt); color: #fff; padding: clamp(48px, 6vw, 88px) var(--pad); }
.closing p {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  max-width: 24ch;
}
.closing p span { opacity: 0.6; }

/* ---------------- LEGAL PAGES (privacy / terms) ---------------- */

.legal-hero {
  padding-block: clamp(44px, 6vw, 80px) clamp(32px, 4vw, 52px);
}
.legal-hero .kick {
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cobalt);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: clamp(24px, 3vw, 36px);
}
.legal-hero .kick::after { content: ""; flex: 1; height: 1px; background: var(--hair); max-width: 220px; }
.legal-hero h1 {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 110%;
  font-size: clamp(40px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.legal-hero h1 em { font-style: normal; color: var(--cobalt); }
.legal-hero .sub { font-size: clamp(16px, 1.6vw, 19px); color: var(--ink-2); max-width: 64ch; margin-top: 24px; line-height: 1.5; }
.legal-meta {
  display: flex; flex-wrap: wrap;
  border: var(--rule);
  width: max-content; max-width: 100%;
  margin-top: 30px;
}
.legal-meta span {
  font-family: var(--mono); font-size: 11.5px;
  text-transform: uppercase; letter-spacing: 0.1em;
  padding: 9px 16px; border-right: var(--rule); color: var(--ink-2);
}
.legal-meta span:last-child { border-right: 0; }

/* article: numbered clauses */
.legal-body { border-top: var(--rule); }
.clause {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: clamp(20px, 4vw, 56px);
  padding-block: clamp(32px, 3.5vw, 48px);
  border-bottom: var(--hairline);
  align-items: start;
}
.clause .cn {
  font-family: var(--disp);
  font-weight: 840;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--hair);
}
.clause h2 {
  font-family: var(--disp);
  font-weight: 800;
  font-stretch: 104%;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 18px;
  max-width: 26ch;
}
.clause h3 {
  font-family: var(--mono);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cobalt);
  margin: 22px 0 12px;
}
.clause-body { max-width: 70ch; }
.clause-body p { font-size: clamp(15px, 1.5vw, 17px); line-height: 1.62; color: var(--ink-2); margin-bottom: 16px; }
.clause-body p:last-child { margin-bottom: 0; }
.clause-body strong { color: var(--ink); font-weight: 600; }
.clause-body a { color: var(--cobalt); text-decoration: none; }
.clause-body a:hover { text-decoration: underline; }
.clause-body ul { list-style: none; margin: 8px 0 18px; display: flex; flex-direction: column; gap: 11px; }
.clause-body li {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.55;
  color: var(--ink-2);
  padding-left: 26px;
  position: relative;
}
.clause-body li::before {
  content: "—";
  position: absolute; left: 0;
  font-family: var(--mono); color: var(--cobalt);
}
.clause-body li strong { color: var(--ink); }

/* ---------------- CONTACT PAGE ---------------- */

.contact-hero {
  padding-block: clamp(44px, 6vw, 80px) clamp(32px, 4vw, 52px);
}
.contact-hero .kick {
  font-family: var(--mono); font-size: 12.5px;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--cobalt);
  display: flex; align-items: center; gap: 12px; margin-bottom: clamp(24px, 3vw, 36px);
}
.contact-hero .kick::after { content: ""; flex: 1; height: 1px; background: var(--hair); max-width: 220px; }
.contact-hero h1 {
  font-family: var(--disp); font-weight: 840; font-stretch: 110%;
  font-size: clamp(40px, 7vw, 92px); line-height: 0.9;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.contact-hero h1 em { font-style: normal; color: var(--cobalt); }
.contact-hero .sub { font-size: clamp(17px, 1.8vw, 21px); color: var(--ink-2); max-width: 52ch; margin-top: 24px; line-height: 1.5; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  border-top: var(--rule);
}
.contact-info {
  padding: clamp(32px, 4vw, 52px) var(--pad);
  border-right: var(--rule);
  background: var(--panel);
}
.contact-info h2 {
  font-family: var(--disp); font-weight: 800; font-stretch: 104%;
  font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.02em;
  text-transform: uppercase; line-height: 1.05; margin-bottom: 10px;
}
.contact-info .lead { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; max-width: 42ch; margin-bottom: 30px; }
.info-row { padding: 18px 0; border-top: var(--hairline); }
.info-row:first-of-type { border-top: var(--rule); }
.info-row .k { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--grey); margin-bottom: 7px; }
.info-row .v { font-size: 16px; line-height: 1.5; color: var(--ink); }
.info-row a { color: var(--cobalt); text-decoration: none; }
.info-row a:hover { text-decoration: underline; }

.contact-form { padding: clamp(32px, 4vw, 52px) var(--pad); }
.contact-form .frow2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .field { margin-bottom: 20px; }
.contact-form textarea {
  width: 100%; font-family: var(--disp); font-weight: 500; font-size: 16px;
  color: var(--ink); background: var(--white);
  border: 1.5px solid var(--ink); border-radius: 0;
  padding: 13px 14px; min-height: 130px; resize: vertical;
}
.contact-form textarea:focus { outline: none; box-shadow: 3px 3px 0 var(--cobalt); }
.contact-form .submit { width: 100%; }
.contact-success { display: none; border: 1.5px solid var(--cobalt); background: color-mix(in srgb, var(--cobalt) 8%, var(--bg)); padding: 18px 18px; margin-top: 18px; font-size: 15px; line-height: 1.5; }
.contact-success.on { display: block; }
.contact-success::before { content: "✓ "; color: var(--cobalt); font-weight: 700; }

@media (max-width: 860px) {
  .clause { grid-template-columns: 1fr; gap: 12px; }
  .clause .cn { font-size: 26px; -webkit-text-stroke-width: 1.2px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info { border-right: 0; border-bottom: var(--rule); }
  .contact-form .frow2 { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .about-hero { background: none; }
  .art-block { grid-template-columns: 1fr; gap: 18px; }
  .art-block .a-label { display: flex; gap: 14px; align-items: baseline; }
  .art-block .a-label .ix { margin-bottom: 0; }
  .beliefs { grid-template-columns: 1fr; }
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 1000px) {
  .frow { grid-template-columns: 48px 1fr; row-gap: 6px; }
  .frow .f-tag { grid-column: 2; padding-top: 0; }
  .frow .f-num { grid-row: 1 / 3; }
  .frow .f-mid, .frow .f-desc-wrap, .frow .f-modes { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-org { grid-template-columns: 1fr 1fr; }
  .footer-org .org-block:last-child { grid-column: 1 / -1; }
  .step { grid-template-columns: 56px 1fr; }
  .step .mock { grid-column: 1 / 3; }
}

@media (max-width: 860px) {
  .hero { background: none; }
  .beta-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .prob { border-right: 0; border-bottom: var(--hairline); }
  .personas { grid-template-columns: 1fr 1fr; }
  .diff-points { grid-template-columns: 1fr; }
  .testi { grid-template-columns: 1fr; }
  .nav-burger {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 42px; border: var(--rule); background: var(--bg);
    cursor: pointer; margin-left: auto; padding: 0 11px; align-self: center;
  }
  .nav-burger span { display: block; height: 2px; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
  .nav-toggle-cb:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle-cb:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle-cb:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; margin-left: 0;
    background: color-mix(in srgb, var(--bg) 97%, transparent);
    backdrop-filter: blur(8px); border-bottom: var(--rule);
  }
  .nav-toggle-cb:checked ~ .nav-links { display: flex; }
  .nav-links a { padding: 15px var(--pad); border-top: var(--hairline); }
  .tr-table .c-note { display: none; }
}

@media (max-width: 620px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stats .s:nth-child(2) { border-right: 0; }
  .stats .s:nth-child(-n+2) { border-bottom: var(--hairline); }
  .personas { grid-template-columns: 1fr; }
  .diff-stats { grid-template-columns: 1fr 1fr; }
  .frow2 { grid-template-columns: 1fr; }
  .frow2 .field { margin-bottom: 20px; }
  .band { flex-direction: column; align-items: flex-start; }
  .hero-bottom { flex-direction: column; align-items: flex-start; }
  .hero-ctas { align-items: flex-start; justify-content: flex-start; }
  .tr-table .c-time { width: 64px; }
}


/* ---------------- PLANS ---------------- */
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.plan {
  border-right: var(--rule);
  border-bottom: var(--rule);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}
.plan.feat { background: var(--panel); }
.plan .pl-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.plan .pl-tier { font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--cobalt); }
.plan .pl-flag { font-family: var(--mono); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; background: var(--cobalt); padding: 3px 8px; }
.plan .pl-name {
  font-weight: 800;
  font-stretch: 104%;
  font-size: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 16px;
}
.plan .pl-price {
  font-family: var(--disp);
  font-weight: 840;
  font-stretch: 104%;
  font-size: clamp(36px, 3.8vw, 50px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 14px;
}
.plan .pl-price .per { font-family: var(--mono); font-size: 13px; font-weight: 400; color: var(--grey); letter-spacing: 0.03em; }
.plan .pl-price.sm { font-size: clamp(24px, 2.6vw, 32px); }
.plan .pl-blurb {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.5;
  margin: 18px 0 22px;
  padding-bottom: 22px;
  border-bottom: var(--hairline);
}
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.plan li { font-size: 14px; line-height: 1.45; padding-left: 22px; position: relative; color: var(--ink); }
.plan li::before { content: "\2192"; position: absolute; left: 0; font-family: var(--mono); color: var(--cobalt); }
.plan .pl-cta {
  margin-top: 26px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  transition: background 0.15s ease, color 0.15s ease;
}
.plan .pl-cta:hover { background: var(--ink); color: var(--bg); }
.plan.feat .pl-cta { background: var(--cobalt); border-color: var(--cobalt); color: #fff; }
.plan.feat .pl-cta:hover { background: var(--cobalt-ink); border-color: var(--cobalt-ink); }
.plans-note { font-family: var(--mono); font-size: 12px; color: var(--grey); letter-spacing: 0.03em; padding: 18px var(--pad) 0; line-height: 1.6; }

/* ---------------- COMPARE TABLE ---------------- */
.cmp-wrap { overflow-x: auto; border-top: var(--rule); }
.cmp { width: 100%; border-collapse: collapse; min-width: 720px; }
.cmp th, .cmp td {
  text-align: center;
  padding: 14px 16px;
  border-bottom: var(--hairline);
  border-right: var(--hairline);
  font-size: 14px;
  vertical-align: middle;
}
.cmp th:last-child, .cmp td:last-child { border-right: 0; }
.cmp th:first-child, .cmp td:first-child { text-align: left; }
.cmp thead th {
  background: var(--ink);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 18px 16px;
  border-right: 1px solid #34332d;
  vertical-align: bottom;
}
.cmp thead th .tier { display: block; color: #8f8d83; font-size: 10.5px; margin-top: 6px; font-weight: 400; }
.cmp thead th.pro { background: var(--cobalt); }
.cmp thead th.pro .tier { color: #cdd8ff; }
.cmp .grp td {
  background: var(--ink);
  color: var(--bg);
  font-family: var(--mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: left;
  font-weight: 500;
  padding: 11px 16px;
}
.cmp tbody .feat-name { font-size: 14.5px; color: var(--ink); line-height: 1.4; }
.cmp .yes { color: var(--cobalt); font-weight: 700; font-size: 17px; line-height: 1; }
.cmp .no { color: var(--grey); }
.cmp td.pro-col { background: color-mix(in srgb, var(--cobalt) 6%, transparent); }
.cmp tbody tr:hover td:not(.pro-col) { background: var(--panel); }
.cmp tfoot td { padding: 18px 16px; }
.cmp tfoot a { font-family: var(--mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; text-decoration: none; color: var(--cobalt); border-bottom: 1.5px solid var(--cobalt); padding-bottom: 2px; }
.cmp tfoot td.pro-col a { color: var(--cobalt-ink); border-color: var(--cobalt-ink); }

@media (max-width: 860px) {
  .plans { grid-template-columns: 1fr; }
}


/* ---------------- WORDMARK (tricolour TCHER.ai logo) ---------------- */
.wm { font-weight: 900; letter-spacing: -0.02em; white-space: nowrap; }
.wm .fe { height: 0.715em; width: auto; align-self: baseline; transform: translateY(0.006em); margin: 0 0.02em; }
.wm .dom { color: inherit; }
.wm .ii { position: relative; }
.wm .tm { position: absolute; left: 50%; top: -0.5em; transform: translateX(-50%); font-size: 0.24em; font-weight: 700; color: currentColor; opacity: 0.62; letter-spacing: 0; }

/* testimonial author block alignment */
.tcard .who-meta { display: flex; flex-direction: column; gap: 3px; }

/* nav burger (hidden on desktop) */
.nav-burger { display: none; }
.nav-toggle-cb { display: none; }
