/* Page-specific layout for /urgent-update.
   A separate file prevents cached rescue-plan styles hiding new sections. */

.member-panel {
  background: var(--accent);
  color: var(--ink);
  border-bottom: 3px solid var(--ink);
}

.member-panel-summary {
  display: block;
  background: var(--accent);
  color: var(--ink);
  padding: .75rem 0;
  cursor: pointer;
  list-style: none;
}

.member-panel-summary::-webkit-details-marker {
  display: none;
}

.member-panel-summary::marker {
  display: none;
  content: "";
}

.member-panel-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
}

.member-panel-copy {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .8rem;
  align-items: baseline;
  line-height: 1.3;
}

.member-alert-label {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.member-panel-copy strong {
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-transform: uppercase;
}

.member-panel-copy > span:last-child {
  font-size: .84rem;
  font-weight: 700;
}

.member-panel-button {
  display: inline-block;
  background: #075bd8;
  color: #fff;
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  padding: .65rem .95rem;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.member-panel-summary:hover .member-panel-button,
.member-panel-summary:focus-visible .member-panel-button {
  background: #0045ad;
}

.btn-member {
  background: #075bd8;
  color: #fff;
  border-color: #075bd8;
  box-shadow: 5px 5px 0 var(--ink);
}

.btn-member:hover,
.btn-member:focus-visible {
  background: #0045ad;
  color: #fff;
  border-color: #0045ad;
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0 var(--ink);
}

.member-panel[open] .member-panel-summary {
  border-bottom: 3px solid var(--ink);
}

.member-form-section {
  scroll-margin-top: 1rem;
  background: #e9eef7;
  color: var(--ink);
  border-bottom: 3px solid var(--ink);
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.ownership-choice {
  background: var(--paper);
  color: var(--ink);
  border-bottom: 5px solid var(--ink);
  padding: clamp(3.2rem, 8vw, 6.5rem) 0;
}

.ownership-choice h1 {
  max-width: 68rem;
  margin: 0 0 1.3rem;
  font-size: clamp(2.8rem, 7vw, 6.7rem);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.choice-lede {
  max-width: 58rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.58;
}

.not-takeover {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem 1.4rem;
  align-items: center;
  max-width: 65rem;
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  background: #dce9ff;
  border: 3px solid var(--ink);
  border-left: 10px solid #075bd8;
  padding: 1rem 1.2rem;
}

.not-takeover strong {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  text-transform: uppercase;
}

.not-takeover p {
  margin: 0;
  line-height: 1.5;
}

.choice-start {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .35rem 1.1rem;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  border: 3px solid var(--ink);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.choice-start span {
  grid-row: 1 / 3;
  background: var(--accent);
  color: var(--ink);
  padding: .65rem .8rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-start strong {
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.choice-start p {
  margin: 0;
  color: rgba(250, 249, 246, .78);
  font-size: .9rem;
}

.choice-branch {
  width: max-content;
  margin: 1rem auto;
  background: var(--accent);
  border: 2px solid var(--ink);
  padding: .4rem .75rem;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.choice-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 3px solid var(--ink);
  padding: clamp(1.3rem, 4vw, 2.2rem);
}

.choice-private {
  background: #e5e2db;
}

.choice-community {
  background: #075bd8;
  color: #fff;
  box-shadow: 10px 10px 0 var(--accent);
}

.choice-path {
  width: max-content;
  max-width: 100%;
  margin: 0 0 1rem;
  background: var(--ink);
  color: var(--paper);
  padding: .32rem .55rem;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-community .choice-path {
  background: var(--accent);
  color: var(--ink);
}

.choice-card h2 {
  max-width: 11ch;
  margin: 0 0 1.2rem;
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: .92;
  text-transform: uppercase;
}

.choice-price {
  display: grid;
  min-height: 8.5rem;
  align-content: center;
  margin: 0 0 1.3rem;
  border: 2px solid currentColor;
  padding: .9rem 1rem;
}

.choice-price span,
.choice-price small {
  font-size: .72rem;
  font-weight: 800;
}

.choice-price span {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-price strong {
  margin: .15rem 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.choice-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.choice-card li {
  position: relative;
  border-top: 1px solid rgba(17, 17, 17, .35);
  padding: .75rem .2rem .75rem 1.3rem;
  font-size: .93rem;
  line-height: 1.4;
}

.choice-community li {
  border-color: rgba(255, 255, 255, .38);
}

.choice-community a {
  color: inherit;
  font-weight: 900;
  text-decoration-thickness: 2px;
}

.choice-manager {
  margin: 1.2rem 0 0;
  background: var(--accent);
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: .9rem 1rem;
  font-size: .93rem;
  line-height: 1.45;
}

.choice-manager strong {
  display: block;
  margin-bottom: .15rem;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-card li::before {
  content: "→";
  position: absolute;
  left: 0;
  font-weight: 900;
}

.choice-outcome {
  margin: auto 0 0;
  border-top: 3px solid currentColor;
  padding-top: 1rem;
  font-size: .95rem;
  line-height: 1.5;
}

.choice-outcome strong {
  text-transform: uppercase;
}

.choice-ask {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: clamp(2rem, 5vw, 3.2rem);
  background: var(--accent);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
  padding: clamp(1.3rem, 4vw, 2.2rem);
}

.choice-ask-label {
  margin: 0 0 .35rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.choice-ask h2 {
  max-width: 46rem;
  margin: 0 0 .65rem;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: .96;
  text-transform: uppercase;
}

.choice-ask p:last-child {
  max-width: 52rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.choice-ask .btn {
  min-width: 15rem;
}

.choice-smallprint {
  max-width: 70rem;
  margin: 1.5rem auto 0;
  color: #555;
  font-size: .78rem;
  line-height: 1.5;
  text-align: center;
}

.rescue-caveat {
  max-width: 39rem;
  margin-top: 1.5rem;
  border-left: 4px solid var(--accent);
  padding-left: .9rem;
  color: rgba(250, 249, 246, .8);
  font-size: .88rem;
  line-height: 1.5;
}

.cefin-profile {
  position: relative;
  overflow: hidden;
}

.cefin-profile::before {
  content: "MS";
  position: absolute;
  top: -.12em;
  right: -.05em;
  color: rgba(17, 17, 17, .055);
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.cefin-profile h2 {
  position: relative;
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .95;
  text-transform: uppercase;
}

.cefin-credentials {
  position: relative;
  margin: 1.3rem 0;
  padding: 0;
  list-style: none;
}

.cefin-credentials li {
  border-top: 1px solid rgba(17, 17, 17, .35);
  padding: .72rem 0;
  font-size: .9rem;
  line-height: 1.4;
}

.cefin-credentials strong {
  display: block;
  text-transform: uppercase;
}

.cefin-profile-note {
  position: relative;
  border: 2px solid var(--ink);
  background: var(--accent);
  padding: .8rem;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.45;
}

.cefin-profile-link {
  position: relative;
  display: inline-block;
  margin-top: .8rem;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 900;
}

.explain-strip a {
  display: inline-block;
  margin-left: .35rem;
  color: inherit;
  font-weight: 900;
}

.member-form-layout {
  display: grid;
  grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.member-form-intro {
  position: sticky;
  top: 1.5rem;
}

.member-form-intro h2 {
  max-width: 11ch;
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .92;
  text-transform: uppercase;
}

.member-form-intro > p:not(.kicker) {
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.55;
}

.member-form-privacy {
  max-width: 31rem;
  margin-top: 1.6rem;
  border: 2px solid var(--ink);
  background: var(--paper);
  padding: 1rem 1.1rem;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, .16);
}

.member-form-privacy strong {
  display: block;
  margin-bottom: .35rem;
  font-size: .9rem;
  text-transform: uppercase;
}

.member-form-privacy p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
}

.member-form {
  min-width: 0;
  background: var(--paper);
  border: 3px solid var(--ink);
  padding: clamp(1.1rem, 3.5vw, 2rem);
  box-shadow: 10px 10px 0 var(--ink);
}

.member-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.member-field {
  display: grid;
  gap: .4rem;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.member-field-wide {
  grid-column: 1 / -1;
}

.member-field small,
.member-question legend small {
  font: inherit;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  opacity: .65;
}

.member-field input {
  width: 100%;
  min-height: 3.2rem;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: .65rem .8rem;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.member-field input:focus,
.member-form input:focus-visible {
  outline: 3px solid #075bd8;
  outline-offset: 2px;
}

.member-question {
  min-width: 0;
  margin: 1.4rem 0 0;
  border: 0;
  border-top: 2px solid var(--ink);
  padding: 1.4rem 0 0;
}

.member-question legend {
  width: 100%;
  margin: 0 0 .85rem;
  padding: 1.4rem 0 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.member-choice,
.member-confirm {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  align-items: start;
  margin-top: .7rem;
  border: 2px solid var(--ink);
  background: #fff;
  padding: .9rem;
  cursor: pointer;
}

.member-choice:has(input:checked),
.member-confirm:has(input:checked) {
  border-color: #075bd8;
  background: #e7f0ff;
  box-shadow: inset 5px 0 0 #075bd8;
}

.member-choice input,
.member-confirm input,
.member-time input,
.date-options input {
  width: 1.2rem;
  height: 1.2rem;
  margin: .12rem 0 0;
  accent-color: #075bd8;
}

.member-choice span,
.member-confirm span {
  font-size: .93rem;
  line-height: 1.45;
}

.availability-week {
  margin-top: 1rem;
}

.availability-week > p {
  margin: 0 0 .55rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.date-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.date-options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  min-width: 0;
  border: 2px solid var(--ink);
  background: #fff;
  padding: .7rem;
  cursor: pointer;
}

.date-options label:has(input:checked) {
  border-color: #075bd8;
  background: #e7f0ff;
  box-shadow: inset 4px 0 0 #075bd8;
}

.date-options span {
  display: grid;
  font-size: .73rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.date-options strong {
  font-size: .91rem;
}

.member-unsure {
  margin-top: 1rem;
}

.field-error {
  margin: .65rem 0 0;
  color: #a11916;
  font-size: .85rem;
  font-weight: 850;
}

.member-time {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.member-time legend {
  flex-basis: 100%;
}

.member-time label {
  display: flex;
  align-items: center;
  gap: .45rem;
  border: 2px solid var(--ink);
  background: #fff;
  padding: .65rem .8rem;
  font-size: .88rem;
  font-weight: 800;
  cursor: pointer;
}

.member-time label:has(input:checked) {
  border-color: #075bd8;
  background: #e7f0ff;
}

.member-confirm {
  margin: 1.4rem 0;
  background: var(--accent);
}

.member-form .btn-member {
  width: 100%;
  min-height: 3.5rem;
}

.member-form .btn-member:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
  box-shadow: 5px 5px 0 var(--ink);
}

.member-form-status {
  margin-bottom: 0;
}

.member-form-status.is-success {
  border-color: #087039;
  background: #dff5e8;
  color: #064b27;
}

.member-form-status.is-error {
  border-color: #a11916;
  background: #ffe4e1;
  color: #75110f;
}

.rescue-window {
  background: var(--paper);
  border-bottom: 3px solid var(--ink);
}

.rescue-window h2 {
  max-width: 58rem;
}

.window-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2.2rem;
  border: 3px solid var(--ink);
}

.window-timeline article {
  min-width: 0;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border-left: 2px solid var(--ink);
}

.window-timeline article:first-child { border-left: 0; }
.window-timeline .window-key { background: var(--accent); }

.window-date {
  width: max-content;
  max-width: 100%;
  margin: 0 0 .85rem;
  background: var(--ink);
  color: var(--paper);
  padding: .28rem .55rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.window-timeline h3 {
  margin: 0 0 .7rem;
  font-size: 1.15rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.window-timeline p:last-child {
  margin-bottom: 0;
  font-size: .92rem;
  line-height: 1.5;
}

.window-truth {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  max-width: 65rem;
  margin-top: 1.4rem;
  border-left: 7px solid var(--urgent);
  padding: .45rem 0 .45rem 1rem;
}

.window-truth > strong {
  text-transform: uppercase;
}

.window-truth p { margin: 0; }

.urgent-card {
  border-color: var(--accent);
  box-shadow: 10px 10px 0 var(--accent);
}

.urgent-card h2 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: .9;
  text-transform: uppercase;
}

.urgent-list {
  margin: 1.2rem 0 1.2rem 1.25rem;
  font-weight: 800;
}

.urgent-list li + li { margin-top: .65rem; }
.urgent-small { border-top: 2px solid var(--ink); padding-top: .9rem; font-size: .9rem; }

.review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  margin-top: 2rem;
}

.review-main {
  background: var(--accent);
  padding: clamp(1.5rem, 4vw, 2.7rem);
}

.review-name,
.control-label {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 0 .9rem;
  background: var(--ink);
  color: var(--paper);
  padding: .32rem .65rem;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.review-big {
  max-width: 47rem;
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.3;
  font-weight: 900;
}

.review-caveat {
  background: var(--paper);
  border-left: 3px solid var(--ink);
  padding: clamp(1.5rem, 4vw, 2.2rem);
}

.review-caveat > strong {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.route-plain-lede {
  max-width: 60rem;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
}

.rescue-route-flow {
  max-width: 65rem;
  margin: 2.3rem auto 0;
}

.rescue-route-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 2rem);
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
  padding: clamp(1.3rem, 4vw, 2.1rem);
}

.rescue-route-card-accent { background: var(--accent); }

.rescue-route-number {
  display: grid;
  place-items: center;
  width: clamp(3.2rem, 7vw, 4.8rem);
  height: clamp(3.2rem, 7vw, 4.8rem);
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 900;
}

.rescue-route-label,
.rescue-missing-label {
  margin: 0 0 .35rem;
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rescue-route-card h3 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.rescue-route-card a { font-weight: 900; }

.rescue-route-proof {
  border-left: 5px solid var(--ink);
  padding-left: .8rem;
  font-weight: 750;
}

.rescue-route-timing {
  background: var(--ink);
  color: var(--paper);
  padding: .9rem 1rem;
}

.rescue-route-arrow {
  margin: .65rem 0 .45rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}

.rescue-missing-decision {
  max-width: 65rem;
  margin: 2.5rem auto 0;
  background: var(--ink);
  color: var(--paper);
  border-top: 8px solid var(--accent);
  padding: clamp(1.5rem, 5vw, 3rem);
}

.rescue-missing-decision h3 {
  max-width: 52rem;
  margin: .25rem 0 1rem;
  color: var(--accent);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .95;
  text-transform: uppercase;
}

.pledge-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.pledge-action span {
  max-width: 32rem;
  font-size: .88rem;
}

.evidence-grid,
.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 2px solid currentColor;
  margin-top: 2rem;
}

.evidence-grid article,
.facts-grid p {
  margin: 0;
  padding: 1.5rem;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
}

.evidence-grid article:nth-child(odd),
.facts-grid p:nth-child(odd) { border-left: 0; }

.evidence-grid article:nth-child(-n+2),
.facts-grid p:nth-child(-n+2) { border-top: 0; }

.evidence-grid strong {
  color: var(--accent);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.1;
}

.right-to-buy-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.2rem;
  font-weight: 800;
}

.meeting-section {
  background: var(--ink);
  color: var(--paper);
  border-top: 6px solid var(--accent);
}

.meeting-section h2 {
  max-width: 56rem;
  font-size: clamp(2.7rem, 7vw, 5.7rem);
  line-height: .9;
  text-transform: uppercase;
}

.meeting-lede {
  max-width: 58rem;
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
}

.meeting-access {
  display: grid;
  grid-template-columns: minmax(13rem, .7fr) minmax(0, 1.3fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  margin: 2rem 0 2.3rem;
  border: 3px solid var(--paper);
  border-left: 10px solid #075bd8;
  background: var(--paper);
  color: var(--ink);
  padding: clamp(1.2rem, 4vw, 2rem);
}

.meeting-access-label {
  margin: 0 0 .5rem;
  color: #075bd8;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.meeting-access h3 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 3.1rem);
  line-height: .95;
  text-transform: uppercase;
}

.meeting-access > div:last-child > p {
  margin: 0;
}

.meeting-access > div:last-child > p + p {
  margin-top: .9rem;
}

.meeting-access .meeting-access-note {
  border-top: 2px solid var(--ink);
  padding-top: .8rem;
  color: #514f49;
  font-size: .82rem;
}

.meeting-asks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 2.3rem 0;
}

.meeting-asks article {
  border: 2px solid var(--paper);
  padding: 1.3rem;
}

.meeting-asks span {
  display: block;
  color: var(--accent);
  font-size: 2.5rem;
  font-weight: 900;
}

.meeting-asks h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.rule-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  align-items: center;
  background: var(--accent);
  color: var(--ink);
  padding: clamp(1.3rem, 4vw, 2rem);
}

.rule-number {
  font-size: clamp(2.1rem, 5vw, 4.3rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.rule-box h3 { text-transform: uppercase; }
.rule-box a { color: inherit; font-weight: 900; }

.meeting-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: 1.4rem;
}

.meeting-actions .share-status {
  flex-basis: 100%;
  border-color: var(--paper);
}

.help-arrived {
  margin-top: clamp(2.5rem, 6vw, 4.5rem);
  background: var(--accent);
  color: var(--ink);
  border: 3px solid var(--paper);
  box-shadow: 9px 9px 0 rgba(250, 249, 246, .35);
  padding: clamp(1.5rem, 5vw, 3rem);
}

.help-arrived-label {
  margin: 0 0 .4rem;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.help-arrived h3 {
  max-width: 52rem;
  margin: 0 0 1.2rem;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: .92;
  text-transform: uppercase;
}

.help-arrived p:not(.help-arrived-label) {
  max-width: 61rem;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.55;
}

.operations-faq {
  background: #e9eef7;
  color: var(--ink);
  border-bottom: 5px solid var(--ink);
}

.operations-faq > .wrap > h2 {
  max-width: 64rem;
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 7vw, 6rem);
  line-height: .9;
  text-transform: uppercase;
}

.operations-lede {
  max-width: 61rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  font-size: clamp(1.12rem, 2.2vw, 1.48rem);
  line-height: 1.5;
}

.operations-chain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 3px solid var(--ink);
  background: var(--paper);
}

.operations-chain article {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  border-left: 2px solid var(--ink);
}

.operations-chain article:first-child {
  border-left: 0;
}

.operations-chain article:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  background: var(--accent);
  border: 2px solid var(--ink);
  font-weight: 900;
  transform: translate(55%, -50%);
}

.operations-chain span {
  display: inline-block;
  margin-bottom: 1.4rem;
  background: var(--ink);
  color: var(--paper);
  padding: .25rem .42rem;
  font-size: .72rem;
  font-weight: 900;
}

.operations-chain .operations-manager {
  background: #075bd8;
  color: #fff;
}

.operations-chain .operations-manager span {
  background: var(--accent);
  color: var(--ink);
}

.operations-label {
  margin: 0 0 .3rem;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.operations-chain h3 {
  margin: 0 0 .65rem;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: .95;
  text-transform: uppercase;
}

.operations-chain article > p:last-child {
  margin: 0;
  font-size: .87rem;
  line-height: 1.45;
}

.manager-plan {
  display: grid;
  grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-top: 1.4rem;
  background: var(--accent);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.manager-plan-label {
  margin: 0 0 .5rem;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.manager-plan h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: .92;
  text-transform: uppercase;
}

.manager-plan ul {
  margin: 0;
  padding-left: 1.2rem;
}

.manager-plan li {
  padding: .45rem 0;
  font-weight: 750;
  line-height: 1.4;
}

.faq-list {
  margin-top: clamp(2.6rem, 6vw, 4.5rem);
  border-top: 3px solid var(--ink);
}

.faq-list details {
  border-bottom: 3px solid var(--ink);
}

.faq-list summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 3.5rem 1.25rem 0;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 900;
  line-height: 1.2;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: .25rem;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details > div {
  max-width: 64rem;
  padding: 0 3.5rem 1.35rem 0;
}

.faq-list details p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.62;
}

.plain-english {
  margin-top: clamp(3rem, 7vw, 5rem);
  background: var(--ink);
  color: var(--paper);
  border-top: 8px solid var(--accent);
  padding: clamp(1.4rem, 4vw, 2.6rem);
}

.plain-english-label {
  margin: 0 0 .45rem;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.plain-english > h3 {
  margin: 0 0 1.6rem;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: .92;
  text-transform: uppercase;
}

.plain-english-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--paper);
}

.plain-english details {
  min-width: 0;
  margin: 0;
  background: transparent;
  color: var(--paper);
  border: 0;
  border-top: 2px solid var(--paper);
  border-left: 2px solid var(--paper);
  padding: 0;
}

.plain-english details:nth-child(odd) {
  border-left: 0;
}

.plain-english details:nth-child(-n+2) {
  border-top: 0;
}

.plain-english summary {
  cursor: pointer;
  color: var(--paper);
  padding: 1.15rem;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.plain-english details p {
  margin: .8rem 0 0;
  max-width: 46rem;
  padding: 0 1.15rem 1.15rem;
  color: rgba(250, 249, 246, .82);
  font-size: .92rem;
  line-height: 1.55;
}

.operations-truth {
  max-width: 64rem;
  margin: 2rem 0 0;
  border-left: 8px solid #075bd8;
  padding: .45rem 0 .45rem 1rem;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.5;
}

.facts-grid strong {
  display: block;
  margin-bottom: .35rem;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .rescue-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
  }

  .rescue-hero-grid > * {
    min-width: 0;
    width: 100%;
  }

  .member-alert-grid,
  .member-form-layout,
  .review-grid,
  .right-to-buy-grid { grid-template-columns: 1fr; }

  .choice-grid,
  .choice-ask,
  .manager-plan { grid-template-columns: 1fr; }
  .choice-ask .btn { width: 100%; }

  .member-form-intro { position: static; }

  .review-caveat {
    border-left: 0;
    border-top: 3px solid var(--ink);
  }

  .meeting-asks { grid-template-columns: 1fr 1fr; }
  .window-timeline { grid-template-columns: 1fr 1fr; }
  .window-timeline article:nth-child(3) {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }
  .window-timeline article:nth-child(4) {
    border-top: 2px solid var(--ink);
  }

  .operations-chain {
    grid-template-columns: 1fr 1fr;
  }

  .operations-chain article:nth-child(3) {
    border-left: 0;
  }

  .operations-chain article:nth-child(n+3) {
    border-top: 2px solid var(--ink);
  }

  .operations-chain article:nth-child(2)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 55%);
  }
}

@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
    padding-inline: 1rem;
  }

  .section {
    padding: 3.25rem 0;
  }

  .rescue-hero {
    padding: 2.75rem 0 3.25rem;
  }

  .rescue-hero h1 {
    max-width: 100%;
    margin-bottom: 1.25rem;
    font-size: clamp(2.5rem, 11.2vw, 3rem);
    line-height: .95;
    letter-spacing: -.035em;
    text-wrap: balance;
  }

  .hero-answer {
    max-width: 100%;
    padding: .1em .24em;
    font-size: clamp(1.15rem, 5.4vw, 1.35rem);
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .hero-answer + .rescue-lede {
    margin-top: 1.35rem;
  }

  .rescue-lede {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.65;
  }

  .rescue-caveat {
    max-width: 100%;
    margin-top: 1.25rem;
    font-size: .9rem;
    line-height: 1.55;
  }

  .danger-card {
    width: 100%;
    padding: 1.25rem;
    box-shadow: 5px 5px 0 rgba(250, 249, 246, .2);
  }

  .cefin-profile::before {
    font-size: 7rem;
  }

  .cefin-profile h2 {
    max-width: 15ch;
    font-size: clamp(1.8rem, 8.5vw, 2.25rem);
    line-height: 1;
  }

  .ownership-choice {
    padding: 3.25rem 0;
  }

  .ownership-choice h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 9.8vw, 2.65rem);
    line-height: .98;
    letter-spacing: -.035em;
  }

  .choice-lede,
  .route-plain-lede,
  .meeting-lede,
  .operations-lede,
  .section-lede {
    font-size: 1rem;
    line-height: 1.6;
  }

  .meeting-section h2,
  .operations-faq > .wrap > h2 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10vw, 2.65rem);
    line-height: .97;
  }

  .urgent-card h2,
  .help-arrived h3,
  .member-form-intro h2,
  .rescue-missing-decision h3 {
    max-width: 100%;
    font-size: clamp(1.95rem, 9vw, 2.45rem);
    line-height: 1;
  }

  .plain-english > h3 {
    font-size: clamp(1.95rem, 9vw, 2.4rem);
    line-height: 1;
  }

  .choice-card h2,
  .choice-ask h2,
  .manager-plan h3,
  .rescue-route-card h3 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
    line-height: 1;
  }

  .choice-price strong {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .choice-card,
  .choice-ask,
  .member-form,
  .manager-plan,
  .help-arrived,
  .plain-english {
    padding: 1.15rem;
  }

  .choice-ask {
    gap: 1.15rem;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .choice-ask .btn {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }

  .rescue-route-card {
    gap: .9rem;
    padding: 1.1rem;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .rescue-route-number {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
  }

  .member-panel-button,
  .meeting-actions .btn,
  .choice-ask .btn {
    min-height: 2.75rem;
  }

  .explain-strip p,
  .window-timeline p:last-child,
  .faq-list details p,
  .plain-english details p {
    line-height: 1.6;
  }

  .rescue-route-card,
  .evidence-grid,
  .facts-grid,
  .meeting-asks { grid-template-columns: 1fr; }
  .meeting-access { grid-template-columns: 1fr; }

  .evidence-grid article,
  .facts-grid p {
    border-left: 0;
    border-top: 2px solid currentColor;
  }

  .evidence-grid article:first-child,
  .facts-grid p:first-child { border-top: 0; }

  .pledge-action { display: block; }
  .pledge-action span { display: block; margin-top: .8rem; }
  .rule-box { grid-template-columns: 1fr; }
  .meeting-actions .btn { width: 100%; }
  .window-timeline { grid-template-columns: 1fr; }
  .window-timeline article,
  .window-timeline article:nth-child(3),
  .window-timeline article:nth-child(4) {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }
  .window-timeline article:first-child { border-top: 0; }
  .window-truth { grid-template-columns: 1fr; }
  .ownership-choice h1 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }
  .choice-start {
    grid-template-columns: 1fr;
  }
  .not-takeover {
    grid-template-columns: 1fr;
  }
  .choice-start span {
    grid-row: auto;
    width: max-content;
  }
  .choice-community {
    box-shadow: 7px 7px 0 var(--accent);
  }
  .member-panel-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .7rem;
  }
  .member-panel-copy {
    display: grid;
    gap: .05rem;
  }
  .member-panel-copy > span:last-child { display: none; }
  .member-panel-button {
    padding: .55rem .65rem;
    font-size: .68rem;
  }
  .member-fields,
  .date-options { grid-template-columns: 1fr 1fr; }

  .operations-chain {
    grid-template-columns: 1fr;
  }

  .operations-chain article,
  .operations-chain article:nth-child(3) {
    border-left: 0;
    border-top: 2px solid var(--ink);
  }

  .operations-chain article:first-child {
    border-top: 0;
  }

  .operations-chain article:not(:last-child)::after,
  .operations-chain article:nth-child(2)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 55%);
  }

  .plain-english-grid {
    grid-template-columns: 1fr;
  }

  .plain-english details,
  .plain-english details:nth-child(odd),
  .plain-english details:nth-child(-n+2) {
    border-left: 0;
    border-top: 2px solid var(--paper);
  }

  .plain-english details:first-child {
    border-top: 0;
  }
}

@media (max-width: 420px) {
  .rescue-hero h1 {
    font-size: clamp(2.3rem, 11.5vw, 2.7rem);
  }

  .hero-answer {
    font-size: 1.12rem;
  }

  .member-panel-wrap {
    grid-template-columns: 1fr;
  }

  .member-panel-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: .7rem .8rem;
  }

  .member-fields,
  .date-options { grid-template-columns: 1fr; }
}

@media print {
  .meeting-section { color: var(--ink); background: var(--paper); }
}
