/* PRCCDC: the competition identity leads; the console is an optional example. */
:root {
  --navy: #002a43;
  --lime: #9ccb3b;
  --paper: #f5f7f2;
  --white: #fff;
  --ink: #18313e;
  --muted: #506572;
  --line: #cbd5d4;
  --mist: #e8efec;
  --red: #b53230;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 1rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--navy);
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button {
  font: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
p,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  color: var(--navy);
  line-height: 1.2;
}
h1 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
h3 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}
p {
  max-width: 72ch;
}
p + p {
  margin-top: 1rem;
}
address {
  font-style: normal;
}
section[id],
main,
details {
  scroll-margin-top: 1.5rem;
}
:focus-visible {
  outline: 3px solid #087e96;
  outline-offset: 5px;
}
::selection {
  color: var(--navy);
  background: var(--lime);
}
.shell {
  width: min(1220px, calc(100% - 80px));
  margin-inline: auto;
}
.shell > *,
.site-header > *,
.footer-grid > * {
  min-width: 0;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  transform: translateY(-180%);
  background: var(--navy);
  color: var(--white);
  padding: 0.75rem 1rem;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 104px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: block;
  width: 172px;
  padding: 9px 12px;
  background: var(--navy);
  border-radius: 3px;
  flex-shrink: 0;
}
.brand img {
  width: 100%;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-nav a {
  display: block;
  padding: 0.6rem 0;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
}
.site-nav a[aria-current] {
  text-decoration: underline;
  text-decoration-color: var(--navy);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
}
.site-nav a:hover {
  text-decoration: underline;
}
.site-nav .event-nav {
  padding: 0.6rem 1rem;
  border: 1px solid var(--navy);
  border-radius: 3px;
}
.nav-toggle {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.65rem 1.15rem;
  border: 1px solid var(--navy);
  border-radius: 3px;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
.button:hover {
  background: var(--mist);
  text-decoration: underline;
}
.button--lime {
  background: var(--lime);
  border-color: var(--lime);
}
.button--lime:hover {
  background: #b3db63;
}
.button--navy {
  background: var(--navy);
  color: var(--white);
}
.button--navy:hover {
  background: #0d425e;
}
.text-link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 650;
}
.button-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.context-label {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 600;
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(330px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-block: 3.6rem;
}
.identity h1 {
  margin-top: 1.1rem;
  max-width: 14ch;
  font-size: clamp(2.8rem, 4.8vw, 4.25rem);
  line-height: 1.035;
  text-wrap: balance;
}
.hero-explanation {
  max-width: 49ch;
  margin-top: 1.6rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--muted);
}
.event-summary {
  padding: 1.85rem 2rem;
  background: var(--navy);
  color: var(--white);
  border-top: 5px solid var(--lime);
  border-radius: 4px;
}
.event-label {
  color: #cbdfeb;
  font-size: 0.875rem;
  font-weight: 600;
}
.event-date {
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.event-summary address {
  margin-block: 1rem 1.3rem;
  line-height: 1.55;
}
.event-summary .registration-note {
  border-top: 1px solid #456476;
  padding-top: 1rem;
  margin-top: 1.35rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #d0dfe6;
}
.event-summary :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--lime);
}
.pathways-band {
  background: var(--white);
  border-block: 1px solid var(--line);
}
.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 1.65rem;
}
.pathway-grid article {
  padding-inline: 1.75rem;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pathway-grid article:first-child {
  border: 0;
  padding-left: 0;
}
.pathway-grid article:last-child {
  padding-right: 0;
}
.pathway-grid h2 {
  font-size: 1.2rem;
}
.pathway-grid p {
  font-size: 0.9375rem;
  margin-top: 0.65rem;
  margin-bottom: 0.85rem;
  color: var(--muted);
}
.pathway-grid a {
  margin-top: auto;
}
.section {
  padding-block: 3.5rem;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 2rem;
}
.section-heading > p {
  color: var(--muted);
}
.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 3rem;
}
.schedule {
  padding: 0;
  margin: 0;
  list-style: none;
}
.schedule li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}
.schedule li:last-child {
  border-bottom: 1px solid var(--line);
}
.schedule time strong {
  display: block;
  color: var(--navy);
  font-size: 1.15rem;
}
.schedule time span {
  color: var(--muted);
  font-size: 0.875rem;
}
.schedule p {
  color: var(--muted);
  margin-top: 0.4rem;
  font-size: 0.9375rem;
}
.venue-panel {
  padding: 1.5rem 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.venue-panel img {
  width: 190px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 1.25rem;
}
.venue-panel address {
  margin-bottom: 1rem;
}
.eligibility {
  display: grid;
  grid-template-columns: 0.75fr 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--mist);
  border-radius: 3px;
}
.eligibility h3 {
  font-size: 1rem;
}
.eligibility p {
  font-size: 0.875rem;
}
.eligibility a {
  justify-self: end;
}
.source-note {
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.how-section,
.people-section {
  background: var(--navy);
  color: #d7e2e6;
}
.how-section h2,
.how-section h3,
.people-section h2,
.people-section h3 {
  color: var(--white);
}
.how-section .section-heading p,
.people-section .section-heading p {
  color: #c6d8e2;
}
.overview-copy {
  max-width: 75ch;
  margin-bottom: 2rem;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
}
.skills-grid h3 {
  padding-top: 1rem;
  border-top: 3px solid var(--lime);
}
.skills-grid p {
  margin-top: 0.85rem;
  font-size: 0.9375rem;
}
.pressure-note {
  margin-top: 2rem;
  color: #c6d8e2;
  font-size: 0.9375rem;
  max-width: 95ch;
}
.scenario-demo {
  margin-top: 2rem;
  border: 1px solid #688290;
  border-radius: 3px;
}
.scenario-demo > summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--white);
}
.scenario-demo > summary span {
  display: block;
  color: #c6d8e2;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.2rem;
}
.how-section :focus-visible,
.people-section :focus-visible {
  outline-color: var(--lime);
}
.regional-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
}
.regional-copy > p {
  margin-top: 1rem;
  color: var(--muted);
}
.region-figure {
  align-self: center;
  padding: 1rem;
}
.region-figure img {
  width: 100%;
}
.region-figure figcaption {
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.5rem;
}
.result-story {
  border-top: 1px solid var(--line);
  margin-top: 1.8rem;
  padding-top: 1.5rem;
}
.result-story h3 {
  margin-top: 0.5rem;
}
.result-story p {
  font-size: 0.9375rem;
  margin-top: 0.75rem;
}
.result-story .context-label {
  margin: 0;
  font-size: 0.8125rem;
}
.result-headline {
  font-weight: 700;
}
.result-facts {
  display: flex;
  gap: 2.5rem;
  margin-block: 1rem;
}
.result-facts dt {
  font-size: 0.8125rem;
  color: var(--muted);
}
.result-facts dd {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
  font-weight: 700;
}
.history-preview {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}
.history-preview strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--navy);
  margin-bottom: 0.6rem;
}
.sponsor-section {
  background: var(--white);
  border-block: 1px solid var(--line);
}
.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-block: 1.75rem;
}
.sponsor {
  display: grid;
  place-items: center;
  width: 240px;
  min-height: 104px;
  padding: 1.25rem 1.75rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}
