:root {
  --paper: #f1ebe2;
  --ink: #1b1512;
  --ink-soft: #4f453d;
  --ink-meta: #6a5c51;
  --cocoa: #2b1b12;
  --terra: #b0451f;
  --plate-ink: #372318;
  --rule: rgba(27, 21, 18, 0.18);
  --rule-light: rgba(240, 231, 221, 0.22);
  --display: "Fraunces", "Palatino Linotype", Georgia, serif;
  --body: "Fraunces", "Iowan Old Style", Georgia, serif;
  --display-size: clamp(2.8rem, 8.8vw, 8rem);
  --heading-size: clamp(1.9rem, 3.4vw, 2.9rem);
  --subhead-size: clamp(1.5rem, 2.4vw, 2.05rem);
  --body-size: 1.12rem;
  --label-size: 0.82rem;
  --band: clamp(3.5rem, 7.5vw, 6rem);
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --col-gap: clamp(1rem, 1.5vw, 1.6rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  /* text cut of the same family; the display cut is reserved for 72px and up */
  font-variation-settings: "opsz" 14, "SOFT" 0, "WONK" 0;
  font-weight: 380;
  font-variant-numeric: oldstyle-nums;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
figure { margin: 0; }

/* ---------- the grid everything snaps to ---------- */
.wrap {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap);
}

.c-full  { grid-column: 1 / -1; }
.c-left  { grid-column: 1 / 7; }
.c-far   { grid-column: 7 / -1; }
.c-essay { grid-column: 6 / -1; }

h1 {
  font-family: var(--display);
  font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 0;
  font-weight: 450;
}

/* below ~72px the display cut's thins go grey and fragile, so use the text cut */
h2, h3,
.rows .ord,
.pull,
.ledger-stats b,
.verdict .testimony blockquote {
  font-family: var(--display);
  font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 0;
}

/* metadata sits in the text cut: the display cut's hairlines break below ~24px */
.wordmark,
.cohort dd,
.argument-body strong,
.principles li::before {
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
}

h1, h2, h3 {
  font-weight: 500;
  font-kerning: normal;
  margin: 0;
  color: var(--ink);
}

p { margin: 0; color: var(--ink-soft); }
a { color: inherit; }

.rows .ord,
.cohort dd,
.ledger-stats b,
.principles li::before {
  font-variant-numeric: lining-nums tabular-nums;
}

.eyebrow {
  margin: 0;
  color: var(--ink-meta);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  font-size: var(--label-size);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* one arrow, drawn to sit against the serif rather than a sans glyph */
.arr {
  flex: 0 0 auto;
  width: 1.15em;
  height: 0.53em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

/* ---------- masthead ---------- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
}

.masthead .wrap { box-shadow: none; }

.masthead .wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.05rem;
}

.wordmark {
  font-family: var(--display);
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: -0.022em;
  text-decoration: none;
  white-space: nowrap;
}

.wordmark em { font-style: normal; }

.masthead nav { display: flex; align-items: baseline; gap: 2.1rem; }

.masthead .closes {
  font-weight: 400;
  color: var(--terra);
  opacity: 0.75;
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.masthead nav a {
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.masthead nav a {
  text-decoration: none;
  color: rgba(27, 21, 18, 0.78);
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.masthead nav a:hover { color: var(--ink); border-bottom-color: var(--rule); }
.masthead nav a[aria-current="page"] { color: var(--ink); }

.masthead nav a.enquire { color: var(--terra); font-weight: 620; border-bottom-color: transparent; }
.masthead nav a.enquire:hover { color: var(--terra); border-bottom-color: var(--terra); }


/* ---------- links: one treatment for text, one for display ---------- */
.link {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  text-decoration: none;
  font-size: 1rem;
  color: var(--ink);
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--rule);
  transition: border-color 0.18s ease;
}

.link:hover { border-bottom-color: var(--ink); }
.link:hover .arr { transform: translateX(4px); }

.link-lg {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  text-decoration: none;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.028em;
}

.link-lg { padding-bottom: 0.16em; border-bottom: 1px solid currentColor; align-items: baseline; }

.link-lg .arr { width: 0.54em; height: 0.26em; align-self: baseline; transform: translateY(-0.06em); stroke-width: 2.6px; }
.link-lg:hover .arr { transform: translateY(-0.06em) translateX(0.14em); }

/* ---------- hero: one full-measure statement, nothing beside it ---------- */
.hero { position: relative; overflow: clip; }

.hero .wrap { padding-block: calc(var(--band) * 0.7) calc(var(--band) * 0.3); width: 100%; }

/* the attempts resolve leftward, so the single line arrives at the headline */
.hero-art {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
  /* faint behind the words, resolving solid only as the strands reach the full stop */
  /* horizontal: legible behind the words, solid at the stop; vertical: feathered so
     the canvas box never shows as a rectangle where the hero clips it */
  -webkit-mask-image:
    linear-gradient(to right, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.5) 70%, #000 96%),
    linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.5) 70%, #000 96%),
    linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-composite: intersect;
}

.hero-art img,
.hero-art canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-art canvas { opacity: 0; transition: opacity 1.1s ease; }
.hero-art canvas.is-live { opacity: 1; }

.hero .wrap { position: relative; z-index: 1; }
.hero .grid { align-items: start; }

.hero .eyebrow { grid-column: 1 / 8; grid-row: 1; }

/* the foot's children join the page grid directly rather than sub-dividing it */
.hero-foot { display: contents; }
.hero-rule { grid-column: 1 / 8; grid-row: 3; margin: 0; border: 0; border-top: 1px solid var(--rule); }
.hero-foot .lead { grid-column: 9 / -1; grid-row: 2; align-self: start; padding-top: 0.6rem !important; }
.hero-foot .actions { grid-column: 8 / -1; grid-row: 3; gap: 2rem; margin-top: 1.4rem; padding-top: 0; align-self: start; }


.hero h1 {
  grid-column: 1 / 8;
  grid-row: 2;
  margin: 1.9rem 0 0;
  font-size: var(--display-size);
  line-height: 0.9;
  letter-spacing: -0.026em;
  text-indent: -0.012em; /* hangs the G off the measure */
}

.hero h1 i { font-style: italic; }

.hero-rule { margin-top: clamp(2.6rem, 5vw, 4.2rem); }
.hero-foot .lead { padding-top: 1.7rem; }

.hero-foot .lead { font-size: var(--body-size); line-height: 1.55; }

.hero-foot .actions { display: flex; gap: 2.1rem; flex-wrap: wrap; }

/* ---------- facts: one number carries it, the rest run as a line ---------- */








/* ---------- programme index: head stacks left, the index runs full width ---------- */
.ledger { overflow-x: clip; }
.ledger .wrap { padding-block: calc(var(--band) * 0.35) 0; }

.ledger .sec-head { grid-column: 1 / 7; }

.ledger h2 {
  margin-top: 1.3rem;
  font-size: var(--heading-size);
  line-height: 1.08;
  letter-spacing: -0.002em;
}

.ledger .intro { grid-column: 7 / -1; align-self: end; font-size: var(--body-size); }

.rows {
  list-style: none;
  position: relative;
  margin: 1.6rem 0 0;
  padding: 0;
}
.rows::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  border-top: 1px solid var(--rule);
}

