:root {
  color-scheme: light;
  --ink: #171412;
  --muted: #4f5f59;
  --paper: #f6faf7;
  --panel: #ffffff;
  --line: #c8ddd7;
  --accent: #0f766e;
  --accent-strong: #134e4a;
  --coral: #c96c55;
  --shadow: 0 24px 70px rgba(19, 78, 74, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -10rem, rgba(15, 118, 110, 0.1), transparent 29rem),
    linear-gradient(165deg, transparent 0 64%, rgba(201, 108, 85, 0.075) 64% 69%, transparent 69%),
    var(--paper);
  font-family: Charter, "Iowan Old Style", Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration-color: rgba(15, 118, 110, 0.35);
  text-underline-offset: 0.24em;
}

a:hover {
  text-decoration-color: var(--accent);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.12rem;
  font-weight: 700;
  text-decoration: none;
}

.menu-toggle {
  display: none !important;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.menu-toggle-line {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.menu-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem 1rem;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
}

.social-link {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--accent-strong);
  text-decoration: none;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
  outline: none;
}

.social-icon {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.profile {
  display: grid;
  justify-items: center;
  width: min(760px, calc(100% - 2rem));
  min-height: calc(100vh - 5rem);
  margin: 0 auto;
  padding: 5rem 0 4rem;
}

.profile.text-only {
  align-items: start;
  justify-items: start;
}

.profile-card {
  display: grid;
  justify-items: center;
  width: min(100%, 12rem);
}

.profile-photo {
  width: 12rem;
  height: 12rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(19, 78, 74, 0.08);
  object-fit: cover;
}

.profile-social-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 0.12rem;
  width: 10.75rem;
  margin-top: 0.96rem;
}

.profile-social-bar .social-link {
  display: inline-flex;
  width: 100%;
  height: 2.08rem;
  padding: 0;
  border-radius: 999px;
}

.profile-social-bar .social-icon {
  width: 1.14rem;
  height: 1.14rem;
}

.profile-copy {
  width: 100%;
  margin-top: 2rem;
}

.text-only .profile-copy {
  margin-top: 0;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 10ch;
  margin: 0 0 1.6rem;
  font-size: 4.25rem;
  line-height: 1;
}

.lede {
  max-width: none;
  margin-top: 0;
  border-left: 3px solid var(--coral);
  padding-left: 1rem;
  color: var(--accent-strong);
  font-size: 1.35rem;
  line-height: 1.5;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.7;
}

p + p {
  margin-top: 1.2rem;
}

.section-label {
  margin: 0 0 0.85rem;
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.operator-section,
.proof-panel,
.work-with-me {
  margin-top: 3rem;
}

.operator-section,
.proof-panel,
.work-with-me {
  border: 1px solid rgba(200, 221, 215, 0.86);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 46px rgba(19, 78, 74, 0.055);
}

.operator-section {
  padding: 1.2rem;
}

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

.operator-card {
  padding: 1.05rem 1rem;
}

.operator-card:nth-child(odd) {
  padding-left: 0;
}

.operator-card:nth-child(even) {
  border-left: 1px solid rgba(200, 221, 215, 0.7);
  padding-right: 0;
}

.operator-card:nth-child(n + 3) {
  border-top: 1px solid rgba(200, 221, 215, 0.7);
}

.operator-card span {
  display: inline-flex;
  margin-bottom: 1.15rem;
  color: var(--coral);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.operator-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.operator-card p {
  margin-top: 0.65rem;
  font-size: 0.98rem;
  line-height: 1.5;
}

.proof-panel,
.work-with-me {
  padding: 1.2rem;
}

.experience-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.experience-list li {
  display: grid;
  grid-template-columns: minmax(10.5rem, 0.42fr) 1fr;
  gap: 1rem;
  align-items: baseline;
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding-top: 1rem;
}

.experience-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.experience-list strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
}

.experience-list li > span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.experience-list .experience-year {
  display: block;
  margin-top: 0.22rem;
  color: var(--coral);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.work-with-me {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.6);
}

.work-with-me p:not(.section-label) {
  max-width: 31rem;
  font-size: 1.02rem;
  line-height: 1.55;
}

.cta-row {
  display: grid;
  gap: 0.55rem;
  min-width: 11.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 750;
}

.cta-row a {
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.68rem 0.9rem;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.56);
  text-decoration: none;
}

.cta-row a:hover,
.cta-row a:focus-visible {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.86);
  outline: none;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.work-page {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.4rem 0 4.5rem;
}

.page-hero {
  max-width: none;
}

