/* site.css — Annotated · chrome (R7B) + honesty grammar (R11) + skeleton pages.
   Aesthetic: F2 "Annotated afilado". No box-shadow, no gradients, no border-left,
   nothing under 11px, motion ceiling 180ms. */

main {
  width: min(100%, 430px);
  margin: 0 auto;
  background: var(--paper);
  border-inline: 1px solid var(--hairline); /* gate fix: border, not box-shadow */
  min-height: 100svh;
}

a { color: inherit; }
button, input { font: inherit; }
h1, h2, h3, p, blockquote, figure, ul { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; }
ul { padding-left: 0; list-style: none; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 40;
  top: 8px;
  left: 8px;
  padding: 8px 10px;
  background: var(--ink);
  color: var(--paper);
  font: 600 12px var(--font-ui);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 120ms var(--ease);
}
.skip-link:focus { transform: translateY(0); }

/* ------------------------------------------------ masthead (R7B chrome) */

.masthead {
  position: sticky;
  top: 0;
  z-index: 30;
  width: min(100%, 430px);
  margin: 0 auto;
  background: var(--paper);
  border-inline: 1px solid var(--hairline);
  padding-top: env(safe-area-inset-top);
}

.chrome-row {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  color: var(--ink-3);
}
.wordmark-link { text-decoration: none; }
.wordmark {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  white-space: nowrap;
}
.wordmark .under { position: relative; }
.wordmark .under::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--moss);
  transform-origin: left;
}
/* The owner's single decorative animation: the underline draws in once per
   session, post-first-paint, never blocking. */
html.wm-run .wordmark .under::after {
  animation: wm-draw 180ms var(--ease) both;
}
@keyframes wm-draw {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
  html.wm-run .wordmark .under::after { animation: none; }
}
.chrome-byline { font-size: 11px; font-weight: 500; color: var(--ink-3); }

.switch-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px 6px;
}

.switcher { position: static; }
.switcher summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 4px 10px 4px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-ui);
  font-size: var(--ui);
  font-weight: 600;
  color: var(--ink);
}
.switcher summary::-webkit-details-marker { display: none; }
.switcher .caret { color: var(--ink-3); font-size: 11px; }
.switcher summary:focus-visible { outline: 2px solid var(--moss); outline-offset: 2px; }

/* bottom sheet */
.switcher .sheet {
  position: fixed;
  z-index: 35;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: min(100%, 430px);
  max-height: 70svh;
  overflow-y: auto;
  background: var(--paper);
  border-top: 3px solid var(--moss);
  border-inline: 1px solid var(--hairline);
  padding: 6px 0 calc(10px + env(safe-area-inset-bottom));
}
.sheet-list { margin: 0; }
.sheet-row { border-bottom: 1px solid var(--hairline); }
.sheet-link {
  display: block;
  padding: 12px 18px 11px;
  text-decoration: none;
}
a.sheet-link:hover, a.sheet-link:focus-visible { background: var(--moss-tint); }
.sheet-coming { opacity: 0.62; }
.sheet-identity {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.sheet-name { font-family: var(--font-serif); font-weight: 500; font-size: 17px; }
.sheet-ticker { font-family: var(--font-ui); font-size: 11px; font-weight: 600; color: var(--ink-3); }
.sheet-posture {
  display: block;
  margin-top: 2px;
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--ink-2);
}
.sheet-price {
  display: block;
  margin-top: 4px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-3);
}
.sheet-all {
  display: block;
  min-height: 44px;
  padding: 13px 18px;
  font-family: var(--font-ui);
  font-size: var(--ui);
  font-weight: 500;
  color: var(--moss-text);
  text-decoration: none;
}
.sheet-all:hover, .sheet-all:focus-visible { background: var(--moss-tint); }

html.sheet-open { overflow: hidden; }

.badge {
  border: 1px solid var(--moss);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--moss-text);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.badge-firstread { border-color: var(--warn-border); color: var(--warn-ink); background: var(--warn-bg); }
.status-tag { font-size: 11px; font-weight: 500; color: var(--ink-3); }

