:root {
  --navy-950: #0b2f42;
  --navy-900: #0f4761;
  --navy-800: #155a78;
  --green-700: #2f7706;
  --green-600: #348303;
  --green-500: #65a83b;
  --green-300: #a9d18e;
  --green-100: #eaf5e4;
  --green-50: #f5faf2;
  --ink-900: #173142;
  --ink-700: #405b6a;
  --ink-500: #576f7c;
  --sand-100: #f4f1ea;
  --sand-50: #faf9f5;
  --line: #d9e3e6;
  --white: #ffffff;
  --amber-700: #9a5b00;
  --amber-100: #fff2d9;
  --blue-100: #e7f2f7;
  --shadow-sm: 0 1px 2px rgba(11, 47, 66, 0.06);
  --shadow-md: 0 10px 28px rgba(11, 47, 66, 0.09);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand-50);
  color: var(--ink-700);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-900); }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--green-700);
  border-radius: 4px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--navy-950);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 40px), var(--content)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 47, 66, 0.97);
  color: var(--white);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}
.brand:hover { color: var(--white); }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--green-300);
  border-radius: 50%;
  color: var(--green-300);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 14px; letter-spacing: 0.01em; }
.brand-copy span {
  margin-top: 4px;
  color: #a9bfca;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.primary-nav::-webkit-scrollbar { display: none; }
.primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  color: #c7d5dc;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(169, 209, 142, 0.18), transparent 29%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
  color: var(--white);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% -115px 42%;
  height: 220px;
  border: 1px solid rgba(169, 209, 142, 0.22);
  border-radius: 50%;
  transform: rotate(-8deg);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0 66px;
}
.hero-compact .hero-grid {
  min-height: 330px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  padding: 56px 0 52px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: var(--green-300);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, h4 { margin-top: 0; color: var(--ink-900); line-height: 1.18; }
h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.5rem, 5.2vw, 4.6rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  max-width: 900px;
}
.hero-compact h1 { font-size: clamp(2.3rem, 4.4vw, 3.55rem); }
.hero-lede {
  max-width: 750px;
  margin: 0;
  color: #d4e0e5;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.58;
}
.hero-note {
  align-self: center;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius-md);
  border-left: 3px solid var(--green-300);
  background: rgba(255, 255, 255, 0.055);
}
.hero-note .label {
  margin-bottom: 10px;
  color: var(--green-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-note p { margin: 0; color: var(--white); font-size: 18px; font-weight: 680; line-height: 1.45; }
.statement-band { background: var(--green-600); color: var(--white); }
.statement-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 23px 0;
}
.statement-label {
  color: #dff0d5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.statement-text {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 2.3vw, 1.5rem);
  font-weight: 760;
  line-height: 1.35;
  text-align: right;
}

.section { padding: 72px 0; }
.section-tight { padding: 60px 0; }
.section-tint { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.section-dark { background: var(--navy-950); color: #c9d8df; }
.section-dark h2, .section-dark h3, .section-dark strong { color: var(--white); }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section-kicker {
  margin-bottom: 10px;
  color: var(--green-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.section-dark .section-kicker { color: var(--green-300); }
.section h2 { margin-bottom: 12px; font-size: clamp(1.85rem, 3.5vw, 2.65rem); letter-spacing: -0.035em; }
.section-head p { margin: 0; font-size: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.story-card {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  color: inherit;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.story-card:hover { transform: translateY(-3px); border-color: var(--green-300); color: inherit; box-shadow: var(--shadow-md); }
.story-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 12px;
  font-weight: 850;
}
.story-card h3 { margin-bottom: 9px; font-size: 22px; letter-spacing: -0.02em; }
.story-card p { margin: 0 0 24px; }
.story-link { margin-top: auto; color: var(--green-700); font-size: 13px; font-weight: 800; }

.foundation-diagram { display: grid; gap: 12px; max-width: 980px; margin: 42px auto 0; }
.diagram-layer { display: grid; grid-template-columns: 190px 1fr; gap: 18px; align-items: stretch; }
.diagram-label {
  display: flex;
  align-items: center;
  color: var(--ink-500);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.diagram-content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.diagram-content span, .diagram-foundation {
  display: grid;
  min-height: 84px;
  place-items: center;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink-900);
  font-size: 14px;
  font-weight: 750;
  text-align: center;
}
.diagram-foundation {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-height: 112px;
  border-color: var(--navy-800);
  background: var(--navy-900);
  color: var(--white);
}
.diagram-foundation span {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #d8e4e9;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.diagram-steward {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--green-100);
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.support-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  text-decoration: none;
}
.support-card:hover { border-color: var(--green-300); color: inherit; }
.support-card .tag {
  margin-bottom: 24px;
  color: var(--green-300);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.support-card h3 { margin-bottom: 8px; color: var(--white); font-size: 19px; }
.support-card p { margin: 0 0 20px; color: #bdcfd7; font-size: 14px; }
.support-card .arrow { margin-top: auto; color: var(--green-300); font-weight: 800; }

.breadcrumb { padding: 22px 0 0; background: var(--navy-950); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li, .breadcrumb a { color: #a9bfca; font-size: 12px; font-weight: 650; }
.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #6f8b98; }
.breadcrumb [aria-current="page"] { color: var(--white); }
.prose { max-width: 790px; }
.prose > p, .prose li { font-size: 17px; }
.prose h2 { margin-top: 54px; }
.prose h3 { margin-top: 34px; font-size: 22px; }
.prose strong { color: var(--ink-900); }
.lead-card, .callout {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}
.lead-card { margin-bottom: 28px; border-left: 5px solid var(--green-600); }
.lead-card .label, .callout .label {
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lead-card p, .callout p { margin: 0; color: var(--ink-900); font-size: 19px; font-weight: 650; }
.callout-amber { border-color: #efd7aa; background: var(--amber-100); }
.callout-amber .label { color: var(--amber-700); }
.executive-section .section-head { max-width: 700px; }
.direction-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--line);
}
.direction-item {
  padding: 28px 32px 30px 0;
}
.direction-item + .direction-item {
  padding-left: 32px;
  border-left: 1px solid var(--line);
}
.direction-label {
  margin-bottom: 12px;
  color: var(--green-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.direction-item p {
  margin: 0;
  color: var(--ink-900);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  font-weight: 650;
  line-height: 1.5;
}
.outcome-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.outcome-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid var(--line);
}
.outcome-item:nth-child(odd) { padding-right: 32px; }
.outcome-item:nth-child(even) { padding-left: 32px; border-left: 1px solid var(--line); }
.outcome-item > span {
  color: var(--green-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.outcome-item h3 { margin-bottom: 5px; font-size: 18px; }
.outcome-item p { margin: 0; font-size: 14px; }
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}
.trust-strip > article { min-height: 116px; padding: 22px; }
.trust-strip > article + article { border-left: 1px solid var(--line); }
.trust-strip h3, .trust-strip span { display: block; }
.trust-strip h3 { margin-bottom: 7px; color: var(--ink-900); font-size: 14px; }
.trust-strip span { color: var(--ink-500); font-size: 13px; line-height: 1.45; }
.responsibility-map-simple { margin-top: 0; }
.ownership-note {
  max-width: 900px;
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink-500);
  font-size: 14px;
}
.strategy-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--line);
}
.strategy-group { padding: 26px 28px 28px 0; }
.strategy-group + .strategy-group { padding-left: 28px; border-left: 1px solid var(--line); }
.strategy-group > span { display: block; margin-bottom: 18px; color: var(--green-700); font-size: 11px; font-weight: 850; }
.strategy-group h3 { margin-bottom: 8px; font-size: 18px; }
.strategy-group p { margin: 0; font-size: 14px; }
.statement-band-compact .statement-inner { min-height: 88px; padding-top: 18px; padding-bottom: 18px; }
.executive-summary { border-bottom: 1px solid var(--line); background: var(--white); }
.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--line);
}
.snapshot-grid article { padding: 22px 26px 24px 0; }
.snapshot-grid article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.snapshot-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.snapshot-grid p { margin: 0; color: var(--ink-900); font-size: 15px; font-weight: 650; line-height: 1.5; }
.portfolio-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--line);
}
.portfolio-list article { min-height: 144px; padding: 22px 20px 22px 0; }
.portfolio-list article + article { padding-left: 20px; border-left: 1px solid var(--line); }
.portfolio-list span {
  display: block;
  margin-bottom: 20px;
  color: var(--ink-500);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.portfolio-list h3 { margin-bottom: 7px; font-size: 16px; }
.portfolio-list p { margin: 0; color: var(--green-700); font-size: 12px; font-weight: 800; }
.roadmap-qualifier { margin: 18px 0 0; color: var(--ink-500); font-size: 13px; }
.empty-state {
  min-height: 96px;
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--ink-900);
  border-bottom: 1px solid var(--line);
}
.empty-state p { margin: 0; color: var(--ink-500); font-size: 14px; }
.pillar-grid, .metric-grid, .ownership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.evidence-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pillar, .metric, .ownership-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}
.pillar h3, .metric h3, .ownership-card h3 { margin-bottom: 7px; font-size: 17px; }
.pillar p, .metric p, .ownership-card p { margin: 0; font-size: 14px; }
.pillar-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 10px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 13px;
  font-weight: 850;
}
.objective { padding: 34px; border-radius: var(--radius-lg); background: var(--navy-900); color: #d6e2e7; }
.objective .label { color: var(--green-300); font-size: 11px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.objective h2 { max-width: 900px; margin: 12px 0 0; color: var(--white); font-size: clamp(1.7rem, 3vw, 2.55rem); }
.kr-list { display: grid; gap: 12px; margin-top: 24px; }
.kr-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}
.kr-code {
  width: 58px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-700);
  font-size: 12px;
  font-weight: 850;
}
.kr-item h3 { margin: 2px 0 6px; font-size: 18px; }
.kr-item p { margin: 0; font-size: 15px; }
.definition { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink-500); font-size: 13px; }

.flow-line { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.flow-line.flow-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.flow-line.flow-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flow-step {
  position: relative;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--ink-900);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.flow-step:not(:last-child)::after {
  content: "→" / "";
  position: absolute;
  right: -15px;
  z-index: 2;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-600);
  color: var(--white);
  font-size: 12px;
}
.flow-step small { display: block; margin-top: 7px; color: var(--ink-500); font-size: 11px; font-weight: 650; line-height: 1.4; }
.flow-step strong { display: block; color: var(--ink-900); }
.roadmap {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
}
.roadmap-row { display: grid; grid-template-columns: 210px 1fr; border-bottom: 1px solid var(--line); }
.roadmap-row:last-child { border-bottom: 0; }
.roadmap-time { padding: 26px; background: var(--navy-950); color: var(--white); }
.roadmap-time h3 { margin-bottom: 7px; color: var(--green-300); font-size: 10px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.roadmap-time strong { font-size: 17px; }
.roadmap-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding: 26px 30px; }
.roadmap-content h4 { margin-bottom: 8px; font-size: 16px; }
.roadmap-content ul { margin: 0; padding-left: 19px; font-size: 14px; }
.work-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}
.work-card + .work-card { margin-top: 12px; }
.work-card h3 { margin-bottom: 7px; font-size: 18px; }
.work-card p { margin: 0; font-size: 14px; }
.work-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--green-600);
  border-radius: 999px;
  color: var(--green-700);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.button-link:hover { background: var(--green-100); color: var(--green-700); }
