/* meetingsheld.com v4 design system (2026-09-05).

   The site is a price list and a rule, set like a signboard. Three surfaces
   only: paper (white), ink (green-tinted near black) and the brand green,
   drenched. One family, Archivo variable, pushed to expanded black for every
   number and headline and left plain for body. No gray text anywhere: every
   word is full ink or full paper on its surface. No boxes around things;
   scale, surface and rules group the content. */

@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-var.woff2") format("woff2-variations"),
       url("/assets/fonts/archivo-var.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

/* ---------- tokens ---------- */

:root {
  --ink: #0a0f0c;
  --ink-2: #131a15;
  --paper: #ffffff;
  --green: #0b6b36;
  --green-deep: #085229;
  --green-tint: #eafaef;
  --lime: #6ef08c;
  --red: #b42318;

  --hair: rgba(10, 15, 12, 0.14);
  --hair-on-dark: rgba(255, 255, 255, 0.18);
  --hair-on-green: rgba(255, 255, 255, 0.24);

  --z-dropdown: 40;
  --z-sticky: 60;
  --z-menu: 80;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);

  --shell: 1240px;
  --gutter: clamp(20px, 4.2vw, 56px);
  --sec: clamp(88px, 10vw, 160px);
  --nav-h: 68px;

  --wide: 112;
  --wider: 125;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scroll-padding-top: calc(var(--nav-h) + 12px);
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "tnum" 0;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
strong, b { font-weight: 700; }

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}
[data-tone="dark"] :focus-visible,
[data-tone="green"] :focus-visible { outline-color: var(--lime); }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.skip:focus { left: 16px; top: 12px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.shell {
  max-width: var(--shell);
  margin: 0 auto;
}

.nowrap { white-space: nowrap; }

/* ---------- surfaces ---------- */

[data-tone="dark"] {
  background: var(--ink);
  color: var(--paper);
}
[data-tone="green"] {
  background: var(--green);
  color: var(--paper);
}
[data-tone="tint"] {
  background: var(--green-tint);
  color: var(--ink);
}

/* ---------- display type ---------- */

.h1,
.h1-page,
.h2,
.bar-t,
.price-fig,
.calc-big,
.two-tone,
.pair-h,
.price-t,
.node-n,
.when,
.foot-mark {
  font-variation-settings: "wdth" var(--wide);
  font-weight: 800;
}

.h1 {
  margin: 0;
  font-size: clamp(46px, 7.2vw, 96px);
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-wrap: balance;
}
.h1 .ln { display: inline-block; }

.h1-page {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(40px, 5.8vw, 78px);
  letter-spacing: -0.034em;
  line-height: 0.98;
  text-wrap: balance;
}
.h1-page-wide { max-width: 22ch; }

.lead {
  margin: 28px 0 0;
  max-width: 54ch;
  font-size: clamp(19px, 1.5vw, 22px);
  line-height: 1.5;
  text-wrap: pretty;
}

.h2 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(34px, 4.4vw, 60px);
  letter-spacing: -0.032em;
  line-height: 1.0;
  text-wrap: balance;
}
/* the second half of a thought: same ink, plain weight and width */
.h2 span {
  font-weight: 400;
  font-variation-settings: "wdth" 100;
  letter-spacing: -0.02em;
}
.h2 em {
  font-style: normal;
  color: var(--green);
}
[data-tone="dark"] .h2 em,
[data-tone="green"] .h2 em { color: var(--lime); }

.h2-left {
  margin-inline: 0;
  text-align: left;
}

.body {
  margin: 28px auto 0;
  max-width: 58ch;
  font-size: clamp(19px, 1.5vw, 22px);
  line-height: 1.5;
  text-wrap: pretty;
}

.split-note {
  margin: 0;
  max-width: 38ch;
  font-size: 19px;
  line-height: 1.45;
  text-wrap: pretty;
}

.two-tone {
  margin: clamp(26px, 3vw, 38px) 0 0;
  max-width: 30ch;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1.06;
  text-wrap: balance;
}
.two-tone span {
  font-weight: 400;
  font-variation-settings: "wdth" 100;
  letter-spacing: -0.02em;
}

/* ---------- section rhythm ---------- */

.sec { padding: var(--sec) var(--gutter) 0; }
.sec .h2 { margin-inline: auto; text-align: center; }
.sec .h2-left { text-align: left; margin-inline: 0; }

/* full-bleed toned sections carry their own bottom padding, and whatever sits
   right before one gets room to breathe before the surface changes */
.sec[data-tone] { padding-bottom: calc(var(--sec) * 0.8); }
.sec:has(+ [data-tone]),
.half:has(+ [data-tone]) { padding-bottom: var(--sec); }
.page-head:has(+ [data-tone]) { padding-bottom: clamp(56px, 7vw, 104px); }

.page-head {
  padding: clamp(56px, 7vw, 112px) var(--gutter) 0;
}
.page-head .lead { margin-left: 0; margin-right: 0; }

.half {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(96px, 12vw, 190px) var(--gutter) 0;
  text-align: center;
}
.half .h2 { margin-inline: auto; max-width: 20ch; }

.split-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 20px clamp(32px, 5vw, 96px);
  align-items: end;
}
.split-head .split-note { max-width: 36ch; }

.held-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 20px clamp(32px, 5vw, 96px);
  align-items: end;
}