/* lens tabs — tap only, outside any snap container */
.lens-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hairline);
}
.lens-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 48px;
  padding: 6px 0 7px;
  text-decoration: none;
  font-family: var(--font-ui);
  font-size: var(--ui);
  font-weight: 500;
  color: var(--ink-2);
  border-bottom: 2px solid transparent;
}
.lens-tab[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
  border-bottom-color: var(--moss);
}
.lens-tab:focus-visible { outline: 2px solid var(--moss); outline-offset: -2px; }
.tab-hint { font-size: 11px; font-weight: 400; color: var(--ink-3); }
html.tabs-seen .tab-hint { display: none; }

.brand-rule {
  width: min(100%, 430px);
  margin: 0 auto;
  height: 3px;
  background: var(--moss);
}

/* ------------------------------------------------ honesty grammar (R11) */

.stamp {
  flex: 0 0 auto;
  max-width: 190px;
  border: 1px solid color-mix(in srgb, var(--ink-3) 60%, transparent);
  border-radius: 4px;
  padding: 3px 8px;
  color: var(--ink-3);
  background: transparent;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: right;
}

.flag-chip, .warn-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  border: 1px solid var(--warn-border);
  border-radius: 8px;
  padding: 4px 9px;
  background: var(--warn-bg);
  color: var(--warn-ink);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}
.flag-chip i, .warn-chip i {
  width: 10px;
  height: 9px;
  background: var(--warn-ink);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.believe {
  margin: 17px 0 10px;
  padding: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: var(--believe);
  line-height: 1.5;
}

.price-frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.ledger-cell {
  min-height: 108px;
  padding: 15px 10px 13px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--hairline);
}
.ledger-cell:nth-child(odd) { border-right: 1px solid var(--hairline); padding-right: 14px; }
.ledger-cell:nth-child(even) { padding-left: 14px; }
.ledger-cell:nth-child(n+3) { border-bottom: 0; }
.ledger-label {
  min-height: 28px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: lowercase;
}
.ledger-value {
  align-self: flex-start;
  font-size: var(--num-ledger);
  font-weight: 600;
  line-height: 1.1;
}
.story-cell .ledger-value { color: var(--moss-text); }
.ceiling-cell .ledger-value { color: var(--ink); } /* gate fix: ceiling ≠ your story */
.unexplained-cell .ledger-value { color: var(--dream-text); }
.dream-note {
  color: var(--dream-text);
  font-family: var(--font-ui);
  font-size: 11px; /* gate fix: floor 11px, was 9px */
  font-weight: 600;
  line-height: 1.25;
}
.framing {
  margin: 22px 0 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--standfirst);
  line-height: 1.45;
}
.frame-gloss {
  margin: 14px 0 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.45;
}

.dream-band {
  position: relative;
  isolation: isolate;
  border-top: 4px double var(--dream);
  border-bottom: 4px double var(--dream);
  padding: 15px 12px 10px;
  overflow: hidden;
}
.dream-hatch { position: absolute; z-index: -1; inset: 0; color: var(--dream); }
.dream-hatch line { stroke: currentColor; stroke-width: 1; opacity: 0.08; }
.dream-band-label {
  display: block;
  margin-bottom: 8px;
  color: var(--dream-text);
  font-size: 11px;
  font-weight: 600;
}
.dream-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid color-mix(in srgb, var(--dream) 28%, transparent);
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 500;
}
.dream-figures { flex: 0 0 auto; text-align: right; }
.dream-figures .num { color: var(--dream-text); font-size: 15px; }
.dream-figures small { font-size: 11px; color: var(--ink-3); }
.dream-figures small .num { font-size: 11px; color: var(--ink-3); }