.rows li { position: relative; }
.rows li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  border-bottom: 1px solid var(--rule);
}

.rows a {
  align-items: baseline;
  min-height: 0;
  padding-block: clamp(1.2rem, 1.9vw, 1.7rem);
  text-decoration: none;
  transition: background 0.25s ease;
}

.rows a:hover { background: rgba(27, 21, 18, 0.04); }
.rows a:hover h3 { color: var(--terra); }
.rows h3 { transition: color 0.2s ease; }

.rows .ord {
  grid-column: 1 / 2;
  font-family: var(--display);
  font-weight: 500;
  font-size: var(--subhead-size);
  line-height: 1;
  color: var(--terra);
}


.rows h3 {
  grid-column: 2 / 6;
  padding-left: 0.4rem;
  font-size: var(--heading-size);
  line-height: 1;
  letter-spacing: -0.008em;
}

.rows .row-note { grid-column: 6 / 10; align-self: baseline; font-size: var(--body-size); line-height: 1.5; max-width: 32ch; }

.rows .row-meta {
  grid-column: 10 / -1;
  display: grid;
  gap: 0.3rem;
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: var(--ink-meta);
}


/* ---------- manifesto: a narrow single column, deliberately denser ---------- */
.argument { position: relative; overflow: clip; background: var(--cocoa); color: #f0e7dd; }

.room-art {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  pointer-events: none;
}

.room-art canvas { width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 1.1s ease; }
.room-art canvas.is-live { opacity: 1; }

.argument .wrap { position: relative; z-index: 1; }

.principles-dark {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: pd;
}

.principles-dark li {
  padding-block: 0.95rem;
  border-top: 0;
  font-size: var(--body-size);
  line-height: 1.6;
  color: rgba(240, 231, 221, 0.84);
  counter-increment: pd;
}

.principles-dark li::before {
  content: none;
  display: none;
  margin-bottom: 0.5rem;
  font-size: var(--label-size);
  letter-spacing: 0.1em;
  color: var(--terra);
}

.principles-dark b { color: #fff; font-weight: 560; }

.argument .footnote {
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--rule-light);
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 231, 221, 0.6);
}
.argument .eyebrow { color: rgba(240, 231, 221, 0.6); }
.argument h2 { color: #fff; }
.argument p { color: rgba(240, 231, 221, 0.84); }


.argument .wrap { padding-block: calc(var(--band) * 1.2); min-height: 140vh; align-content: center; }

.headline-figure {
  grid-column: 1 / 6;
  margin: 0;
  align-self: start;
  padding-top: 0.42em;
}

.headline-figure b {
  display: block;
  width: max-content;
  max-width: 100%;
  font-family: var(--display);
  font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 0;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 460;
  font-size: clamp(5rem, 17vw, 15rem);
  line-height: 0.8;
  letter-spacing: -0.05em;
  color: #fff;
}

.headline-figure span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule-light);
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 231, 221, 0.6);
}


.argument .argument-body strong { color: #fff; }
.argument-note { border-top-color: var(--rule-light); }






/* a named voice closes the chapter: the only person on the page, so give it size */
.verdict .wrap { padding-block: calc(var(--band) * 0.3) calc(var(--band) * 0.15); align-items: start; }

.verdict .margin-note {
  grid-column: 1 / 4;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
  color: var(--ink-meta);
}

.verdict .margin-note b { color: var(--ink); font-weight: 600; }

.verdict .voice {
  grid-column: 1 / -1;
  padding-left: var(--lane);
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 0;
  font-weight: 450;
  font-size: calc(var(--display-size) * 0.67);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.verdict .testimony {
  grid-column: 1 / 11;
  margin: 0;
}

.verdict .testimony blockquote {
  margin: 0;
  max-width: none;
  font-family: var(--display);
  font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 0;
  font-weight: 450;
  font-size: var(--display-size);
  line-height: 1.02;
  letter-spacing: -0.024em;
  color: var(--ink);
}

.verdict .testimony figcaption {
  margin: 1.4rem 0 0;
  font-size: var(--body-size);
  line-height: 1.5;
  color: var(--ink-meta);
}

.verdict .testimony figcaption b {
  font-weight: 400;
  color: var(--ink);
}

.argument h2 {
  margin-top: 1.3rem;
  margin-bottom: 2.6rem;
  font-size: var(--heading-size);
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 15ch;
}

.argument-body p { font-size: var(--body-size); line-height: 1.6; max-width: 68ch; }
.argument-body p + p { margin-top: 1.4rem; }

.argument-body strong {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.012em;
}

.argument-note {
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--rule);
  font-size: 1rem;
}

/* ---------- the one photograph ---------- */
.room { display: block; }

.room img {
  width: 100%;
  height: clamp(16rem, 34vw, 28rem);
  object-fit: cover;
  object-position: center 42%;
}

/* ---------- the plate ---------- */
.plate { margin-top: clamp(3rem, 6vw, 5rem); }

.plate-frame {
  position: relative;
  height: clamp(20rem, 44vw, 36rem);
  overflow: hidden;
  background: var(--cocoa);
  border-block: 1px solid var(--rule-light);
}

.plate-frame img,
.plate-frame canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plate-frame canvas { opacity: 0; transition: opacity 1.1s ease; }
.plate-frame canvas.is-live { opacity: 1; }

.plate-caption { padding-block: 1.1rem 0; }
.plate-caption p { grid-column: 1 / 7; font-size: 0.98rem; line-height: 1.45; }
.plate-caption .plate-no { color: var(--terra); font-variant: small-caps; letter-spacing: 0.06em; }
.plate-caption p { color: rgba(240, 231, 221, 0.62); }

/* ---------- closing: full width, the CTA is the largest thing here ---------- */
.closing { background: var(--paper); color: var(--ink); }
.closing .wrap { position: relative; z-index: 1; padding-block: var(--band) calc(var(--band) * 0.75); }

.closing { position: relative; overflow: clip; }

/* the fourteen arrive as one taut line, and it becomes the footer's top edge */
.taut {
  height: 0;
  margin-left: max(var(--gutter), calc((100vw - 1320px) / 2 + var(--gutter)));
  border-top: 1.5px solid var(--terra);
}

.closing h2 {
  grid-column: 1 / 8;
  margin-top: 1.4rem;
  font-size: var(--heading-size);
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
}

.closing .link-lg {
  grid-column: 1 / 7;
  justify-self: start;
  margin-top: calc(var(--band) * 0.6);
  padding-bottom: 0.3em;
  font-size: var(--subhead-size);
  line-height: 1.1;
  font-family: var(--body);
  font-variation-settings: "opsz" 20, "SOFT" 0, "WONK" 0;
  font-weight: 560;
  letter-spacing: 0;
  color: var(--terra);
}

.closing .link-lg:hover { border-bottom-color: var(--terra); }

.closing .alt {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 1.7rem;
  font-size: 1rem;
  color: var(--ink-soft);
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--rule);
}