/* ---------- nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  background: var(--paper);
  color: var(--ink);
  transition: background 260ms var(--ease-io), color 260ms var(--ease-io), box-shadow 260ms var(--ease-io);
}
.nav.is-dark { background: var(--ink); color: var(--paper); }
.nav.is-green { background: var(--green); color: var(--paper); }
.nav.is-tint { background: var(--green-tint); color: var(--ink); }
.nav.is-stuck { box-shadow: inset 0 -1px 0 var(--hair); }
.nav.is-dark.is-stuck { box-shadow: inset 0 -1px 0 var(--hair-on-dark); }
.nav.is-green.is-stuck { box-shadow: inset 0 -1px 0 var(--hair-on-green); }

.nav-in {
  max-width: var(--shell);
  margin: 0 auto;
  min-height: var(--nav-h);
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  min-height: 44px;
  font-size: 22px;
  font-weight: 800;
  font-variation-settings: "wdth" var(--wide);
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.wordmark span { color: var(--green); transition: color 260ms var(--ease-io); }
.nav.is-dark .wordmark span,
.nav.is-green .wordmark span { color: var(--lime); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.nav-links > a,
.drop-btn {
  position: relative;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
}
.nav-links > a[aria-current="page"]::after,
.drop-btn[data-current]::after { transform: scaleX(1); }
.nav-links > a::after,
.drop-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms var(--ease);
}
.nav-links > a:hover::after,
.drop-btn:hover::after,
.drop-btn[aria-expanded="true"]::after { transform: scaleX(1); }

.drop { position: relative; }
.drop-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.chev { transition: transform 240ms var(--ease); }
.drop-btn[aria-expanded="true"] .chev { transform: rotate(180deg); }

.drop-menu {
  position: absolute;
  z-index: var(--z-dropdown);
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: var(--paper);
  color: var(--ink);
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(10, 15, 12, 0.08),
    0 24px 48px -20px rgba(10, 15, 12, 0.35);
  animation: menuIn 220ms var(--ease) both;
}
@keyframes menuIn {
  from { opacity: 0; transform: translate(-50%, -6px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
.drop-menu[hidden] { display: none; }
.drop-menu a {
  display: block;
  padding: 11px 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition: background 140ms var(--ease), color 140ms var(--ease);
}
.drop-menu a:hover {
  background: var(--ink);
  color: var(--paper);
}
.drop-menu a:focus-visible { border-radius: 8px; }

.nav-cta { margin-left: 8px; }

.menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin-right: -8px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 8px;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.menu-btn svg { display: block; }
.menu-btn .icon-close { display: none; }
.menu-btn[aria-expanded="true"] .icon-open { display: none; }
.menu-btn[aria-expanded="true"] .icon-close { display: block; }

.menu-panel {
  display: none;
  position: fixed;
  z-index: var(--z-menu);
  inset: var(--nav-h) 0 0 0;
  overflow-y: auto;
  padding: 8px var(--gutter) 40px;
  background: var(--ink);
  color: var(--paper);
}
.menu-panel[hidden] { display: none; }

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.menu-list a[aria-current="page"] { color: var(--lime); }
.menu-list a {
  display: block;
  padding: 14px 0;
  font-size: 30px;
  font-weight: 800;
  font-variation-settings: "wdth" var(--wide);
  letter-spacing: -0.03em;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--hair-on-dark);
}
.menu-h {
  margin: 30px 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--lime);
}
.menu-sub a {
  padding: 12px 0;
  font-size: 22px;
  font-weight: 600;
  font-variation-settings: "wdth" 100;
  letter-spacing: -0.02em;
}
.menu-panel .btn {
  margin: 30px 0 0;
  display: flex;
  width: 100%;
}

/* ---------- buttons and links ---------- */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.012em;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  transition: background 200ms var(--ease), color 200ms var(--ease), transform 200ms var(--ease), box-shadow 200ms var(--ease);
}
.btn:active { transform: translateY(1px); }

.btn-sm {
  min-height: 44px;
  padding: 0 18px;
  font-size: 16px;
  border-radius: 7px;
}

.btn-primary {
  background: var(--green);
  color: #fff;
}
.btn-primary:hover { background: var(--green-deep); }
.btn-primary:focus-visible { outline-color: var(--ink); }

/* on ink or green the primary button flips to paper */
[data-tone="dark"] .btn-primary,
[data-tone="green"] .btn-primary,
.nav.is-dark .btn-primary,
.nav.is-green .btn-primary {
  background: var(--paper);
  color: var(--ink);
}
[data-tone="dark"] .btn-primary:hover,
[data-tone="green"] .btn-primary:hover,
.nav.is-dark .btn-primary:hover,
.nav.is-green .btn-primary:hover { background: var(--lime); }
[data-tone="dark"] .btn-primary:focus-visible,
[data-tone="green"] .btn-primary:focus-visible { outline-color: var(--lime); }

.btn-quiet {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--ink);
}
.btn-quiet:hover { background: var(--ink); color: var(--paper); }
[data-tone="dark"] .btn-quiet,
[data-tone="green"] .btn-quiet {
  color: var(--paper);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
[data-tone="dark"] .btn-quiet:hover,
[data-tone="green"] .btn-quiet:hover { background: var(--paper); color: var(--ink); }

.lnk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.012em;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 calc(100% - 6px);
  transition: background-size 320ms var(--ease);
}
.lnk:hover { background-size: calc(100% - 22px) 2px; }
.lnk-lg { font-size: 22px; }

.arw {
  flex: none;
  transition: transform 260ms var(--ease);
}
.lnk:hover .arw { transform: translateX(4px); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  padding: clamp(56px, 8vw, 128px) var(--gutter) clamp(56px, 7vw, 104px);
}
.hero-in {
  position: relative;
  max-width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 40px clamp(32px, 5vw, 96px);
  align-items: end;
}
.hero .h1 { max-width: 16ch; }