.page-title {
  max-width: 18ch;
  margin-bottom: 1.2rem;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.page-lede {
  max-width: 44rem;
  border-left: 3px solid var(--coral);
  padding-left: 1rem;
  color: var(--accent-strong);
  font-size: 1.3rem;
  line-height: 1.55;
}

.hero-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.44fr);
  gap: 1.25rem;
  align-items: center;
}

.hero-support .page-lede {
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 750;
}

.page-hero > .hero-actions {
  margin-top: 1.5rem;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.hero-actions a:hover,
.hero-actions a:focus-visible {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
}

.hero-actions.compact {
  margin-top: 1.25rem;
}

.expertise-panel,
.audience-panel,
.help-panel,
.question-panel,
.detail-panel {
  border: 1px solid rgba(200, 221, 215, 0.86);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 46px rgba(19, 78, 74, 0.055);
}

.expertise-panel,
.audience-panel,
.question-panel,
.help-panel {
  margin-top: 3rem;
  padding: 1.25rem;
}

.section-intro {
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.credential-grid,
.audience-grid,
.help-grid {
  display: grid;
  gap: 0.85rem;
}

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

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

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

.credential-card,
.audience-card,
.help-card {
  border: 1px solid rgba(200, 221, 215, 0.78);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.44);
}

.audience-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--coral);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.credential-card h2,
.audience-card h2,
.help-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.credential-card p,
.audience-card p,
.help-card p {
  margin-top: 0.65rem;
  font-size: 0.96rem;
  line-height: 1.48;
}

.question-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.42fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.question-intro {
  color: var(--accent-strong);
  font-size: 1.08rem;
  line-height: 1.55;
}

.question-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-list li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  align-items: baseline;
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding: 0.82rem 0;
}

.question-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.question-list li:last-child {
  padding-bottom: 0;
}

.question-list span {
  color: var(--coral);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.question-list strong {
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem 1.45rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding-top: 1.15rem;
}

.logo-pill {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logo-pill img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 1.48rem;
  object-fit: contain;
}

.logo-pill:nth-child(2) img {
  height: 1.58rem;
}

.logo-pill:nth-child(3) img {
  height: 1.58rem;
  transform: translateY(-0.16rem);
}

.logo-pill:nth-child(4) img {
  height: 1.6rem;
}

.logo-pill:nth-child(5) img {
  height: 2.08rem;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding-top: 1rem;
}

.closing-cta p {
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.55;
}

.work-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
  gap: 1rem;
  margin-top: 1rem;
}

.detail-panel {
  padding: 1.25rem;
}

.accent-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.6);
}

.accent-panel p:not(.section-label) {
  font-size: 1rem;
  line-height: 1.58;
}

.structured-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.structured-list li {
  display: grid;
  grid-template-columns: minmax(9.5rem, 0.4fr) 1fr;
  gap: 1rem;
  align-items: baseline;
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding-top: 1rem;
}

.structured-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.structured-list strong {
  color: var(--ink);
  font-size: 1rem;
}

.structured-list span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.notes-page {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.4rem 0 4.5rem;
}

.notes-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.7fr);
  gap: 1.5rem;
  align-items: end;
}

