/* Founder operating-system case study · 2026-08-04
 * Page-specific presentation layer. Shared navigation, buttons, type, and footer
 * remain in styles.css + admiralty-tokens.css.
 */

html {
  scroll-behavior: smooth;
}

.founder-system-page {
  overflow-x: hidden;
  background: var(--paper);
}

.founder-system-page [id] {
  scroll-margin-top: 88px;
}

.founder-system-page h1,
.founder-system-page h2,
.founder-system-page h3,
.founder-system-page p {
  text-wrap: pretty;
}

.founder-system-page h2 {
  max-width: 17em;
  margin: 0;
  font-size: clamp(2.05rem, 4.3vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.founder-system-page h3 {
  margin: 0;
  line-height: 1.22;
}

.founder-system-page .section-heading {
  margin-bottom: clamp(30px, 5vw, 52px);
}

.founder-system-page .section-kicker,
.founder-system-page .eyebrow {
  color: var(--clay);
  font: 800 0.7rem/1.2 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-system-page .section-kicker {
  margin: 0 0 16px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: end;
}

.split-heading > p {
  max-width: 42rem;
  margin: 0 0 2px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.7;
}

.on-dark h2 {
  color: var(--white);
}

.on-dark > p {
  color: var(--fog);
}

.on-dark .section-kicker {
  color: var(--brass-soft);
}

/* Hero */

.founder-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 9vw, 124px) clamp(18px, 5vw, 48px) 0;
  background:
    radial-gradient(880px 600px at 84% 28%, rgba(27, 63, 139, 0.42), transparent 68%),
    radial-gradient(720px 520px at 10% 84%, rgba(217, 176, 74, 0.08), transparent 70%),
    var(--forest-deep);
  color: var(--white);
}

.founder-hero canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.52;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 16, 34, 0.98) 0%, rgba(7, 16, 34, 0.8) 42%, rgba(7, 16, 34, 0.2) 100%);
  pointer-events: none;
}

.founder-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
}

.founder-hero-copy {
  position: relative;
  z-index: 2;
}

.founder-hero .eyebrow {
  margin: 0 0 22px;
  color: var(--brass-soft);
}

.founder-hero h1 {
  max-width: 10.5em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.1vw, 5.75rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.048em;
}

.hero-lede {
  max-width: 47rem;
  margin: 30px 0 0;
  color: #c6d3e8;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.68;
}

.hero-principle {
  max-width: 48rem;
  margin: 24px 0 0;
  padding: 15px 17px;
  border-left: 3px solid var(--brass);
  background: rgba(255, 255, 255, 0.055);
  color: var(--brass-soft);
  font: 800 0.76rem/1.45 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.founder-hero .hero-actions {
  margin-top: 28px;
}

.founder-hero .article-meta {
  margin: 24px 0 0;
  color: var(--fog);
  font-size: 0.82rem;
}

.founder-hero .article-meta a {
  color: var(--white);
  text-underline-offset: 3px;
}

.hero-system {
  position: relative;
  min-height: 610px;
  padding: 40px 0 70px 32px;
}

.hero-vault {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(228, 197, 112, 0.52);
  border-radius: 14px;
  background: #050b16;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
  transform: rotate(1.5deg);
}

.hero-vault::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 10, 21, 0.9) 100%);
  pointer-events: none;
}

.hero-vault img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  opacity: 0.85;
}