.hero-side { padding-bottom: 0.35em; }
.hero .lead { margin-top: 0; max-width: 40ch; }

.cta-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wash { display: none; }

/* ---------- the first six weeks (strip and panel) ---------- */

.strip {
  padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(44px, 5.5vw, 80px);
}
.strip .panel { margin-top: 0; }

.panel {
  position: relative;
  max-width: var(--shell);
  margin: clamp(40px, 5vw, 72px) auto 0;
  background: var(--ink);
  color: var(--paper);
  border-radius: 14px;
  padding: clamp(32px, 4vw, 56px) clamp(24px, 3.6vw, 56px) clamp(36px, 4.2vw, 60px);
}
.strip .panel { background: none; border-radius: 0; padding: 0; }
.sec .panel { margin-top: clamp(36px, 4.4vw, 60px); }

.track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 clamp(20px, 3vw, 48px);
  padding-top: 30px;
}

.rail {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--hair-on-dark);
}
.rail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1600ms var(--ease) 400ms;
}
.in .rail::after,
.rise .rail::after { transform: scaleX(1); }

.stop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.dot {
  position: absolute;
  top: -30px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 5px var(--ink);
}
.dot-open {
  background: var(--lime);
}
.dot-open::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--lime);
  animation: ping 2200ms var(--ease-io) infinite;
}
@keyframes ping {
  0% { transform: scale(0.6); opacity: 0.9; }
  70% { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(1.6); opacity: 0; }
}
.panel .dot { box-shadow: 0 0 0 5px var(--ink); }

.when {
  font-size: clamp(24px, 2.2vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1;
}
.stop-last .when { color: var(--lime); }

.what {
  font-size: clamp(17px, 1.3vw, 19px);
  font-weight: 500;
  line-height: 1.35;
  max-width: 22ch;
  text-wrap: balance;
}

/* the how-it-works page also drops price copy into a panel */
.panel .price-t {
  max-width: 28ch;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.panel .close-row { margin-top: clamp(28px, 3.4vw, 44px); }
.panel .close-line { max-width: 44ch; }

/* ---------- signals tabs ---------- */

.pane-wrap {
  margin-top: clamp(40px, 5vw, 72px);
  border-top: 1px solid var(--hair);
  padding-top: clamp(28px, 3.4vw, 44px);
}

.tabs {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 96px);
}

.tabs-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: start;
  border-left: 1px solid var(--hair);
}
.tabs-ind {
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--green);
  transition: transform 420ms var(--ease), height 420ms var(--ease);
  pointer-events: none;
}

.tabs-list button {
  appearance: none;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.3;
  color: var(--ink);
  text-align: left;
  padding: 13px 0 13px 22px;
  cursor: pointer;
  transition: color 160ms var(--ease), padding-left 260ms var(--ease);
}
.tabs-list button:hover { padding-left: 26px; }
.tabs-list button[aria-selected="true"] {
  font-weight: 800;
  color: var(--green);
}
.tabs-list button:focus-visible { outline-offset: -3px; border-radius: 4px; }

.tabs-body { min-height: 260px; }

.pane { display: none; }
.pane.on {
  display: block;
  animation: paneIn 420ms var(--ease) both;
}
@keyframes paneIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.pane-label { display: none; }