.closing .alt:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* the schedule reads across the foot of the panel, not down its side */
.cohort {
  grid-column: 9 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: start;
  column-gap: var(--col-gap);
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
}

.cohort > div { grid-column: span 4; padding-block: 0.55rem; border-bottom: 1px solid var(--rule); }

.cohort dt {
  font-size: var(--label-size);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.cohort dd {
  margin: 0.3rem 0 0;
  font-family: var(--display);
  font-size: var(--body-size);
  letter-spacing: -0.012em;
  color: var(--ink);
  font-variant-numeric: lining-nums tabular-nums;
}


/* ---------- footer ---------- */
.site-footer .wrap { padding-block: calc(var(--band) * 0.45) 1.6rem; align-items: start; font-size: 0.94em; }

.site-footer .fm-brand { grid-column: 1 / 5; }

.site-footer .fm-brand .wordmark {
  font-size: var(--subhead-size);
  letter-spacing: -0.03em;
  white-space: normal;
  line-height: 1.06;
  display: block;
}

.site-footer address { margin-top: 1.3rem; font-style: normal; font-size: var(--body-size); line-height: 1.65; color: var(--ink-soft); text-wrap: pretty; }

.accreditation {
  margin-top: 2rem;
  max-width: none;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule);
}

.accreditation strong {
  display: block;
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--ink);
}

.accreditation span { display: block; margin-top: 0.3rem; font-size: 0.9rem; color: var(--ink-soft); }

.site-footer .fm-col:nth-of-type(2) { grid-column: 6 / 8; }
.site-footer .fm-col:nth-of-type(3) { grid-column: 8 / 10; }
.site-footer .fm-col:nth-of-type(4) { grid-column: 10 / -1; }

.site-footer h4 {
  margin: 0 0 1.1rem;
  font-family: var(--body);
  font-size: var(--label-size);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }

.site-footer li a {
  text-decoration: none;
  overflow-wrap: normal;
  font-size: 1rem;
  color: var(--ink);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.site-footer li a:hover { border-bottom-color: var(--ink); }


.colophon .wrap { padding-block: 0 2.4rem; align-items: baseline; }
.colophon .wrap::before { content: ""; grid-column: 1 / -1; border-top: 1px solid var(--rule); margin-bottom: 1.3rem; }
.colophon p { grid-column: 1 / 7; font-size: 0.95rem; }
.colophon .credit { grid-column: 7 / -1; justify-self: end; text-align: right; }
.colophon .credit { font-size: 0.95rem; }
.colophon a { text-decoration: none; border-bottom: 1px solid transparent; }
.colophon a:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* ---------- about page ---------- */
.essay .wrap { padding-block: 0 clamp(3.5rem, 8vw, 6rem); }

.essay h2 {
  margin-top: 1.3rem;
  margin-bottom: 2.4rem;
  font-size: var(--heading-size);
  line-height: 1.12;
  letter-spacing: 0;
  max-width: 16ch;
}

.essay-body p { font-size: var(--body-size); line-height: 1.6; max-width: 64ch; }
.essay-body p + p { margin-top: 1.4rem; }

.pull {
  margin: 2.6rem 0;
  padding-block: 1.9rem;
  border-block: 1px solid var(--rule);
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  line-height: 1.22;
  letter-spacing: -0.022em;
  color: var(--ink);
  max-width: 26ch;
}

.principles { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); counter-reset: p; }

.principles li {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--rule);
  font-size: 1.1rem;
  color: var(--ink-soft);
  counter-increment: p;
}

.principles li::before {
  content: counter(p, decimal-leading-zero);
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--ink-soft);
}

/* ---------- reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.65s ease, transform 0.65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  /* the drawings keep moving (slower) at the owner's request; only scroll-jumps and
     entrance slides are removed */
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .c-essay { grid-column: 1 / 9; }
}

@media (max-width: 1100px) {
  .site-footer .fm-brand { grid-column: 1 / -1; }
  .site-footer .fm-col:nth-of-type(2) { grid-column: 1 / 5; }
  .site-footer .fm-col:nth-of-type(3) { grid-column: 5 / 9; }
  .site-footer .fm-col:nth-of-type(4) { grid-column: 9 / -1; }
}