.disclaimer, .position-disclosure {
  margin: 0 0 6px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

/* ------------------------------------------------ shared page anatomy */

.page-block { padding: 20px 24px; }
.meta-row {
  min-height: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.marker { color: var(--ink-2); font-size: var(--ui); font-weight: 500; line-height: 1.35; }
.colophon { margin: 0; color: var(--ink-3); font-size: 11px; font-weight: 500; line-height: 1.3; }

.cover-block { padding: 26px 24px 30px; }
.cover-title { margin: 26px 0 24px; font-family: var(--font-ui); font-weight: 600; }
.cover-ticker { display: block; font-size: 15px; letter-spacing: 0.04em; color: var(--ink-2); margin-bottom: 10px; }
.cover-price { font-size: var(--num-display); font-weight: 700; } /* gate fix: display size */
.cover-question {
  max-width: 330px;
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: var(--display);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.hook-line { margin: 0 0 22px; color: var(--ink-2); font-size: 15px; line-height: 1.5; }
.page-byline { color: var(--ink-2); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; }
.escape {
  display: inline-block;
  margin-top: 18px;
  width: max-content;
  color: var(--moss-text);
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 500;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: color 120ms var(--ease);
}
.escape:hover, .escape:focus-visible { color: var(--moss); }

.section-h { margin-bottom: 14px; font-size: var(--h-card); line-height: 1.2; }

.standfirst {
  font-family: var(--font-serif);
  font-size: var(--standfirst);
  line-height: 1.45;
  color: var(--ink-2);
}

/* presets strip */
.preset-list { border-top: 1px solid var(--hairline); }
.preset-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 12px;
  padding: 12px 0 11px;
  border-bottom: 1px solid var(--hairline);
}
.preset-name { font-family: var(--font-serif); font-weight: 500; font-size: 17px; }
.preset-value { color: var(--moss-text); font-size: 17px; }
.preset-meta { width: 100%; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.story-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin: 0;
  color: var(--ink-2);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
}
.story-value .num-hero {
  color: var(--moss-text);
  font-size: var(--num-hero);
  font-weight: 700;
  line-height: 1;
}
.card-base .story-value {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  background: var(--moss-tint);
}
.flag-row { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.flags-gloss {
  margin: 7px 0 0;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}
.deck-exhibit {
  width: 100%;
  max-width: 100%;
  margin: 12px 0 8px;
}
.deck-exhibit svg { display: block; width: 100%; height: auto; }
.deck-exhibit figcaption { margin-top: 6px; }

.dock {
  flex: 0 0 32px;
  width: 100%;
  height: 32px;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  border-top: 1px solid var(--hairline);
  color: var(--ink);
  line-height: 1;
}
.dock-cell {
  position: relative;
  min-width: 0;
  padding: 10px 2px 2px;
  text-align: center;
}
.dock-cell .num { font-size: 15px; font-weight: 600; }
.dock-label { display: none; }
.dock-cell::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 12px;
  transform: translateX(-50%);
  border-top: 2px dashed var(--moss);
}
.dock-observed::before { border-top-style: solid; border-top-color: var(--ink); }
.dock-dream { color: var(--dream-text); }
.dock-dream::before { border-top: 2px dotted var(--ink-3); }
.dock-dream::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% + 7px);
  width: 2px;
  height: 6px;
  background: var(--dream);
}