.signal {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(26px, 3.1vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.src {
  margin: clamp(22px, 2.6vw, 34px) 0 0;
  max-width: 52ch;
  font-size: 18px;
  line-height: 1.5;
}
.src-k {
  display: block;
  margin-bottom: 4px;
  font-weight: 800;
  color: var(--green);
}
[data-tone="dark"] .src-k,
[data-tone="green"] .src-k { color: var(--lime); }

.close-row {
  margin-top: clamp(40px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 48px;
  flex-wrap: wrap;
}
.close-line {
  margin: 0;
  max-width: 54ch;
  font-size: 19px;
  line-height: 1.45;
  text-wrap: pretty;
}

/* no JS: every industry reads as a plain stacked list */
html:not(.js) .tabs { grid-template-columns: minmax(0, 1fr); }
html:not(.js) .tabs-list { display: none; }
html:not(.js) .tabs-body { min-height: 0; }
html:not(.js) .pane { display: block; }
html:not(.js) .pane + .pane { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--hair); }
html:not(.js) .pane-label {
  display: block;
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 800;
  color: var(--green);
}

/* one industry only: a two-up run of signals, no tab rail */
.pane-wrap-single .tabs { grid-template-columns: minmax(0, 1fr); }
.pane-wrap-single .tabs-list { display: none; }
.pane-wrap-single .tabs-body { min-height: 0; }
.pane-wrap-single .pane {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 0 clamp(40px, 5vw, 96px);
}
.pane-wrap-single .pane-label { display: none; }
.pane-wrap-single .sig {
  padding: clamp(24px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--hair);
}
.pane-wrap-single .signal {
  max-width: none;
  font-size: clamp(22px, 2.2vw, 30px);
}
.pane-wrap-single .src { margin-top: 14px; max-width: none; font-size: 17px; }
.pane-wrap-single .src-k { display: inline; margin: 0 6px 0 0; }
.page-for-ma-advisors .pane-wrap-single .sig:last-child { grid-column: 1 / -1; }

/* ---------- flow steps ---------- */

.flow-wrap {
  margin-top: clamp(44px, 5.6vw, 84px);
}

.flow {
  --gap: clamp(28px, 3.4vw, 56px);
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 72px) var(--gap);
  counter-reset: step;
}
.flow-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flow-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flow > li { display: flex; }
.flow > li > .node { flex: 1; }

.node {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  border-top: 1px solid var(--hair-on-green);
}
[data-tone="light"] .node,
.sec:not([data-tone]) .node { border-top-color: var(--hair); }

.node-n {
  display: block;
  font-size: clamp(56px, 6vw, 88px);
  font-variation-settings: "wdth" var(--wider);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.node-ok {
  position: absolute;
  top: 26px;
  right: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
}
.sec:not([data-tone]) .node-ok { background: var(--green); color: #fff; }

.node-t {
  margin: 22px 0 0;
  font-size: clamp(22px, 1.9vw, 26px);
  font-weight: 800;
  letter-spacing: -0.024em;
  line-height: 1.12;
  text-wrap: balance;
}
.flow-plain .node-t { margin-top: 0; }

.node-b {
  margin: 12px 0 22px;
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
}

.chip {
  align-self: flex-start;
  margin-top: auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.sec:not([data-tone]) .chip { background: var(--ink); color: var(--paper); }

.flow-plain .node-b { margin-bottom: 0; max-width: 40ch; }

.after-steps {
  margin-top: clamp(48px, 6vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 48px;
  flex-wrap: wrap;
}
.tl {
  margin: 0;
  max-width: 58ch;
  font-size: 19px;
  line-height: 1.45;
  text-wrap: pretty;
}

/* ---------- gate sequence (what you pay for) ---------- */

.gate-wrap { margin-top: clamp(44px, 5.6vw, 84px); }

.gate {
  --gap: clamp(20px, 2.6vw, 40px);
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr 0.9fr;
  grid-template-rows: auto auto;
  gap: 0 var(--gap);
  align-items: stretch;
}

.gitem {
  position: relative;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  align-content: start;
}
.gitem-end .pill-held { grid-row: span 2; }

.pill {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 18px 22px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--paper);
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 800;
  letter-spacing: -0.024em;
  line-height: 1.1;
  text-wrap: balance;
}

.pick {
  flex: none;
  width: 20px;
  height: 16px;
  color: var(--lime);
}
.pick path {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  transition: stroke-dashoffset 600ms var(--ease);
}
.gate.in .gitem:nth-child(1) .pick path { stroke-dashoffset: 0; transition-delay: 150ms; }
.gate.in .gitem:nth-child(2) .pick path { stroke-dashoffset: 0; transition-delay: 450ms; }
.gate.in .gitem:nth-child(3) .pick path { stroke-dashoffset: 0; transition-delay: 750ms; }
html:not(.js) .pick path { stroke-dashoffset: 0; }

.gitem-end { justify-content: stretch; }
.pill-held {
  flex: 1;
  justify-content: center;
  min-height: 100%;
  background: var(--green);
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  font-variation-settings: "wdth" var(--wider);
  letter-spacing: -0.04em;
  transform: scale(0.94);
  opacity: 0.6;
  transition: transform 700ms var(--ease) 1050ms, opacity 700ms var(--ease) 1050ms, background 700ms var(--ease) 1050ms;
}
.gate.in .pill-held { transform: none; opacity: 1; }
html:not(.js) .pill-held { transform: none; opacity: 1; }

/* the arrows between the gates */
.gitem:not(:last-child) .pill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: var(--gap);
  height: 1px;
  background: var(--ink);
  transform: translateY(-0.5px);
  pointer-events: none;
}
.gitem:not(:last-child) .pill::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(100% + var(--gap));
  width: 7px;
  height: 7px;
  border-top: 1.5px solid var(--ink);
  border-right: 1.5px solid var(--ink);
  transform: translate(-7px, -50%) rotate(45deg);
  pointer-events: none;
}

.gcap {
  margin: 18px 0 0;
  max-width: 28ch;
  font-size: 17px;
  line-height: 1.45;
  text-wrap: pretty;
}

.bar {
  position: relative;
  width: 100vw;
  margin: clamp(56px, 7vw, 112px) 0 0 calc(50% - 50vw);
  padding: clamp(64px, 8vw, 128px) var(--gutter);
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  overflow: hidden;
}
.bar-mesh { display: none; }
.bar-t {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: clamp(44px, 8.4vw, 96px);
  font-variation-settings: "wdth" var(--wider);
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-wrap: balance;
}

.after-bar {
  margin-top: clamp(36px, 4.4vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 48px;
  flex-wrap: wrap;
}
.note {
  margin: 0;
  max-width: 46ch;
  font-size: 19px;
  line-height: 1.45;
  text-wrap: pretty;
}
.note-acts {
  display: flex;
  align-items: center;
  gap: 14px 30px;
  flex-wrap: wrap;
}

/* ---------- pricing line and figures ---------- */

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px 40px;
  flex-wrap: wrap;
}
.price-t {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.figs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 96px);
  padding-bottom: clamp(36px, 4.4vw, 60px);
  margin-bottom: clamp(28px, 3.4vw, 44px);
  border-bottom: 1px solid var(--hair);
}
.fig { min-width: 0; }
.figs .price-fig { font-size: clamp(88px, 13vw, 176px); }
.figs .price-unit { margin-top: 6px; }
.figs .price-b { display: none; }

.price-fig {
  margin: 0;
  font-size: clamp(72px, 10vw, 144px);
  font-variation-settings: "wdth" var(--wider);
  letter-spacing: -0.05em;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}
.price-unit {
  margin: 14px 0 0;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.price-b {
  margin: 14px 0 0;
  max-width: 34ch;
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
}

/* the pricing page card: two giant figures over the terms */
.price-card {
  margin-top: clamp(40px, 5vw, 72px);
}
.price-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 96px);
  padding-bottom: clamp(40px, 5vw, 72px);
  border-bottom: 1px solid var(--hair);
}
.price-foot {
  padding-top: clamp(36px, 4.4vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 96px);
}
.price-foot h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.terms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.terms li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--hair);
  font-size: 18px;
  line-height: 1.45;
}
.worked {
  margin: 0;
  max-width: 22ch;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

/* ---------- who it is for ---------- */

.fit-panel {
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 96px);
  border-top: 1px solid var(--hair);
  padding-top: clamp(28px, 3.4vw, 44px);
}
.fit-panel-single { grid-template-columns: minmax(0, 1fr); }
.fit-panel-single .fit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(32px, 5vw, 96px);
}

