.theme-support .site-header {
  background: rgba(26,29,27,.94);
}

.theme-support .media-placeholder__surface {
  background: linear-gradient(135deg,#262b28,#202421);
}

.theme-support .button {
  background: var(--text);
  color: var(--bg);
}

.theme-support .button--accent {
  background: var(--accent);
  color: var(--on-accent);
}

.emergency-strip {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 18px var(--gutter);
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 24px;
  align-items: center;
  border-block: 1px solid color-mix(in srgb,var(--warning) 70%,var(--line));
  color: var(--text);
}

.emergency-strip span {
  color: var(--warning);
  font-weight: 700;
  font-size: .7rem;
}

.emergency-strip p {
  font-size: .78rem;
}

.emergency-strip a {
  font-size: .72rem;
  color: var(--warning);
}

.support-decision {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(50px,9vw,150px);
}

.support-decision__question {
  position: sticky;
  top: 150px;
  align-self: start;
}

.support-decision__question h2 {
  font-size: var(--step-3);
  margin-bottom: 22px;
}

.decision-path {
  border-top: 1px solid var(--line);
}

.decision-path article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
}

.decision-path span {
  color: var(--accent);
  font-size: .68rem;
}

.decision-path h3 {
  font-size: var(--step-1);
  margin-bottom: 8px;
}

.decision-path p {
  color: var(--muted);
}

.boundary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
}

.boundary article {
  padding: clamp(30px,5vw,60px);
}

.boundary article:first-child {
  border-right: 1px solid var(--line);
}

.boundary h3 {
  font-size: var(--step-1);
  margin-bottom: 22px;
}

.support-topic {
  padding: clamp(45px,7vw,90px) 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 180px minmax(250px,.6fr) 1fr;
  gap: clamp(28px,5vw,80px);
}

.support-topic>span {
  color: var(--accent);
  font-size: .7rem;
}

.support-topic h2 {
  font-size: var(--step-2);
}

.support-topic h3 {
  font-size: .9rem;
  margin: 24px 0 10px;
}

.support-topic p,.support-topic li {
  color: var(--muted);
}

.support-topic ul {
  padding-left: 1.2em;
}

.record-program {
  border: 1px solid var(--line);
  padding: clamp(30px,6vw,72px);
  background: var(--surface);
}

.record-program__header {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.record-program__header h2 {
  font-size: var(--step-3);
}

.record-program__header p {
  color: var(--muted);
}

.theme-support {
  color: var(--text);
  background: var(--bg);
}

.theme-support :where(h1,h2,h3,h4,h5,h6,legend,label,summary,dt,th,strong,b) {
  color: var(--text);
}

.theme-support :where(ul,ol,li,dl,dd,table,tbody,thead,tr,td) {
  border-color: var(--line);
}

.theme-support .reading-flow, .theme-support .section-heading p, .theme-support .form-intro, .theme-support .form-field, .theme-support .safety-checklist, .theme-support .timeline, .theme-support .line-list {
  color: var(--text);
}

.theme-support .u-muted, .theme-support .reading-flow p, .theme-support .form-field small, .theme-support .timeline p, .theme-support .line-list small {
  color: var(--muted);
}
