@charset "UTF-8";
.wwa-scope {
  /* === Base Reset: Override inherited Drupal styles === */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6 !important;
  color: #424242 !important;
  text-align: left;
  /* Force inheritance on all descendants */
  /* Scroll offset for anchor links to clear sticky header */
  /* Hide default details marker and site's custom marker */
  /* === End Base Reset === */
  /* Mobile TOC flyout */
  /* Make nav.toc positionable */
  /* Bridge sentence to smooth context shift into author intro */
  /* Root causes list (normal bullets, no paragraph tags inside list items) */
  /* Collapsible pattern cards (default closed) */
  /* Make the left TOC panel scrollable if it exceeds viewport height */
  /* Worldview-sensitive subsection (default collapsed, clearly optional) */
  /* TOC: clear separation for supplemental links */
  /* === HHC: Story + Callout blocks (scoped) === */
  /* If a callout is the first thing under the Safety section, make it a soft intro */
}
.wwa-scope *, .wwa-scope *::before, .wwa-scope *::after {
  font-family: inherit !important;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wwa-scope h1, .wwa-scope h2, .wwa-scope h3, .wwa-scope h4, .wwa-scope h5, .wwa-scope h6 {
  font-family: inherit;
  font-weight: 700;
  color: #424242;
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  border: none;
  outline: none;
}
.wwa-scope :target {
  outline: none;
  border: none;
}
.wwa-scope h1 {
  font-size: 34px;
  line-height: 1.15;
}
.wwa-scope h2 {
  font-size: 24px;
  line-height: 1.25;
}
.wwa-scope h3, .wwa-scope .fake-h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.wwa-scope p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  padding: 0 0.75rem;
}
.wwa-scope section {
  margin-bottom: 30px;
}
.wwa-scope em {
  font-weight: 600;
  padding: 0 0.08em;
  border-radius: 0.2em;
}
.wwa-scope ul, .wwa-scope ol {
  margin: 0.75rem 0 0.75rem 0 !important;
  padding-left: 1.5rem !important;
  padding-inline-start: 1.5rem !important;
  list-style-position: outside !important;
}
.wwa-scope ul {
  list-style: disc !important;
}
.wwa-scope ul ul {
  list-style: circle !important;
}
.wwa-scope ul ul ul {
  list-style: square !important;
}
.wwa-scope ol {
  list-style: decimal !important;
}
.wwa-scope ol ol {
  list-style: lower-alpha !important;
}
.wwa-scope ol ol ol {
  list-style: lower-roman !important;
}
.wwa-scope li {
  margin-bottom: 0.5rem;
  display: list-item !important;
}
.wwa-scope [id] {
  scroll-margin-top: 120px;
}
.wwa-scope summary {
  list-style: none;
}
.wwa-scope summary::-webkit-details-marker {
  display: none;
}
.wwa-scope summary::marker {
  content: "";
}
.wwa-scope summary::before {
  display: none; /* Hide site's chevron */
}
.wwa-scope a {
  color: #1d4ed8;
  text-decoration: none;
}
.wwa-scope a:hover {
  text-decoration: underline;
}
.wwa-scope .layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.wwa-scope .article {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  padding: 1rem 1rem;
  max-width: 90ch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wwa-scope .article > section.full-bleed {
  position: relative;
  padding: 0.25rem 0.25rem; /* content padding */
  z-index: 2;
}
.wwa-scope .article > section.full-bleed::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  right: -1rem;
  background: rgba(162, 182, 209, 0.1);
  z-index: -1;
}
.wwa-scope .toc {
  position: sticky;
  top: 116px; /* 100px header + 16px gap */
  align-self: start;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
  padding: 1rem 1rem;
}
.wwa-scope .toc h2 {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #6b6b6b;
}
.wwa-scope .toc ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.6rem;
}
.wwa-scope .toc li {
  margin-bottom: 0.5rem;
}
.wwa-scope .toc a {
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  color: #424242;
  font-weight: 400;
}
.wwa-scope .toc a.active {
  background: rgba(138, 180, 248, 0.18);
}
.wwa-scope .toc .lvl3 a {
  padding-left: 1.5rem;
  color: #6b6b6b;
}
.wwa-scope .article header h1 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.wwa-scope .kicker {
  background: rgba(138, 180, 248, 0.1);
  border: 1px solid rgba(138, 180, 248, 0.25);
  border-radius: 0.75rem;
  padding: 0.75rem 0;
  color: #6b6b6b;
  margin: 0.75rem 0 1.5rem 0;
}
.wwa-scope .kicker p {
  margin-bottom: 0.5rem;
  line-height: 1.45rem;
}
.wwa-scope .kicker strong {
  color: #424242;
}
.wwa-scope .quicklinks {
  margin-bottom: 0.75rem;
}
.wwa-scope .quicklinks-title {
  font-size: 14px;
  color: #424242;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-weight: 700;
}
.wwa-scope .quicklinks ul {
  margin: 0;
  padding-left: 1.5rem;
}
.wwa-scope .quicklinks li {
  margin-bottom: 0.5rem;
}
.wwa-scope h2 {
  margin-bottom: 1.5rem;
  font-size: 24px;
  line-height: 1.25;
}
.wwa-scope h3 {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 1.3;
}
.wwa-scope p {
  margin-bottom: 0.75rem 0;
}
.wwa-scope ul,
.wwa-scope ol {
  margin: 0.5rem 0 0.75rem 0;
  padding-left: 1.5rem;
}
.wwa-scope li {
  margin-bottom: 1.5rem 0;
}
.wwa-scope .section-opener {
  color: #6b6b6b;
  margin-top: 0.5rem;
  font-style: italic;
}
.wwa-scope .content-notice {
  color: #6b6b6b;
  margin-top: 0.75rem;
}
.wwa-scope .backtotop {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 12px;
  color: #6b6b6b;
}
.wwa-scope .backtotop:hover {
  color: #424242;
}
.wwa-scope details {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  padding: 0.75rem 0.25rem;
  margin: 0.75rem 0;
  background: rgba(255, 255, 255, 0.02);
}
.wwa-scope summary {
  cursor: pointer;
  font-weight: 650;
}
.wwa-scope hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 1.5rem 0;
}
.wwa-scope small.meta {
  color: #6b6b6b;
}
@media print {
  .wwa-scope body {
    font-size: 12px;
    line-height: 1.4;
    background: white;
    color: black;
  }
  .wwa-scope .layout {
    display: block;
    margin: 0;
  }
  .wwa-scope .toc,
.wwa-scope .backtotop,
.wwa-scope .kicker,
.wwa-scope .quicklinks {
    display: none !important;
  }
  .wwa-scope .article {
    padding: 0.75rem 0.25rem;
    border: none;
  }
  .wwa-scope .article header h1 {
    font-size: 24px;
    margin-top: 0;
  }
}
.wwa-scope .mobilebar {
  display: none;
}
.wwa-scope .backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
}
.wwa-scope .toc-toggle,
.wwa-scope .toc-close {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  color: #424242;
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  font-weight: 650;
  cursor: pointer;
}
.wwa-scope .toc-close {
  display: none; /* Hidden on desktop */
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  padding: 0.5rem 0.5rem;
}
.wwa-scope .toc {
  position: sticky;
}
@media (max-width: 800px) {
  .wwa-scope .layout {
    grid-template-columns: 1fr;
    padding: 0.75rem 0.25rem;
  }
  .wwa-scope .article {
    padding: 1rem 0.25rem;
    border-radius: 0.75rem;
  }
  .wwa-scope .toc {
    position: static !important;
  }
  .wwa-scope h1 {
    font-size: 26px;
  }
  .wwa-scope h2 {
    font-size: 19px;
    margin-top: 2rem;
  }
  .wwa-scope h3 {
    font-size: 17px;
    margin-top: 1rem;
  }
  .wwa-scope p {
    font-size: 15px;
    line-height: 1.55;
    padding: 0 0.75rem;
  }
  .wwa-scope li {
    margin: 0.5rem 0;
  }
  .wwa-scope .hhc-story {
    padding: 1rem 0.25rem;
  }
  .wwa-scope .hhc-callout p,
.wwa-scope .hhc-story p {
    padding: 1rem 0.25rem;
  }
}
@media (max-width: 800px) {
  .wwa-scope {
    /* Scroll offset for anchor links to clear sticky mobilebar */
    /* Off-canvas TOC */
  }
  .wwa-scope .mobilebar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    position: fixed;
    top: 1.5rem;
    left: 0;
    width: 100%;
    z-index: 45;
    background: #F6F3EE;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .wwa-scope .layout {
    padding-top: 52px; /* offset for fixed mobilebar */
  }
  .wwa-scope .mobilebar-title {
    color: #6b6b6b;
    font-size: 14px;
  }
  .wwa-scope [id] {
    scroll-margin-top: 60px;
  }
  .wwa-scope .toc {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    width: min(86vw, 360px);
    transform: translateX(-105%);
    transition: transform 200ms ease;
    z-index: 50;
    border-radius: 0;
    padding-top: 3rem; /* space for close button */
    padding-bottom: 1.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .wwa-scope .toc-close {
    display: block;
  }
  .wwa-scope .toc.open {
    transform: translateX(0);
  }
}
.wwa-scope .transition-bridge {
  margin: 1rem 0 0.75rem 0;
  padding: 0.5rem 0.75rem;
  border-left: 4px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.35);
  color: #6b6b6b;
  font-style: italic;
  border-radius: 10px;
}
.wwa-scope .subtopic > p:first-of-type {
  margin-top: 0.75rem;
}
.wwa-scope .subtopic > p:last-of-type {
  margin-bottom: 0.75rem;
}
.wwa-scope .root-causes {
  list-style: disc;
  padding-left: 1.4em;
  margin: 1rem 0 1rem 0;
}
.wwa-scope .root-causes > li {
  margin: 0.75rem 0;
}
.wwa-scope .root-cause-title {
  font-weight: 800;
  color: #424242;
}
.wwa-scope .root-cause-desc {
  margin-top: 0.5rem;
  padding-left: 0.2em;
}
.wwa-scope .root-cause-line {
  margin: 0.5rem 0;
  color: #424242;
}
.wwa-scope details.pattern {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
  margin: 1rem 0;
  overflow: hidden;
}
.wwa-scope details.pattern > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  list-style: none;
  text-align: left;
}
.wwa-scope details.pattern > summary::-webkit-details-marker {
  display: none;
}
.wwa-scope details.pattern > summary::marker {
  content: "";
}
.wwa-scope details.pattern > summary:hover {
  background: rgba(255, 255, 255, 0.55);
}
.wwa-scope details.pattern[open] > summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.55);
}
.wwa-scope details.pattern > summary > h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #424242;
  text-align: left;
  flex: 1;
}
.wwa-scope .pattern-meta {
  font-size: 0; /* Hide text */
  color: #6b6b6b;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.wwa-scope .pattern-meta::after {
  content: "▼";
  font-size: 12px;
  color: #6b6b6b;
  transition: transform 0.2s ease;
}
.wwa-scope details.pattern[open] .pattern-meta::after {
  transform: rotate(180deg);
}
.wwa-scope .pattern-body {
  padding: 0 0.25rem 0.75rem 0.25rem;
}
.wwa-scope .toc {
  max-height: calc(100vh - 116px - 16px); /* viewport minus header minus bottom gap */
  overflow: auto;
  overscroll-behavior: contain;
}
.wwa-scope .worldview-leadin {
  margin: 0.75rem 0;
  padding: 0.5rem 0.75rem;
  border-left: 4px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.35);
  color: #6b6b6b;
  border-radius: 10px;
}
.wwa-scope details.worldview {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0.75rem 0 1rem 0;
  overflow: hidden;
}
.wwa-scope details.worldview > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.75rem;
  cursor: pointer;
  list-style: none;
  text-align: left;
}
.wwa-scope details.worldview > summary::-webkit-details-marker {
  display: none;
}
.wwa-scope details.worldview > summary::marker {
  content: "";
}
.wwa-scope details.worldview > summary:hover {
  background: rgba(255, 255, 255, 0.45);
}
.wwa-scope details.worldview[open] > summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.45);
}
.wwa-scope details.worldview > summary h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #424242;
  text-align: left;
  flex: 1;
}
.wwa-scope .worldview-meta {
  font-size: 0; /* Hide text */
  color: #6b6b6b;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.wwa-scope .worldview-meta::after {
  content: "▼";
  font-size: 12px;
  color: #6b6b6b;
  transition: transform 0.2s ease;
}
.wwa-scope details.worldview[open] .worldview-meta::after {
  transform: rotate(180deg);
}
.wwa-scope .worldview-body {
  padding: 0 0.75rem 0.75rem 0.75rem;
}
.wwa-scope details.worldview > summary > h3 {
  display: inline-block;
}
.wwa-scope .toc-divider {
  margin: 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
}
.wwa-scope .toc-secondary a {
  font-size: 0.95em;
}
.wwa-scope .hhc-callout,
.wwa-scope .hhc-story {
  display: block;
  margin: 1.25rem 0;
  padding: 1rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
}
.wwa-scope .hhc-callout {
  border-left: 4px solid rgba(12, 67, 74, 0.45);
}
.wwa-scope #make-safety-a-priority + .hhc-callout {
  border-left: none; /* removes the grabby cue */
  background: rgba(255, 255, 255, 0.45);
  padding: 0.85rem 1rem;
}
.wwa-scope #make-safety-a-priority + .hhc-callout .hhc-callout-kicker {
  margin-top: 0;
  opacity: 0.85;
}
.wwa-scope .hhc-story {
  border-left: 4px solid rgba(12, 67, 74, 0.3);
  background: rgba(255, 255, 255, 0.45);
}
.wwa-scope .hhc-callout-kicker,
.wwa-scope .hhc-story-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0c434a;
  margin: 0 0 0.5rem 0;
}
.wwa-scope .hhc-callout > *:first-child,
.wwa-scope .hhc-story > *:first-child {
  margin-top: 0;
}
.wwa-scope .hhc-callout > *:last-child,
.wwa-scope .hhc-story > *:last-child {
  margin-bottom: 0;
}
.wwa-scope .hhc-callout ul,
.wwa-scope .hhc-callout ol,
.wwa-scope .hhc-story ul,
.wwa-scope .hhc-story ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wwa-scope .hhc-callout li,
.wwa-scope .hhc-story li {
  margin: 0.2rem 0;
}
.wwa-scope .hhc-narrow {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
.wwa-scope .hhc-surrender-card {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  padding: 0.75rem 0.75rem;
  background: rgba(255, 255, 255, 0.55);
  background: rgba(138, 180, 248, 0.1);
  margin-bottom: 0.75rem;
}
.wwa-scope .hhc-surrender-card p {
  padding: 0 0.75rem;
}
.wwa-scope .hhc-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0c434a;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

/*# sourceMappingURL=wwa-article.css.map */