.fit-h {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.fit-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
}
.fit-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--hair);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.4;
  text-wrap: pretty;
}
.fit-list li:first-child { border-top: 0; }
.fit-panel .fit-list li:first-child { border-top: 0; }

.tick {
  width: 20px;
  height: 16px;
  margin-top: 6px;
  color: var(--green);
}
[data-tone="dark"] .tick,
[data-tone="green"] .tick,
.pair-col-us .tick { color: var(--lime); }

/* the "not" marks: a cross drawn in ink, never a faded dot */
.pip {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  justify-self: center;
}
.pip::before,
.pip::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}
.pip::after { transform: rotate(-45deg); }

/* the disputes pair on the definition page reuses the fit grid with prose */
.fit-panel .who-b { margin-top: 16px; max-width: 34ch; font-size: clamp(19px, 1.6vw, 22px); }
#disputes .fit-panel { margin-top: 0; }
#disputes .fit-h { font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.03em; }

/* ---------- paired statements (comparison pages, no tables) ---------- */

.pair {
  margin-top: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.pair-col {
  padding: clamp(28px, 3.4vw, 48px) 0 0;
  border-top: 2px solid var(--ink);
}
.pair-col-us {
  background: var(--green);
  color: var(--paper);
  border-top: 0;
  border-radius: 14px;
  padding: clamp(28px, 3.4vw, 48px) clamp(24px, 3vw, 44px) clamp(30px, 3.6vw, 52px);
}
.pair-col .fit-list li { border-top-color: var(--hair); }
.pair-col-us .fit-list li { border-top-color: var(--hair-on-green); }
.pair-h {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 34px);
  letter-spacing: -0.03em;
  line-height: 1;
}

.cite {
  margin: 18px 0 0;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.5;
}
.cite a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.math {
  margin-top: clamp(30px, 3.6vw, 48px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}
.math .two-tone { margin-top: 0; max-width: none; }
.math .cite { max-width: none; }
.math .two-tone + .cite { margin-top: 18px; }
.math-premise { margin-top: clamp(22px, 2.4vw, 30px); max-width: 60ch; font-size: 19px; }

/* ---------- loose statements (never billable, not paid for) ---------- */

.flow-loose {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid var(--hair);
}
.flow-loose > li { display: block; }
.flow-loose .node {
  border-top: 0;
  border-bottom: 1px solid var(--hair);
  padding: clamp(18px, 2vw, 26px) 0;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.flow-loose .node::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 8px;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat;
  transform: rotate(45deg);
}
.flow-loose .node-t {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  max-width: 30ch;
}

/* ---------- portrait row ---------- */

.who {
  margin-top: clamp(36px, 4.4vw, 60px);
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: clamp(24px, 3.6vw, 56px);
  align-items: start;
}
.who-lg { grid-template-columns: 200px minmax(0, 1fr); }
.who-img {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  forced-color-adjust: none;
}
.who-lg .who-img { width: 200px; height: 200px; }
.who-n {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: -0.026em;
  line-height: 1;
}
.who-b {
  margin: 14px 0 0;
  max-width: 50ch;
  font-size: clamp(19px, 1.6vw, 23px);
  line-height: 1.45;
  text-wrap: pretty;
}
.who .lnk { margin-top: 14px; }
.who .cite { margin-top: 26px; }

/* ---------- calculator ---------- */

.calc {
  margin-top: clamp(36px, 4.4vw, 60px);
  background: var(--ink);
  color: var(--paper);
  border-radius: 14px;
  padding: clamp(30px, 3.8vw, 52px) clamp(24px, 3.4vw, 48px) clamp(34px, 4vw, 56px);
}
.calc-h {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.026em;
  line-height: 1.05;
}
.calc-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
  align-items: start;
}
.calc-grid .field + .field { margin-top: 0; }
.calc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.calc .field > label { color: var(--paper); }
.calc .field input {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
  font-weight: 700;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}
.calc .field input:hover { border-color: var(--lime); }
.calc .field input:focus-visible { outline-color: var(--lime); }