.button-link.primary { background: var(--green-600); color: var(--white); }
.button-link.primary:hover { background: var(--green-700); color: var(--white); }
.responsibility-map { display: grid; grid-template-columns: 1fr 130px 1fr; gap: 16px; align-items: stretch; margin-top: 34px; }
.responsibility-column { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.responsibility-column h3 { margin-bottom: 16px; font-size: 20px; }
.responsibility-column ul { margin: 0; padding-left: 20px; }
.responsibility-column li + li { margin-top: 8px; }
.responsibility-bridge {
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--green-100);
  color: var(--green-700);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}
.page-next { border-top: 1px solid var(--line); background: var(--white); }
.page-next-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 0; }
.page-next span { display: block; color: var(--ink-500); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.page-next strong { color: var(--ink-900); font-size: 18px; }
.page-next a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; text-decoration: none; }
.site-footer { padding: 40px 0; background: #082636; color: #9fb4bf; font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner a { color: #c6d5dc; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }

@media (max-width: 900px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: 12px; padding: 14px 0; }
  .primary-nav { width: 100%; padding-bottom: 2px; }
  .hero-grid, .hero-compact .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding: 68px 0 58px; }
  .hero-note { max-width: 560px; }
  .diagram-layer { grid-template-columns: 1fr; gap: 8px; }
  .support-grid, .pillar-grid, .metric-grid, .ownership-grid, .evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-line { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 8px; }
  .flow-line.flow-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flow-line.flow-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-line:not(.flow-three):not(.flow-four) .flow-step:nth-child(3)::after { display: none; }
  .flow-four .flow-step:nth-child(2)::after { display: none; }
  .flow-four .flow-step:nth-child(3)::after { display: grid; }
  .responsibility-map { grid-template-columns: 1fr; }
  .responsibility-bridge { min-height: 70px; }
  .portfolio-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .portfolio-list article:nth-child(4) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .portfolio-list article:nth-child(5) { border-top: 1px solid var(--line); }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip > article + article { border-left: 0; }
  .trust-strip > article:nth-child(even) { border-left: 1px solid var(--line); }
  .trust-strip > article:nth-child(n + 3) { border-top: 1px solid var(--line); }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--content)); }
  .section { padding: 64px 0; }
  .statement-inner, .page-next-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .statement-text { text-align: left; }
  .card-grid, .support-grid, .pillar-grid, .metric-grid, .ownership-grid, .diagram-content, .diagram-foundation, .roadmap-content { grid-template-columns: 1fr; }
  .story-card { min-height: 0; }
  .kr-item, .roadmap-row, .work-card { grid-template-columns: 1fr; }
  .flow-line, .flow-line.flow-three, .flow-line.flow-four { grid-template-columns: 1fr; }
  .flow-line .flow-step:not(:last-child)::after { display: grid; }
  .flow-step:not(:last-child)::after { right: auto; bottom: -20px; transform: rotate(90deg); }
  .work-links { justify-content: flex-start; }
  .direction-grid, .outcome-list, .strategy-groups, .trust-strip, .snapshot-grid, .portfolio-list { grid-template-columns: 1fr; }
  .direction-item, .direction-item + .direction-item, .outcome-item, .outcome-item:nth-child(odd), .outcome-item:nth-child(even), .strategy-group, .strategy-group + .strategy-group { padding: 22px 0; border-left: 0; }
  .snapshot-grid article, .snapshot-grid article + article, .portfolio-list article, .portfolio-list article + article, .portfolio-list article:nth-child(4), .portfolio-list article:nth-child(5) { min-height: 0; padding: 20px 0; border-left: 0; }
  .snapshot-grid article + article, .portfolio-list article + article { border-top: 1px solid var(--line); }
  .portfolio-list span { margin-bottom: 8px; }
  .trust-strip > article:nth-child(even) { border-left: 0; }
  .trust-strip > article + article { border-top: 1px solid var(--line); }
  .primary-nav { flex-wrap: wrap; overflow-x: visible; }
  .primary-nav a { padding-right: 10px; padding-left: 10px; }
}
@media (max-width: 780px) and (min-width: 641px) {
  .roadmap-row { grid-template-columns: 1fr; }
  .roadmap-content { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  .site-header, .breadcrumb, .page-next, .site-footer { display: none; }
  body { background: var(--white); }
  .section { padding: 32px 0; }
  .story-card, .pillar, .metric, .ownership-card, .kr-item, .work-card { break-inside: avoid; box-shadow: none; }
}