.hero-vault figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: var(--fog);
  font: 700 0.68rem/1.3 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-owner {
  position: absolute;
  right: -18px;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  width: min(260px, 70%);
  padding: 12px;
  border: 1px solid var(--brass);
  border-radius: 10px;
  background: rgba(10, 20, 36, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.hero-owner img {
  width: 62px;
  height: 62px;
  border-radius: 7px;
  object-fit: cover;
}

.hero-owner span {
  color: var(--fog);
  font-size: 0.77rem;
  line-height: 1.4;
}

.hero-owner b {
  display: block;
  color: var(--white);
  font-size: 0.9rem;
}

.hero-domains {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 8px;
}

.hero-domains span {
  width: max-content;
  max-width: 190px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left-color: var(--brass);
  border-radius: 5px;
  background: rgba(7, 16, 34, 0.9);
  color: #c4d1e6;
  font: 700 0.65rem/1.25 var(--mono);
  letter-spacing: 0.04em;
}

.hero-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(54px, 7vw, 86px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-status > div {
  min-height: 145px;
  padding: 24px 25px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-status > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-status span {
  display: block;
  margin-bottom: 12px;
  color: var(--brass-soft);
  font: 800 0.62rem/1 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-status strong {
  display: block;
  color: #d6dfed;
  font-size: 0.83rem;
  line-height: 1.5;
}

/* Context lanes */

.context-section {
  background: var(--paper);
}

.domain-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.domain-card {
  position: relative;
  min-height: 310px;
  padding: 22px 20px 24px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.domain-card-primary {
  border-color: var(--brass);
  box-shadow: inset 0 3px 0 var(--brass);
}

.domain-card-bounded {
  border-style: dashed;
}

.domain-card-private {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
  color: var(--white);
}

.domain-no {
  display: block;
  margin-bottom: 52px;
  color: var(--brass-ink);
  font: 800 0.7rem/1 var(--mono);
  letter-spacing: 0.14em;
}

.domain-card-private .domain-no,
.domain-card-private .domain-type {
  color: var(--brass-soft);
}

.domain-type {
  margin: 0 0 10px;
  color: var(--clay);
  font: 800 0.61rem/1.3 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.domain-card h3 {
  font-family: var(--serif);
  font-size: 1.26rem;
}

.domain-card > p:last-child {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.62;
}

.domain-card-private > p:last-child {
  color: var(--fog);
}

.context-rule {
  margin: 26px 0 0;
  padding: 20px 22px;
  border: 1px solid var(--brass);
  border-radius: 8px;
  color: var(--ink-soft);
}

.context-rule strong {
  color: var(--brass-ink);
}

/* Simple generated explainers */

.system-visual {
  max-width: 1080px;
  margin: 0 auto 26px;
}

.system-visual-gates {
  max-width: 920px;
}

.system-media {
  overflow: hidden;
  border: 1px solid rgba(228, 197, 112, 0.34);
  border-radius: 10px;
  background: #071022;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

.system-media video,
.system-media picture,
.system-media img {
  display: block;
  width: 100%;
}

.system-media video,
.system-media img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.system-visual-fallback {
  display: none;
}

.system-visual figcaption {
  margin-top: 10px;
  color: var(--fog);
  font: 700 0.68rem/1.5 var(--mono);
}

/* Current workflow */

.current-section {
  background:
    radial-gradient(900px 520px at 95% 8%, rgba(27, 63, 139, 0.36), transparent 68%),
    var(--forest-deep);
  color: var(--white);
}

.current-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.current-flow li {
  position: relative;
  min-height: 300px;
  padding: 18px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.current-flow li:last-child {
  border-color: var(--brass);
  background: rgba(217, 176, 74, 0.095);
}

.current-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 37px;
  right: -11px;
  z-index: 2;
  width: 11px;
  height: 1px;
  background: var(--brass);
}

.flow-no {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  color: var(--brass-soft);
  font: 800 0.65rem/1 var(--mono);
}

.flow-status {
  margin: 0 0 9px;
  color: var(--brass-soft);
  font: 800 0.57rem/1.3 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.current-flow h3 {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.18rem;
}

.current-flow div > p:last-child {
  margin: 11px 0 0;
  color: var(--fog);
  font-size: 0.79rem;
  line-height: 1.57;
}

.current-rule {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--brass);
  border-radius: 8px;
  background: rgba(217, 176, 74, 0.08);
}

.current-rule span {
  color: var(--brass-soft);
  font: 800 0.63rem/1 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.current-rule strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.16rem, 2vw, 1.5rem);
  line-height: 1.3;
}

/* Operating map */

.map-section {
  background: var(--paper-warm);
}

.map-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.map-heading h2 {
  max-width: 15em;
  margin-right: auto;
  margin-left: auto;
}

.map-heading > p:last-child {
  max-width: 46rem;
  margin: 20px auto 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.operating-map {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(22px, 4.3vw, 48px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.map-node {
  max-width: 770px;
  margin: 0 auto;
  padding: 19px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-align: center;
}

.map-node-capture {
  border-color: var(--brass);
}

.map-node-intake {
  background: var(--paper-warm);
}

.map-node-vault {
  border-style: dashed;
  border-color: var(--brass-ink);
}

.map-node-work {
  border-color: var(--forest-2);
}

.map-node-owner {
  border-color: var(--brass);
  background: var(--forest-deep);
}

.map-node > span,
.map-domains span {
  display: block;
  margin-bottom: 7px;
  color: var(--clay);
  font: 800 0.61rem/1.2 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-node strong {
  display: block;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.45;
}

.map-node p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.81rem;
}

.map-node-owner > span {
  color: var(--brass-soft);
}

.map-node-owner strong {
  color: var(--white);
}

.map-node-owner p {
  color: var(--fog);
}

.map-arrow {
  display: block;
  height: 38px;
  color: var(--brass-ink);
  font-size: 1.35rem;
  line-height: 38px;
  text-align: center;
}

.map-domains {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.map-domains article {
  min-height: 116px;
  padding: 15px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-align: center;
}

.map-domains article:nth-child(4) {
  border-style: dashed;
}

.map-domains article:last-child {
  background: var(--forest-deep);
}

.map-domains article:last-child span {
  color: var(--brass-soft);
}

.map-domains strong {
  display: block;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.4;
}

.map-domains article:last-child strong {
  color: var(--white);
}

/* Capture examples */

.capture-section {
  background: var(--paper);
}

.capture-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}

.capture-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.capture-card:nth-child(4),
.capture-card:nth-child(5) {
  grid-column: span 3;
}

.capture-card-private {
  border-color: var(--forest-deep);
}

.capture-kind {
  margin: 0;
  padding: 18px 20px 0;
  color: var(--clay);
  font: 800 0.63rem/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capture-card blockquote {
  min-height: 158px;
  margin: 0;
  padding: 22px 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  font-weight: 650;
  line-height: 1.28;
}

.capture-route {
  min-height: 205px;
  padding: 20px;
  border-top: 1px solid var(--line);
  background: var(--paper-warm);
}

.capture-card-private .capture-route {
  border-top-color: rgba(255, 255, 255, 0.15);
  background: var(--forest-deep);
}

.capture-route span {
  display: block;
  margin-bottom: 9px;
  color: var(--clay);
  font: 800 0.59rem/1 var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.capture-route strong {
  display: block;
  color: var(--brass-ink);
  font-size: 0.88rem;
  line-height: 1.4;
}

.capture-route p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

.capture-card-private .capture-route span,
.capture-card-private .capture-route strong {
  color: var(--brass-soft);
}

.capture-card-private .capture-route p {
  color: var(--fog);
}

/* Refinery */

.refinery-section {
  background: var(--paper-warm);
}

.refinery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: center;
}

.refinery-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--forest-deep);
  box-shadow: var(--shadow);
}

.refinery-visual .ai-badge {
  margin: 14px 17px 10px;
}

.refinery-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.refinery-visual figcaption {
  padding: 14px 17px;
  color: var(--fog);
  font: 700 0.67rem/1.45 var(--mono);
}

.refinery-copy h2 {
  max-width: 9em;
}

.refinery-copy > p:not(.section-kicker):not(.refinery-note) {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.72;
}

.refinery-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 26px;
}

.refinery-comparison > div {
  padding: 17px;
  border-top: 3px solid var(--brass);
  background: var(--surface);
}

.refinery-comparison span {
  display: block;
  margin-bottom: 12px;
  color: var(--clay);
  font: 800 0.59rem/1 var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.refinery-comparison strong {
  display: block;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.5;
}

.refinery-note {
  margin: 12px 0 0;
  padding: 17px;
  border: 1px solid var(--brass);
  background: rgba(255, 255, 255, 0.46);
  color: var(--brass-ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.55;
}

/* Work lanes */

.work-section {
  background: var(--paper);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.work-card {
  grid-column: span 2;
  min-height: 330px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.work-card:nth-child(4),
.work-card:nth-child(5) {
  grid-column: span 3;
}

.work-number {
  display: block;
  margin-bottom: 48px;
  color: var(--brass-ink);
  font: 800 0.68rem/1 var(--mono);
  letter-spacing: 0.14em;
}

.work-type {
  margin: 0 0 10px;
  color: var(--clay);
  font: 800 0.61rem/1.3 var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.work-card h3 {
  font-family: var(--serif);
  font-size: clamp(1.16rem, 1.7vw, 1.38rem);
}

.work-card > p:last-child {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.83rem;
  line-height: 1.6;
}

/* Governance */

.governance-section {
  background:
    radial-gradient(800px 480px at 5% 100%, rgba(217, 176, 74, 0.08), transparent 66%),
    var(--forest-deep);
  color: var(--white);
}

.permission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.permission-card {
  padding: clamp(23px, 3.4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
}

.permission-card-can {
  border-color: rgba(228, 197, 112, 0.56);
}

.permission-label {
  margin: 0 0 14px;
  color: var(--brass-soft);
  font: 800 0.64rem/1 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.permission-card h3 {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
}

.permission-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.permission-card li {
  position: relative;
  padding-left: 26px;
  color: var(--fog);
  font-size: 0.9rem;
}

.permission-card li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brass-soft);
  font-family: var(--mono);
  font-weight: 900;
}

.permission-card-can li::before {
  content: "+";
}

.permission-card-stop li::before {
  content: "\2014";
}

.truth-permission {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 16px;
  padding: 22px;
  border-left: 4px solid var(--brass);
  background: rgba(255, 255, 255, 0.06);
}

.truth-permission > span {
  align-self: center;
  color: var(--brass-soft);
  font: 800 0.62rem/1.4 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.truth-permission > div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.truth-permission strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.16rem;
}

.truth-permission p {
  margin: 7px 0 0;
  color: var(--fog);
  font-size: 0.79rem;
  line-height: 1.5;
}

/* Earned rules */

.rules-section {
  background: var(--paper-warm);
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rule-card {
  min-height: 260px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.rule-card > span {
  display: block;
  margin-bottom: 52px;
  color: var(--brass-ink);
  font: 800 0.68rem/1 var(--mono);
  letter-spacing: 0.13em;
}

.rule-card h3 {
  font-family: var(--serif);
  font-size: 1.32rem;
}

.rule-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.6;
}

/* Status */

.status-section {
  background: var(--paper);
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.status-card {
  min-height: 500px;
  padding: 25px 23px 28px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.status-card-live {
  border-color: #5b8a70;
  box-shadow: inset 0 4px 0 #5b8a70;
}

.status-card-manual {
  border-color: var(--brass);
  box-shadow: inset 0 4px 0 var(--brass);
}

.status-card-next {
  border-style: dashed;
  background: var(--paper-warm);
}

.status-label {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 34px;
  color: var(--clay);
  font: 800 0.63rem/1 var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.status-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass);
}

.status-card-live .status-label span {
  background: #5b8a70;
}

.status-card-next .status-label span {
  border: 1px solid var(--brass-ink);
  background: transparent;
}

.status-card h3 {
  font-family: var(--serif);
  font-size: 1.43rem;
}

.status-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.status-card li {
  position: relative;
  padding-left: 23px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
}

.status-card li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: var(--brass-ink);
  font-family: var(--mono);
  font-weight: 900;
}

.status-caveat {
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--brass-ink);
  font-size: 0.79rem;
  font-weight: 800;
}

/* Public proof */

.proof-section {
  background:
    radial-gradient(780px 450px at 90% 10%, rgba(27, 63, 139, 0.42), transparent 68%),
    var(--forest-deep);
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.proof-card {
  position: relative;
  min-height: 285px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.proof-card:hover,
.proof-card:focus-visible {
  border-color: var(--brass);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-2px);
}

.proof-card-featured {
  border-color: rgba(228, 197, 112, 0.56);
}

.proof-type {
  display: block;
  margin-bottom: 48px;
  color: var(--brass-soft);
  font: 800 0.62rem/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-card h3 {
  max-width: 22em;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
}

.proof-card p {
  max-width: 40rem;
  margin: 13px 0 38px;
  color: var(--fog);
  font-size: 0.85rem;
  line-height: 1.58;
}

.proof-link {
  position: absolute;
  right: 25px;
  bottom: 22px;
  left: 25px;
  color: var(--brass-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

/* Offer bridge */

.founder-offer {
  background: var(--paper-warm);
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.84fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: center;
}

.offer-grid h2 {
  max-width: 11em;
}

.offer-grid > div > p:not(.section-kicker) {
  max-width: 43rem;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.72;
}

.offer-card {
  padding: clamp(26px, 4.5vw, 44px);
  border: 1px solid var(--brass);
  border-radius: 10px;
  background: var(--forest-deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.offer-card-label {
  margin: 0 0 26px;
  color: var(--brass-soft);
  font: 800 0.63rem/1 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-card blockquote {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.3vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.offer-actions {
  display: grid;
  gap: 17px;
  margin-top: 30px;
}

.offer-actions .button {
  justify-self: start;
}

.offer-link {
  color: var(--brass-soft);
  font-size: 0.88rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.offer-note {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--fog);
  font-size: 0.77rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .founder-hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: 38px;
  }

  .hero-system {
    min-height: 540px;
  }

  .hero-vault img {
    height: 460px;
  }

  .domain-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .domain-card {
    grid-column: span 2;
  }

  .domain-card:nth-child(4),
  .domain-card:nth-child(5) {
    grid-column: span 3;
  }

  .current-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .current-flow li {
    min-height: 250px;
  }

  .current-flow li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .founder-hero-grid,
  .refinery-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .founder-hero h1 {
    max-width: 11em;
  }

  .hero-system {
    width: min(650px, 100%);
    min-height: 590px;
    margin: 0 auto;
  }

  .refinery-visual img {
    height: auto;
  }

  .refinery-visual {
    width: min(680px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .hero-status {
    grid-template-columns: 1fr;
  }

  .hero-status > div,
  .hero-status > div:first-child {
    min-height: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .map-domains {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .map-domains article {
    grid-column: span 2;
  }

  .map-domains article:nth-child(4),
  .map-domains article:nth-child(5) {
    grid-column: span 3;
  }

  .work-card,
  .work-card:nth-child(4),
  .work-card:nth-child(5) {
    grid-column: span 3;
  }

  .work-card:last-child {
    grid-column: 2 / span 4;
  }

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

  .status-card {
    min-height: 0;
  }

  .refinery-copy {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .founder-system-page [id] {
    scroll-margin-top: 72px;
  }

  .founder-system-page h2 {
    font-size: clamp(1.95rem, 10vw, 3rem);
  }

  .founder-hero {
    padding-top: 64px;
  }

  .founder-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.6rem);
  }

  .hero-system {
    min-height: 510px;
    padding: 20px 0 80px;
  }

  .hero-vault {
    transform: none;
  }

  .hero-vault img {
    height: 340px;
  }

  .hero-owner {
    right: 0;
  }

  .hero-domains {
    left: 10px;
  }

  .domain-grid,
  .current-flow,
  .capture-grid,
  .work-grid,
  .rules-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .domain-card,
  .domain-card:nth-child(4),
  .domain-card:nth-child(5),
  .capture-card,
  .capture-card:nth-child(4),
  .capture-card:nth-child(5),
  .work-card,
  .work-card:nth-child(4),
  .work-card:nth-child(5),
  .work-card:last-child {
    grid-column: auto;
  }

  .domain-card,
  .work-card {
    min-height: 0;
  }

  .domain-no,
  .work-number,
  .rule-card > span,
  .proof-type {
    margin-bottom: 32px;
  }

  .current-flow li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
  }

  .flow-no {
    margin: 0;
  }

  .current-rule {
    grid-template-columns: 1fr;
  }

  .map-domains {
    grid-template-columns: 1fr 1fr;
  }

  .map-domains article,
  .map-domains article:nth-child(4),
  .map-domains article:nth-child(5) {
    grid-column: auto;
  }

  .map-domains article:last-child {
    grid-column: 1 / -1;
  }

  .permission-grid,
  .truth-permission {
    grid-template-columns: 1fr;
  }

  .truth-permission > div {
    padding: 17px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .refinery-comparison {
    grid-template-columns: 1fr;
  }

  .refinery-visual img {
    height: auto;
  }

  .system-media video {
    display: none;
  }

  .system-visual-fallback {
    display: block;
  }

  .system-visual-current .system-visual-fallback img {
    aspect-ratio: auto;
  }

  .rule-card,
  .proof-card {
    min-height: 0;
  }
}

@media (max-width: 500px) {
  .founder-hero .hero-actions,
  .founder-hero .button,
  .offer-actions .button {
    width: 100%;
  }

  .hero-system {
    min-height: 570px;
  }

  .hero-vault img {
    height: 300px;
  }

  .refinery-visual img {
    height: auto;
  }

  .hero-domains {
    right: 10px;
    bottom: 98px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-domains span {
    width: auto;
    max-width: none;
    font-size: 0.57rem;
  }

  .hero-owner {
    bottom: 8px;
    left: 10px;
    width: calc(100% - 20px);
  }

  .map-domains {
    grid-template-columns: 1fr;
  }

  .map-domains article:last-child {
    grid-column: auto;
  }

  .operating-map {
    padding: 16px;
  }

  .capture-card blockquote {
    min-height: 0;
  }

  .capture-route {
    min-height: 0;
  }
}

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

  .founder-hero canvas {
    display: none;
  }

  .proof-card {
    transition: none;
  }

  .system-media video {
    display: none;
  }

  .system-visual-fallback {
    display: block;
  }
}
