/* Writer-focused review refinements */
.hero-format {
  max-width: 49rem;
  margin: -0.6rem 0 1.6rem;
  color: #d9dad5;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 680;
  line-height: 1.38;
}

.hero-frame > img,
.evidence-grid figure > img {
  filter: saturate(0.62) contrast(0.96) brightness(0.9);
}

.evidence-ring-label {
  position: absolute;
  z-index: 4;
  top: 38%;
  left: 7%;
  padding: 0.45rem 0.55rem;
  background: var(--lime);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(0.62rem, 1.25vw, 0.8rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transform: rotate(-3deg);
}

.evidence-square .evidence-ring {
  top: 62%;
  left: 48%;
}

.hero-frame:after {
  background: linear-gradient(180deg, rgba(20, 23, 24, 0.16), transparent 34%, rgba(20, 23, 24, 0.12));
  mix-blend-mode: normal;
}

.participation-notes {
  display: grid;
  gap: 1px;
  margin-top: 2.5rem;
  background: var(--ink);
  border: 3px solid var(--ink);
}

.participation-notes p {
  margin: 0;
  padding: 1.2rem;
  background: var(--paper);
}

.participation-notes strong {
  display: block;
  margin-bottom: 0.3rem;
}

.room-visual {
  min-width: 0;
}

.room-diagram:before {
  content: "WHO CONTRIBUTES / NOT A SEATING PLAN";
}

.diagram-caption {
  margin: 0;
  padding: 1rem;
  color: var(--paper);
  background: var(--ink);
  font-size: 0.82rem;
  line-height: 1.5;
}

.practitioner-one {
  top: 30%;
  left: 4%;
}

.practitioner-two {
  top: 30%;
  right: 4%;
}

.practitioner-three {
  right: 7%;
  bottom: 12%;
}

.diagram-caption strong {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.audience-note {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: #c7c8c3;
  font-size: 0.9rem;
}

.eligibility-copy > p:last-child,
.faq-heading > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
}

.city-cards h3 small {
  display: block;
  margin-top: 0.55rem;
  color: var(--paper);
  letter-spacing: 0.06em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  line-height: 1.2;
}

.city-cards h3 {
  font-size: clamp(3.3rem, 7.3vw, 6.4rem);
}

.next-question {
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--paper);
  background: var(--ink);
  border-left: 10px solid var(--lime);
}

.next-question .eyebrow {
  color: var(--lime);
}

.next-question h3 {
  max-width: 750px;
  margin-bottom: 1rem;
}

.next-question > p:not(.eyebrow) {
  max-width: 700px;
}

.support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.support-tags span {
  padding: 0.65rem 0.75rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--paper);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.64rem;
  font-weight: 900;
}

.support-tags span:nth-child(3n) {
  background: var(--lime);
  border-color: var(--lime);
}

.pool-button {
  width: fit-content;
}

.development-section {
  padding: var(--section) var(--pad);
  color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 32px 32px;
  border-bottom: 3px solid var(--ink);
}

