@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin-300-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/source-sans-3-latin-600-normal.woff2") format("woff2");
}

:root {
  --ink: #10263f;
  --text: #344451;
  --muted: #586774;
  --red: #c8302d;
  --brand: #e50914;
  --paper: #fff;
  --cream: #f7f5f0;
  --soft: #f0f3f4;
  --line: #d9deda;
  --max: 1160px;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
button:disabled { cursor: default; }
p { margin: 0 0 1em; color: var(--text); }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -0.03em; }
h1 { font-size: clamp(44px, 7vw, 84px); line-height: 1.05; }
h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.12; }
h3 { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 34px); line-height: 1.25; }
h4 { font-size: 17px; font-weight: 600; line-height: 1.4; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
}
.skip:focus { top: 12px; }

.wrap { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.accent { color: var(--red); }
.lede { font-size: 20px; line-height: 1.7; max-width: 36em; color: var(--text); }
.note { font-size: 14px; color: var(--muted); line-height: 1.6; }
.kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--red);
  flex-shrink: 0;
}
.display {
  font-family: var(--serif);
  font-size: clamp(56px, 10vw, 128px);
  line-height: 0.92;
  letter-spacing: -0.04em;
}
.rule { border-top: 1px solid var(--line); }
.cream { background: var(--cream); }
.ink {
  background: var(--ink);
  color: #fff;
}
.ink h2, .ink h3, .ink p, .ink .lede, .ink .kicker, .ink .note { color: #fff; }
.ink .kicker, .ink .note { color: #d5dde2; }
.section { padding: 112px 0; }
.section-tight { padding: 72px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #eeeae4;
  backdrop-filter: blur(10px);
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 92px;
}
.brand img { width: 158px; }
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--red); }
.tools { display: flex; align-items: center; gap: 16px; }
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  position: relative;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--ink);
  margin: auto;
}
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  position: absolute;
  left: 13px;
}
.menu-btn span::before { top: 16px; }
.menu-btn span::after { bottom: 16px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 12px 22px;
  background: var(--brand);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 1px;
  transition: background 0.15s, transform 0.15s;
}
.btn:hover { background: #a72524; transform: translateY(-1px); }
.btn-sm { min-height: 42px; padding: 9px 16px; font-size: 13px; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: #fff; }
.ink .btn-ghost { color: #fff; border-color: #fff; }
.ink .btn-ghost:hover { background: #fff; color: var(--ink); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}
.text-link:hover { color: var(--red); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin: 32px 0 0; }

.hero { padding: 88px 0 72px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}
.hero h1 { margin-bottom: 28px; max-width: 12ch; }
.hero .lede { max-width: 34em; font-size: 19px; }
.hero-aside {
  padding: 8px 0 12px;
  border-top: 1px solid var(--line);
}
.hero-aside p { font-size: 16px; }
.start-list { margin: 28px 0 0; padding: 0; list-style: none; }
.start-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}
.start-list a:hover { color: var(--red); }

.places {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 28px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}
.places span + span::before {
  content: "·";
  margin-right: 18px;
  color: var(--red);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.split-media { align-items: stretch; gap: 48px; }
.media {
  margin: 0;
  overflow: hidden;
  background: var(--cream);
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-bleed {
  width: 100%;
  min-height: 360px;
  max-height: 68vh;
  aspect-ratio: 16 / 8;
}
.media-frame { min-height: 420px; }
.media-page {
  margin: 0 auto 8px;
  width: min(var(--max), calc(100% - 96px));
  min-height: 280px;
  aspect-ratio: 16 / 7;
}
.credit {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.panel {
  min-height: 420px;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-mark {
  font-family: var(--serif);
  font-size: clamp(120px, 18vw, 220px);
  line-height: 0.75;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.08);
}

.track {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 32px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
.track:last-child { border-bottom: 1px solid var(--line); }
.num {
  font-family: var(--serif);
  font-size: 42px;
  color: var(--red);
  line-height: 1;
}
.track h3 { margin-bottom: 12px; }
.track p { max-width: 46em; font-size: 17px; }
.pill {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.step { padding-top: 22px; border-top: 1px solid var(--line); position: relative; }
.step::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}
.step .n { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 600; color: var(--red); letter-spacing: 0.08em; }
.step h3 { font-size: 22px; margin-bottom: 10px; }
.step p { font-size: 15px; }

.invite {
  padding: 72px 0;
  background: var(--cream);
  border-block: 1px solid var(--line);
}
.invite-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.invite-row h2 { max-width: 16ch; }

.page-hero { padding: 72px 0 56px; }
.crumb { margin-bottom: 32px; font-size: 13px; color: var(--muted); }
.crumb a { border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 16ch; }
.page-hero .lede { margin-top: 24px; max-width: 40em; }

.prose { max-width: 40em; }
.prose p { font-size: 18px; line-height: 1.8; }
.quote {
  margin: 36px 0;
  padding-left: 24px;
  border-left: 3px solid var(--red);
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.35;
  color: var(--ink);
}

.site-footer { padding: 72px 0 28px; }
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.foot-logo { width: 168px; margin-bottom: 16px; }
.foot-copy { font-size: 14px; color: var(--muted); max-width: 28em; }
.foot-title {
  margin: 6px 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.foot-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--muted); }
.foot-links a:hover { color: var(--red); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

details { border-bottom: 1px solid var(--line); }
details:first-of-type { border-top: 1px solid var(--line); }
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--red); font-size: 24px; line-height: 1; }
details[open] summary::after { content: "−"; }
.detail { padding: 0 40px 22px 0; font-size: 16px; max-width: 46em; }

.form {
  padding: 36px;
  border: 1px solid var(--line);
  background: #fff;
}
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 600; }
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #aab5b7;
  background: #fff;
  border-radius: 0;
}
.field input[type="radio"],
.field input[type="checkbox"],
.choice input {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
}
.field textarea { min-height: 140px; resize: vertical; }
.field .error { display: none; margin-top: 6px; font-size: 13px; color: var(--red); }
.field.is-invalid .error { display: block; }
.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea { border-color: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 20px 0;
  font-size: 13px;
  color: var(--muted);
}
.check input { margin-top: 4px; accent-color: var(--red); width: 16px; height: 16px; }
.form-status {
  margin-top: 22px;
  padding: 22px;
  background: var(--cream);
  border-left: 3px solid var(--red);
}
.form-status h4 { margin-bottom: 8px; }

.stage { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 22px 0; border-top: 1px solid var(--line); }
.metric { padding-top: 8px; }
.stat {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 72px);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}
.resource {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.resource:hover h4 { color: var(--red); }
.resource p { font-size: 14px; color: var(--muted); margin: 4px 0 0; max-width: 40em; }

.finder {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
}
.box { padding: 32px; border: 1px solid var(--line); background: #fff; }
.options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 12px;
  border: 1px solid var(--line);
  font-size: 14px;
  cursor: pointer;
}
.choice:has(input:checked) { border-color: var(--red); background: var(--cream); }
.choice input { accent-color: var(--red); }
.result { padding: 32px; background: var(--cream); border-top: 3px solid var(--red); min-height: 320px; }
.result ol { margin: 0; padding: 0; list-style: none; counter-reset: r; }
.result li {
  counter-increment: r;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}
.result li::before { content: "0" counter(r); color: var(--red); font-size: 11px; font-weight: 600; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.value { padding-top: 18px; border-top: 1px solid var(--line); }
.value h3 { font-size: 24px; margin: 10px 0; }

@media (max-width: 1040px) {
  .wrap { width: calc(100% - 56px); }
  .media-page { width: calc(100% - 56px); }
  .hero-grid, .split, .finder, .steps, .values, .foot-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .track { grid-template-columns: 64px 1fr; }
  .track .text-link { grid-column: 2; }
  .nav { gap: 18px; }
}

@media (max-width: 860px) {
  .nav {
    display: none;
    position: absolute;
    inset: 100% 0 auto;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 12px 28px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 0; font-size: 18px; }
  .menu-btn { display: block; }
  .tools .btn { display: none; }
  .hero-grid, .split, .finder, .form-row, .stage, .invite-row, .places, .foot-grid, .foot-bottom {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .media-frame { min-height: 280px; }
  .media-page { width: calc(100% - 36px); min-height: 200px; }
  .places { align-items: flex-start; }
  .hero { padding: 48px 0 36px; }
  .section { padding: 64px 0; }
  .panel { min-height: 280px; padding: 36px 28px; }
  .options { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 36px); }
  .brand img { width: 132px; }
  .bar { min-height: 76px; }
  .hero h1 { max-width: none; }
  .steps, .values, .foot-grid { grid-template-columns: 1fr; }
  .form { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .btn:hover { transform: none; }
}

/* Prototype components restored */
.statusbar {
  background: var(--cream);
  border-bottom: 1px solid #ebeae6;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}
.statusbar .wrap { display: flex; justify-content: space-between; gap: 12px; padding-block: 9px; }
.status-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--red); margin-right: 8px; vertical-align: middle; }

.hero-note { margin-top: 20px; font-size: 14px; color: var(--muted); }
.welcome-panel {
  position: relative;
  background: var(--cream);
  border: 1px solid #e5e6e1;
  padding: 34px 32px 22px;
}
.welcome-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 17px;
  width: calc(100% - 17px);
  height: 12px;
  border: 1px solid #e5e6e1;
  border-bottom: 0;
  z-index: -1;
}
.welcome-panel h2 { font-size: 32px; letter-spacing: -0.03em; margin: 0 0 18px; }
.welcome-panel > p { font-size: 15px; max-width: 32em; }
.path-choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #dfe2dc;
  padding: 16px 17px;
  margin-top: 9px;
  font-size: 15px;
  transition: border-color 0.15s, transform 0.15s;
}
.path-choice:hover { border-color: var(--red); transform: translateX(3px); }
.path-choice span[aria-hidden] { color: var(--red); }
.panel-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}
.section-head h2 { max-width: 16ch; }
.section-head > p { max-width: 26em; margin: 0; font-size: 16px; }

.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.journey-note {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}

.feature-banner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--cream);
  border: 1px solid #e6e7e1;
}
.feature-type {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: 48px 42px;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-type h3 { position: relative; z-index: 1; color: #fff; font-size: clamp(32px, 3.4vw, 46px); line-height: 1.1; letter-spacing: -0.03em; max-width: 12ch; }
.feature-type .kicker { position: relative; z-index: 1; color: #d5dde2; }
.type-mark {
  position: absolute;
  right: -6px;
  bottom: -96px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 340px;
  line-height: 1;
  letter-spacing: -0.1em;
  color: rgba(255, 255, 255, 0.07);
}
.feature-body { padding: 48px 49px; }
.feature-body h3 { margin-bottom: 18px; }
.feature-body p { font-size: 16px; max-width: 30em; }
.event-spec { display: flex; flex-wrap: wrap; gap: 17px; margin: 20px 0 8px; font-size: 13px; color: var(--muted); }

.trust-list { margin: 0; }
.trust-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 17px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}
.trust-row .check-mark { color: #3b6157; font-size: 18px; }
.trust-row h4 { margin-bottom: 3px; font-size: 16px; }
.trust-row p { margin: 0; font-size: 14px; color: var(--muted); }

.scope-note {
  margin-top: 24px;
  padding: 18px 21px;
  background: var(--soft);
  border-left: 2px solid #3b6157;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

.org-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.org-list li { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.org-list strong { font-family: var(--serif); font-weight: 400; font-size: 20px; }

.info-panel { padding: 30px; background: var(--cream); border: 1px solid #e2e5dd; }
.info-panel.white { background: #fff; }
.info-panel h3 { font-size: 25px; margin-bottom: 16px; }
.info-panel p { font-size: 15px; }
.bullet-list { margin: 16px 0; padding-left: 19px; color: var(--text); font-size: 15px; }
.bullet-list li { padding: 5px 0; }

.numbered { counter-reset: row; list-style: none; margin: 0; padding: 0; }
.numbered li {
  counter-increment: row;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.numbered li::before { content: "0" counter(row); color: var(--red); font-family: var(--serif); font-size: 29px; line-height: 1.2; }
.numbered h4 { margin-bottom: 7px; }
.numbered p { margin: 0; font-size: 15px; }
.article-grid { display: grid; grid-template-columns: 280px 1fr; gap: 100px; }
.article-grid h2 { font-size: clamp(28px, 2.6vw, 34px); }

.event-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px;
  gap: 30px;
  align-items: start;
  padding: 31px 0;
  border-top: 1px solid var(--line);
}
.event-row:last-of-type { border-bottom: 1px solid var(--line); }
.event-row h3 { margin-bottom: 10px; }
.event-row p { font-size: 15px; max-width: 40em; }
.event-row .text-link { justify-self: end; align-self: center; font-size: 13px; }
.link-btn { background: none; border: 0; border-bottom: 1px solid currentColor; padding: 8px 0; cursor: pointer; color: var(--ink); }

.editorial-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.editorial-card { display: flex; flex-direction: column; align-items: flex-start; padding-top: 24px; border-top: 2px solid var(--ink); }
.editorial-number { font-family: var(--serif); font-style: italic; font-size: 54px; line-height: 1; color: #7f8d87; margin: 0 0 24px; }
.editorial-card h3 { font-size: 27px; margin-bottom: 14px; }
.editorial-card p { font-size: 15px; flex: 1; }

.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 15px; line-height: 1.7; text-align: left; }
th { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
td, th { padding: 17px 18px 17px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
td:first-child { font-weight: 600; width: 24%; }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.timeline > div { padding-top: 20px; border-top: 1px solid var(--line); }
.timeline h3 { font-size: 24px; margin-bottom: 14px; }
.timeline p { font-size: 15px; }
.empty-state { margin-top: 38px; padding: 30px; border: 1px dashed #a9b4b1; background: #fff; }
.empty-state h3 { font-size: 26px; margin-bottom: 12px; }
.empty-state p { font-size: 15px; }

dialog {
  width: min(820px, calc(100% - 32px));
  max-height: 88vh;
  padding: 0;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}
dialog::backdrop { background: rgba(14, 29, 43, 0.55); }
.dialog-top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.dialog-top .kicker { margin: 0; }
.close-dialog { width: 36px; height: 36px; border: 1px solid var(--line); font-size: 24px; line-height: 1; }
.dialog-body { padding: 34px 40px 40px; }
.dialog-body h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 22px; }
.dialog-body h3 { font-size: 23px; margin: 24px 0 12px; }
.dialog-body p { font-size: 17px; line-height: 1.8; }

@media (max-width: 1040px) {
  .journey, .editorial-list { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: 220px 1fr; gap: 56px; }
  .feature-body, .feature-type { padding: 36px; }
  .event-row { grid-template-columns: 56px 1fr; }
  .event-row .text-link { grid-column: 2; justify-self: start; }
}
@media (max-width: 860px) {
  .statusbar .status-right { display: none; }
  .section-head { display: block; }
  .section-head h2 { margin-bottom: 18px; }
  .journey, .editorial-list, .metrics, .timeline { grid-template-columns: 1fr; }
  .journey-note { flex-direction: column; gap: 10px; }
  .feature-banner { grid-template-columns: 1fr; }
  .feature-type { min-height: 240px; padding: 30px; }
  .type-mark { font-size: 280px; bottom: -76px; }
  .feature-body { padding: 30px; }
  .article-grid { grid-template-columns: 1fr; gap: 24px; }
  .org-list li { grid-template-columns: 1fr; gap: 6px; }
  .welcome-panel { padding: 28px 22px 20px; }
  .welcome-panel h2 { font-size: 28px; }
  table { min-width: 560px; font-size: 13px; }
  .dialog-body { padding: 26px 22px; }
  .dialog-top { padding: 12px 20px; }
}
.sr-only{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.sr-only{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.values-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:860px){.values-3{grid-template-columns:1fr}}
