:root {
  --orange: #E85D04;
  --orange-light: #FFF5EE;
  --navy: #0F2045;
  --navy-light: #1A3057;
  --cream: #FAF7F2;
  --stone: #4A4A4A;
  --rule: #D9D3C8;
  --outcome-people: #C44A03;
  --outcome-communities: #E85D04;
  --outcome-future: #0F2045;
  --ink: #222222;
  --max-reading-width: 680px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

.mobile-nav-toggle {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 12px;
  right: 12px;
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 0.5rem 0.8rem;
  font-weight: 700;
}

.dossier-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dossier-nav ul {
  margin: 0;
  padding: 0.7rem 1rem;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.dossier-nav a {
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.25rem 0.45rem;
  font-size: 0.8rem;
  font-family: "JetBrains Mono", monospace;
}

.dossier-nav a.active { background: var(--orange); border-color: var(--orange); }

.dossier-cover {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 10% 90%;
}

.cover-band { background: var(--orange); }
.cover-content {
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 8vw;
}

.cover-kicker {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  margin: 0;
}

.cover-content h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  margin: 0.8rem 0 1rem;
}

.cover-tag { margin: 0.25rem 0; font-size: 1.2rem; max-width: 52ch; }
.cover-author { color: #b8c7f0; margin-top: 1.5rem; }

.download-pdf-btn {
  margin-top: 1rem;
  align-self: flex-start;
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 0.8rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.dossier-main { padding: 2.5rem 1rem 7rem; }
.dossier-section, .dossier-epigraph {
  max-width: var(--max-reading-width);
  margin: 0 auto 2.3rem;
}

.dossier-epigraph {
  border-left: 4px solid var(--orange);
  background: var(--orange-light);
  padding: 1rem 1rem;
  font-weight: 600;
}

h2, h3, h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.2;
}
h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.7rem; color: var(--navy); }

.outcome-cards { display: grid; gap: 0.7rem; }
.outcome-card { color: #fff; padding: 1rem; }
.outcome-people { background: var(--outcome-people); }
.outcome-communities { background: var(--outcome-communities); }
.outcome-future { background: var(--outcome-future); }

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--rule);
  background: #fff;
}
th, td { padding: 0.65rem; border-bottom: 1px solid var(--rule); text-align: left; }
td:first-child { background: var(--orange-light); font-weight: 700; width: 4rem; color: var(--orange); }

.outcome-tag {
  display: inline-block;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}
.outcome-tag.people { background: var(--outcome-people); }
.outcome-tag.communities { background: var(--outcome-communities); }
.outcome-tag.future { background: var(--outcome-future); }

.promise {
  background: #fff;
  border: 1px solid var(--rule);
  padding: 1rem;
  margin: 1rem 0;
}

.promise-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
}
.promise-letter {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.promise h4 {
  color: var(--navy);
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
}

.promise-pullquote {
  margin: 1rem 0;
  padding: 0.75rem 0.9rem;
  border-left: 4px solid var(--orange);
  background: var(--orange-light);
  font-style: italic;
}

.plain-language {
  background: #fff;
  border: 1px solid var(--rule);
}
.plain-language h4 {
  margin: 0;
  background: var(--orange);
  color: #fff;
  padding: 0.55rem 0.7rem;
}
.plain-language dl { margin: 0; padding: 0.8rem; }
.plain-language dt { font-weight: 700; color: var(--navy); }
.plain-language dd { margin: 0 0 0.9rem; }

.share-row { margin-top: 0.8rem; }
.share-btn {
  border: 1px solid var(--orange);
  background: #fff;
  color: var(--orange);
  padding: 0.45rem 0.65rem;
  font-weight: 600;
  cursor: pointer;
}

.hierarchy-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 1.2rem 0;
}
.tier {
  width: 100%;
  max-width: 640px;
  border: 1px solid var(--navy);
  background: #fff;
  padding: 0.55rem;
  text-align: center;
  font-weight: 600;
}
.tier:nth-of-type(1) { max-width: 320px; }
.tier:nth-of-type(3) { max-width: 380px; }
.tier:nth-of-type(5) { max-width: 460px; }
.tier:nth-of-type(7) { max-width: 560px; }
.tier:nth-of-type(9) { max-width: 640px; }
.arrow { color: var(--orange); font-size: 1.1rem; }

.download-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
}

.dossier-share-section {
  max-width: var(--max-reading-width);
  margin: 0 auto 5rem;
  padding: 0 1rem;
}

.dossier-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border-top: 3px solid var(--orange);
  border-bottom: 1px solid rgba(232, 93, 4, 0.25);
}

.dossier-social-label {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--navy);
}

.dossier-social-buttons {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dossier-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.85rem;
  background: transparent;
  border: 1px solid rgba(15, 32, 69, 0.22);
  border-radius: 999px;
  color: var(--navy);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.dossier-social-btn:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  transform: translateY(-1px);
}

.dossier-footer {
  background: var(--navy);
  color: #fff;
  padding: 1.2rem 1rem 2.5rem;
  text-align: center;
}
.dossier-footer a { color: #ffd8c1; }
.section-end { font-weight: 700; color: var(--navy); }

@media (max-width: 767px) {
  .mobile-nav-toggle { display: block; }
  .dossier-nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .dossier-nav.open { max-height: 60vh; }
  .dossier-cover { grid-template-columns: 100%; min-height: auto; }
  .cover-band { display: none; }
  .cover-content { padding: 5.5rem 1rem 3rem; }
  .download-cta { left: 0; right: 0; bottom: 0; }
  .download-cta .download-pdf-btn { width: 100%; border-radius: 0; margin-top: 0; }
  .dossier-social-share { flex-direction: column; align-items: stretch; }
  .dossier-social-buttons { justify-content: center; }
}

@media print {
  .dossier-nav, .download-cta, .dossier-share-section, .mobile-nav-toggle { display: none !important; }
  body { background: #fff; }
  .promise, .plain-language { border-color: #ddd; }
}