.development-heading {
  max-width: 950px;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.development-heading .eyebrow {
  color: var(--slate);
}

.development-heading h2 {
  max-width: 1050px;
}

.development-heading > p:last-child {
  max-width: 810px;
}

.development-projects {
  display: grid;
  border-top: 3px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.development-projects article {
  min-width: 0;
  min-height: 230px;
  padding: 1.35rem;
  background: #f7f6f1e8;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.development-projects article:nth-child(3n) {
  background: var(--lime);
}

.development-projects span {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.64rem;
  font-weight: 900;
}

.development-projects h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.development-projects .project-credit {
  margin: -0.25rem 0 1rem;
  color: var(--slate);
  letter-spacing: 0.06em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 900;
}

.development-projects article:nth-child(3n) .project-credit {
  color: var(--ink);
}

.development-projects p {
  margin: 0;
  font-size: 0.9rem;
}

.development-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.faq-contact {
  margin: 0;
  padding: 1.2rem;
  background: var(--lime);
  border: 3px solid var(--ink);
  font-weight: 800;
}

.faq-contact a {
  color: inherit;
}

.compact-requirements p {
  margin-bottom: 0;
}

.eoi-summary {
  padding: clamp(1.6rem, 4vw, 3.4rem);
  border-bottom: 3px solid var(--ink);
}

.eoi-summary > p:first-child {
  max-width: 850px;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 760;
  line-height: 1.3;
}

.eoi-summary-detail {
  max-width: 760px;
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
  font-weight: 650;
}

.eoi-primary {
  display: flex;
  width: calc(100% - 4rem);
  min-height: 92px;
  margin: 2rem;
  justify-content: center;
  text-align: center;
  opacity: 1;
  font-size: clamp(0.8rem, 2vw, 1rem);
}

.closing-apply {
  min-height: 68px;
  padding-inline: 1.4rem;
  font-size: 0.78rem;
}

@media (min-width: 720px) {
  .city-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .participation-notes {
    grid-template-columns: repeat(2, 1fr);
  }

  .development-projects {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .site-header nav {
    gap: 0.6rem;
  }

  .site-header nav a {
    font-size: 0.57rem;
  }

  .pool-button {
    grid-column: 2;
  }

  .development-projects {
    grid-template-columns: repeat(3, 1fr);
  }

  .faq-contact {
    grid-column: 2;
  }
}

@media (max-width: 719px) {
  .room-diagram {
    min-height: 500px;
  }

  .person-node {
    min-width: 92px;
  }

  .city-cards h3 {
    font-size: clamp(3.3rem, 15vw, 5rem);
  }

  .development-projects article {
    min-height: 0;
  }

  .development-projects span {
    margin-bottom: 1.3rem;
  }

  .eoi-primary {
    width: calc(100% - 2.5rem);
    min-height: 80px;
    margin: 1.25rem;
  }
}

@media (max-width: 520px) {
  .hero-deck {
    margin-bottom: 1.35rem;
  }

  .hero-format {
    margin-top: 0;
  }

  .room-diagram:before {
    max-width: 70%;
    line-height: 1.35;
  }

  .closing-cta > div {
    width: 100%;
  }

  .closing-apply {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* Annotation pass: clearer hierarchy, process and calls to action */
.hero {
  padding-top: clamp(2.6rem, 5vw, 4.8rem);
}

.hero-status {
  margin: 0 0 0.7rem;
  width: fit-content;
  padding: 0.48rem 0.62rem;
  border: 1px solid var(--lime);
  background: var(--lime);
  color: var(--ink);
  letter-spacing: 0.09em;
  font-size: clamp(0.72rem, 1.3vw, 0.86rem);
  font-weight: 900;
}

.hero-status span {
  color: var(--ink);
}

.hero::after {
  content: "2016 / 2026";
}

.brand-lockup {
  width: auto;
  align-items: center;
  gap: 0.9rem;
}

.brand-lockup .grassroots-logo {
  width: clamp(128px, 17vw, 205px);
  height: auto;
}

.brand-lockup .home-grown-logo {
  width: clamp(104px, 10.5vw, 132px);
  height: auto;
  max-height: 66px;
  object-fit: contain;
  border-left: 1px solid rgba(246, 243, 236, 0.55);
  padding-left: 0.9rem;
}


@media (min-width: 720px) {
  .hero {
    overflow: visible;
  }

  .hero-ruler {
    position: relative;
    z-index: 20;
  }

  .hero-ruler details {
    position: relative;
    align-self: start;
    border-bottom: 0;
  }

  .hero-ruler details:not(:last-child) {
    border-right: 1px solid var(--ink);
  }

  .hero-ruler details[open] .hero-ruler-detail {
    position: absolute;
    z-index: 30;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    box-shadow: 0 4px 0 var(--ink);
  }
}

.hero .kicker {
  margin-bottom: 1rem;
}

.hero h1 {
  line-height: 1;
}

.hero-wordmark {
  width: min(48vw, 520px);
  margin: 0 0 clamp(1.4rem, 3vw, 2.5rem);
}

.hero-program {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  color: var(--paper);
  letter-spacing: -0.07em;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(7rem, 21vw, 16rem);
  line-height: 0.68;
}

.hero-format {
  max-width: 54rem;
  margin: 0 0 1.2rem;
  color: var(--paper);
  letter-spacing: -0.025em;
  font-size: clamp(1.85rem, 4vw, 3.5rem);
  font-weight: 820;
  line-height: 1.05;
}

.hero-detail {
  max-width: 48rem;
  margin: 0;
  color: #d9dad5;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 660;
  line-height: 1.42;
}

.hero-actions {
  margin: clamp(2rem, 4vw, 3rem) 0;
}

.hero-apply {
  min-height: 68px;
  padding-inline: 1.7rem;
  font-size: 0.84rem;
}

.hero-context {
  max-width: 54rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding: 1.25rem 0;
  border-top: 1px solid #f7f6f173;
  border-bottom: 1px solid #f7f6f173;
  display: grid;
  gap: 1.25rem;
}

.hero-context .hero-deck {
  max-width: 38rem;
  margin: 0;
  color: #d9dad5;
  letter-spacing: -0.01em;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 680;
  line-height: 1.4;
}

.hero-context .hero-stream {
  max-width: 42rem;
  margin: 0;
  padding: 0 0 0 1rem;
  border: 0;
  border-left: 5px solid var(--lime);
}

.hero-context .hero-stream strong {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
}

.hero-context .hero-stream span {
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.button {
  border-width: 3px;
  border-color: var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  transition: background-color 0.15s, color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.button:hover,
.button:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--ink);
}

.button:active {
  transform: translate(5px, 5px);
  box-shadow: 1px 1px 0 var(--ink);
}

.button-dark {
  box-shadow: 6px 6px 0 var(--lime);
}

.button-dark:hover,
.button-dark:focus-visible {
  box-shadow: 9px 9px 0 var(--lime);
}

.site-header .nav-cta {
  padding: 0.75rem 0.9rem;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--paper);
}

.site-header .nav-cta:hover,
.site-header .nav-cta:focus-visible {
  color: var(--ink);
  background: var(--paper);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--lime);
}

.jump-nav {
  display: grid;
  gap: 0.9rem;
  overflow: visible;
}

.jump-nav .jump-apply {
  width: 100%;
  min-height: 64px;
  padding: 1rem 1.2rem;
  color: var(--ink);
  background: var(--lime);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
  font-size: 0.82rem;
}

.jump-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.jump-nav .jump-links a,
.jump-nav .jump-links a:last-child {
  display: grid;
  min-height: 50px;
  padding: 0.75rem;
  place-items: center;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  text-align: center;
  white-space: normal;
}

.jump-nav .jump-development {
  grid-column: 1 / -1;
}

.jump-nav a:hover,
.jump-nav a:focus-visible {
  color: var(--paper);
  background: var(--ink);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--lime);
}

.feedback-process {
  padding: clamp(1.1rem, 3vw, 2rem);
  color: var(--paper);
  background-color: var(--ink);
  background-image: linear-gradient(#f7f6f114 1px, transparent 1px), linear-gradient(90deg, #f7f6f114 1px, transparent 1px);
  background-size: 30px 30px;
  border: 3px solid var(--ink);
}

.process-heading {
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 3px solid var(--lime);
  display: grid;
  gap: 0.7rem;
}

.process-heading span,
.feedback-process li > span {
  color: var(--lime);
  letter-spacing: 0.08em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 900;
}

.process-heading strong {
  max-width: 680px;
  color: var(--lime);
  letter-spacing: -0.04em;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.86;
}

.feedback-process ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  list-style: none;
}

.feedback-process li {
  min-width: 0;
  padding: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--paper);
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.8rem;
}

.feedback-process li:nth-child(2n) {
  background: var(--lime);
  border-color: var(--lime);
}

.feedback-process li:nth-child(2n) > span {
  color: var(--ink);
}

.feedback-process li strong {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.74rem;
}

.feedback-process li p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.question-grid p {
  font-size: clamp(0.98rem, 1.4vw, 1.14rem);
  font-weight: 630;
  line-height: 1.5;
}

.city-cards h3 {
  display: grid;
  gap: 0.12em;
  font-size: clamp(3.1rem, 6.4vw, 5.6rem);
  line-height: 0.82;
}

.city-cards h3 span {
  position: static;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.support-tags span,
.support-tags span:nth-child(3n) {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.node-cloud span:nth-child(3n) {
  background: transparent;
}

.node-cloud span:nth-child(2),
.node-cloud span:nth-child(5),
.node-cloud span:nth-child(8) {
  background: var(--lime);
}

@media (max-width: 719px) {
  .node-cloud span:nth-child(8) {
    border-bottom: 1px solid var(--ink);
  }

  .node-cloud span:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }
}

@media (min-width: 720px) {
  .node-cloud span:nth-child(5),
  .node-cloud span:nth-child(8) {
    background: transparent;
  }

  .node-cloud span:nth-child(4),
  .node-cloud span:nth-child(9) {
    background: var(--lime);
  }
}

.development-gallery {
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
  display: grid;
  gap: 1rem;
}

.development-gallery figure {
  min-height: 300px;
  margin: 0;
  background: var(--ink);
  border: 3px solid var(--ink);
  position: relative;
  overflow: hidden;
}

.development-gallery img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.development-gallery figure.development-concert-collage {
  min-height: 500px;
}

.development-collage-images {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1.06fr 0.94fr;
  gap: 6px;
}

.development-gallery figure.development-concert-collage img {
  min-height: 0;
  height: 100%;
  object-position: center;
}

.development-gallery figure:nth-child(3) img {
  object-position: center 25%;
}

.development-gallery figcaption {
  color: var(--paper);
  background: #292d30eb;
  position: absolute;
  inset: auto 0 0;
}

.development-projects article a {
  display: inline-block;
  margin-top: 1rem;
  color: inherit;
  text-underline-offset: 0.25rem;
  font-size: 0.78rem;
  font-weight: 850;
}

.development-gallery figure.development-mackenzie {
  min-height: 0;
  align-self: start;
}

.development-gallery .development-mackenzie img {
  display: block;
  height: auto;
  min-height: 0;
}

.development-gallery .development-mackenzie figcaption {
  position: static;
}

.faq-heading h2 {
  font-size: clamp(4.2rem, 10vw, 8.8rem);
}

.faq-heading a {
  color: inherit;
  font-weight: 800;
  text-underline-offset: 0.25rem;
}

.closing-cta {
  background-color: var(--ink);
  background-image: linear-gradient(#f7f6f114 1px, transparent 1px), linear-gradient(90deg, #f7f6f114 1px, transparent 1px);
  background-size: 34px 34px;
}

@media (min-width: 720px) {
  .hero-context {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .jump-links {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .jump-nav .jump-development {
    grid-column: auto;
  }

  .feedback-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .development-gallery {
    grid-template-columns: 1.25fr 1fr;
  }

  .development-gallery figure:first-child {
    grid-row: span 2;
  }

  .development-gallery figure:first-child img {
    min-height: 616px;
  }

  .development-gallery figure:first-child.development-concert-collage img {
    min-height: 0;
  }
}

@media (min-width: 980px) {
  .jump-nav {
    display: none;
  }

  .hero-frame {
    margin-top: clamp(2rem, 4vw, 4rem);
  }

  .site-header nav a {
    font-size: 0.54rem;
  }
}

@media (max-width: 719px) {
  .hero-wordmark {
    width: min(88vw, 470px);
  }

  .hero-program {
    font-size: clamp(6.5rem, 34vw, 10rem);
  }

  .hero-format {
    font-size: clamp(1.7rem, 8vw, 2.6rem);
  }

  .city-cards h3 {
    font-size: clamp(3.1rem, 14vw, 4.8rem);
  }
}

@media (max-width: 520px) {
  .hero-actions {
    align-items: stretch;
  }

  .hero-apply {
    width: 100%;
  }

  .process-heading strong {
    font-size: clamp(2.9rem, 15vw, 4.6rem);
  }

  .feedback-process li {
    grid-template-columns: 2rem 1fr;
  }
}

/* Final readability and accessibility pass */
:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

.form-shell input:focus,
.form-shell select:focus,
.form-shell textarea:focus {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--lime);
}

.feedback-process li:nth-child(odd) > span,
.development-projects article:nth-child(3n) > span {
  color: var(--ink);
}

.participation-notes p:only-child {
  grid-column: 1 / -1;
}

.text-link,
.faq-heading a,
.development-projects article a,
footer a:not(.footer-brand) {
  text-decoration-line: underline;
}

.eoi-status {
  display: grid;
  width: calc(100% - 4rem);
  min-height: 92px;
  margin: 2rem;
  padding: 1rem;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--lime);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 900;
}

@media (min-width: 980px) and (max-width: 1099px) {
  .site-header nav {
    display: none;
  }

  .jump-nav {
    display: grid;
  }
}

@media (min-width: 1100px) {
  .site-header nav a {
    display: inline-flex;
    min-height: 44px;
    padding: 0.65rem 0.35rem;
    align-items: center;
    font-size: 0.72rem;
  }

  .site-header .nav-cta {
    padding-inline: 0.85rem;
  }
}

@media (max-width: 719px) {
  .eoi-status {
    width: calc(100% - 2.5rem);
    min-height: 80px;
    margin: 1.25rem;
  }
}

@media (min-width: 720px) and (max-width: 979px) {
  .question-grid {
    grid-template-columns: 1fr;
  }

  .question-grid article,
  .question-grid article:first-child,
  .question-grid article:last-child {
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid #f7f6f173;
  }

  .question-grid article:last-child {
    border-bottom: 0;
  }
}

/* Expanded archive/intake panels are body copy, not display labels. */
.hero-ruler .hero-ruler-detail,
.hero-ruler .hero-ruler-detail p,
.hero-ruler .hero-ruler-detail li,
.hero-ruler .hero-ruler-detail em {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.96rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.hero-ruler .hero-ruler-detail li {
  margin-top: 0.6rem;
}

.hero-ruler .hero-ruler-detail a {
  text-transform: none;
}

.hero-ruler .hero-ruler-detail strong {
  color: var(--lime);
  font-weight: 700;
}
