:root {
  color-scheme: light;
  --ink: #161513;
  --muted: #615f59;
  --soft: #8b867d;
  --paper: #f2eee5;
  --wash: #e8e1d2;
  --panel: #fffaf0;
  --panel-quiet: #f8f2e8;
  --coal: #111312;
  --coal-2: #181a17;
  --line: #d6cfc1;
  --line-strong: #aea493;
  --red: #b54034;
  --teal: #0d7474;
  --gold: #a77317;
  --blue: #315a92;
  --green: #426f4c;
  --violet: #67508f;
  --shadow: 0 22px 48px rgba(32, 28, 22, 0.11);
  --radius: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; }

.shell {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
}

.masthead {
  background: var(--coal);
  color: #f8f4ea;
  border-bottom: 1px solid #2a2c27;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f8f4ea;
  font-weight: 820;
  font-size: .95rem;
  text-decoration: none;
}

.brand-mark::before {
  content: "";
  width: 28px;
  height: 28px;
  background:
    linear-gradient(90deg, var(--teal) 0 34%, var(--gold) 34% 68%, var(--red) 68% 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #f8f4ea;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  color: #f8f4ea;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 780;
  line-height: 1;
}

.site-nav a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.site-nav a[aria-current="page"] {
  background: #f8f4ea;
  border-color: #f8f4ea;
  color: var(--coal);
}

.section-nav-wrap {
  background: rgba(17, 19, 18, .92);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.section-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  min-height: 48px;
}

.section-nav span {
  color: #8f9694;
  font-size: .74rem;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
}

.section-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  color: #c9d0d1;
  border-radius: 6px;
  text-decoration: none;
  font-size: .79rem;
  font-weight: 760;
  line-height: 1;
}

.section-nav a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.brand-mark:focus-visible,
.site-nav a:focus-visible,
.section-nav a:focus-visible {
  outline: 3px solid rgba(13, 116, 116, .45);
  outline-offset: 3px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .58fr);
  gap: 56px;
  align-items: center;
  padding: 76px 0 58px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.masthead .eyebrow {
  color: #83c6bd;
}

h1 {
  margin: 0;
  max-width: 860px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: .92;
  letter-spacing: 0;
  text-wrap: balance;
}

.dek {
  max-width: 720px;
  margin: 26px 0 0;
  color: #d8ddd9;
  font-size: 1.18rem;
  line-height: 1.6;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  max-width: 860px;
  border-block: 1px solid rgba(255,255,255,.15);
  overflow: clip;
}

.meta-pill {
  display: grid;
  align-content: center;
  min-height: 66px;
  padding: 14px 16px;
  border-right: 1px solid rgba(255,255,255,.15);
  color: #f8f4ea;
  font-size: .86rem;
  font-weight: 780;
  line-height: 1.2;
}

.meta-pill:last-child {
  border-right: 0;
}

.pressure-board {
  background: #f8f2e8;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  overflow: clip;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .24);
}

.pressure-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 98px;
  gap: 18px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}

.pressure-kicker {
  margin: 0 0 9px;
  color: var(--red);
  font-size: .74rem;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pressure-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

.pressure-head p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.5;
}

.pressure-number {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.pressure-number strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: .88;
  color: var(--coal);
}

.pressure-number span {
  display: block;
  max-width: 92px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 760;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pressure-list {
  display: grid;
  padding: 10px 26px 8px;
}

.pressure-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 56px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.pressure-row:last-child {
  border-bottom: 0;
}

.pressure-rank {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--teal);
  font-size: .7rem;
  font-weight: 820;
}

.pressure-copy {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.pressure-row-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  min-width: 0;
}

.pressure-name {
  color: var(--ink);
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.2;
}

.pressure-tone {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 740;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0;
  white-space: nowrap;
}

.bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(17,19,18,.12);
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.pressure-value {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1;
  text-align: right;
}

.pressure-note {
  margin: 0;
  padding: 16px 26px 19px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
  background: var(--panel-quiet);
}

.c-red { background: var(--red); }
.c-teal { background: var(--teal); }
.c-gold { background: var(--gold); }
.c-blue { background: var(--blue); }
.c-green { background: var(--green); }
.c-violet { background: var(--violet); }

.section {
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 90px;
}

.section.alt {
  background: var(--wash);
}

.section.dark {
  background: var(--coal-2);
  color: #f8f4ea;
  border-bottom: 1px solid #2a2c27;
}

.section-title {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(300px, .42fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 34px;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-title p,
.muted {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.dark .section-title p {
  color: #c9d0d1;
}

.thesis-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  counter-reset: thesis;
}

.thesis-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  min-height: 260px;
  counter-increment: thesis;
}

.thesis-card::before {
  content: "0" counter(thesis);
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 820;
}

.thesis-card h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.2;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 820;
}