.notes-title {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.notes-lede {
  border-left: 3px solid var(--coral);
  padding-left: 1rem;
  color: var(--accent-strong);
  font-size: 1.12rem;
  line-height: 1.58;
}

.signal-panel,
.notes-board,
.track-panel {
  margin-top: 3rem;
  border: 1px solid rgba(200, 221, 215, 0.86);
  border-radius: 1.3rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 46px rgba(19, 78, 74, 0.055);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(200, 221, 215, 0.7);
}

.signal-grid article {
  padding: 1rem;
  border-left: 1px solid rgba(200, 221, 215, 0.7);
}

.signal-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.signal-grid article:last-child {
  padding-right: 0;
}

.signal-grid span,
.note-meta span {
  color: var(--coral);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-grid h2,
.note-card h2 {
  margin: 0.85rem 0 0;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.signal-grid h2 {
  font-size: 1.08rem;
}

.signal-grid p {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.notes-board-header {
  display: grid;
  grid-template-columns: minmax(10rem, 0.34fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 1.15rem;
}

.notes-board-header p:not(.section-label) {
  font-size: 1rem;
  line-height: 1.5;
}

.note-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.note-card {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  border: 1px solid rgba(200, 221, 215, 0.78);
  border-radius: 1rem;
  padding: 1rem;
  background:
    linear-gradient(150deg, rgba(15, 118, 110, 0.055), transparent 55%),
    rgba(255, 255, 255, 0.48);
}

.note-card.featured {
  grid-column: span 2;
}

.note-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
}

.note-card h2 {
  font-size: 1.28rem;
}

.note-card p {
  margin-top: 0.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
}

.note-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: auto 0 0;
  padding-top: 1rem;
}

.note-card dt {
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.note-card dd {
  margin: 0.22rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.42;
}

.track-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.track-list span {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.62rem 0.85rem;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.58);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 750;
}

.is-locked .ledger-header,
.is-locked main {
  display: none;
}

.password-gate {
  display: none;
}

.is-locked .password-gate {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 1rem;
}

.password-card {
  width: min(100%, 28rem);
  border: 1px solid rgba(200, 221, 215, 0.86);
  border-radius: 1.3rem;
  padding: 1.35rem;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.password-card h1 {
  max-width: none;
  margin-bottom: 0.9rem;
  font-size: 2.7rem;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.password-card p:not(.section-label) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.password-card label {
  display: block;
  margin-top: 1.1rem;
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  margin-top: 0.45rem;
}

.password-row input,
.password-row button {
  min-height: 2.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
}

.password-row input {
  width: 100%;
  padding: 0 0.9rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
}

.password-row button {
  padding: 0 1rem;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.password-row input:focus,
.password-row button:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.password-error {
  min-height: 1.45rem;
  margin-top: 0.7rem;
  color: var(--coral) !important;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem !important;
  font-weight: 750;
}

.ledger-header {
  width: min(1180px, calc(100% - 2rem));
}

.ledger-page {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 4.4rem 0 4.8rem;
}

.ledger-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(19rem, 0.48fr);
  gap: 2rem;
  align-items: end;
}

.ledger-title {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.6rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.method-card,
.thesis-card,
.thesis-detail,
.ledger-controls {
  border: 1px solid rgba(200, 221, 215, 0.86);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 18px 46px rgba(19, 78, 74, 0.055);
}

.method-card {
  border-radius: 1.3rem;
  padding: 1.2rem;
}

.method-card p:not(.section-label) {
  color: var(--accent-strong);
  font-size: 1.02rem;
  line-height: 1.58;
}

.ledger-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.2rem;
  border-radius: 999px;
  padding: 0.65rem;
}

.ledger-controls span {
  display: inline-flex;
  border: 1px solid rgba(200, 221, 215, 0.82);
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.52);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.thesis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.thesis-card {
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  border-radius: 1.1rem;
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(15, 118, 110, 0.05), transparent 55%),
    rgba(255, 255, 255, 0.54);
}

.thesis-card.is-active {
  border-color: rgba(15, 118, 110, 0.45);
  background:
    linear-gradient(150deg, rgba(15, 118, 110, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.72);
}

.thesis-card-top,
.confidence-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-strong);
}

.status-dot::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.status-dot.rising::before {
  background: #0f766e;
}

.status-dot.stable::before {
  background: #b47a36;
}

.status-dot.split::before {
  background: #c96c55;
}

.thesis-card h2 {
  margin: 1.1rem 0 0;
  color: var(--ink);
  font-size: 1.18rem;
  letter-spacing: -0.032em;
  line-height: 1.12;
}

.thesis-card p {
  margin-top: 0.8rem;
  font-size: 0.93rem;
  line-height: 1.48;
}

.confidence-row {
  margin-top: auto;
  padding-top: 1.1rem;
}

.confidence-row strong {
  color: var(--accent-strong);
}

.confidence-meter {
  height: 0.42rem;
  margin-top: 0.55rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(200, 221, 215, 0.7);
}

.confidence-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--accent));
}

.thesis-detail {
  margin-top: 3rem;
  border-radius: 1.45rem;
  padding: 1.3rem;
}

.detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.58fr);
  gap: 1.2rem;
  align-items: start;
}

.detail-head h2 {
  max-width: 17ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.detail-scorecard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.detail-scorecard div {
  border: 1px solid rgba(200, 221, 215, 0.78);
  border-radius: 0.9rem;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.5);
}

.detail-scorecard span,
.evidence-list span,
.update-log time {
  display: block;
  color: var(--coral);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-scorecard strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--accent-strong);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.18;
}

.thesis-statement {
  margin-top: 1.3rem;
  border-left: 3px solid var(--coral);
  padding-left: 1rem;
}

.thesis-statement p {
  max-width: 58rem;
  color: var(--accent-strong);
  font-size: 1.18rem;
  line-height: 1.58;
}

.evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.evidence-panel,
.implication-grid section,
.update-log {
  border: 1px solid rgba(200, 221, 215, 0.78);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.44);
}

.evidence-panel.counter {
  background:
    linear-gradient(150deg, rgba(201, 108, 85, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.46);
}

.evidence-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding: 0.95rem 0;
}

.evidence-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.evidence-list li:last-child {
  padding-bottom: 0;
}