.calc-out {
  margin: clamp(26px, 3vw, 40px) 0 0;
  max-width: 44ch;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.024em;
  text-wrap: pretty;
}
.calc-out.is-good { color: var(--lime); }
.calc-caveat {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.calc-page { margin-top: 24px; }
.calc-big {
  margin: clamp(26px, 3vw, 40px) 0 0;
  max-width: 24ch;
  font-size: clamp(40px, 5.4vw, 76px);
  font-variation-settings: "wdth" var(--wider);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  text-wrap: balance;
}
.calc-big.is-good { color: var(--lime); }
.calc-page .calc-out { margin-top: 18px; font-weight: 400; font-size: clamp(19px, 1.6vw, 22px); letter-spacing: -0.01em; }

.route {
  margin-top: clamp(30px, 3.6vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.route-btn {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 0 0 0 2px var(--ink);
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 200ms var(--ease), color 200ms var(--ease);
}
.route-btn:hover { background: var(--green-tint); }
.route-btn.is-on { background: var(--ink); color: var(--paper); }

/* ---------- forms ---------- */

.form-panel {
  max-width: 640px;
  margin-top: clamp(30px, 3.6vw, 48px);
}
.page-apply #book { padding-top: clamp(40px, 4.4vw, 64px); }
.page-apply #book .form-panel { margin-top: 0; }

/* /apply/: the form on the left, the price it commits to on the right */
.apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 120px);
  align-items: start;
}
.apply-aside { padding-top: 6px; }
.apply-aside .figs {
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding-bottom: 32px;
  margin-bottom: 28px;
}
.apply-aside .figs .price-fig { font-size: clamp(72px, 8vw, 120px); }
.apply-rule {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  font-variation-settings: "wdth" var(--wider);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--green);
}
.apply-grid .stage { grid-column: 1 / -1; }
@media (max-width: 960px) {
  .apply-grid { grid-template-columns: minmax(0, 1fr); }
  .apply-aside { order: -1; padding-top: 0; }
  .apply-aside .figs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .apply-aside .figs { grid-template-columns: minmax(0, 1fr); }
}

.field { display: grid; gap: 8px; }
.field + .field { margin-top: 22px; }
.field[hidden] { display: none; }

.field > label {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.field input,
.field select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 18px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  transition: border-color 160ms var(--ease), box-shadow 160ms var(--ease);
}
.field select {
  appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230a0f0c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.field input::placeholder { color: var(--ink); opacity: 0.55; }
.field input:hover,
.field select:hover { border-color: var(--green); }
.field input:focus-visible,
.field select:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
  border-radius: 8px;
}
.field input[aria-invalid="true"],
.field select[aria-invalid="true"] { border-color: var(--red); }

.field-error {
  margin: 0;
  min-height: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--red);
}
.field-error:empty { display: none; }

.form-actions { margin-top: 30px; }
.form-actions .btn { min-width: 240px; }

.form-msg {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-radius: 10px;
  background: var(--green-tint);
  border: 2px solid var(--green);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.form-msg[hidden] { display: none; }

.form-note {
  margin: 22px 0 0;
  font-size: 17px;
}

/* ---------- calendly stage ---------- */

.stage {
  max-width: 900px;
  margin-top: clamp(40px, 5vw, 72px);
}
.stage[hidden] { display: none; }
.stage-h {
  margin: 0 0 20px;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.028em;
}
.stage-frame {
  border: 2px solid var(--ink);
  border-radius: 14px;
  overflow: hidden;
  min-height: 900px;
}
.stage-frame iframe {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
}

/* ---------- FAQ ---------- */

.faq {
  max-width: 860px;
  margin: clamp(36px, 4.4vw, 60px) auto 0;
  border-bottom: 1px solid var(--hair);
}
.qa + .qa { border-top: 1px solid var(--hair); }

.qa-q {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  appearance: none;
  background: none;
  border: 0;
  padding: 24px 0;
  font-family: inherit;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.3;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.pm {
  position: relative;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  transition: transform 380ms var(--ease);
}
.pm i {
  position: absolute;
  background: currentColor;
  transition: transform 320ms var(--ease), opacity 220ms var(--ease);
}
.pm i:first-child { left: 0; right: 0; top: 8px; height: 2px; }
.pm i:last-child { top: 0; bottom: 0; left: 8px; width: 2px; }
.qa[data-open] .pm { transform: rotate(180deg); color: var(--green); }
.qa[data-open] .pm i:last-child { transform: scaleY(0); opacity: 0; }

.qa-a {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 420ms var(--ease);
}
.qa-a > div { overflow: hidden; }
.qa-a p {
  margin: 0;
  padding: 0 60px 28px 0;
  max-width: 60ch;
  font-size: 19px;
  line-height: 1.5;
  text-wrap: pretty;
}
html.js .qa:not([data-open]) .qa-a { grid-template-rows: 0fr; }

/* ---------- closing panel ---------- */

.sec-book { padding-top: calc(var(--sec) * 0.8); }
.book-panel {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.book-panel .h2 { max-width: none; font-size: clamp(40px, 6vw, 84px); }
.book-b {
  margin: 26px auto 0;
  max-width: 48ch;
  font-size: clamp(19px, 1.6vw, 23px);
  line-height: 1.45;
  text-wrap: pretty;
}
.book-panel .btn { margin-top: 36px; min-height: 60px; padding-inline: 34px; font-size: 18px; }

/* ---------- prose (legal, 404) ---------- */

.prose {
  max-width: 64ch;
  margin-top: clamp(30px, 3.4vw, 44px);
  font-size: 18px;
  line-height: 1.6;
}
.prose h2 {
  margin: 44px 0 12px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.024em;
  line-height: 1.1;
}
.prose p { margin: 0 0 18px; }
.prose ul { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin: 0 0 8px; }
.prose a { text-decoration-thickness: 2px; text-underline-offset: 3px; }

/* ---------- how it works: sources, tools, rules, reporting ---------- */

.srcs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(40px, 5vw, 96px);
}
.srci {
  margin: 0;
  padding: clamp(18px, 2vw, 26px) 0;
  border-top: 1px solid var(--hair-on-dark);
}
.srci-n {
  display: block;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.15;
}
.srci-b {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.45;
  text-wrap: pretty;
}

.rules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(40px, 5vw, 96px);
}
.rule {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: clamp(18px, 2vw, 24px) 0;
  border-top: 1px solid var(--hair);
  font-size: clamp(18px, 1.5vw, 21px);
  font-weight: 500;
  line-height: 1.4;
  text-wrap: pretty;
}
.rule .pip {
  width: 12px;
  height: 12px;
  margin-top: 9px;
  justify-self: start;
  background: var(--green);
  border-radius: 2px;
}
.rule .pip::before,
.rule .pip::after { content: none; }

.see {
  position: relative;
  margin-top: clamp(40px, 5vw, 72px);
  background: var(--green);
  color: var(--paper);
  border-radius: 14px;
  padding: clamp(32px, 4vw, 56px) clamp(24px, 3.6vw, 56px);
}
.see-mesh { display: none; }
.see-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(32px, 5vw, 80px);
}
.see-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--hair-on-green);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.4;
  text-wrap: pretty;
}
.see-list li:nth-child(-n + 2) { border-top: 0; }

