:root {
  color-scheme: light;
  --ink: #1b2938;
  --paper: #f2eadf;
  --paper-bright: #fffaf2;
  --hot: #b94b3b;
  --hot-dark: #87382e;
  --acid: #dfbd72;
  --blue: #315b78;
  --muted: #6c665f;
  --line: #1b2938;
  --soft-line: rgba(27, 41, 56, 0.18);
  --white: #ffffff;
  --header-height: 66px;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Charter, Georgia, "Times New Roman", serif;
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  background:
    radial-gradient(rgba(23, 36, 51, 0.035) 0.7px, transparent 0.7px),
    var(--paper);
  background-size: 8px 8px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
input {
  font: inherit;
}

::selection {
  background: var(--acid);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 900;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  background: transparent;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--acid);
}

.shell {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: var(--header-height);
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid rgba(27, 41, 56, 0.5);
  background: rgba(242, 234, 223, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  border-right: 1px solid rgba(27, 41, 56, 0.55);
  text-decoration: none;
}

.brand-slash {
  color: var(--hot);
  font-size: 2.4rem;
  font-weight: 950;
  line-height: 1;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.brand-copy small {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.top-nav {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.top-nav a {
  display: grid;
  min-width: 112px;
  place-items: center;
  padding: 0 16px;
  border-left: 1px solid rgba(27, 41, 56, 0.45);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  background: var(--ink);
  color: var(--acid);
  outline: none;
}

.nav-toggle {
  display: none;
  border: 0;
  border-left: 2px solid var(--ink);
  background: var(--acid);
  color: var(--ink);
  padding: 0 20px;
  font-family: var(--mono);
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.hero-grid {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  place-items: center;
  padding-block: clamp(72px, 8vw, 118px);
}

.hero-main {
  width: 100%;
}

.kicker,
.section-number,
.rail-title,
.claim-label,
.evidence-status,
.cost-note,
.update-row strong {
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 clamp(38px, 4vw, 54px);
  color: var(--acid);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.55vw, 4.4rem);
  font-weight: 750;
  letter-spacing: -0.042em;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 span {
  display: block;
  margin-top: 0.16em;
  color: var(--hot);
}

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

.hero h1 {
  max-width: 1280px;
  margin-inline: auto;
  font-size: clamp(3.5rem, 5.35vw, 5.1rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-align: center;
}

@media (min-width: 821px) {
  .hero-grid.shell {
    width: min(1320px, calc(100% - 56px));
  }
}

.hero h1 .hero-title-line {
  margin-top: 0;
  color: var(--paper-bright);
}

.hero h1 .hero-title-proof {
  margin-top: 0.18em;
  color: var(--hot);
  font-size: 0.92em;
  line-height: 0.94;
  white-space: normal;
}

.hero-censor {
  position: relative;
  top: -0.06em;
  margin-inline: 0.035em 0.055em;
  font-family: var(--mono);
  font-size: 0.7em;
  letter-spacing: -0.02em;
}

.hero-accountability {
  max-width: 1050px;
  margin: clamp(38px, 4.1vw, 56px) auto 0;
  color: #e7e0d6;
  font-family: var(--mono);
  font-size: clamp(0.72rem, 0.92vw, 0.84rem);
  font-weight: 600;
  letter-spacing: 0.105em;
  line-height: 1.65;
  text-align: center;
  text-transform: uppercase;
}

.hero-proof-strip {
  display: grid;
  width: min(1040px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(38px, 4vw, 54px) auto 0;
}

.hero-proof-strip a {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 12px;
  padding: 4px clamp(18px, 3vw, 42px);
  color: var(--paper-bright);
  text-align: center;
  text-decoration: none;
}

.hero-proof-strip a + a {
  border-left: 1px solid rgba(242, 234, 223, 0.48);
}

.hero-proof-strip strong,
.hero-proof-strip time {
  font-family: var(--mono);
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.hero-proof-strip strong {
  font-size: clamp(0.74rem, 0.88vw, 0.86rem);
}

.hero-proof-strip time {
  color: var(--acid);
  font-size: 0.72rem;
}

.hero-proof-strip a:hover strong,
.hero-proof-strip a:focus-visible strong {
  color: var(--hot);
}

.hero-proof-strip a:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}

.hero-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: #ddd8cf;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
  line-height: 1.66;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(44px, 4.6vw, 62px);
}

.hero-actions .button {
  min-width: min(310px, 100%);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--white);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-hot {
  border-color: var(--hot);
  background: var(--hot);
  color: var(--white);
}

.button-hot:hover,
.button-hot:focus-visible {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--ink);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.owner-statement {
  max-width: 840px;
  margin-top: 42px;
  padding: 20px 22px;
  border: 1px solid rgba(223, 189, 114, 0.8);
  background: rgba(223, 189, 114, 0.06);
}

.owner-statement strong {
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.07em;
}

.owner-statement p {
  margin: 10px 0 0;
  color: #eeeae1;
  font-size: 0.98rem;
  line-height: 1.58;
}

.case-rail {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(10, 20, 31, 0.2);
}

.rail-title {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  background: var(--acid);
  color: var(--ink);
}

.case-rail ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-rail li {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  padding: 17px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.case-rail time {
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 900;
}

.case-rail li span {
  color: #e5e1d9;
  font-size: 0.9rem;
}

.rail-refs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  background: var(--white);
  color: var(--ink);
}

.rail-refs div {
  padding: 14px 16px;
}

.rail-refs div + div {
  border-left: 1px solid var(--ink);
}

.rail-refs dt {
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.rail-refs dd {
  margin: 4px 0 0;
  font-size: 0.82rem;
  font-weight: 950;
}

.signal-strip {
  border-bottom: 1px solid var(--ink);
  background: #e7c87f;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-grid > div {
  min-height: 110px;
  padding: 18px 22px;
  border-left: 1px solid var(--ink);
}

.signal-grid > div:last-child {
  border-right: 1px solid var(--ink);
}

.signal-grid strong,
.signal-grid span {
  display: block;
}

.signal-grid strong {
  font-size: clamp(1.8rem, 2.8vw, 2.9rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.signal-grid span {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(56px, 6.5vw, 86px);
  border-bottom: 1px solid var(--ink);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-paper {
  background: rgba(244, 240, 230, 0.94);
}

.section-red {
  background: #e8c7b7;
  color: var(--ink);
}

.section-head {
  max-width: 940px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.section-head h2,
.release-standard h2,
.right-of-reply h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.7vw, 3.55rem);
  font-weight: 750;
  letter-spacing: -0.042em;
  line-height: 0.98;
  text-transform: uppercase;
}

.section-head h2 {
  max-width: 22ch;
}

.section-head > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.section-head.inverse > p:last-child {
  color: #cfcac1;
}

.section-number {
  margin: 0 0 18px;
  color: var(--hot-dark);
}

.inverse .section-number,
.right-of-reply .section-number {
  color: var(--acid);
}

.split-head {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.6fr);
  gap: clamp(30px, 7vw, 92px);
  align-items: end;
}

.split-head > p {
  margin: 0 !important;
  padding-left: 18px;
  border-left: 4px solid var(--hot);
}

.founder-story {
  border-bottom: 1px solid var(--ink);
  background: #f3ecdf;
  color: var(--ink);
}

.story-wide {
  position: relative;
  height: min(67svh, 720px);
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(27, 41, 56, 0.4);
  background: #071426;
  color: var(--white);
}

.story-wide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 6, 12, 0.05) 35%, rgba(1, 6, 12, 0.72) 100%);
  content: "";
  pointer-events: none;
}

.story-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.story-wide figcaption,
.story-close figcaption {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-wide figcaption {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: max(28px, calc((100vw - 1180px) / 2));
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(1, 6, 12, 0.52);
}

.story-wide > p {
  position: absolute;
  z-index: 2;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: clamp(24px, 5vw, 62px);
  left: max(28px, calc((100vw - 1180px) / 2));
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4.5vw, 4.35rem);
  font-weight: 720;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  padding-block: clamp(58px, 6.5vw, 86px);
}

.story-copy h2 {
  max-width: 860px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.45vw, 3.45rem);
  font-weight: 750;
  letter-spacing: -0.042em;
  line-height: 0.98;
  text-transform: uppercase;
}

.story-copy > p:not(.section-number) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #4f565c;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
}

.story-copy .story-lead {
  margin-top: 38px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.85vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.story-interlude {
  max-width: 760px;
  margin-top: 38px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(27, 41, 56, 0.38);
  border-left: 5px solid var(--hot);
  background: var(--paper-bright);
  box-shadow: 10px 10px 0 rgba(27, 41, 56, 0.08);
}

.story-interlude h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.story-interlude p {
  margin: 18px 0 0;
  color: #4f565c;
  font-size: clamp(0.98rem, 1.08vw, 1.06rem);
}

.story-interlude p:last-child {
  color: var(--hot-dark);
  font-weight: 800;
}

.story-copy blockquote {
  max-width: 800px;
  margin: 42px 0 0;
  padding: 26px 0 26px 26px;
  border-block: 1px solid var(--soft-line);
  border-left: 4px solid var(--hot);
  color: var(--hot-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
}

.story-signoff {
  display: block;
  margin-top: 34px;
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-close {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  margin: 0;
  border: 1px solid rgba(27, 41, 56, 0.35);
  background: var(--paper-bright);
  box-shadow: 0 22px 54px rgba(27, 41, 56, 0.12);
}

.story-close img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.story-close figcaption {
  padding: 14px 16px;
  border-top: 1px solid rgba(27, 41, 56, 0.35);
  color: var(--hot-dark);
}

.story-manifesto {
  border-top: 1px solid rgba(27, 41, 56, 0.4);
  background: #e7c87f;
  color: var(--ink);
}

.story-manifesto .shell {
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.story-manifesto strong,
.story-manifesto span {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.story-manifesto span {
  color: var(--hot-dark);
  text-align: right;
}

.promotion-section {
  background: var(--ink);
  color: var(--white);
}

.promotion-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
}

.linkedin-proof {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  display: block;
  align-self: start;
  min-height: 0;
  overflow: hidden;
  border: 2px solid var(--white);
  background: var(--paper-bright);
}

.linkedin-proof img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  transition: transform 180ms ease;
}

.linkedin-proof span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 13px 15px;
  border: 2px solid var(--ink);
  background: var(--acid);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

.linkedin-proof:hover img,
.linkedin-proof:focus-visible img {
  transform: scale(1.012);
}

.linkedin-proof:focus-visible {
  outline: 4px solid var(--acid);
  outline-offset: 4px;
}

.promotion-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 4vw, 46px);
  border: 2px solid var(--white);
}

.promotion-quote {
  margin: 0;
  color: var(--acid);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.4vw, 3.35rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.promotion-copy > p:not(.promotion-quote):not(.promotion-verdict) {
  margin: 34px 0 0;
  color: #d5d1c8;
  font-size: 0.98rem;
}

.promotion-copy ol {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  list-style: none;
  counter-reset: promotion;
}

.promotion-copy li {
  position: relative;
  padding: 18px 0 18px 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  counter-increment: promotion;
}

.promotion-copy li::before {
  position: absolute;
  top: 19px;
  left: 0;
  color: var(--hot);
  content: "0" counter(promotion);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
}

.promotion-verdict {
  margin: auto 0 0;
  padding-top: 34px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.admission-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: var(--paper-bright);
  color: var(--ink);
}

.admission-quote {
  min-height: 270px;
  padding: clamp(26px, 4vw, 46px);
  border-bottom: 2px solid var(--ink);
}

.admission-quote p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.75vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.admission-quote mark {
  background: var(--acid);
  color: var(--ink);
}

.admission-quote span {
  display: block;
  margin-top: 30px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.source-preview {
  position: relative;
  display: block;
  height: 390px;
  overflow: hidden;
  background: #dedede;
}

.source-preview img {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.05);
  object-fit: cover;
  transition: filter 180ms ease, transform 180ms ease;
}

.source-payment img {
  object-position: 50% 73%;
}

.source-responsibility img {
  object-position: 50% 43%;
}

.source-preview span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  background: var(--acid);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

.source-preview:hover img,
.source-preview:focus-visible img {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.015);
}

.source-preview:focus-visible {
  outline: 4px solid var(--acid);
  outline-offset: 4px;
}

.evidence-caveat {
  max-width: 820px;
  margin: 28px 0 0;
  padding-left: 16px;
  border-left: 4px solid var(--hot);
  color: #cfcac1;
  font-size: 0.92rem;
}

.blast-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: stretch;
}

.blast-statement {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--ink);
  background: #d9a087;
}

.blast-statement p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.35vw, 3.2rem);
  font-weight: 750;
  letter-spacing: -0.038em;
  line-height: 1;
  text-transform: uppercase;
}

