:root {
  --bg: #f6f4ef;
  --paper: #fffef9;
  --ink: #1a1f1c;
  --muted: #4a554e;
  --accent: #2d5a47;
  --accent-soft: #e8f0eb;
  --border: #d4cfc3;
  --max: 42rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 106%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-thickness: 2px;
}

.wrap {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

h1 {
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.tagline {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
  font-style: italic;
}

.problem-cta {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem 1.35rem 1.35rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 16px rgba(26, 31, 28, 0.05);
}

.problem-cta > h2 {
  margin-top: 0;
  color: var(--accent);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.cta-box {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  background: var(--accent-soft);
  border: 1px solid #c5d9cc;
  border-radius: 6px;
}

.cta-box--standalone {
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.25rem 1.25rem;
}

.cta-box h2,
.cta-box h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--accent);
}

.cta-box--standalone h2 {
  font-size: 1.2rem;
}

.cta-actions {
  margin: 0.35rem 0 0;
  padding-left: 1.25rem;
}

.cta-actions li {
  margin-bottom: 0.65rem;
}

.cta-actions li:last-child {
  margin-bottom: 0;
}

.cta-lead {
  margin-bottom: 0.65rem;
}

.doc-credit {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 1rem;
  line-height: 1.5;
}

.campaign-list {
  margin: 0;
  padding-left: 1.2rem;
}

.campaign-list > li {
  margin-bottom: 0.65rem;
}

.campaign-list ul {
  margin: 0.35rem 0 0.15rem;
}

.campaign-list li li {
  margin-bottom: 0.25rem;
}

blockquote.claim {
  margin: 1rem 0 0.75rem;
  padding: 0.75rem 1rem;
  border-left: 4px solid #a33;
  background: #faf3f1;
  border-radius: 0 6px 6px 0;
}

blockquote.claim p {
  margin: 0;
  font-style: italic;
  font-weight: 700;
  font-size: calc(1rem + 2px);
  color: var(--ink);
}

.myths-fig {
  margin: 0.75rem 0 1.1rem;
  padding: 0;
  background: #f3f1ec;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}

.myths-fig img {
  display: block;
  width: 100%;
  height: auto;
}

.myths-rule {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 1.5rem 0;
}

.qa {
  margin: 0.35rem 0 0.5rem;
}

.footnotes {
  font-size: 0.9rem;
  color: var(--muted);
}

.footnotes li {
  margin-bottom: 0.45rem;
}

#myths-facts h3 {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--accent);
}

.checklist-heading {
  margin: 1.15rem 0 0.5rem;
  font-size: 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  color: var(--accent);
}

.checklist-sub {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.92rem;
}

.action-checklist {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

.action-checklist li {
  margin: 0 0 0.55rem;
  padding: 0;
  line-height: 1.45;
}

.action-checklist label {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  cursor: pointer;
  font-size: 0.95rem;
}

.action-checklist input[type="checkbox"] {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.checklist-meeting-item {
  margin-bottom: 0.85rem !important;
}

.checklist-meeting-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.checklist-meeting-heading input[type="checkbox"] {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.checklist-meeting-heading label {
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.45;
}

.checklist-meeting-detail {
  margin: 0.4rem 0 0 1.35rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

.checklist-meeting-detail p {
  margin: 0 0 0.45rem;
}

.checklist-meeting-detail p:last-child {
  margin-bottom: 0;
}

.checklist-meeting-detail strong {
  color: var(--ink);
}

.cal-intro {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 0.85rem;
  line-height: 1.5;
}

.cal-board {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  margin: 0 0 0.65rem;
}

.cal-month {
  flex: 1 1 16rem;
  min-width: min(100%, 16rem);
}

.cal-month-title {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  color: var(--accent);
}

.cal-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--border);
}

.cal-table {
  width: 100%;
  min-width: 15rem;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  background: var(--paper);
  font-size: 0.78rem;
}

.cal-table th,
.cal-table td {
  border: 1px solid var(--border);
  vertical-align: top;
}

.cal-dow {
  padding: 0.35rem 0.2rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  background: #ebe8e0;
}

.cal-cell {
  min-height: 2.35rem;
  padding: 0.25rem 0.3rem 0.35rem;
  background: var(--paper);
  font-size: 0.78rem;
  line-height: 1.35;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.cal-cell--empty {
  min-height: 2.35rem;
  background: #f3f1ec;
}

.cal-cell--event {
  min-height: 3.85rem;
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(45, 90, 71, 0.2);
}

.cal-day {
  display: block;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink);
  margin-bottom: 0.15rem;
}

.cal-event {
  font-size: 0.72rem;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.cal-cell--event .cal-event strong {
  font-weight: 600;
}

.cal-link {
  font-size: 0.68rem;
  font-weight: 500;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

.cal-legend {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  line-height: 1.45;
}

.cal-legend-swatch {
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.28rem;
  border-radius: 3px;
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(45, 90, 71, 0.25);
}

@media (min-width: 36rem) {
  .cal-cell {
    min-height: 2.6rem;
    font-size: 0.8rem;
  }

  .cal-cell--event {
    min-height: 4.5rem;
  }

  .cal-event {
    font-size: 0.74rem;
  }
}

.contact-invite {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  background: #f0f4f2;
  border-left: 4px solid var(--accent);
  border-radius: 0 6px 6px 0;
  font-size: 0.98rem;
}

.contact-invite a {
  font-weight: 600;
  word-break: break-all;
}

.contact-invite--footer {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.contact-invite--footer .contact-heading {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--accent);
}

.contact-invite--footer p {
  margin: 0 0 0.5rem;
}

.contact-invite--footer p:last-child {
  margin-bottom: 0;
}

.hero {
  margin: 0 0 1.25rem;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 31, 28, 0.06);
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 520px);
  object-fit: cover;
  object-position: center;
}

.hero figcaption {
  padding: 0.65rem 1rem 0.85rem;
  font-size: 0.92rem;
  color: var(--muted);
  font-style: italic;
  border-top: 1px solid var(--border);
  background: var(--paper);
}

.heatmap-panel {
  background: linear-gradient(165deg, #1c2e26 0%, #243d32 48%, #1a2620 100%);
  color: #e8eee9;
  border-radius: 8px;
  padding: 1.25rem 1.35rem 1.35rem;
  margin-bottom: 1.25rem;
  border: 1px solid #2d4a3c;
}

.heatmap-panel h2 {
  color: #b8d4c4;
  margin-bottom: 0.6rem;
}

.heatmap-panel p {
  color: #d8e4dc;
  margin-bottom: 0.65rem;
}

.heatmap-panel a {
  color: #9ed4b8;
}

.heatmap-panel a:hover {
  color: #c5edd6;
}

.heatmap-shot {
  margin: 1rem 0 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d1512;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.heatmap-shot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.heatmap-shot figcaption {
  padding: 0.5rem 0.65rem 0.65rem;
  font-size: 0.82rem;
  color: #a8bdb0;
  font-style: italic;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.positions-intro {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  background: #faf8f4;
  border: 1px solid var(--border);
  border-radius: 6px;
  line-height: 1.5;
}

main section {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.15rem 1.25rem 1.25rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.65rem;
  color: var(--accent);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

p,
ul {
  margin: 0 0 0.75rem;
}

ul {
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.35rem;
}

li:last-child {
  margin-bottom: 0;
}

.note {
  font-size: 0.92rem;
  color: var(--muted);
  background: var(--accent-soft);
  border-radius: 4px;
  padding: 0.65rem 0.75rem;
  margin-top: 0.5rem;
}

footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  color: var(--muted);
}