/* ---------- footer ---------- */

.foot {
  margin-top: clamp(96px, 12vw, 190px);
  padding: clamp(56px, 6vw, 88px) var(--gutter) clamp(40px, 5vw, 64px);
  background: var(--ink);
  color: var(--paper);
}
.sec[data-tone] + .foot { margin-top: 0; }
.foot-mark {
  display: inline-block;
  min-height: 44px;
  margin: 0 0 clamp(40px, 5vw, 72px);
  font-size: clamp(40px, 6vw, 84px);
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-decoration: none;
}
.foot-mark span { color: var(--lime); }

.foot-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 48px);
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--hair-on-dark);
}
.foot-h {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: var(--lime);
}
.foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.foot-col a {
  display: inline-block;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  color: inherit;
  text-decoration: none;
  transition: color 150ms var(--ease);
}
.foot-col a:hover { color: var(--lime); }

.foot-legal {
  margin: clamp(40px, 5vw, 64px) 0 0;
  font-size: 16px;
}

/* ---------- motion ---------- */

.rise {
  animation: rise 900ms var(--ease) both;
}
.rise-2 { animation-delay: 120ms; }
.rise-3 { animation-delay: 220ms; }
.rise-4 { animation-delay: 340ms; }

@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

/* the hero headline: each line rises out of its own clip */
.h1 .ln {
  clip-path: inset(0 0 -0.2em 0);
}
.h1 .ln > span {
  display: inline-block;
  animation: lineUp 1000ms var(--ease) both;
}
.h1 .ln:nth-child(2) > span { animation-delay: 90ms; }
.h1 .ln:nth-child(3) > span { animation-delay: 180ms; }
@keyframes lineUp {
  from { transform: translateY(110%); }
  to { transform: none; }
}

.reveal {
  transition:
    opacity 700ms var(--ease),
    transform 700ms var(--ease);
}
html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
}
html.js .reveal.in {
  opacity: 1;
  transform: none;
}

/* big statements slide up out of a clip when they arrive. The clip sits on
   the children, not the observed element, so the observer still sees it. */
html.js .reveal-clip > * {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1100ms var(--ease);
}
html.js .reveal-clip.in > * { clip-path: inset(-0.1em 0 -0.2em 0); }
html.js .reveal-clip.in > :nth-child(2) { transition-delay: 120ms; }

/* staggered children */
html.js .stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
html.js .stagger.in > * { opacity: 1; transform: none; }
html.js .stagger.in > :nth-child(2) { transition-delay: 90ms; }
html.js .stagger.in > :nth-child(3) { transition-delay: 180ms; }
html.js .stagger.in > :nth-child(4) { transition-delay: 270ms; }
html.js .stagger.in > :nth-child(5) { transition-delay: 360ms; }
html.js .stagger.in > :nth-child(6) { transition-delay: 450ms; }
html.js .stagger.in > :nth-child(7) { transition-delay: 540ms; }
html.js .stagger.in > :nth-child(8) { transition-delay: 630ms; }

@media (prefers-reduced-motion: reduce) {
  .rise { animation: none; }
  .h1 .ln > span { animation: none; }
  .h1 .ln { clip-path: none; }
  * { transition-duration: 1ms !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; }
  html.js .reveal,
  html.js .reveal-clip > *,
  html.js .stagger > * { opacity: 1; transform: none; clip-path: none; transition: none; }
  .pane.on { animation: none; }
  .dot-open::after { display: none; }
  .rail::after { transform: scaleX(1); }
  .pick path { stroke-dashoffset: 0; }
  .pill-held { transform: none; opacity: 1; }
}

/* ---------- narrow ---------- */

@media (max-width: 1080px) {
  .tabs { grid-template-columns: 250px minmax(0, 1fr); }
  .gate { grid-template-columns: 1fr 1fr 1.3fr 0.8fr; }
  .flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-6, .flow-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .who-lg { grid-template-columns: 200px minmax(0, 1fr); }
  .who-lg .who-img { width: 200px; height: 200px; }
}