.sponsor img {
  max-width: 100%;
  max-height: 55px;
  object-fit: contain;
}
.site-footer {
  background: var(--navy);
  color: #cbdce6;
  padding-block: 2.75rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  font-size: 0.875rem;
}
.footer-logo {
  width: 142px;
  margin-bottom: 1rem;
}
.footer-name {
  max-width: 34ch;
  color: var(--white);
  font-weight: 600;
}
.footer-grid p + p {
  margin-top: 0.5rem;
}
.footer-heading {
  font-weight: 700;
  color: var(--white);
}
.footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
}
.site-footer a {
  color: var(--white);
}
.footer-grid > div:last-child > a {
  display: inline-block;
  margin-top: 0.9rem;
}
.inner-hero {
  padding-block: 3.25rem 2.5rem;
  border-bottom: 1px solid var(--line);
}
.inner-hero h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  margin-top: 1rem;
}
.page-intro {
  max-width: 70ch;
  font-size: 1.125rem;
  color: var(--muted);
  margin-top: 1rem;
}
.about-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.about-overview p {
  margin-block: 1rem;
}
.role-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 3rem;
}
.role-list article {
  padding-top: 1.1rem;
  border-top: 1px solid #688290;
}
.role-list p {
  margin-top: 0.75rem;
}
.people-section .source-note,
.people-section a {
  color: #c6d8e2;
}
.page-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.page-cta p {
  margin-top: 0.75rem;
}
.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 4rem;
}
.support-copy > p {
  margin-top: 1rem;
}
.support-copy .button-group {
  margin-top: 1.5rem;
}
.next-event {
  padding: 1.75rem;
  background: var(--mist);
  border-radius: 4px;
}
.next-event h2 {
  font-size: 1.2rem;
}
.next-event-date {
  font-weight: 700;
  margin-block: 0.75rem;
}
.next-event a {
  margin-top: 1rem;
}
.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}
.benefit-list p {
  margin-top: 0.75rem;
}
.history-section {
  padding-top: 2rem;
}
.archive-note {
  color: var(--muted);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.timeline {
  max-width: 1000px;
}
.timeline-entry {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 2rem;
  padding-block: 1.75rem;
  border-top: 1px solid var(--line);
}
.timeline-year {
  color: var(--navy);
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.timeline-entry h2 {
  font-size: 1.35rem;
}
.timeline-entry p:not(.timeline-year) {
  margin-top: 0.75rem;
}
.timeline-source {
  display: inline-block;
  font-size: 0.8125rem;
  margin-top: 0.75rem;
}

/* Fictional scenario: scoped to its own surface, without inherited concept styles. */
.ops-preview {
  color: var(--ink);
  background: var(--white);
}
.ops-accent {
  display: none;
}
.ops-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2rem;
  padding: 1.25rem;
}
.ops-preview h3,
.ops-preview h4 {
  color: var(--navy);
}
.ops-titleline h3 {
  font-size: 1.25rem;
}
.ops-titleline > span {
  font-size: 0.8125rem;
  color: var(--muted);
}
.ops-disclosure {
  font-size: 0.8125rem;
  max-width: 48ch;
  color: var(--muted);
}
.phase-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}
.phase-button {
  min-height: 70px;
  padding: 0.75rem 1rem;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--navy);
  background: var(--paper);
  text-align: left;
}
.phase-button:last-child {
  border-right: 0;
}
.phase-button small {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.2rem;
}
.phase-button strong {
  font-size: 1rem;
}
.phase-button[aria-pressed="true"] {
  background: var(--lime);
  box-shadow: inset 0 -3px 0 var(--navy);
}
.phase-button:hover {
  background: var(--mist);
}
.ops-preview :focus-visible {
  outline-color: #087e96;
  outline-offset: -3px;
}
.ops-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr;
}
.ops-panel,
.console-panel {
  min-width: 0;
  padding: 1.25rem;
}
.ops-panel {
  border-right: 1px solid var(--line);
}
.panel-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.panel-head h4 {
  font-size: 0.875rem;
}
.panel-head > span {
  font-size: 0.75rem;
  color: var(--muted);
}
.service-list,
.incident-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
}
.status-marker {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #64851f;
}
.status-marker[data-status="degraded"],
.status-marker[data-status="isolated"] {
  background: var(--red);
}
.status-marker[data-status="reviewing"],
.status-marker[data-status="documenting"] {
  background: #087e96;
}
.status-marker[data-status="contained"],
.status-marker[data-status="recovering"] {
  background: #2365a8;
}
.service-name {
  font-size: 0.875rem;
  font-weight: 650;
}
.service-status {
  font-size: 0.75rem;
  color: var(--muted);
}
.incident-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.65rem;
  padding-block: 0.65rem;
}
.incident-time {
  font: 0.75rem/1.5 var(--mono);
  color: var(--muted);
}
.incident-copy strong,
.incident-copy span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
}
.incident-copy span {
  color: var(--muted);
  margin-top: 0.25rem;
}
.console-panel {
  background: #122f40;
  color: #dae7ec;
}
.console-panel h4 {
  color: var(--white);
}
.console-panel .panel-head {
  border-color: #59717f;
}
.console-panel .panel-head span {
  color: #c6d8e2;
}
.console-output {
  font: 0.75rem/1.7 var(--mono);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.console-output .prompt {
  color: #b9e46e;
}
.console-output .signal {
  color: #ffada7;
}
.console-output .info {
  color: #7ce2f5;
}
.console-cursor {
  display: none;
}
.phase-summary {
  border-top: 1px solid #59717f;
  padding-top: 1rem;
  margin-top: 1.5rem;
  font-size: 0.8125rem;
}
.phase-summary strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.ops-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.ops-footer p {
  font-size: 0.8125rem;
  color: var(--muted);
}
.advance-button {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--navy);
  border-radius: 3px;
  background: var(--white);
  color: var(--navy);
  font-size: 0.875rem;
  white-space: nowrap;
}
.no-script-note {
  padding: 1.25rem;
}