/* gap equation */
.gap-equation { padding-top: 10px; margin-bottom: 26px; }
.gap-equation .gap-terms {
  margin: 0 0 8px;
  color: var(--ink-2);
  font-family: var(--font-ui);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.gap-hero {
  display: block;
  width: max-content;
  color: var(--dream-text);
  font-size: var(--num-hero);
  font-weight: 700;
  line-height: 1;
}
.gap-label {
  display: block;
  margin-top: 11px;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

/* kill rows (first reads) */
.kill-list { border-top: 1px solid var(--hairline); }
.kill-row { padding: 13px 0 12px; border-bottom: 1px solid var(--hairline); }
.kill-row .warn-chip { margin-bottom: 7px; }
.kill-row p { margin: 0 0 5px; font-size: var(--prose); line-height: 1.42; }
.kill-row small { display: block; color: var(--ink-2); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; line-height: 1.4; }

/* tell numbers (first reads) */
.tell-list { border-top: 1px solid var(--hairline); }
.tell-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0 9px;
  border-bottom: 1px solid var(--hairline);
}
.tell-label {
  flex: 0 1 auto;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: lowercase;
}
.tell-value { flex: 0 1 auto; text-align: right; font-size: 15px; line-height: 1.35; }
.tell-asof { display: block; margin-top: 2px; color: var(--ink-3); font-family: var(--font-ui); font-size: 11px; font-weight: 400; }

/* up next */
.up-next {
  display: block;
  margin: 8px 0 0;
  padding: 16px 0;
  border-top: 1px solid var(--hairline);
  text-decoration: none;
}
.up-next .up-label { font-family: var(--font-ui); font-size: 11px; font-weight: 600; color: var(--ink-3); letter-spacing: 0.01em; }
.up-next .up-title { display: block; margin-top: 4px; font-family: var(--font-serif); font-weight: 600; font-size: 20px; color: var(--ink); }
.up-next:hover .up-title, .up-next:focus-visible .up-title { color: var(--moss-text); }

.recon-line { margin: 0 0 14px; color: var(--ink-3); font-family: var(--font-ui); font-size: 11px; font-weight: 500; line-height: 1.5; }

/* footer */
.site-footer { padding: 20px 24px calc(28px + env(safe-area-inset-bottom)); border-top: 1px solid var(--hairline); }
.footer-byline { margin: 10px 0 0; color: var(--ink-2); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; }

/* email stub */
.subscribe { max-width: 300px; margin-top: 10px; }
.subscribe label { display: block; margin-bottom: 8px; color: var(--ink-2); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; }
.subscribe .subscribe-controls { display: flex; border-bottom: 1px solid var(--ink-3); }
.subscribe input {
  min-width: 0;
  flex: 1;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: var(--ui);
}
.subscribe input::placeholder { color: var(--ink-3); }
.subscribe button {
  border: 0;
  padding: 8px 0 8px 12px;
  background: transparent;
  color: var(--moss-text);
  font-family: var(--font-ui);
  font-size: var(--ui);
  font-weight: 600;
  cursor: pointer;
}
.subscribe .subscribe-controls:focus-within { border-color: var(--moss); }
.form-note { display: block; min-height: 16px; padding-top: 5px; color: var(--ink-2); font-family: var(--font-ui); font-size: 11px; }

/* ------------------------------------------------ home */

.home-hero { padding: 34px 24px 26px; }
.home-hero .wordmark { font-size: var(--display); }
.home-hero .wordmark .under::after { height: 3px; bottom: -3px; }
.home-tagline { margin: 16px 0 6px; font-family: var(--font-serif); font-size: var(--standfirst); line-height: 1.45; color: var(--ink-2); }
.home-byline { margin: 0; color: var(--ink-3); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; }

.flagship {
  display: block;
  margin: 0 24px;
  padding: 18px 0 20px;
  border-top: 3px solid var(--moss);
  text-decoration: none;
}
.flagship-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.flagship-ticker { font-family: var(--font-ui); font-weight: 600; font-size: 15px; letter-spacing: 0.04em; color: var(--ink); }
.flagship-price { font-size: 26px; font-weight: 700; }
.flagship-cta { display: inline-block; margin-top: 16px; color: var(--moss-text); font-family: var(--font-ui); font-size: 15px; font-weight: 500; }
.flagship:hover .flagship-cta, .flagship:focus-visible .flagship-cta { color: var(--moss); }

.library { padding: 8px 24px 6px; }
.library-row {
  display: block;
  padding: 14px 0 13px;
  border-top: 1px solid var(--hairline);
  text-decoration: none;
}
.library-row:hover .library-name, .library-row:focus-visible .library-name { color: var(--moss-text); }
.library-coming { opacity: 0.62; }
.library-head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.library-name { font-family: var(--font-serif); font-weight: 500; font-size: 17px; color: var(--ink); }
.library-posture { display: block; margin-top: 2px; color: var(--ink-2); font-family: var(--font-serif); font-size: 13px; }
.library-price { display: block; margin-top: 4px; color: var(--ink-3); font-family: var(--font-ui); font-size: 11px; font-weight: 500; }

.how { padding: 14px 24px 8px; }
.how ol { margin: 0; padding-left: 0; list-style: none; counter-reset: how; }
.how li {
  counter-increment: how;
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.5;
}
.how li::before {
  content: counter(how);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  color: var(--moss-text);
  border: 1px solid var(--moss);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------------ tape stub / 404 */

.tape-block { padding: 24px; min-height: 50svh; }
.tape-note { color: var(--ink-2); font-size: var(--prose); line-height: 1.6; }
.lens-back { color: var(--moss-text); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; }

.notfound-block { padding: 60px 24px; min-height: 70svh; }

/* ------------------------------------------------ small screens */

@media (max-width: 359px) {
  .page-block, .cover-block, .site-footer { padding-left: 18px; padding-right: 18px; }
  .home-hero, .library, .how { padding-left: 18px; padding-right: 18px; }
  .flagship { margin-left: 18px; margin-right: 18px; }
  .chrome-byline { display: none; }
  .stamp { padding-left: 5px; padding-right: 5px; }
  .static-head, .page-lede, .latest { padding-left: 18px; padding-right: 18px; }
}

/* ==================================================================
   Static pages (lane: paginas estaticas) — home extras, method, about,
   premieres, builder, 404. Page-scoped, additive; motion <=180ms,
   no shadows, no gradients, no border-left, nothing under 11px.
   ================================================================== */

.static-head {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 18px 24px 14px;
  border-bottom: 1px solid var(--hairline);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 12px 0 10px;
}
.footer-nav a {
  color: var(--moss-text);
  font-family: var(--font-ui);
  font-size: var(--ui);
  font-weight: 500;
  text-decoration: none;
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-corrections {
  margin: 0 0 8px;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.footer-corrections a { color: var(--moss-text); }

.email-fallback {
  margin: 12px 0 0;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}
.email-fallback a { color: var(--moss-text); }

.page-lede { padding: 18px 24px 4px; }
.page-lede .section-h { margin-bottom: 10px; }
.page-intro {
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-size: var(--standfirst);
  line-height: 1.5;
  color: var(--ink-2);
}

.latest { padding: 8px 24px 10px; }
.latest-strip {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--hairline);
  text-decoration: none;
}
.latest-marker { font-family: var(--font-ui); font-size: 11px; font-weight: 600; color: var(--ink-3); }
.latest-title { display: block; margin-top: 3px; font-family: var(--font-serif); font-weight: 600; font-size: 18px; color: var(--ink); }
.latest-strip:hover .latest-title, .latest-strip:focus-visible .latest-title { color: var(--moss-text); }
.latest-meta { display: block; margin-top: 4px; font-family: var(--font-ui); font-size: 11px; font-weight: 500; color: var(--ink-3); }

.steps { border-top: 1px solid var(--hairline); margin: 6px 0 0; }
.steps li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
}
.step-n {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  color: var(--moss-text);
  border: 1px solid var(--moss);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.step-title { font-family: var(--font-serif); font-weight: 600; font-size: 17px; }
.step-body { margin: 4px 0 0; font-size: 15px; line-height: 1.5; color: var(--ink-2); }

.specimen { padding: 16px 0 2px; border-top: 1px solid var(--hairline); }
.specimen-cap { margin: 10px 0 0; color: var(--ink-3); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; line-height: 1.45; }
.specimen-demo { font-family: var(--font-serif); font-size: var(--prose); line-height: 1.5; }

.rules-table { width: 100%; border-collapse: collapse; margin: 10px 0 2px; }
.rules-table th, .rules-table td {
  text-align: left;
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--font-ui);
  font-size: var(--ui);
  font-weight: 500;
  line-height: 1.35;
  vertical-align: top;
}
.rules-table th { color: var(--ink-3); font-weight: 600; }
.rules-table td:last-child, .rules-table th:last-child { text-align: right; color: var(--ink); }

.about-bio p { margin: 0 0 12px; font-size: var(--prose); line-height: 1.6; }
.doctrine { counter-reset: doc; border-top: 1px solid var(--hairline); margin: 6px 0 0; }
.doctrine li {
  counter-increment: doc;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.45;
}
.doctrine li::before {
  content: counter(doc);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  color: var(--moss-text);
}
.about-link { display: inline-block; margin-top: 12px; color: var(--moss-text); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; text-decoration: none; }
.about-link:hover, .about-link:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.premiere-list { border-top: 1px solid var(--hairline); margin-top: 6px; }
.premiere-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
  text-decoration: none;
}
.premiere-date { grid-column: 1 / -1; font-family: var(--font-ui); font-size: 11px; font-weight: 500; color: var(--ink-3); }
.premiere-co { font-family: var(--font-serif); font-weight: 500; font-size: 17px; color: var(--ink); }
.premiere-title { display: block; margin-top: 2px; font-family: var(--font-serif); font-size: 15px; color: var(--ink-2); }
.premiere-row:hover .premiere-co, .premiere-row:focus-visible .premiere-co { color: var(--moss-text); }
.premiere-tag { align-self: start; font-family: var(--font-ui); font-size: 11px; font-weight: 600; color: var(--ink-3); }
.premiere-foot { margin: 12px 0 0; color: var(--ink-3); font-family: var(--font-ui); font-size: 11px; line-height: 1.4; }

.builder-ghost { display: block; width: 100%; height: auto; max-width: 340px; margin: 6px 0 6px; color: var(--moss); }
.builder-features { border-top: 1px solid var(--hairline); margin: 8px 0; }
.builder-features li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 15px;
  line-height: 1.45;
}
.builder-features li::before { content: "\2014"; color: var(--moss-text); font-family: var(--font-ui); }
.price-tag { display: flex; align-items: baseline; gap: 8px; margin: 16px 0 4px; }
.price-tag .amount { font-family: var(--font-ui); font-size: 32px; font-weight: 700; color: var(--ink); line-height: 1; }
.price-tag .amount .num { font-size: 1em; font-weight: 700; }
.price-tag .per { color: var(--ink-3); font-family: var(--font-ui); font-size: var(--ui); font-weight: 500; }
.builder-for { margin: 0 0 14px; font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--ink-2); }
.builder-note { margin: 12px 0 0; color: var(--ink-3); font-family: var(--font-ui); font-size: 11px; font-weight: 500; line-height: 1.45; }