.thesis-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .34fr);
  gap: 34px;
  align-items: start;
}

.lead-copy {
  max-width: 78ch;
  color: #d8ddd9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.42;
}

.lead-copy p {
  margin: 0;
}

.lead-copy p + p {
  margin-top: 22px;
}

.lead-stats {
  display: grid;
  border-block: 1px solid rgba(255,255,255,.15);
}

.lead-stat {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.lead-stat:last-child {
  border-bottom: 0;
}

.lead-stat strong {
  display: block;
  color: #f8f4ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}

.lead-stat span {
  display: block;
  color: #c9d0d1;
  font-size: .88rem;
  font-weight: 720;
  line-height: 1.35;
}

.shift-list {
  display: grid;
  border-block: 1px solid var(--line);
}

.shift-row {
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, .42fr) minmax(0, .42fr);
  gap: 28px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.shift-row:last-child {
  border-bottom: 0;
}

.shift-row strong {
  color: var(--red);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shift-row h3 {
  margin-bottom: 9px;
  font-size: 1.38rem;
}

.shift-row p {
  margin: 0;
  color: var(--muted);
  font-size: .96rem;
}

.implication-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.implication {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  min-height: 218px;
}

.implication strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1.2;
}

.implication p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.sessions-grid {
  display: grid;
  gap: 22px;
}

.session-block {
  display: grid;
  grid-template-columns: minmax(92px, .12fr) minmax(0, .88fr);
  gap: 26px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: clip;
}

.session-index {
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 26px 18px;
  border-right: 1px solid var(--line);
  background: var(--panel-quiet);
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
}

.session-main {
  padding: 26px 28px 30px 0;
}

.session-kicker {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0;
}

.session-main h3 {
  margin-bottom: 11px;
}

.session-relevance {
  max-width: 74ch;
  margin: 0 0 22px;
  color: var(--muted);
}

.evidence-layout {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
  gap: 32px;
  align-items: start;
}

blockquote {
  margin: 0;
  padding: 20px 0;
  border-block: 1px solid var(--line);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-style: italic;
  line-height: 1.5;
}

blockquote cite {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .78rem;
  font-style: normal;
  font-weight: 820;
}

ul {
  margin: 0;
  padding-left: 1.15rem;
  max-width: 76ch;
}

li + li {
  margin-top: 10px;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid rgba(255,255,255,.15);
}

.action {
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,.15);
}

.action:last-child {
  border-right: 0;
}

.action strong {
  display: block;
  color: #f8f4ea;
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1.22;
}

.action p {
  margin: 0;
  color: #c9d0d1;
  font-size: .92rem;
}

@media (max-width: 980px) {
  .hero-inner,
  .section-title,
  .lead-grid,
  .evidence-layout {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .pressure-board {
    max-width: 560px;
  }

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

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

  .shift-row {
    grid-template-columns: minmax(150px, .32fr) minmax(0, .68fr);
  }

  .shift-row div:last-child {
    grid-column: 2;
  }

  .action:nth-child(2) {
    border-right: 0;
  }

  .action:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  body {
    font-size: 16px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .site-nav,
  .section-nav {
    justify-content: flex-start;
  }

  .hero-inner {
    padding: 42px 0 34px;
    gap: 28px;
  }

  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.55rem;
  }

  .section {
    padding: 38px 0;
  }

  .hero-meta,
  .thesis-grid,
  .implication-grid,
  .action-grid {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    border: 1px solid rgba(255,255,255,.15);
    border-bottom: 0;
  }

  .meta-pill {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .pressure-head {
    grid-template-columns: 1fr;
  }

  .pressure-number {
    justify-items: start;
    text-align: left;
  }

  .pressure-row {
    grid-template-columns: 30px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .pressure-row-title {
    align-items: baseline;
    flex-direction: row;
    gap: 8px;
  }

  .pressure-tone {
    max-width: 112px;
    text-align: right;
    white-space: normal;
  }

  .lead-copy {
    font-size: 1.22rem;
  }

  .shift-row,
  .session-block {
    grid-template-columns: 1fr;
  }

  .shift-row div:last-child {
    grid-column: auto;
  }

  .session-index {
    justify-items: start;
    padding: 20px 18px 0;
    border-right: 0;
    background: var(--panel);
  }

  .session-main {
    padding: 12px 18px 24px;
  }

  blockquote {
    font-size: 1.04rem;
  }

  .action,
  .action:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .action:last-child {
    border-bottom: 0;
  }
}