@media (max-width: 900px) {
  .c-left, .c-far, .c-essay, .headline-figure, .testimony,
  .ledger .sec-head,
  .hero .eyebrow, .hero h1, .hero-rule, .hero-foot .lead, .hero-foot .actions, .argument-art,
  .argument .margin-notes,
  .ledger .sec-head,
  .facts .headline-stat,
  .facts .running,
  .closing h2,
  .plate-caption p,
  .site-footer .fm-brand { grid-column: 1 / -1; }

  /* must stay positioned: the canvas inside is absolute, and a static parent let it
     escape to cover the whole hero at full strength, straight through the headline */
  .hero-art { position: relative; height: 11rem; overflow: clip; margin: 0 calc(-1 * var(--gutter)) 1.6rem; opacity: 1;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent); }
  .rows h3 { grid-column: 2 / -1; }
    .hero-foot .actions { margin-top: 1.8rem; }

  .rows a { min-height: 0; row-gap: 0.7rem; }
  .rows h3 { grid-column: 2 / 12; }
  .rows .row-note { grid-column: 2 / -1; }
  .rows .row-meta { grid-column: 2 / -1; grid-auto-flow: column; justify-content: start; gap: 1.4rem; }
  
  .cohort { grid-column: 1 / -1; margin-top: 2.5rem; }
  .cohort > div { grid-column: span 4; }
  .argument-art { display: none; }

  .site-footer .fm-col:nth-of-type(2) { grid-column: 1 / 5; }
  .site-footer .fm-col:nth-of-type(3) { grid-column: 5 / 9; }
  .site-footer .fm-col:nth-of-type(4) { grid-column: 9 / -1; }
  .colophon p { grid-column: 1 / -1; }
  .colophon .credit { justify-self: start; text-align: left; margin-top: 0.4rem; }

  br.dt { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 18px; }
  .masthead .wrap { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .masthead nav { gap: 1.4rem; flex-wrap: wrap; }
  .hero-foot .actions { flex-direction: column; gap: 1rem; }
  .cohort { grid-template-columns: 1fr; }
  .site-footer .fm-col { grid-column: 1 / -1 !important; }
}

/* the cohort leaves together along the foot of the intake block */
.closing-art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(5rem, 9vw, 8rem);
  pointer-events: none;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 28%);
  mask-image: linear-gradient(to right, transparent 0%, #000 28%);
}

.closing-art canvas { width: 100%; height: 100%; display: block; }

@media (max-width: 900px) {
  .hero { min-height: 0; display: block; }
  .room-art { width: 100%; opacity: 0.35; }
  .argument .wrap { min-height: 0; }
  .verdict .margin-note, .verdict .voice { grid-column: 1 / -1; }
  .verdict .voice { margin-top: 1.6rem; font-size: var(--heading-size); }
}

/* ---------- the continuous thread ---------- */

/* the three facts, stated once, at the foot of the hero */
.facts-ledger {
  grid-column: 1 / -1;
  grid-row: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--col-gap);
  margin: calc(var(--band) * 0.5) 0 0;
  border-top: 1px solid var(--rule);
}

.facts-ledger > div { padding: 1rem 0 0; }
.facts-ledger > div + div { border-left: 1px solid var(--rule); padding-left: var(--col-gap); }

.facts-ledger dt {
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-meta);
}

.facts-ledger dd {
  margin: 0.35rem 0 0;
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-size: var(--subhead-size);
  color: var(--ink);
}

/* programmes: the line runs down the gutter and the numerals sit on it as knots */
.spine-wrap { position: relative; }

.spine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--col-gap) * 0.2 + 1ch);
  border-left: 1.5px solid var(--terra);
  opacity: 0.55;
}

.rows .ord {
  position: relative;
  z-index: 1;
  justify-self: start;
  background: var(--paper);
  padding-block: 0.2em;
}

/* dark room: the thread pulled back once per principle, and the one large figure */
.argument .wrap { min-height: 0; align-content: start; padding-block: calc(var(--band) * 0.8) calc(var(--band) * 0.22); }

/* the column is as tall as the principles beside it; the thread fills what the
   figure leaves, and must not size the row from its own 1:5 viewBox */
.thread-col {
  grid-column: 2 / 5;
  position: sticky;
  top: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2rem;
  align-self: start;
}

.thread-col h2 {
  margin-top: 1.1rem;
  font-size: var(--heading-size);
  line-height: 1.08;
  color: #fff;
  max-width: 11ch;
}

.thread-wrap { position: relative; flex: 1 1 auto; min-height: 10rem; margin-bottom: 1.4rem; }

.thread {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(240, 231, 221, 0.85);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  animation: thread-sway 9s ease-in-out infinite alternate;
  transform-origin: 50% 0;
}

@keyframes thread-sway {
  from { transform: scaleX(0.82); }
  to   { transform: scaleX(1.12); }
}

.thread-col .figure { margin: 0; }

.thread-col .figure b {
  display: block;
  font-family: var(--display);
  font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 0;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 460;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  color: #fff;
}

.thread-col .figure span {
  display: block;
  margin-top: 0.9rem;
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 231, 221, 0.6);
}

/* testimonial: the line passes beneath the quote */
.verdict .voice { position: relative; padding-bottom: 1.6rem; }

.voice-line {
  position: absolute;
  left: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  border-bottom: 1.5px solid var(--terra);
  opacity: 0.55;
}

.verdict { overflow-x: clip; }
.verdict .margin-note { border-top: 0; padding-top: 0.35rem; align-self: center; }

/* the thread ends as the CTA's underline, closing on a single dot */
.closing .link-lg {
  position: relative;
  padding-bottom: 0.4em;
  border-bottom: 1.5px solid var(--terra);
  padding-right: 1.1em;
}

.closing .link-lg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.3em;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background: var(--terra);
  transform: translateY(0.02em);
}

@media (prefers-reduced-motion: reduce) {
  .thread { animation-duration: 28s; }
}

@media (max-width: 900px) {
  .facts-ledger { grid-template-columns: 1fr; }
  .facts-ledger > div + div { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); }
  .thread-col { grid-column: 1 / -1; }
  .thread-wrap { min-height: 12rem; }
  .spine { display: none; }
}

/* ---------- the one page thread ---------- */
main { position: relative; }