.evidence-list p {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.implication-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.company-map {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.company-map span {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.56rem 0.72rem;
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.56);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 760;
  line-height: 1.25;
}

.company-map.muted span {
  color: var(--muted);
}

.implication-grid section > p:not(.section-label) {
  font-size: 0.96rem;
  line-height: 1.5;
}

.update-log {
  margin-top: 0.9rem;
}

.update-log ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.update-log li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  border-top: 1px solid rgba(200, 221, 215, 0.7);
  padding: 0.9rem 0;
}

.update-log li:first-child {
  border-top: 0;
  padding-top: 0;
}

.update-log li:last-child {
  padding-bottom: 0;
}

.update-log span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

@media (max-width: 700px) {
  .site-header,
  .profile {
    width: min(100% - 1.25rem, 920px);
  }

  .site-header {
    align-items: center;
  }

  .menu-toggle {
    display: flex !important;
    margin-left: auto;
    position: absolute;
    top: 0.8rem;
    right: 0;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% - 0.6rem);
    right: 0;
    z-index: 10;
    min-width: 12rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
    align-items: center;
    gap: 0.75rem;
    justify-content: stretch;
  }

  .nav-links a {
    display: block;
    padding: 0.25rem 0;
  }

  .nav-links .social-link {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
  }

  .profile {
    min-height: auto;
    padding-top: 3rem;
  }

  .profile-photo {
    width: 9.75rem;
    height: 9.75rem;
  }

  .profile-card {
    width: min(100%, 9.75rem);
  }

  .profile-social-bar {
    width: 9.6rem;
    margin-top: 1.5rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  .lede {
    font-size: 1.16rem;
  }

  .operator-grid,
  .work-with-me,
  .experience-list li {
    grid-template-columns: 1fr;
  }

  .operator-section,
  .proof-panel,
  .work-with-me {
    margin-top: 2.35rem;
  }

  .proof-panel,
  .operator-section,
  .work-with-me {
    border-radius: 1rem;
  }

  .operator-card {
    padding: 1rem 0;
  }

  .operator-card:first-child {
    padding-top: 0.25rem;
  }

  .operator-card:last-child {
    padding-bottom: 0;
  }

  .operator-card:nth-child(even) {
    border-left: 0;
    padding-right: 0;
  }

  .operator-card:nth-child(n + 2) {
    border-top: 1px solid rgba(200, 221, 215, 0.7);
  }

  .work-with-me {
    align-items: stretch;
    gap: 1.15rem;
  }

  .cta-row {
    min-width: 0;
  }

  .work-page {
    width: min(100% - 1.25rem, 920px);
    padding-top: 3rem;
  }

  .notes-page {
    width: min(100% - 1.25rem, 920px);
    padding-top: 3rem;
  }

  .notes-hero,
  .notes-board-header,
  .signal-grid,
  .note-card-grid {
    grid-template-columns: 1fr;
  }

  .notes-title {
    font-size: 2.75rem;
  }

  .signal-panel,
  .notes-board,
  .track-panel {
    margin-top: 2.35rem;
    border-radius: 1rem;
  }

  .signal-grid article,
  .signal-grid article:first-child,
  .signal-grid article:last-child {
    border-left: 0;
    border-top: 1px solid rgba(200, 221, 215, 0.7);
    padding: 1rem 0;
  }

  .signal-grid article:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .note-card.featured {
    grid-column: auto;
  }

  .note-card dl {
    grid-template-columns: 1fr;
  }

  .ledger-header,
  .ledger-page {
    width: min(100% - 1.25rem, 920px);
  }

  .ledger-page {
    padding-top: 3rem;
  }

  .ledger-hero,
  .thesis-grid,
  .detail-head,
  .detail-scorecard,
  .evidence-layout,
  .implication-grid,
  .update-log li {
    grid-template-columns: 1fr;
  }

  .ledger-title {
    font-size: 3.25rem;
  }

  .ledger-controls {
    border-radius: 1rem;
  }

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

  .thesis-detail,
  .method-card {
    border-radius: 1rem;
  }

  .detail-head h2 {
    font-size: 2.35rem;
  }

  .page-title {
    font-size: 2.45rem;
  }

  .page-lede {
    font-size: 1.14rem;
  }

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

  .hero-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .expertise-panel,
  .audience-panel,
  .question-panel,
  .help-panel {
    margin-top: 2.35rem;
  }

  .credential-grid,
  .audience-grid,
  .help-grid,
  .logo-strip,
  .question-layout,
  .question-list li,
  .work-detail-grid,
  .closing-cta,
  .structured-list li {
    grid-template-columns: 1fr;
  }

  .expertise-panel,
  .audience-panel,
  .help-panel,
  .question-panel,
  .detail-panel {
    border-radius: 1rem;
  }

  p {
    font-size: 1.08rem;
  }
}