@media (max-width: 960px) {
  .hero-in { grid-template-columns: minmax(0, 1fr); }
  .hero-side { padding-bottom: 0; }
  .split-head,
  .held-head { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .price-main,
  .price-foot,
  .pair,
  .math { grid-template-columns: minmax(0, 1fr); }
  .price-foot { gap: 40px; }
  .figs { gap: 24px; }
  .flow-6 .node:nth-child(3)::before,
  .flow-6 .node:nth-child(3)::after { content: none; }
  .pane-wrap-single .pane { grid-template-columns: minmax(0, 1fr); }
  .fit-panel-single .fit-list { grid-template-columns: minmax(0, 1fr); }
  .srcs, .rules, .see-list { grid-template-columns: minmax(0, 1fr); }
  .see-list li:nth-child(2) { border-top: 1px solid var(--hair-on-green); }
  .calc-grid-3 { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .menu-btn { display: inline-flex; }
  .menu-panel { display: block; }
  .menu-panel[hidden] { display: none; }
}

@media (max-width: 720px) {
  :root { --sec: clamp(72px, 14vw, 100px); --nav-h: 60px; }

  .h1 { font-size: clamp(42px, 12vw, 56px); letter-spacing: -0.03em; }
  .h1-page { max-width: none; font-size: clamp(36px, 10.5vw, 48px); }
  .h2 { font-size: clamp(30px, 8.6vw, 40px); }
  .lead, .body { font-size: 18px; }
  .half { padding-top: 88px; }

  .track {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding-top: 0;
    padding-left: 30px;
  }
  .rail {
    top: 6px;
    bottom: 10px;
    left: 6px;
    right: auto;
    width: 1px;
    height: auto;
  }
  .rail::after { transform: scaleY(0); transform-origin: top; }
  .in .rail::after,
  .rise .rail::after { transform: scaleY(1); }
  .stop { gap: 4px; }
  .dot { top: 4px; left: -30px; }
  .when { font-size: 24px; }
  .what { max-width: none; }

  .pane-wrap { padding-top: 22px; }
  .tabs { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .tabs-list {
    flex-direction: row;
    gap: 6px;
    border-left: 0;
    margin: 0 calc(var(--gutter) * -1);
    padding: 4px var(--gutter) 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .tabs-list::-webkit-scrollbar { display: none; }
  .tabs-ind { display: none; }
  .tabs-list button {
    flex: none;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 2px var(--ink);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }
  .tabs-list button:hover { padding-left: 16px; }
  .tabs-list button[aria-selected="true"] { background: var(--ink); color: var(--paper); }
  .tabs-body { min-height: 0; }
  .signal { max-width: none; font-size: clamp(24px, 7vw, 30px); }

  .close-row { gap: 22px; }
  .close-row .btn { width: 100%; }
  .after-steps .btn, .after-bar .btn { width: 100%; }
  .note-acts { width: 100%; }

  .flow, .flow-6, .flow-3 { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .node-n { font-size: 56px; }

  .gate { --gap: 18px; grid-template-columns: minmax(0, 1fr); }
  .pill { min-height: 64px; }
  .pill-held { min-height: 88px; }
  .gitem { display: flex; flex-direction: column; grid-template-rows: none; }
  .gitem:not(:last-child) { padding-bottom: var(--gap); }
  .gitem:not(:last-child) .pill::after,
  .gitem:not(:last-child) .pill::before { content: none; }
  .gcap { max-width: none; margin-top: 14px; }

  .bar { padding: 56px var(--gutter); }
  .bar-t { font-size: clamp(40px, 12vw, 56px); }

  .figs { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .figs .price-fig { font-size: clamp(72px, 22vw, 96px); }

  .fit-panel { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .fit-not { border-top: 1px solid var(--hair); padding-top: 28px; }

  .pair-col-us { padding: 26px 22px 30px; border-radius: 12px; }

  .who { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .who-lg { grid-template-columns: minmax(0, 1fr); }
  .who-img, .who-lg .who-img { width: 140px; height: 140px; }

  .calc { border-radius: 12px; padding: 26px 20px 30px; }
  .calc-grid { grid-template-columns: minmax(0, 1fr); }
  .form-actions .btn { width: 100%; }

  .stage-frame { border-radius: 12px; min-height: 780px; }
  .stage-frame iframe { height: 780px; }

  .qa-q { font-size: 19px; gap: 20px; padding: 20px 0; }
  .qa-a p { padding-right: 8px; font-size: 18px; }

  .book-panel .h2 { font-size: clamp(36px, 11vw, 48px); }
  .book-panel .btn { width: 100%; }

  .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .foot-mark { font-size: 44px; }

  .see { border-radius: 12px; padding: 26px 20px 28px; }
  .panel { border-radius: 12px; padding: 28px 22px 30px; }
}

@media (max-width: 400px) {
  .cta-row .btn { width: 100%; }
  .h1 { font-size: 40px; }
}

/* focus rings follow each component's own radius */
.btn:focus-visible { border-radius: 8px; }
.btn-sm:focus-visible { border-radius: 7px; }
.menu-btn:focus-visible { border-radius: 8px; }
.qa-q:focus-visible { border-radius: 6px; outline-offset: 2px; }
.lnk:focus-visible { border-radius: 6px; outline-offset: 2px; }
.foot-col a:focus-visible { border-radius: 5px; outline-offset: 2px; }
.menu-list a:focus-visible { border-radius: 6px; outline-offset: 2px; }
.route-btn:focus-visible { border-radius: 999px; }

/* ---------- print ---------- */

@media print {
  .nav, .menu-panel, .foot, .skip, .cta-row, .btn, .stage, .bar { display: none !important; }
  [data-tone] { background: none !important; color: #000 !important; }
  body { font-size: 12pt; color: #000; }
  .h1, .h1-page { font-size: 32pt; }
  .h2 { font-size: 20pt; }
  .price-fig { font-size: 48pt; }
  .sec, .half, .hero { padding: 24pt 0 0; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  html.js .reveal, html.js .reveal-clip > *, html.js .stagger > * { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