@media (max-width: 1000px) {
  .shell {
    width: calc(100% - 48px);
  }
  .home-hero {
    gap: 2rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 1fr);
  }
  .identity h1 {
    font-size: clamp(2.5rem, 5.5vw, 3.5rem);
  }
  .event-summary {
    padding: 1.5rem;
  }
  .site-nav ul {
    gap: 1.2rem;
  }
  .section-heading {
    gap: 2rem;
  }
  .skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eligibility {
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
  }
  .eligibility a {
    grid-column: 2;
    justify-self: start;
  }
  .regional-layout {
    gap: 2rem;
  }
  .ops-grid {
    grid-template-columns: 1fr 1fr;
  }
  .console-panel {
    grid-column: 1 / -1;
  }
  .ops-header,
  .ops-footer {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 720px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 86px;
    flex-wrap: wrap;
    gap: 0;
    padding-block: 0.8rem;
  }
  .brand {
    width: 143px;
    padding: 8px 10px;
  }
  .js .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 44px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: transparent;
  }
  .nav-toggle span {
    height: 2px;
    width: 100%;
    background: var(--navy);
  }
  .site-nav {
    width: 100%;
  }
  .js .site-nav {
    display: none;
  }
  .js .site-nav.is-open {
    display: block;
  }
  .site-nav ul {
    padding-top: 1rem;
    gap: 0.5rem 1.25rem;
    flex-wrap: wrap;
  }
  .home-hero {
    grid-template-columns: 1fr;
    padding-block: 1.9rem;
    gap: 1.75rem;
  }
  .identity h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    max-width: 19ch;
    margin-top: 0.75rem;
    text-wrap: initial;
    line-height: 1.08;
  }
  .hero-explanation {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .event-summary {
    padding: 1.25rem;
  }
  .event-date {
    font-size: 1.5rem;
  }
  .event-summary address {
    margin-block: 0.85rem 1rem;
  }
  .event-summary .registration-note {
    padding-top: 0.85rem;
    margin-top: 1rem;
  }
  .pathway-grid {
    grid-template-columns: 1fr;
    padding-block: 0.25rem;
  }
  .pathway-grid article,
  .pathway-grid article:first-child,
  .pathway-grid article:last-child {
    padding: 1.25rem 0;
    border-left: 0;
  }
  .pathway-grid article + article {
    border-top: 1px solid var(--line);
  }
  .pathway-grid p {
    margin-block: 0.5rem 0.75rem;
  }
  .section {
    padding-block: 2.5rem;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .event-layout,
  .regional-layout,
  .about-overview,
  .support-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .schedule li {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 1rem;
    padding-block: 1.1rem;
  }
  .schedule h3 {
    font-size: 1.1rem;
  }
  .venue-panel {
    padding: 1.25rem;
  }
  .eligibility {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 1.25rem;
    margin-top: 1.5rem;
  }
  .eligibility a {
    grid-column: auto;
  }
  .region-figure {
    width: min(420px, 100%);
    margin-inline: auto;
    padding: 0;
  }
  .result-facts {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .sponsor-grid {
    gap: 0.75rem;
  }
  .sponsor {
    width: 100%;
    max-width: 330px;
    min-height: 90px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .inner-hero {
    padding-block: 2rem;
  }
  .inner-hero h1 {
    font-size: 2.5rem;
  }
  .page-intro {
    font-size: 1rem;
  }
  .role-list,
  .benefit-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .timeline-entry {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 1rem;
    padding-block: 1.5rem;
  }
  .timeline-year {
    font-size: 1.5rem;
  }
  .timeline-entry h2 {
    font-size: 1.15rem;
  }
  .phase-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .phase-button {
    border-bottom: 1px solid var(--line);
  }
  .ops-grid {
    grid-template-columns: 1fr;
  }
  .ops-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .ops-header,
  .ops-panel,
  .console-panel,
  .ops-footer {
    padding: 1rem;
  }
}
@media (max-width: 380px) {
  .shell {
    width: calc(100% - 32px);
  }
  .context-label {
    font-size: 0.8125rem;
  }
  .skills-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .timeline-entry {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .event-summary {
    padding: 1.1rem;
  }
}
/* Long editor-authored names and links should expand the layout, never clip it. */
h1,
h2,
h3,
p,
a,
address,
dd {
  overflow-wrap: anywhere;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  body {
    background: white;
  }
  .site-nav,
  .nav-toggle,
  .scenario-demo,
  .skip-link {
    display: none !important;
  }
  .shell {
    width: 100%;
  }
  .section,
  .home-hero,
  .inner-hero {
    padding-block: 1.5rem;
  }
  .how-section,
  .people-section,
  .site-footer,
  .event-summary {
    background: white;
    color: black;
  }
  .how-section *,
  .people-section *,
  .site-footer *,
  .event-summary * {
    color: black !important;
  }
}