.blast-statement span {
  margin-top: 60px;
  font-weight: 750;
}

.impact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border: 1px solid var(--ink);
}

.impact-stats div {
  min-height: 160px;
  padding: 24px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper-bright);
}

.impact-stats div:nth-child(even) {
  border-right: 0;
}

.impact-stats div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.impact-stats dt {
  font-size: clamp(1.8rem, 3vw, 3.05rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.impact-stats dd {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.claim-label {
  max-width: 840px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.accountability {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--ink);
}

.accountability-side {
  min-height: 500px;
  padding: clamp(36px, 5vw, 60px);
}

.accountability-side + .accountability-side {
  border-left: 2px solid var(--ink);
}

.accountability-side.ours {
  background: var(--ink);
  color: var(--white);
}

.accountability-side.theirs {
  background: var(--acid);
}

.accountability-side > p {
  margin: 0 0 32px;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.accountability-side.ours > p {
  color: var(--hot);
}

.accountability-side h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.25vw, 3.25rem);
  font-weight: 750;
  letter-spacing: -0.038em;
  line-height: 1;
  text-transform: uppercase;
}

.accountability-side ul {
  display: grid;
  gap: 0;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.accountability-side li {
  padding: 17px 0 17px 30px;
  border-top: 1px solid currentColor;
  font-weight: 700;
}

.accountability-side li::before {
  content: "→";
  display: inline-block;
  width: 30px;
  margin-left: -30px;
}

.accountability-side strong {
  display: block;
  margin-top: 48px;
  font-family: var(--mono);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.defense-strip {
  padding-block: clamp(46px, 7vw, 78px);
  border-bottom: 2px solid var(--ink);
  background: var(--paper-bright);
}

.defense-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.defense-grid > p {
  margin: 0;
  color: var(--hot-dark);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.defense-grid blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.7vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.defense-grid > div {
  padding-left: 20px;
  border-left: 4px solid var(--hot);
}

.defense-grid > div strong,
.defense-grid > div span {
  display: block;
}

.defense-grid > div strong {
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 900;
}

.defense-grid > div span {
  margin-top: 10px;
  color: var(--muted);
}

.billing-section {
  padding-block: clamp(56px, 7vw, 92px);
  border-bottom: 2px solid var(--ink);
  background: var(--paper-bright);
}

.billing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}

.billing-grid article {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: clamp(22px, 3.3vw, 36px);
  background: var(--paper-bright);
}

.billing-grid article + article {
  border-left: 1px solid var(--ink);
}

.billing-grid article:nth-child(2) {
  background: var(--acid);
}

.billing-grid article:nth-child(3) {
  background: #d9a18b;
}

.billing-grid span {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.billing-grid strong {
  margin-top: 42px;
  font-size: clamp(2rem, 3.35vw, 3.45rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.84;
  text-transform: uppercase;
}

.billing-grid p {
  margin: 24px 0 0;
  color: var(--muted);
}

.billing-grid article:nth-child(3) p {
  color: var(--ink);
}

.billing-grid a {
  margin-top: auto;
  padding-top: 28px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-underline-offset: 4px;
}

.outreach-section {
  background: #e6ded1;
  color: var(--ink);
}

.outreach-section .section-head.inverse > p:last-child {
  color: var(--muted);
}

.outreach-section .section-head.inverse .section-number {
  color: var(--hot-dark);
}

.outreach-balance {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 60px);
  padding: 28px;
  border: 1px solid var(--hot-dark);
  background: rgba(255, 250, 241, 0.72);
}

.outreach-balance strong {
  color: var(--hot-dark);
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}

.outreach-balance p {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
}

.outreach-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
  border: 1px solid var(--ink);
}

.outreach-metric {
  min-height: 132px;
  padding: 19px;
}

.outreach-metric + .outreach-metric {
  border-left: 1px solid var(--soft-line);
}

.outreach-metric strong,
.outreach-metric span {
  display: block;
}

.outreach-metric strong {
  color: var(--hot);
  font-size: clamp(2.05rem, 3.35vw, 3.4rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.outreach-metric span {
  margin-top: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.outreach-ledger {
  margin-top: 28px;
  border-top: 1px solid var(--ink);
}

.outreach-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(250px, 1.05fr) minmax(280px, 1.25fr) 170px;
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid var(--soft-line);
}

.outreach-route span,
.outreach-detail-label,
.outreach-outcome,
.outreach-scope {
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.outreach-route span {
  color: var(--hot);
}

.outreach-route h3 {
  margin: 7px 0 0;
  font-size: 1.18rem;
  line-height: 1.05;
}

.outreach-detail-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
}

.outreach-detail p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
}

.outreach-outcome {
  display: inline-flex;
  justify-self: start;
  padding: 8px 10px;
  border: 1px solid currentColor;
  color: var(--blue);
  line-height: 1.25;
}

.outreach-outcome.bounce,
.outreach-outcome.closed {
  color: var(--hot-dark);
}

.outreach-outcome.helped,
.outreach-outcome.replied {
  color: #39633d;
}

.outreach-scope {
  max-width: 1040px;
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.timeline-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 34px;
  padding: 18px;
  border: 1px solid rgba(27, 41, 56, 0.55);
  box-shadow: 0 12px 32px rgba(27, 41, 56, 0.06);
  background: var(--paper-bright);
}

.timeline-view-toggle,
.timeline-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.timeline-view-button,
.timeline-filter-button {
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-view-button:hover,
.timeline-view-button:focus-visible,
.timeline-view-button.active,
.timeline-filter-button:hover,
.timeline-filter-button:focus-visible,
.timeline-filter-button.active {
  background: var(--ink);
  color: var(--acid);
  outline: none;
}

.timeline-view-button.active {
  background: var(--hot);
  color: var(--white);
}

.timeline-count {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.timeline-list {
  display: grid;
  gap: 28px;
}

.noscript-note {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 2px solid currentColor;
  background: var(--acid);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
}

.noscript-note a {
  text-underline-offset: 3px;
}

.timeline-phase {
  border: 1px solid rgba(27, 41, 56, 0.55);
  background: var(--paper-bright);
  box-shadow: 0 18px 46px rgba(27, 41, 56, 0.06);
}

.timeline-phase-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(260px, 0.65fr);
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.timeline-phase-index {
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-phase-title h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.timeline-phase-title p,
.timeline-phase-outcome p {
  margin: 9px 0 0;
  color: #cfcac1;
  font-size: 0.9rem;
}

.timeline-phase-outcome {
  padding-left: 18px;
  border-left: 4px solid var(--acid);
}

.timeline-phase-outcome strong {
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.timeline-events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 240px;
  gap: 24px;
  align-items: start;
  padding: 26px 24px;
  border-bottom: 1px solid var(--ink);
}

.timeline-item:last-child {
  border-bottom: 0;
}

.timeline-item.key-event {
  background: linear-gradient(90deg, rgba(238, 244, 90, 0.26), transparent 55%);
}

.timeline-date {
  display: block;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-date-note {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.timeline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.timeline-chip {
  padding: 4px 6px;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.timeline-chip.actor-ovh {
  background: var(--hot);
  color: var(--white);
}

.timeline-chip.actor-urbanblue {
  background: var(--blue);
  color: var(--white);
}

.timeline-chip.actor-status,
.timeline-chip.actor-delivery {
  background: var(--acid);
}

.timeline-body h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.5vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.16;
}

.timeline-body p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--muted);
}

.timeline-result {
  margin-top: 12px !important;
  color: var(--ink) !important;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.evidence-links a,
.evidence-links button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
}

.evidence-links a span,
.evidence-links button span {
  display: block;
}

.evidence-links .evidence-type {
  margin-left: 6px;
  color: var(--muted);
  font-size: 0.58rem;
}

.evidence-links a:hover,
.evidence-links a:focus-visible,
.evidence-links button:hover,
.evidence-links button:focus-visible {
  background: var(--ink);
  color: var(--acid);
  outline: none;
}

.evidence-links .withheld-citation {
  border-color: var(--hot);
  color: var(--hot-dark);
}

.route-record-link {
  align-self: center;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.35;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
}

.cost-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  align-items: stretch;
}

.cost-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--ink);
}

.cost-card.offer {
  background: var(--paper-bright);
}

.cost-card.rebuild {
  background: var(--ink);
  color: var(--white);
}

.cost-card > p {
  margin: 0 0 38px;
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cost-card div + div {
  margin-top: 16px;
}

.cost-card strong,
.cost-card span {
  display: block;
}

.cost-card strong {
  font-size: clamp(2.4rem, 4vw, 4.15rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.82;
}

.cost-card.rebuild strong {
  font-size: clamp(2.15rem, 3.5vw, 3.55rem);
}

.cost-card span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.cost-card.rebuild span {
  color: #cfcac1;
}

.cost-card b {
  margin: 18px 0;
  font-family: var(--mono);
  font-size: 0.76rem;
}

.cost-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cost-card li {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-family: var(--mono);
  font-size: 0.67rem;
  text-transform: uppercase;
}

.cost-card > a {
  margin-top: auto;
  padding-top: 30px;
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-underline-offset: 4px;
}

.versus {
  display: grid;
  place-items: center;
  border-block: 2px solid var(--ink);
  font-size: 2rem;
  font-weight: 950;
  writing-mode: vertical-rl;
}

.cost-note {
  max-width: 940px;
  margin: 28px 0 0;
  line-height: 1.6;
}

.claim-status-panel {
  display: grid;
  grid-template-columns: 190px minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: 26px;
  align-items: start;
  margin-top: 32px;
  padding: 28px;
  border: 1px solid var(--ink);
  background: var(--acid);
}

.claim-status-panel p,
.claim-status-panel strong,
.claim-status-panel span {
  margin: 0;
}

.claim-status-panel p {
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.claim-status-panel strong {
  color: var(--hot-dark);
  font-size: clamp(1.75rem, 2.8vw, 2.9rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.claim-status-panel span {
  padding-left: 20px;
  border-left: 3px solid var(--ink);
  font-weight: 700;
}

.evidence-tools {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  padding-block: 22px;
  border-block: 2px solid var(--ink);
}

.search-field {
  display: grid;
  gap: 9px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-field input {
  width: 100%;
  min-height: 52px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--paper-bright);
  color: var(--ink);
}

.search-field input:focus {
  outline: 4px solid var(--acid);
  outline-offset: 2px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-button {
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  background: var(--ink);
  color: var(--acid);
  outline: none;
}

.evidence-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 20px 0;
  color: var(--muted);
}

.evidence-status p {
  margin: 0;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.evidence-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.evidence-card.source-release {
  background: var(--acid);
}

.evidence-card.focused-release {
  border-color: var(--hot);
  box-shadow: inset 0 4px 0 var(--hot);
}

.evidence-card.withheld-release {
  border-color: var(--hot);
  background: #ead8cf;
}

.evidence-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.release-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 18px;
  padding: 5px 7px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.source-release .release-badge {
  background: var(--ink);
  color: var(--acid);
}

.evidence-card h3 {
  margin: 20px 0 0;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.evidence-card > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.evidence-card > a,
.evidence-card > button {
  margin-top: auto;
  padding-top: 24px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.record-entry-section {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--acid);
}

.record-entry-grid,
.record-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.record-entry-grid h2,
.record-hero h1 {
  max-width: 20ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 3.8vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.record-entry-grid p,
.record-entry-grid li {
  font-size: 0.95rem;
}

.record-entry-grid ul {
  margin: 22px 0 28px;
  padding-left: 20px;
}

.record-entry-grid li + li {
  margin-top: 9px;
}

.record-hero {
  padding: clamp(88px, 10vw, 132px) 0 50px;
  border-bottom: 1px solid var(--acid);
}

.record-hero-grid > div:last-child {
  max-width: 680px;
}

.record-hero-grid > div:last-child > p {
  margin: 0 0 26px;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.record-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  border: 1px solid rgba(223, 189, 114, 0.55);
}

.record-principles div {
  padding: 18px;
}

.record-principles div + div {
  border-left: 1px solid rgba(223, 189, 114, 0.55);
}

.record-principles strong,
.record-principles span {
  display: block;
}

.record-principles strong {
  color: var(--acid);
  font-size: 1.7rem;
  line-height: 1;
}

.record-principles span {
  margin-top: 7px;
  color: rgba(255, 250, 242, 0.7);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.record-evidence-section {
  background: var(--ink);
  color: var(--paper-bright);
}

.record-evidence-section .evidence-tools,
.record-evidence-section .evidence-status {
  color: var(--paper-bright);
}

.record-evidence-section .filter-button {
  border-color: var(--paper-bright);
  color: var(--paper-bright);
}

.record-evidence-section .filter-button:hover,
.record-evidence-section .filter-button:focus-visible,
.record-evidence-section .filter-button.active {
  background: var(--acid);
  color: var(--ink);
}

.privacy-dialog {
  width: min(560px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  color: var(--ink);
  box-shadow: 16px 16px 0 rgba(27, 41, 56, 0.28);
}

.privacy-dialog::backdrop {
  background: rgba(13, 18, 22, 0.72);
}

.privacy-dialog > div {
  padding: clamp(26px, 6vw, 48px);
}

.privacy-dialog h2 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.privacy-dialog p:not(.section-number) {
  margin: 18px 0 28px;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 44px;
  border: 2px solid var(--ink);
  background: var(--paper-bright);
  text-align: center;
}

.empty-state strong,
.empty-state span {
  display: block;
}

.empty-state strong {
  font-size: 1.6rem;
}

.empty-state span {
  margin-top: 8px;
  color: var(--muted);
}

.release-standard {
  padding-block: clamp(50px, 6.5vw, 80px);
  border-bottom: 2px solid var(--ink);
  background: var(--acid);
}

.release-grid,
.reply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 8vw, 120px);
  align-items: start;
}

.release-standard h2,
.right-of-reply h2 {
  max-width: 20ch;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
}

.release-grid > div:last-child > p,
.reply-grid > div > p {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.release-rule {
  margin-top: 28px !important;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
  font-family: var(--mono);
  font-size: 0.8rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.right-of-reply {
  padding-block: clamp(56px, 7vw, 88px);
  border-bottom: 2px solid var(--ink);
}

.reply-grid > div > p {
  margin-top: 28px;
  color: #d4d0c7;
}

.reply-grid .reply-route {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reply-grid .reply-route a {
  color: var(--acid);
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.updates {
  border-bottom: 2px solid var(--ink);
  background: var(--paper-bright);
}

.update-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 26px;
  padding-block: 28px;
}

.update-row p {
  margin: 0;
  color: var(--muted);
}

.still-building {
  padding-block: clamp(72px, 10vw, 132px);
  border-bottom: 2px solid var(--ink);
  background: #e7c87f;
  color: var(--ink);
}

.still-building-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.still-building .section-number {
  color: var(--hot-dark);
}

.still-building h2 {
  margin: 20px 0 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8.4rem);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-transform: uppercase;
}

.still-building-copy p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #35404a;
}

.still-building-copy .still-building-lead {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.still-building-copy strong {
  display: block;
  max-width: 760px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 3px solid var(--ink);
  color: var(--hot-dark);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.site-footer {
  padding-block: 34px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.footer-grid p {
  max-width: 850px;
  margin: 0;
  color: #cfcac1;
  font-size: 0.88rem;
}

.footer-copy {
  max-width: 850px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 14px;
  color: var(--white);
  font-size: 0.88rem;
  font-style: normal;
}

.footer-contact a {
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 900;
  overflow-wrap: anywhere;
  text-transform: none;
}

.footer-top {
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.urbanblue-section {
  background: #eee5d7;
}

.platform-figure {
  margin: 0;
  border: 2px solid var(--ink);
  background: var(--paper-bright);
  box-shadow: 14px 14px 0 rgba(27, 41, 56, 0.1);
}

.platform-figure > a {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background: #ffffff;
}

.platform-figure img {
  width: 100%;
  height: auto;
  transition: transform 180ms ease;
}

.platform-figure > a:hover img,
.platform-figure > a:focus-visible img {
  transform: scale(1.008);
}

.platform-figure > a:focus-visible {
  outline: 4px solid var(--hot);
  outline-offset: 4px;
}

.platform-figure figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.platform-figure figcaption strong {
  color: var(--hot-dark);
  text-align: right;
}

.platform-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
  border: 1px solid var(--ink);
}

.platform-labels span {
  min-height: 84px;
  padding: 18px;
  background: var(--paper-bright);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.platform-labels span + span {
  border-left: 1px solid var(--ink);
}

.urbanblue-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
  margin-top: clamp(44px, 6vw, 72px);
}

.urbanblue-copy p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #4f565c;
}

.urbanblue-copy .urbanblue-lead {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.platform-assets {
  padding: clamp(24px, 3.5vw, 38px);
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--white);
}

.platform-assets > p {
  margin: 0;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.platform-assets ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.platform-assets li {
  padding: 14px 0 14px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  color: #e8e3da;
  font-size: 0.9rem;
  font-weight: 700;
}

.platform-assets li::before {
  display: inline-block;
  width: 28px;
  margin-left: -28px;
  color: var(--hot);
  content: "+";
  font-family: var(--mono);
  font-weight: 900;
}

.future-value-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
  gap: 24px 42px;
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(26px, 4vw, 44px);
  border: 2px solid var(--ink);
  background: var(--acid);
}

.future-value-panel strong {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.future-value-panel p {
  margin: 0;
}

.future-value-panel > div p + p {
  margin-top: 18px;
}

.future-value-panel b {
  grid-column: 2;
  padding-top: 20px;
  border-top: 2px solid var(--ink);
  color: var(--hot-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.25;
}

.venture-history,
.provider-choice-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 30px 52px;
  margin-top: clamp(42px, 6vw, 72px);
  padding: clamp(28px, 4.5vw, 52px);
  border: 2px solid var(--ink);
}

.venture-history {
  background: var(--paper-bright);
  box-shadow: 12px 12px 0 rgba(27, 41, 56, 0.1);
}

.provider-choice-panel {
  background: var(--ink);
  color: var(--white);
}

.venture-history > div:first-child > p,
.provider-choice-panel > div:first-child > p {
  margin: 0 0 18px;
  color: var(--hot-dark);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.provider-choice-panel > div:first-child > p {
  color: var(--acid);
}

.venture-history h3,
.provider-choice-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.8vw, 2.7rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.venture-history > div:last-child p,
.provider-choice-panel > div:last-child p {
  margin: 0;
}

.venture-history > div:last-child p + p,
.provider-choice-panel > div:last-child p + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid currentColor;
}

.provider-choice-panel > div:last-child p {
  color: #e8e3da;
}

.urbanblue-transition {
  max-width: 930px;
  margin: clamp(38px, 5vw, 58px) auto 0;
  padding: 24px 28px;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.context-note {
  max-width: 900px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.discovery-section {
  border-bottom: 2px solid var(--ink);
  background: #111c29;
  color: var(--white);
}

.discovery-head {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 28px clamp(40px, 7vw, 94px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 72px);
}

.discovery-head .section-number {
  grid-column: 1 / -1;
  color: var(--acid);
}

.discovery-head h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.85rem, 5.2vw, 4.85rem);
  font-weight: 780;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-transform: uppercase;
}

.discovery-head > p:last-child {
  margin: 0;
  padding-left: 18px;
  border-left: 4px solid var(--hot);
  color: #e5dfd5;
  font-weight: 700;
}

.discovery-beats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  list-style: none;
}

.discovery-beats li {
  min-height: 260px;
  padding: clamp(26px, 4vw, 44px);
  border-right: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.discovery-beats li:nth-last-child(-n + 2) {
  background: rgba(223, 189, 114, 0.11);
}

.discovery-beats span,
.discovery-beats strong {
  display: block;
}

.discovery-beats span {
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.discovery-beats strong {
  margin-top: 30px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.discovery-beats p {
  max-width: 520px;
  margin: 22px 0 0;
  color: #d8d3ca;
}

.discovery-climax {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 34px 54px;
  margin-top: clamp(38px, 5vw, 58px);
  padding: clamp(30px, 5vw, 54px);
  border: 2px solid var(--ink);
  background: var(--acid);
  color: var(--ink);
}

.discovery-climax blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.discovery-climax > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}

.discovery-climax a {
  padding-top: 12px;
  border-top: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.discovery-note {
  max-width: 880px;
  margin: 22px 0 0;
  color: #aaa59c;
  font-size: 0.82rem;
}

.billing-conclusion {
  max-width: 850px;
  margin: 28px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--hot);
  color: var(--muted);
  font-weight: 700;
}

.deletion-section {
  background: #26394c;
  color: var(--white);
}

.notice-accountability {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  gap: 28px 46px;
  margin-bottom: clamp(38px, 5vw, 60px);
  padding: clamp(24px, 4vw, 38px);
  border: 2px solid var(--acid);
  background: rgba(0, 0, 0, 0.14);
}

.notice-accountability strong {
  color: var(--acid);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.notice-accountability p {
  margin: 0;
  color: #f2eee8;
}

.deletion-sequence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  list-style: none;
  counter-reset: deletion-step;
}

.deletion-sequence li {
  position: relative;
  min-height: 350px;
  padding: clamp(24px, 3.2vw, 38px);
  counter-increment: deletion-step;
}

.deletion-sequence li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.78);
}

.deletion-sequence li::before {
  display: block;
  margin-bottom: 48px;
  color: var(--hot);
  content: "0" counter(deletion-step);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 900;
}

.deletion-sequence time,
.deletion-sequence strong,
.deletion-sequence a {
  display: block;
  font-family: var(--mono);
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.deletion-sequence time {
  color: var(--acid);
  font-size: 0.72rem;
}

.deletion-sequence strong {
  margin-top: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.deletion-sequence p {
  margin: 24px 0 0;
  color: #d9d6d0;
  font-size: 0.93rem;
}

.deletion-sequence a {
  margin-top: 34px;
  color: var(--hot);
  font-size: 0.67rem;
}

.deletion-verdict {
  max-width: 970px;
  margin: 38px 0 0;
  padding: 24px 0 24px 24px;
  border-block: 1px solid rgba(255, 255, 255, 0.45);
  border-left: 4px solid var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.22;
}

.contradiction-origin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  margin-bottom: 24px;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #111d2a;
}

.contradiction-origin span,
.contradiction-origin a {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contradiction-origin span {
  color: var(--acid);
}

.contradiction-origin p {
  max-width: 820px;
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.contradiction-origin mark {
  background: var(--hot);
  color: var(--white);
}

.contradiction-origin a {
  max-width: 250px;
  color: var(--hot);
}

.evidence-taxonomy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
  border: 1px solid var(--ink);
}

.evidence-taxonomy article {
  min-height: 205px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--paper-bright);
}

.evidence-taxonomy article + article {
  border-left: 1px solid var(--ink);
}

.evidence-taxonomy article:nth-child(2) {
  background: #e7c87f;
}

.evidence-taxonomy article:nth-child(3) {
  background: #d9a087;
}

.evidence-taxonomy span {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.evidence-taxonomy p {
  margin: 26px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.resolution-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: clamp(38px, 5vw, 60px);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.resolution-signal-grid > div {
  min-height: 126px;
  padding: 22px;
}

.resolution-signal-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.resolution-signal-grid strong,
.resolution-signal-grid span {
  display: block;
}

.resolution-signal-grid strong {
  color: var(--acid);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.resolution-signal-grid span {
  margin-top: 16px;
  color: #d8d4cd;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.resolution-section .promotion-copy .button {
  align-self: flex-start;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .urbanblue-story-grid {
    grid-template-columns: 1fr;
  }

  .platform-assets {
    max-width: 760px;
  }

  .contradiction-origin {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contradiction-origin a {
    max-width: 100%;
  }

  .resolution-signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resolution-signal-grid > div:nth-child(3) {
    border-left: 0;
  }

  .resolution-signal-grid > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.72);
  }

  .top-nav a {
    min-width: auto;
    padding-inline: 12px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-main {
    max-width: 900px;
  }

  .case-rail {
    position: static;
    display: grid;
    grid-template-columns: 190px 1fr 220px;
  }

  .rail-title {
    display: grid;
    place-items: center;
    border-right: 2px solid var(--white);
    border-bottom: 0;
  }

  .case-rail ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .case-rail li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.45);
  }

  .rail-refs {
    grid-template-columns: 1fr;
  }

  .rail-refs div + div {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .blast-layout {
    grid-template-columns: 1fr;
  }

  .promotion-grid {
    grid-template-columns: 1fr;
  }

  .linkedin-proof {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .linkedin-proof img {
    height: auto;
    object-fit: contain;
  }

  .outreach-row {
    grid-template-columns: 190px minmax(0, 1fr) minmax(0, 1fr);
  }

  .outreach-row .evidence-links,
  .outreach-row .route-record-link {
    grid-column: 2 / -1;
    justify-content: flex-start;
  }

  .timeline-phase-head {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .timeline-phase-outcome {
    grid-column: 2;
  }

  .blast-statement {
    min-height: 420px;
  }

  .cost-grid {
    grid-template-columns: 1fr;
  }

  .versus {
    min-height: 80px;
    border: 0;
    border-inline: 2px solid var(--ink);
    writing-mode: initial;
  }

  .evidence-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-height: 780px) and (min-width: 821px) {
  .hero-grid {
    min-height: calc(100svh - var(--header-height));
    padding-block: 42px;
  }

  .hero .kicker {
    margin-bottom: 28px;
  }

  .hero-accountability,
  .hero-proof-strip,
  .hero-actions {
    margin-top: 28px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 60px;
  }

  .shell {
    width: min(100% - 28px, 1240px);
  }

  .brand {
    padding-inline: 14px;
  }

  .top-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    max-height: calc(100svh - var(--header-height));
    flex-direction: column;
    overflow-y: auto;
    border-bottom: 2px solid var(--ink);
    background: var(--paper);
  }

  .top-nav.open {
    display: flex;
  }

  .top-nav a {
    min-height: 58px;
    justify-content: start;
    border-top: 1px solid var(--ink);
    border-left: 0;
    padding-inline: 18px;
  }

  .nav-toggle {
    display: block;
  }

  .discovery-head,
  .discovery-climax,
  .still-building-grid {
    grid-template-columns: 1fr;
  }

  .discovery-head .section-number {
    grid-column: 1;
  }

  .discovery-beats {
    grid-template-columns: 1fr;
  }

  .discovery-beats li {
    min-height: auto;
  }

  .discovery-climax > div {
    padding-top: 12px;
  }

  .still-building h2 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  h1,
  .hero h1 {
    font-size: clamp(2.55rem, 9.6vw, 3.85rem);
  }

  .hero h1 .hero-title-proof {
    font-size: 1em;
    white-space: normal;
  }

  .case-rail {
    grid-template-columns: 1fr;
  }

  .rail-title {
    place-items: start;
    border-right: 0;
    border-bottom: 2px solid var(--white);
  }

  .rail-refs {
    grid-template-columns: 1fr 1fr;
  }

  .rail-refs div + div {
    border-top: 0;
    border-left: 1px solid var(--ink);
  }

  .signal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .signal-grid > div:nth-child(2) {
    border-right: 1px solid var(--ink);
  }

  .signal-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .platform-labels {
    grid-template-columns: 1fr 1fr;
  }

  .platform-labels span:nth-child(3) {
    border-left: 0;
  }

  .platform-labels span:nth-child(n + 3) {
    border-top: 1px solid var(--ink);
  }

  .future-value-panel {
    grid-template-columns: 1fr;
  }

  .future-value-panel b {
    grid-column: 1;
  }

  .deletion-sequence,
  .evidence-taxonomy {
    grid-template-columns: 1fr;
  }

  .deletion-sequence li {
    min-height: auto;
  }

  .deletion-sequence li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.78);
    border-left: 0;
  }

  .evidence-taxonomy article + article {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .story-close {
    position: static;
  }

  .story-manifesto .shell {
    min-height: 160px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .story-manifesto span {
    text-align: left;
  }

  .admission-grid,
  .accountability,
  .defense-grid,
  .split-head,
  .release-grid,
  .reply-grid,
  .record-entry-grid,
  .record-hero-grid {
    grid-template-columns: 1fr;
  }

  .defense-grid > div {
    padding-top: 20px;
    padding-left: 0;
    border-top: 4px solid var(--hot);
    border-left: 0;
  }

  .billing-grid {
    grid-template-columns: 1fr;
  }

  .billing-grid article + article {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .accountability-side {
    min-height: auto;
  }

  .accountability-side + .accountability-side {
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .outreach-balance,
  .outreach-row,
  .timeline-toolbar,
  .timeline-phase-head,
  .claim-status-panel {
    grid-template-columns: 1fr;
  }

  .outreach-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .outreach-metric:nth-child(3) {
    border-left: 0;
  }

  .outreach-metric:nth-child(n + 3) {
    border-top: 1px solid var(--soft-line);
  }

  .outreach-row .evidence-links,
  .outreach-row .route-record-link,
  .timeline-phase-outcome {
    grid-column: 1;
  }

  .timeline-phase-outcome {
    padding-top: 16px;
    padding-left: 0;
    border-top: 4px solid var(--acid);
    border-left: 0;
  }

  .timeline-count {
    text-align: left;
  }

  .claim-status-panel span {
    padding-top: 18px;
    padding-left: 0;
    border-top: 3px solid var(--ink);
    border-left: 0;
  }

  .timeline-item {
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 16px;
  }

  .timeline-item .evidence-links {
    grid-column: 2;
    justify-content: flex-start;
  }

  .evidence-tools {
    grid-template-columns: 1fr;
  }

  .evidence-status,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .update-row {
    grid-template-columns: 1fr;
  }

  .record-hero {
    padding-top: 96px;
  }
}

@media (max-width: 560px) {
  .brand-copy small {
    display: none;
  }

  .hero-grid {
    padding-block: 42px 50px;
  }

  h1,
  .hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.15rem);
    line-height: 0.99;
  }

  .hero .kicker {
    margin-bottom: 30px;
  }

  .hero-accountability {
    margin-top: 30px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-proof-strip {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .hero-proof-strip a {
    min-height: 78px;
    gap: 7px;
  }

  .hero-proof-strip a + a {
    border-top: 1px solid rgba(242, 234, 223, 0.48);
    border-left: 0;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 34px;
  }

  .record-principles {
    grid-template-columns: 1fr;
  }

  .record-principles div + div {
    border-top: 1px solid rgba(223, 189, 114, 0.55);
    border-left: 0;
  }

  .button {
    width: 100%;
  }

  .owner-statement {
    margin-top: 36px;
  }

  .story-wide {
    min-height: 470px;
  }

  .story-wide figcaption {
    right: 14px;
    left: 14px;
  }

  .story-wide > p {
    right: 14px;
    left: 14px;
  }

  .story-copy h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.85rem);
  }

  .platform-figure {
    box-shadow: 8px 8px 0 rgba(27, 41, 56, 0.1);
  }

  .platform-figure figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .platform-figure figcaption strong {
    text-align: left;
  }

  .platform-labels,
  .resolution-signal-grid {
    grid-template-columns: 1fr;
  }

  .platform-labels span + span,
  .platform-labels span:nth-child(3) {
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .resolution-signal-grid > div + div,
  .resolution-signal-grid > div:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 0;
  }

  .future-value-panel {
    padding: 24px;
  }

  .contradiction-origin {
    padding: 22px;
  }

  .promotion-copy {
    padding: 24px;
  }

  .promotion-quote {
    font-size: clamp(2.05rem, 9.5vw, 2.9rem);
  }

  .case-rail ol {
    grid-template-columns: 1fr;
  }

  .case-rail li:nth-child(odd) {
    border-right: 0;
  }

  .signal-grid {
    grid-template-columns: 1fr;
  }

  .signal-grid > div,
  .signal-grid > div:nth-child(2),
  .signal-grid > div:last-child {
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }

  .signal-grid > div:last-child {
    border-bottom: 0;
  }

  .outreach-metrics {
    grid-template-columns: 1fr;
  }

  .outreach-metric + .outreach-metric,
  .outreach-metric:nth-child(3) {
    border-top: 1px solid var(--soft-line);
    border-left: 0;
  }

  .section-head h2,
  .release-standard h2,
  .right-of-reply h2 {
    font-size: clamp(2.05rem, 9.3vw, 2.85rem);
    line-height: 1.02;
  }

  .admission-quote {
    min-height: 260px;
  }

  .source-preview {
    height: 330px;
  }

  .impact-stats {
    grid-template-columns: 1fr;
  }

  .impact-stats div,
  .impact-stats div:nth-child(even),
  .impact-stats div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .impact-stats div:last-child {
    border-bottom: 0;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .timeline-item .evidence-links {
    grid-column: 1;
  }

  .timeline-phase-head {
    padding: 20px 18px;
  }

  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .cost-card {
    min-height: 440px;
  }

  .evidence-status {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Detailed record: the two-party chronology and its evidence register. */
.record-page {
  background: var(--paper);
}

.record-page .chronology-section,
.record-page .record-evidence-section {
  color: var(--ink);
}

.record-page .chronology-section .shell,
.record-page .record-evidence-section .shell {
  width: min(1318px, calc(100% - 56px));
}

.record-page .timeline-toolbar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 0;
  padding: 16px 0;
  border: 0;
  border-block: 1px solid var(--ink);
  background: transparent;
  box-shadow: none;
}

.record-page .timeline-view-button,
.record-page .timeline-filter-button {
  min-height: 36px;
  border-radius: 0;
}

.timeline-lane-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  align-items: center;
  margin-top: 26px;
  padding: 0 0 18px;
  border-bottom: 2px solid var(--ink);
}

.timeline-lane-head span {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.timeline-lane-head span:first-child::after,
.timeline-lane-head span:last-child::before {
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
}

.timeline-lane-head span:nth-child(2) {
  justify-content: center;
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.timeline-lane-head span:last-child {
  color: #9a701d;
  text-align: right;
}

.record-page .timeline-list {
  gap: 54px;
  padding-top: 28px;
}

.record-page .timeline-phase {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.record-page .timeline-phase-head {
  display: grid;
  grid-template-columns: 145px minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 26px;
  align-items: center;
  padding: 22px 0;
  border-block: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.record-page .timeline-phase-index {
  color: var(--hot);
  font-size: 0.68rem;
  line-height: 1.55;
}

.record-page .timeline-phase-title h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.record-page .timeline-phase-title p,
.record-page .timeline-phase-outcome p {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.55;
}

.record-page .timeline-phase-outcome {
  padding-left: 20px;
  border-left: 3px solid var(--acid);
}

.record-page .timeline-phase-outcome strong {
  color: #8d651c;
}

.record-page .timeline-events {
  position: relative;
  padding: 18px 0 4px;
}

.record-page .timeline-events::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(185, 75, 59, 0.65);
  content: "";
  transform: translateX(-0.5px);
}

.record-page .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 20px 0;
  border: 0;
  background: transparent;
}

.record-page .timeline-lane {
  min-width: 0;
}

.record-page .timeline-lane-left {
  padding-right: clamp(22px, 3vw, 44px);
  text-align: right;
}

.record-page .timeline-lane-right {
  padding-left: clamp(22px, 3vw, 44px);
}

.record-page .timeline-body {
  padding-top: 14px;
  border-top: 1px solid rgba(27, 41, 56, 0.72);
}

.record-page .timeline-lane-left .timeline-meta,
.record-page .timeline-lane-left .evidence-links,
.record-page .timeline-lane-left .source-register-links {
  justify-content: flex-end;
}

.record-page .timeline-body h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
}

.record-page .timeline-lane-left .timeline-body h3 {
  color: var(--ink);
}

.record-page .timeline-lane-right .timeline-body h3 {
  color: #886117;
}

.record-page .timeline-body p {
  margin-top: 7px;
  font-size: 0.82rem;
  line-height: 1.55;
}

.record-page .timeline-result {
  margin-top: 10px !important;
  font-size: 0.62rem;
  line-height: 1.45;
}

.record-page .timeline-date-rail {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding: 6px 10px 0;
  background: var(--paper);
  text-align: center;
}

.record-page .timeline-date {
  font-size: 0.68rem;
  line-height: 1.4;
}

.record-page .timeline-date-note {
  max-width: 126px;
  margin-top: 5px;
  font-size: 0.56rem;
}

.record-page .timeline-marker {
  width: 11px;
  height: 11px;
  margin-top: 11px;
  border: 2px solid var(--hot);
  border-radius: 50%;
  background: var(--paper-bright);
}

.record-page .evidence-links {
  justify-content: flex-start;
  margin-top: 13px;
}

.record-page .evidence-links a,
.record-page .evidence-links button {
  min-height: 32px;
  padding: 5px 8px;
  background: transparent;
  font-size: 0.62rem;
}

.source-register-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.source-register-jump {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.35;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  text-underline-offset: 3px;
}

.record-page .timeline-item.timeline-milestone {
  display: block;
  margin: 18px 0;
  padding: 22px clamp(24px, 8vw, 120px);
  border-block: 1px solid var(--ink);
  background: var(--paper-bright);
  text-align: center;
}

.record-page .timeline-milestone .milestone-date {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.record-page .timeline-milestone .timeline-date {
  color: var(--hot);
}

.record-page .timeline-milestone .timeline-body {
  max-width: 920px;
  margin: 10px auto 0;
  padding-top: 0;
  border-top: 0;
}

.record-page .timeline-milestone .timeline-meta,
.record-page .timeline-milestone .evidence-links,
.record-page .timeline-milestone .source-register-links {
  justify-content: center;
}

.record-handoff {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 34px;
  padding: 15px 18px;
  border-block: 1px dashed var(--hot);
  color: var(--hot-dark);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}

.record-handoff span,
.record-handoff strong {
  margin: 0;
}

.record-page .record-evidence-section {
  background: var(--paper-bright);
}

.source-register-head {
  max-width: 1100px;
}

.source-register-head h2 {
  max-width: 22ch;
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 3.75vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 0.98;
  text-transform: uppercase;
}

.source-register-head > p:not(.section-number):not(.source-register-totals) {
  margin: 12px 0 0;
  font-family: var(--mono);
  font-size: 0.82rem;
}

.source-register-head .source-register-totals {
  margin: 13px 0 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.record-page .evidence-tools {
  display: block;
  padding: 20px 0 0;
  border: 0;
}

.record-page .search-field {
  display: block;
}

.record-page .search-field input {
  min-height: 54px;
  padding-inline: 18px;
  border: 1px solid var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 0.78rem;
}

.record-page .filter-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
  margin-top: 12px;
  border-bottom: 2px solid var(--ink);
}

.record-page .filter-row-secondary {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
}

.record-page .filter-button {
  position: relative;
  flex: 1 1 auto;
  min-height: 44px;
  padding: 9px 11px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.62rem;
}

.record-page .filter-row-secondary .filter-button {
  flex: 0 1 auto;
  min-height: 34px;
  border: 1px solid var(--soft-line);
}

.record-page .filter-button:hover,
.record-page .filter-button:focus-visible,
.record-page .filter-button.active {
  background: transparent;
  color: var(--hot-dark);
}

.record-page .filter-button.active::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 4px;
  background: var(--hot);
  content: "";
}

.record-page .filter-row-secondary .filter-button.active::after {
  display: none;
}

.record-page .filter-row-secondary .filter-button.active {
  background: var(--hot);
  color: var(--white);
}

.record-page .evidence-status {
  margin: 14px 0 18px;
  font-family: var(--mono);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.source-register {
  border-block: 2px solid var(--ink);
}

.source-register-row {
  display: grid;
  grid-template-columns: minmax(165px, 1.02fr) minmax(190px, 1.16fr) minmax(230px, 1.32fr) minmax(170px, 0.92fr) minmax(165px, 0.82fr);
  border-top: 1px solid rgba(27, 41, 56, 0.55);
  transition: background-color 180ms ease;
}

.source-register-row:first-child {
  border-top: 0;
}

.source-register-row:not(.source-register-columns):hover {
  background: #fffdf8;
}

.source-register-columns {
  min-height: 38px;
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.source-register-columns span,
.source-register-cell {
  min-width: 0;
  padding: 14px 12px;
  border-right: 1px solid rgba(27, 41, 56, 0.55);
}

.source-register-columns span:last-child,
.source-register-cell:last-child {
  border-right: 0;
}

.source-register-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 0.74rem;
  line-height: 1.45;
}

.source-register-cell strong {
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.source-register-cell time,
.source-register-cell > span,
.source-register-cell > a,
.source-register-cell > button {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.source-register-cell p {
  margin: 0;
  color: var(--ink);
  font-size: 0.76rem;
  line-height: 1.48;
}

.source-register-cell > a,
.source-register-cell > button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.source-register-cell > a:hover,
.source-register-cell > a:focus-visible,
.source-register-cell > button:hover,
.source-register-cell > button:focus-visible {
  color: var(--hot-dark);
  outline: none;
}

.source-cell-id > a {
  display: none;
}

.source-register-row.focused-release {
  background: rgba(223, 189, 114, 0.24);
}

.source-register-row.withheld-release {
  background: #eadfd5;
}

.source-register-row.register-flash {
  background: rgba(223, 189, 114, 0.65);
}

.source-unused {
  color: var(--muted);
}

@media (max-width: 1050px) {
  .record-page .timeline-phase-head {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .record-page .timeline-phase-outcome {
    grid-column: 2;
  }

  .source-register-row {
    grid-template-columns: minmax(145px, 0.9fr) minmax(170px, 1fr) minmax(210px, 1.3fr) minmax(155px, 0.85fr) minmax(145px, 0.8fr);
  }

  .source-register-columns span,
  .source-register-cell {
    padding-inline: 9px;
  }
}

@media (max-width: 820px) {
  .record-page .chronology-section .shell,
  .record-page .record-evidence-section .shell {
    width: min(100% - 28px, 1318px);
  }

  .record-page .timeline-toolbar {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .record-page .timeline-count {
    text-align: left;
  }

  .timeline-lane-head {
    display: none;
  }

  .record-page .timeline-list {
    gap: 38px;
    padding-top: 24px;
  }

  .record-page .timeline-phase-head,
  .record-page .timeline-phase-outcome {
    grid-template-columns: 1fr;
    grid-column: 1;
  }

  .record-page .timeline-phase-outcome {
    padding-top: 14px;
    padding-left: 0;
    border-top: 3px solid var(--acid);
    border-left: 0;
  }

  .record-page .timeline-events::before {
    display: none;
  }

  .record-page .timeline-item {
    grid-template-columns: 1fr;
    padding: 18px 0;
    border-bottom: 1px solid var(--soft-line);
  }

  .record-page .timeline-lane {
    padding: 0;
    text-align: left;
  }

  .record-page .timeline-lane:empty {
    display: none;
  }

  .record-page .timeline-date-rail {
    grid-row: 1;
    justify-items: start;
    margin-bottom: 10px;
    padding: 0;
    background: transparent;
    text-align: left;
  }

  .record-page .timeline-marker {
    display: none;
  }

  .record-page .timeline-lane-left .timeline-meta,
  .record-page .timeline-lane-left .evidence-links,
  .record-page .timeline-lane-left .source-register-links {
    justify-content: flex-start;
  }

  .record-page .timeline-milestone {
    padding: 22px 18px;
    border-bottom: 1px solid var(--ink);
  }

  .record-handoff {
    align-items: center;
    flex-direction: column;
    gap: 2px;
  }

  .record-page .filter-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
  }

  .record-page .filter-button {
    flex: 1 1 42%;
    border-bottom: 1px solid var(--soft-line);
  }

  .record-page .filter-row-secondary .filter-button {
    flex: 1 1 42%;
  }

  .source-register-columns {
    display: none;
  }

  .source-register-row {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .source-register-cell {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 6px 14px;
    padding: 11px 0;
    border-right: 0;
  }

  .source-register-cell::before {
    grid-row: 1 / span 4;
    color: var(--hot-dark);
    content: attr(data-label);
    font-family: var(--mono);
    font-size: 0.58rem;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .source-register-cell > * {
    grid-column: 2;
  }

  .source-cell-id > a {
    display: inline;
  }

  .source-cell-usage > a {
    display: none;
  }
}

@media (max-width: 520px) {
  .source-register-head h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .record-page .timeline-view-toggle,
  .record-page .timeline-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .record-page .timeline-view-button,
  .record-page .timeline-filter-button {
    width: 100%;
  }

  .source-register-cell {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

/* Detailed record: compact two-lane chronology, aligned to the selected v3 direction. */
.record-page .timeline-lane-head {
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  margin-top: 22px;
  padding-bottom: 13px;
  border-bottom-width: 1px;
}

.record-page .timeline-lane-head span {
  gap: 14px;
  font-size: clamp(0.98rem, 1.4vw, 1.35rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.record-page .timeline-lane-head span:nth-child(2) {
  font-size: 0.64rem;
}

.record-page .timeline-list {
  gap: 0;
  padding-top: 18px;
}

.record-page .timeline-phase-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding: 27px 0 18px;
  border-top: 1px solid var(--ink);
  border-bottom: 0;
}

.record-page .timeline-phase-title {
  min-width: 0;
  padding-right: 28px;
}

.record-page .timeline-phase-index,
.record-page .timeline-phase-range {
  display: inline-block;
  color: var(--hot);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.record-page .timeline-phase-range::before {
  content: " · ";
}

.record-page .timeline-phase-title h3 {
  margin: 5px 0 0;
  max-width: 620px;
  font-size: clamp(1.22rem, 1.85vw, 1.72rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.record-page .timeline-phase-title p,
.record-page .timeline-phase-outcome p {
  margin: 7px 0 0;
  font-size: 0.74rem;
  line-height: 1.48;
}

.record-page .timeline-phase-node {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
}

.record-page .timeline-phase-node::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -28px;
  left: -28px;
  border-top: 1px dashed rgba(185, 75, 59, 0.68);
  content: "";
}

.record-page .timeline-phase-node span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--hot);
  border-radius: 50%;
  background: var(--paper);
  color: var(--hot-dark);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 900;
}

.record-page .timeline-phase-outcome {
  min-width: 0;
  padding-left: 28px;
  border-left: 0;
}

.record-page .timeline-phase-outcome strong {
  color: #8d651c;
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.record-page .timeline-events {
  padding: 0 0 22px;
}

.record-page .timeline-events::before {
  top: -18px;
  bottom: 0;
  background: rgba(185, 75, 59, 0.48);
}

.record-page .timeline-item {
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  min-height: 0;
  padding: 12px 0;
}

.record-page .timeline-lane-left {
  padding-right: 27px;
}

.record-page .timeline-lane-right {
  padding-left: 27px;
}

.record-page .timeline-body {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid rgba(27, 41, 56, 0.58);
}

.record-page .timeline-lane-left .timeline-body::after,
.record-page .timeline-lane-right .timeline-body::before {
  position: absolute;
  top: -1px;
  width: 27px;
  border-top: 1px solid rgba(27, 41, 56, 0.58);
  content: "";
}

.record-page .timeline-lane-left .timeline-body::after {
  right: -27px;
}

.record-page .timeline-lane-right .timeline-body::before {
  left: -27px;
}

.record-page .timeline-joint {
  position: relative;
  z-index: 2;
  min-height: 1px;
}

.record-page .timeline-marker {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: 0;
  border-width: 2px;
  transform: translate(-50%, -50%);
}

.record-page .timeline-entry-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
}

.record-page .timeline-lane-left .timeline-entry-head {
  justify-content: flex-end;
}

.record-page .timeline-entry-head .timeline-date {
  color: var(--hot-dark);
  font-size: 0.58rem;
  font-weight: 900;
  white-space: nowrap;
}

.record-page .timeline-entry-dash {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.58rem;
}

.record-page .timeline-entry-head h3 {
  flex: 0 1 auto;
  margin: 0;
  font-size: clamp(0.96rem, 1.24vw, 1.16rem);
  line-height: 1.08;
}

.record-page .timeline-date-note {
  display: block;
  max-width: none;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.record-page .timeline-body p {
  margin-top: 6px;
  font-size: 0.76rem;
  line-height: 1.48;
}

.record-page .timeline-result {
  margin-top: 8px !important;
  font-size: 0.56rem;
}

.record-page .timeline-meta {
  gap: 4px;
  margin-bottom: 6px;
}

.record-page .timeline-chip {
  padding: 3px 5px;
  font-size: 0.5rem;
}

.record-page .evidence-links {
  gap: 5px;
  margin-top: 10px;
}

.record-page .evidence-links a,
.record-page .evidence-links button {
  min-height: 28px;
  padding: 4px 7px;
  font-size: 0.56rem;
}

.record-page .source-register-links {
  gap: 6px;
  margin-top: 7px;
}

.record-page .source-register-jump {
  font-size: 0.52rem;
}

.record-page .timeline-item.timeline-milestone {
  display: block;
  margin: 12px 0;
  padding: 15px clamp(22px, 7vw, 96px);
  border-block: 1px solid rgba(27, 41, 56, 0.78);
}

.record-page .timeline-milestone .timeline-body {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 0;
  border-top: 0;
}

.record-page .timeline-milestone .timeline-entry-head {
  justify-content: center;
}

.record-page .search-field {
  position: relative;
}

.record-page .search-field input {
  width: 100%;
  min-height: 52px;
  padding-right: 86px;
}

.record-page .search-field button {
  position: absolute;
  top: 50%;
  right: 8px;
  min-width: 66px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.record-page .search-field button:hover,
.record-page .search-field button:focus-visible {
  background: var(--hot-dark);
}

@media (max-width: 1050px) {
  .record-page .timeline-phase-head {
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  }

  .record-page .timeline-phase-outcome {
    grid-column: auto;
  }

  .record-page .timeline-item,
  .record-page .timeline-lane-head {
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .record-page .timeline-list {
    gap: 0;
    padding-top: 18px;
  }

  .record-page .timeline-phase-head {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 22px 14px;
  }

  .record-page .timeline-phase-title,
  .record-page .timeline-phase-outcome {
    grid-column: 1;
    padding: 0;
  }

  .record-page .timeline-phase-node {
    display: none;
  }

  .record-page .timeline-phase-outcome {
    padding-top: 11px;
    border-top: 1px dashed var(--acid);
  }

  .record-page .timeline-item {
    grid-template-columns: 1fr;
    padding: 13px 0;
  }

  .record-page .timeline-joint,
  .record-page .timeline-lane:empty {
    display: none;
  }

  .record-page .timeline-lane-left,
  .record-page .timeline-lane-right {
    padding: 0;
    text-align: left;
  }

  .record-page .timeline-lane-left .timeline-body::after,
  .record-page .timeline-lane-right .timeline-body::before {
    display: none;
  }

  .record-page .timeline-lane-left .timeline-meta,
  .record-page .timeline-lane-left .timeline-entry-head,
  .record-page .timeline-lane-left .evidence-links,
  .record-page .timeline-lane-left .source-register-links {
    justify-content: flex-start;
  }

  .record-page .timeline-milestone {
    padding: 16px 14px;
  }
}

@media (max-width: 800px) {
  .venture-history,
  .provider-choice-panel,
  .notice-accountability {
    grid-template-columns: 1fr;
  }

  .venture-history,
  .provider-choice-panel {
    padding: 26px 22px;
  }

  .urbanblue-transition {
    padding: 22px 16px;
    text-align: left;
  }

}