.nf-stamp { display: inline-block; margin: 14px 0; text-align: left; max-width: none; }
.nf-links { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }

/* ---- deck ---- */
html.has-deck {
  scroll-padding-top: var(--masthead-h, 0px);
}
/* Snap activates one frame AFTER --masthead-h is committed: Chromium's
   activation re-snap resolves var() scroll-padding as 0 and smooth-scrolls
   card 1 under the masthead (measured firsthand); .snap-on avoids it. */
html.has-deck.snap-on { scroll-snap-type: y proximity; }
html.has-deck.snap-on.snap-mandatory { scroll-snap-type: y mandatory; }
.deck .card {
  position: relative;
  min-height: calc(100svh - var(--masthead-h, 0px));
  scroll-snap-align: start;
  background: var(--paper);
  border-bottom: 1px solid var(--hairline);
}
.deck .card-inner {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deck .card-inner > .meta-row { margin-bottom: 24px; }
.deck .card .section-h { margin-top: 0; }
.deck .card:last-child .card-inner {
  padding-bottom: calc(28px + env(safe-area-inset-bottom));
}
.deck .card .site-footer {
  margin: 18px -24px -28px;
  padding-bottom: calc(28px + env(safe-area-inset-bottom));
}
.deck .card-study {
  background: var(--study);
  color: var(--study-ink);
}
.card-study .section-h { max-width: 320px; font-size: 30px; line-height: 1.18; }
.card-study .explore-cta {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin: 10px 0 22px;
  color: #a4cd7c;
  font-family: var(--font-ui);
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.card-study .email-secondary {
  margin: 0;
  color: #c4c6bd;
  font-family: var(--font-ui);
  font-size: 13px;
}
.card-study .subscribe label,
.card-study .form-note { color: #c4c6bd; }
.card-study .subscribe .subscribe-controls { border-bottom-color: #aeb0a8; }
.card-study .subscribe input { color: var(--study-ink); }
.card-study .subscribe input::placeholder { color: #aeb0a8; }
.card-study .subscribe button { color: #a4cd7c; }
.card-study .signature {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  margin: auto 0 28px;
}
.signature-rule { grid-row: 1 / 3; width: 48px; height: 1px; background: #a4cd7c; }
.signature-name { font-family: var(--font-serif); font-size: 17px; font-weight: 500; }
.signature small { color: #c4c6bd; font-family: var(--font-ui); font-size: 11px; }
.card-study .disclaimer { color: #c4c6bd; }
.progress {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: max(0px, calc((100vw - 430px) / 2));
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.progress a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  outline: none;
}
.progress a span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink-3);
  opacity: 0.46;
  transition: width 120ms var(--ease), height 120ms var(--ease), opacity 120ms var(--ease), background-color 120ms var(--ease);
}
.progress a[aria-current="step"] span {
  width: 7px;
  height: 7px;
  opacity: 1;
  background: var(--moss);
}
.progress a:focus-visible span { outline: 2px solid var(--moss); outline-offset: 4px; }
html.js.has-deck .deck .card.has-entered :is(.cover-title, .cover-question, .standfirst, .page-byline, .escape, .section-h, .believe, .colophon, .tell-list, .subscribe, .up-next) {
  animation: card-enter 160ms var(--ease);
}
@keyframes card-enter {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  html.js.has-deck .deck .card.has-entered :is(.cover-title, .cover-question, .standfirst, .page-byline, .escape, .section-h, .believe, .colophon, .tell-list, .subscribe, .up-next) {
    animation: none;
  }
}

@media (max-width: 359px) {
  .deck .card .site-footer { margin-left: -18px; margin-right: -18px; }
}

/* ---- tape ---- */
.tape-page { overflow-wrap: anywhere; }
.tape-page > .page-block { border-bottom: 1px solid var(--hairline); }
.tape-header .section-h { margin-top: 24px; }
.tape-last {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 9px;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
}
.tape-last .num { color: var(--ink); font-size: 24px; }
.tape-regime-line {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: var(--standfirst);
  line-height: 1.45;
}
.tape-chart { width: 100%; margin: 0; }
.tape-chart .tape-svg { display: block; width: 100%; height: auto; }
.tape-svg text {
  fill: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
}
.tape-zone-label, .tape-level-label, .tape-close-label, .tape-axis-label {
  paint-order: stroke;
  stroke: var(--paper);
  stroke-width: 3px;
  stroke-linejoin: round;
}
.tape-boundary { stroke: var(--hairline); stroke-width: 1; }
.tape-week { stroke: var(--ink); stroke-width: 1.4; stroke-opacity: 0.55; }
.tape-close-tick { stroke: var(--ink); stroke-width: 1.4; }
.tape-sma { stroke: var(--ink-2); stroke-width: 1; }
.tape-sma-200 { stroke: var(--ink-3); }
.tape-last-close { fill: var(--moss-text); }
.tape-close-label { fill: var(--moss-text) !important; font-weight: 600 !important; }
.tape-chart figcaption { margin-top: 8px; line-height: 1.45; }
.tape-reading-list { border-top: 1px solid var(--hairline); }
.tape-reading-row { padding: 12px 0; border-bottom: 1px solid var(--hairline); }
.tape-reading-label {
  display: block;
  margin-bottom: 5px;
  color: var(--ink-3);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  text-transform: lowercase;
}
.tape-reading-value {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.45;
}
.tape-swing-strip {
  margin: 0;
  color: var(--ink-2);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.tape-bridge p { margin-bottom: 12px; font-size: 16px; line-height: 1.5; }
.tape-bridge-list { border-top: 1px solid var(--hairline); margin: 2px 0 0; }
.tape-bridge-list li {
  padding: 11px 0;
  border-bottom: 1px solid var(--hairline);
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.5;
}
.tape-footer .lens-back { display: inline-block; margin-top: 14px; }