.page-thread {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.page-thread-line {
  fill: none;
  stroke: var(--terra);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-thread-tick { stroke: var(--terra); stroke-width: 1.6; }
.page-thread-mark { stroke: var(--terra); stroke-width: 1.6; }
.page-thread-dot { fill: var(--terra); }

/* the numerals are knots on the line */
.rows .ord { position: relative; z-index: 4; background: var(--paper); padding-inline: 0.15em; }

/* testimonial and intake read as one closing movement */
.verdict .wrap { padding-bottom: calc(var(--band) * 0.15); }
.closing .wrap { padding-top: calc(var(--band) * 0.2); row-gap: 0; }

/* intake: the dates sit on the thread as a timeline */
.timeline {
  grid-column: 1 / 9;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--col-gap);
  margin: calc(var(--band) * 0.6) 0 0;
  padding: 1.6rem 0 0;
}

.timeline li { display: grid; gap: 0.35rem; }

.timeline .t-label {
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-meta);
}

.timeline .t-date {
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-size: var(--subhead-size);
  color: var(--ink);
}

.timeline .is-close .t-date { color: var(--terra); }

/* the page's one filled block of colour */
.cta-block {
  grid-column: 9 / -1;
  margin-top: calc(var(--band) * 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 1.8rem;
  background: var(--terra);
  color: #fff;
  text-decoration: none;
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-weight: 520;
  font-size: var(--subhead-size);
  transition: background 0.2s ease;
}

.cta-block:hover { background: #963a1a; }
.cta-block .arr { width: 1.1em; height: 0.5em; }

.closing h2 { grid-column: 1 / 7; }

.site-footer .wrap { padding-block: calc(var(--band) * 0.3) 1.2rem; }

@media (max-width: 900px) {
  .principles-dark { grid-template-columns: 1fr; }
  .hero-art { right: 0; }
  .page-thread { display: none; }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1.4rem; }
  .cta-block, .closing h2, .thread-col { grid-column: 1 / -1; }
}

/* close: the CTA sits on the axis at the deadline tick */
.timeline .t-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  margin-top: 0.9rem;
  width: fit-content;
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-weight: 540;
  font-size: var(--body-size);
  color: var(--terra);
  text-decoration: none;
  border-bottom: 1px solid rgba(176, 69, 31, 0.35);
  padding-bottom: 3px;
}
.timeline .t-cta:hover { border-bottom-color: var(--terra); }
.timeline .t-cta .arr { width: 1em; height: 0.46em; }

.axis-fact {
  grid-column: 1 / -1;
  margin-top: 2.2rem;
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-meta);
}

/* the ending is given room, but not a screen of blank paper */
.closing .wrap { padding-bottom: calc(var(--band) * 0.8); }

.verdict .voice .anchor { white-space: nowrap; }
.hero .stop { display: inline-block; }

.closing .intake-note {
  grid-column: 8 / -1;
  align-self: end;
  font-size: var(--body-size);
  line-height: 1.55;
}
@media (max-width: 900px) {
  .hero-foot .lead, .hero-foot .actions, .hero-rule, .closing .intake-note { grid-column: 1 / -1; grid-row: auto; }
  .hero-foot .lead { padding-top: 1.4rem !important; }
}

/* ---------- round 28: content on the line ---------- */

/* the line runs through the numerals' column; anything else in that lane steps aside */
:root { --lane: 3.4rem; }
.ledger .wrap > .eyebrow,
.verdict .margin-note,
.closing h2 { padding-left: var(--lane); }

/* the hero's second voice is the deadline */
.hero .deadline {
  grid-column: 9 / -1;
  grid-row: 2;
  align-self: end;
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 0;
  font-weight: 480;
  font-size: var(--heading-size);
  line-height: 1;
  color: var(--terra);
}
.hero .deadline span {
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--body);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  font-weight: 500;
  font-size: var(--label-size);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-meta);
}

/* dark band: heading and commitments share one column right of the line */
.argument .teach-head {
  margin: 1rem 0 1.8rem;
  font-size: var(--heading-size);
  line-height: 1.08;
  color: #fff;
}
.principles-dark li { max-width: 64ch; }

/* intake: three dates placed where they fall in time */
.timeline {
  grid-column: 1 / 9;
  position: relative;
  display: block;
  height: 6.6rem;
  padding: 0;
  margin: calc(var(--band) * 0.5) 0 0;
}
.timeline li {
  position: absolute;
  top: 1.2rem;
  left: calc(var(--lane) + (100% - var(--lane) - 14rem) * var(--at));
  width: 14rem;
}
.terminal {
  margin: 0;
  padding: calc(var(--band) * 0.2) 0 calc(var(--band) * 0.6);
  font-family: var(--display);
  font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 0;
  font-weight: 460;
  font-size: var(--heading-size);
  line-height: 1.05;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.axis-fact { display: none; }

@media (max-width: 900px) {
  .hero .deadline { grid-column: 1 / -1; grid-row: auto; }
  .timeline { height: auto; }
  .timeline li { position: static; width: auto; margin-bottom: 1.2rem; }
  .terminal { grid-column: 1 / -1; justify-self: start; text-align: left; }
  .ledger .wrap > .eyebrow, .verdict .margin-note, .closing h2 { padding-left: 0; }
}

/* 27 Feb and 16 Mar are only 17 days apart, so the deadline's label hangs to the LEFT
   of its tick, away from March, and the two can never collide */
@media (min-width: 901px) {
  .timeline .is-close {
    left: calc(var(--lane) + (100% - var(--lane) - 14rem) * var(--at) - 14rem);
    text-align: right;
    justify-items: end;
  }
  .timeline .is-close .t-cta { margin-left: auto; }
}

/* below ~1000px three proportional dates can't fit a single axis: stack them */
@media (max-width: 1100px) {
  .timeline { height: auto; }
  .timeline li,
  .timeline .is-close { position: static; width: auto; left: auto; text-align: left; justify-items: start; margin-bottom: 1.2rem; }
  .timeline .is-close .t-cta { margin-left: 0; }
}

/* ---------- round 29: the path ends in an action ---------- */
.closing .wrap { padding-bottom: 0; }

.cta-terminus {
  grid-column: 9 / -1;
  justify-self: start;
  white-space: nowrap;
  align-self: start;
  margin-top: calc(var(--band) * 0.5 - 0.55em);
  font-family: var(--display);
  font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 0;
  font-weight: 520;
  font-size: var(--subhead-size);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--terra);
  text-decoration: none;
  padding-left: 1.2rem;
}
.cta-terminus:hover { color: #8f3517; }

/* the count the whole line has been walking toward */
.terminal .wrap {
  display: block;
  font-family: var(--display);
  font-variation-settings: "opsz" 100, "SOFT" 0, "WONK" 0;
  font-weight: 450;
  font-size: calc(var(--display-size) * 0.5);
  line-height: 1.1;
  letter-spacing: -0.022em;
  color: var(--ink);
}

/* the thread draws itself on load */

@media (max-width: 1100px) {
  .timeline { grid-column: 1 / -1; }
  .cta-terminus { grid-column: 1 / -1; margin-top: 1rem; padding-left: 0; }
}
.page-thread-bar { stroke: var(--terra); stroke-width: 2.2; stroke-linecap: round; }

/* labels sized to their text and anchored to their own tick: dates that hang left
   end at the tick, so neighbours close in time can't reach each other */
@media (min-width: 1101px) {
  .timeline li,
  .timeline .is-close {
    left: calc(var(--lane) + (100% - var(--lane)) * var(--at));
    width: max-content;
    transform: none;
    text-align: left;
    justify-items: start;
  }
  .timeline .hang-left {
    transform: translateX(-100%);
    text-align: right;
    justify-items: end;
  }
}

/* Foundations is the entry point, so its row carries more weight than the others */
.rows li.entry a { padding-block: clamp(1.8rem, 3vw, 2.6rem); }
.rows li.entry h3 { font-size: calc(var(--heading-size) * 1.45); }

/* hang each commitment off its bar: no numeral, generous interval */
.principles-dark li { padding-block: 1.25rem; }

.terminal .end-stop { display: inline-block; }
.terminal-text { white-space: nowrap; }
@media (max-width: 1100px) { .terminal-text { white-space: normal; } .cta-terminus { justify-self: start; white-space: normal; } }

/* the headline is pinned to grid row 2 on wide screens; on narrow ones every hero item
   must flow in source order, or the rule lands above the headline */
@media (max-width: 1100px) {
  .hero h1, .hero-rule, .hero-foot .lead, .hero .deadline { grid-row: auto; }
  .hero-rule { display: none; }
}
@media (max-width: 900px) {
  .hero .wrap { padding-block: calc(var(--band) * 0.3) calc(var(--band) * 0.4); }
  .hero h1 { margin-top: 0; }
}

@media (max-width: 900px) {
  .hero-art { left: 0; width: auto; height: 7rem; margin-bottom: 0.6rem; }
}

/* ---------- round 31: the tangle, the peel, the fray ---------- */
.page-thread-line { stroke-width: 2; }

/* Foundations is where most coaches start: it takes the most room */
.rows li.entry a { padding-block: clamp(3.2rem, 5.4vw, 4.6rem); }
.rows li.entry .row-note { font-size: calc(var(--body-size) * 1.18); line-height: 1.45; }

/* each rung says when that commitment happens */
.page-thread-rung {
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  fill: rgba(240, 231, 221, 0.9);
}

/* the payoff frays the line back out into strands, off the right bleed */
.terminal { position: relative; overflow: clip; }
.terminal > .wrap { position: relative; z-index: 1; }
.fray-art {
  position: absolute;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(to right, #000 0%, #000 55%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 22%, #000 78%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, #000 0%, #000 55%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 22%, #000 78%, transparent 100%);
  mask-composite: intersect;
}
.fray-art canvas { width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 1.1s ease; }
.fray-art canvas.is-live { opacity: 1; }
.terminal-text { white-space: nowrap; }

@media (max-width: 1100px) {
  .fray-art { display: none; }
  .cta-terminus { grid-column: 1 / -1; margin-top: 1rem; }
  .hero-foot .lead, .hero .deadline { grid-column: 1 / -1; }
}

/* the bundle is the ground beneath the headline, so the hero makes room for it */
@media (min-width: 1101px) {
  .hero .wrap { padding-bottom: 130px; }
}

/* the headline's 0.9 line-height lets descenders hang below its box, so anything that
   stacks directly under it needs clearance or the "g" of "doing" hits the intro */
@media (max-width: 1100px) {
  .hero-foot .lead { padding-top: 1.9rem !important; }
}

/* the non-entry programmes step down so Foundations reads as the door */
.rows li:not(.entry) h3 { font-size: calc(var(--heading-size) * 0.82); }
.rows li:not(.entry) .row-note { font-size: calc(var(--body-size) * 0.94); }

/* the page's only action carries real weight at the end of the line */
@media (min-width: 1101px) {
  .cta-terminus { font-size: calc(var(--subhead-size) * 1.22); }
}

/* ---------- round 33: the action is a stop on the line; the faculty stand on it ---------- */
.timeline .is-action .t-action {
  font-family: var(--display);
  font-variation-settings: "opsz" 72, "SOFT" 0, "WONK" 0;
  font-weight: 540;
  color: var(--terra);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
}
.timeline .is-action .t-action:hover { color: #8f3517; }
.timeline .is-action .t-label { color: var(--terra); }
.cta-terminus { display: none; }

.faculty .wrap { padding-block: calc(var(--band) * 0.55) calc(var(--band) * 0.35); }
.faculty .eyebrow { padding-left: var(--lane); }
.faculty-list {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--col-gap);
}
.faculty-list li {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  column-gap: var(--col-gap);
  align-items: baseline;
  padding: 0.85rem 0 0.85rem var(--lane);
  border-top: 1px solid var(--rule);
}
.faculty-list b {
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-weight: 520;
  font-size: var(--body-size);
  color: var(--ink);
}
.faculty-list span { font-size: calc(var(--body-size) * 0.94); color: var(--ink-soft); line-height: 1.45; }

@media (max-width: 1100px) {
  .faculty-list { grid-template-columns: 1fr; }
  .faculty-list li, .faculty .eyebrow { padding-left: 0; }
  .c-essay { grid-column: 1 / -1; }
  .timeline .is-action .t-action { white-space: normal; }
}

/* ---------- round 34 ---------- */
.hero .hero-action {
  grid-column: 9 / -1;
  grid-row: 3;
  justify-self: start;
  align-self: start;
  margin-top: 1rem;
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-weight: 540;
  font-size: var(--body-size);
  color: var(--terra);
  text-decoration: none;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
}
.hero .hero-action:hover { color: #8f3517; }

/* faculty: a roll-call of ticks on the line, not a table */
.faculty .wrap { padding-block: calc(var(--band) * 0.45) calc(var(--band) * 0.3); }
.faculty-list { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 0.1rem; margin-top: 0.8rem; }
.faculty-list li {
  display: block;
  padding: 0.45rem 0 0.45rem var(--lane);
  border-top: 0;
}
.faculty-list li:nth-child(3n+2), .faculty-list li:nth-child(3n) { padding-left: 0; }
.faculty-list b { font-size: calc(var(--body-size) * 0.98); }
.faculty-list span { font-size: calc(var(--body-size) * 0.86); color: var(--ink-meta); }
.faculty-list span::before { content: "— "; }

/* the attribution is a tick on the spine, above the quote */
.verdict .wrap { row-gap: 0; }

@media (max-width: 1100px) {
  .hero .hero-action { grid-column: 1 / -1; grid-row: auto; }
  .faculty-list { grid-template-columns: 1fr; }
  .faculty-list li, .faculty-list li:nth-child(3n+2), .faculty-list li:nth-child(3n) { padding-left: 0; }
  .verdict .voice { padding-left: 0; }
}
.page-thread-rung-light { fill: var(--ink-meta); }
.verdict .voice { margin-top: 1.4rem; }

/* ---------- round 35 ---------- */
/* hero right column: intro, date and action read as one block ending on the baseline */
@media (min-width: 1101px) {
  .hero-foot { display: contents; }
  .hero-side {
    grid-column: 9 / -1;
    grid-row: 2;
    align-self: end;
    display: grid;
    gap: 1.4rem;
    padding-bottom: 0.4rem;
  }
  .hero-side .lead, .hero-side .deadline, .hero-side .hero-action {
    grid-column: auto; grid-row: auto; align-self: auto; margin: 0; padding-top: 0 !important;
  }
  .hero-side .hero-action { justify-self: start; }
}

/* dark block: heading holds the left half against the line */
.argument .teach-lead { grid-column: 2 / 6; align-self: start; }
.argument .teach-head { margin-bottom: 0; font-size: calc(var(--heading-size) * 1.25); line-height: 1.02; }
.argument .c-essay { grid-column: 6 / -1; }

/* faculty as one sentence on the line */
.faculty-line {
  margin: 1rem 0 0;
  padding-left: var(--lane);
  max-width: 64ch;
  font-size: var(--body-size);
  line-height: 1.7;
  color: var(--ink-soft);
}
.faculty-line b { color: var(--ink); font-weight: 560; }
.faculty .wrap { padding-block: calc(var(--band) * 0.4) calc(var(--band) * 0.3); }

/* the quote and the payoff are the lower half's two big stations */
.verdict .wrap { padding-block: calc(var(--band) * 0.7) calc(var(--band) * 0.6); }
.terminal .wrap { font-size: calc(var(--display-size) * 0.64) !important; }

@media (max-width: 1100px) {
  .argument .teach-lead, .argument .c-essay { grid-column: 1 / -1; }
  .argument .c-essay { margin-top: 1.6rem; }
  .faculty-line { padding-left: 0; }
}

/* heading holds the top of the left half; the commitments start beneath it, so their
   rung labels fill the left half below the heading instead of landing on it */
@media (min-width: 1101px) {
  .argument .teach-lead { grid-column: 2 / 7; grid-row: 1; }
  .argument .c-essay { grid-column: 6 / -1; grid-row: 2; margin-top: 2.2rem; }
}
/* narrow: the right-column block is a plain stack */
@media (max-width: 1100px) {
  .hero-side { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 1.4rem; }
  .hero-side .lead, .hero-side .deadline, .hero-side .hero-action { margin: 0; grid-row: auto; grid-column: auto; }
  .hero-side .hero-action { align-self: flex-start; }
}

/* ---------- round 36 ---------- */
.closing { position: relative; overflow: clip; }
.closing .fray-art { position: absolute; pointer-events: none; z-index: 0; }
.closing .wrap { position: relative; z-index: 1; }
.fray-art {
  -webkit-mask-image:
    linear-gradient(to right, #000 0%, #000 62%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image:
    linear-gradient(to right, #000 0%, #000 62%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

/* faculty fills the measure as one sentence instead of leaving half the width empty */
.faculty-line {
  max-width: none;
  font-family: var(--display);
  font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0;
  font-size: calc(var(--body-size) * 1.42);
  line-height: 1.5;
}
.faculty-line b { font-weight: 560; }
@media (max-width: 1100px) { .faculty-line { font-size: var(--body-size); } }

/* a shorter axis can't hold four labels on one tier — 27 Feb and 16 Mar are 17 days
   apart — so the action drops to its own tier beneath the dates, still on its tick */
@media (min-width: 1101px) {
  .timeline { height: 12.8rem; }
  .timeline .is-action { top: 7.4rem; }
  .timeline .is-action .t-action { font-size: calc(var(--subhead-size) * 0.86); }
}
.page-thread-drop { stroke: var(--terra); stroke-width: 1; stroke-dasharray: 2 3; }

/* the PNG is only the no-WebGL fallback */
.field-live > img { visibility: hidden; }

/* ---------- round 37 ---------- */
/* each commitment carries its own label, directly above the statement */
.principles-dark .rung {
  display: block;
  margin-bottom: 0.35rem;
  font-size: var(--label-size);
  font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
}
.page-thread-tick-light { stroke: rgba(176, 69, 31, 0.55); }

/* a tighter middle, so the quote and the rejoin are the breaths */
.rows a { padding-block: clamp(1rem, 1.6vw, 1.4rem) !important; }
.rows li.entry a { padding-block: clamp(1.8rem, 3vw, 2.4rem) !important; }
.argument .wrap { padding-block: calc(var(--band) * 0.6) calc(var(--band) * 0.5) !important; }
.principles-dark li { padding-block: 0.7rem; }
.verdict .wrap { padding-block: calc(var(--band) * 0.95) calc(var(--band) * 0.4) !important; }

/* the sentence that names the line sits beneath the drawing it names: its full stop
   lands under the point where the many open out */
@media (min-width: 1101px) {
  .terminal { padding-top: 0; }
  .terminal .wrap { display: block; }
  .terminal-text { display: block; }
}

/* ---------- round 38 ---------- */
.principles-dark .rung { display: none; }

/* one loudest type moment: hero first, the quote a step down, the count a caption */
.verdict .voice { font-size: calc(var(--display-size) * 0.5) !important; }
.terminal .wrap { font-size: calc(var(--subhead-size) * 1.1) !important; letter-spacing: -0.01em !important; }
.terminal { padding-block: 0.4rem 1.6rem !important; }

/* being watched: an example of the artefact, not a claim about it */
.watched .wrap { padding-block: calc(var(--band) * 0.5) calc(var(--band) * 0.4); align-items: start; row-gap: 1rem; }
.watched-label { grid-column: 1 / -1; padding-left: var(--lane); }
.watched-session { grid-column: 1 / 8; padding-left: var(--lane); display: grid; gap: 0.55rem; }
.w-line { margin: 0; font-family: var(--display); font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0; font-size: calc(var(--body-size) * 1.2); line-height: 1.45; color: var(--ink); }
.w-who { display: inline-block; min-width: 4.6rem; margin-right: 0.8rem; font-family: var(--body); font-variation-settings: "opsz" 9, "SOFT" 0, "WONK" 0; font-size: var(--label-size); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-meta); }
.watched-note { grid-column: 9 / -1; margin: 0; padding-left: 1rem; border-left: 1.5px solid var(--terra); font-size: calc(var(--body-size) * 0.94); line-height: 1.55; color: var(--ink-soft); font-style: italic; }
.watched-note .w-who { display: block; margin: 0 0 0.4rem; color: var(--terra); font-style: normal; }
@media (max-width: 1100px) { .watched-label, .watched-session, .watched-note { grid-column: 1 / -1; padding-left: 0; } .watched-note { padding-left: 1rem; margin-top: 1rem; } }

/* round 39: the example at display size, its label a footnote; 912 as a caption on the axis */
.w-line { font-size: calc(var(--subhead-size) * 0.82); line-height: 1.3; }
.w-line .w-who { vertical-align: 0.3em; }
.watched-foot { grid-column: 1 / -1; margin: 0.6rem 0 0; padding-left: var(--lane); font-size: var(--label-size); letter-spacing: 0.04em; color: var(--ink-meta); }
.axis-caption { grid-column: 1 / -1; margin: 0.4rem 0 0; font-size: var(--label-size); font-variant-caps: all-small-caps; letter-spacing: 0.12em; color: var(--ink-meta); }
@media (min-width: 1101px) { .timeline .is-action .t-action { font-size: var(--subhead-size); } }
@media (max-width: 1100px) { .watched-foot { padding-left: 0; } }
.w-line { display: grid; grid-template-columns: 5.6rem minmax(0, 1fr); align-items: baseline; }
.w-line .w-who { min-width: 0; margin: 0; vertical-align: baseline; }
.axis-caption { padding-left: var(--lane); margin-top: -2.2rem; font-size: var(--label-size); font-variant-caps: normal; text-transform: uppercase; letter-spacing: 0.1em; }
@media (max-width: 1100px) { .axis-caption { padding-left: 0; margin-top: 1.2rem; } }

/* round 40: tighter hero exit; session as the second editorial moment; one spine vocabulary */
@media (min-width: 1101px) {
  .hero .wrap { padding-bottom: calc(var(--band) * 0.55); }
  .watched .wrap { padding-block: calc(var(--band) * 0.85) calc(var(--band) * 0.7); }
  .watched-session { grid-column: 1 / 9; gap: 0.9rem; }
  .w-line { font-size: var(--heading-size); line-height: 1.18; grid-template-columns: 6.2rem minmax(0, 1fr); }
  .watched-note { grid-column: 9 / -1; align-self: end; border-left-width: 2px; font-size: var(--body-size); }
  .watched-foot { margin-top: 2.2rem; }
  .timeline .is-action .t-action { font-size: var(--heading-size); }
}
.page-thread-branch { fill: none; stroke: var(--terra); stroke-width: 2; }
.argument .page-thread-dot, .page-thread-line { stroke-width: 2; }
@media (min-width: 1101px) { .axis-caption { margin-top: 1.4rem; } }
@media (min-width: 1101px) {
  .hero .wrap { padding-bottom: calc(var(--band) * 0.9); }
  .axis-caption { margin-bottom: calc(var(--band) * 0.7); }
}

/* round 41: one closing movement — faculty a footnote to the session, attribution after
   the quote, the action on the spine */
.voice-by { grid-column: 1 / -1; margin: 0; padding-left: var(--lane); font-size: var(--label-size); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-meta); }
@media (min-width: 1101px) {
  .watched .wrap { padding-bottom: calc(var(--band) * 0.25); }
  .faculty .wrap { padding-block: 0 calc(var(--band) * 0.2); }
  .faculty-line { font-size: calc(var(--body-size) * 1.12); margin-top: 0.5rem; }
  .verdict .wrap { padding-block: calc(var(--band) * 0.6) calc(var(--band) * 0.3) !important; }
  .verdict .voice { padding-bottom: 0.6rem; }
  .timeline .is-action { left: var(--lane) !important; transform: none !important; text-align: left; justify-items: start; }
  .timeline { margin-bottom: calc(var(--band) * 0.7); }
}
@media (max-width: 1100px) { .voice-by { padding-left: 0; margin-top: 0.6rem; } }
@media (min-width: 1101px) {
  .voice-by { margin-top: 1.1rem; }
  .verdict .wrap { padding-top: calc(var(--band) * 0.35) !important; }
}

/* demo site: a rubber stamp across the headline */
.hero h1 { position: relative; }
.demo-stamp {
  position: absolute;
  z-index: 10;
  width: clamp(10rem, 27vw, 23rem);
  color: #e0201b;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-17deg);
}
.demo-stamp text { font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif; font-weight: 900; font-size: 52px; paint-order: stroke; stroke: var(--paper); stroke-width: 5px; stroke-linejoin: round; }
.demo-stamp { color: #e3120b; }
.hero h1 { justify-self: start; width: fit-content; }
