:root {
  --paper: #f8f6f0;
  --ink: #34272c;
  --wine: #4c2032;
  --muted: #706569;
  --line: #d8cfcf;
  --white: #fffefa;
  --accent: #955441;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
::selection {
  background: #e5c4cb;
}
p {
  margin: 0 0 1.2em;
}
h1,
h2,
h3,
blockquote {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--wine);
}
.wrap {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: 3rem;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--wine);
  color: white;
  padding: 16px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 2rem;
  padding-block: 0.875rem;
  font-size: 0.875rem;
}
.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
  text-align: center;
}
.site-header nav a:hover {
  color: var(--accent);
}
.nav-cta {
  border: 1px solid var(--wine);
}
.letter-document {
  max-width: 46rem;
  margin-inline: auto;
  padding: 3.75rem 1.5rem 4.5rem;
}
.letter-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem 2rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}
.letter-recipient {
  min-width: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.8;
}
.letter-heading h1 {
  font: inherit;
  color: inherit;
  letter-spacing: normal;
}
.letter-address {
  margin: 0;
  font: inherit;
}
.letter-date {
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.letter-content {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.8;
}
.letter-content > p {
  margin-bottom: 1.5rem;
}
.scripture {
  padding-left: 1.5rem;
  border-left: 2px solid var(--accent);
  margin: 0 0 2.5rem;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.75;
  color: var(--wine);
}
.scripture p {
  margin-bottom: 0.75rem;
}
.scripture cite {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-style: normal;
  color: var(--muted);
}
.salutation {
  font-weight: bold;
}
.letter-content .signoff {
  margin: 2rem 0 0;
  font-style: italic;
}
.text-link {
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
  text-decoration: none;
  padding-block: 0.625rem;
  border-bottom: 1px solid var(--wine);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wine);
}
.text-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.signatories-section {
  background: #f0ecec;
  padding-block: 3.5rem;
  border-block: 1px solid var(--line);
}
.section-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
.section-heading h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.section-heading .text-link {
  flex-shrink: 0;
}
.signatories-intro {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--muted);
  margin: 0.75rem 0 0;
}
.signatories-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.signatories-list li {
  padding-block: 1rem;
  border-top: 1px solid var(--line);
  min-width: 0;
}
.signer-name {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.signer-city {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 0.25rem;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--wine);
  line-height: 1.5;
  margin-bottom: 1.6875rem;
}
.section-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
.section-aside h2 {
  font-size: 2.9375rem;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.solidarity-section {
  padding-block: 5rem;
}
.solidarity-intro {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 1.6875rem;
}
.privacy-note {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 1.4375rem;
  margin-top: 2rem;
}
.form-panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 37px 36px;
  box-shadow: 0 8px 30px #40213104;
}
.form-panel h3 {
  font-size: 32px;
  letter-spacing: -0.025em;
}
.form-panel #form-intro {
  font-size: 14px;
  color: var(--muted);
  margin-top: 10px;
  margin-bottom: 29px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field {
  margin-bottom: 22px;
}
.field label {
  display: block;
  font-size: 13px;
  margin-bottom: 9px;
  font-weight: 500;
}
.field label span {
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
}
.field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  padding: 12px;
  font-size: 14px;
  color: var(--ink);
}
.field input::placeholder {
  color: #8c8285;
  font-size: 13px;
}
.field input:focus {
  border-color: var(--wine);
}
.field-help {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 8px;
  margin-bottom: 0;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
  margin-block: 5px 24px;
}
.consent input {
  margin: 3px 0 0;
  min-width: 17px;
  min-height: 17px;
  accent-color: var(--wine);
}
.submit-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: var(--wine);
  color: white;
  border: 1px solid var(--wine);
  padding: 16px 19px;
  width: 100%;
  font-size: 14px;
  transition: background 0.15s;
}
.submit-button:hover {
  background: #672d44;
}
.submit-button:disabled {
  opacity: 0.6;
  cursor: wait;
}
.form-status {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 0;
}
.form-status:empty {
  display: none;
}
.form-status.error {
  color: #9a2424;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.preview-notice {
  font-size: 12px;
  padding: 12px;
  background: #f3eee6;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 16px;
}
.form-success {
  padding-block: 40px;
}
.success-symbol {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wine);
  border-radius: 50%;
  color: var(--wine);
  margin-bottom: 30px;
  font-size: 24px;
}
.form-success h3 {
  font-size: 38px;
  margin-bottom: 23px;
  line-height: 1.18;
}
.form-success > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.field label,
.consent {
  font-size: 0.875rem;
}
.field label span,
.field-help {
  font-size: 0.75rem;
}
.field input::placeholder {
  font-size: 0.875rem;
}
.site-footer {
  min-height: 6rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--muted);
}
.site-footer a {
  padding-block: 1rem;
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--accent);
}
#turnstile-container {
  margin-bottom: 18px;
}
[hidden] {
  display: none !important;
}
.not-found h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.not-found > p {
  line-height: 1.75;
}
@media (max-width: 56rem) {
  .wrap {
    padding-inline: 2rem;
  }
  .signatories-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-grid {
    gap: 2.5rem;
    grid-template-columns: 1fr 1.4fr;
  }
  .form-panel {
    padding: 1.75rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 44rem) {
  html {
    scroll-padding-top: 1.5rem;
  }
  .wrap {
    padding-inline: 1.5rem;
  }
  .site-header {
    position: static;
  }
  .site-header nav {
    gap: 0.25rem;
    padding: 0.75rem;
  }
  .site-header nav a {
    padding-inline: 0.375rem;
  }
  .letter-document {
    padding-block: 2.5rem 3rem;
  }
  .letter-heading {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .letter-recipient,
  .letter-content {
    font-size: 1.125rem;
    line-height: 1.8;
  }
  .scripture {
    font-size: 1.125rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
  }
  .signatories-section {
    padding-block: 2.5rem;
  }
  .section-heading h2 {
    font-size: 2rem;
  }
  .section-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .solidarity-section {
    padding-block: 3rem;
  }
  .section-aside h2 {
    font-size: 2.5625rem;
  }
  .solidarity-intro {
    margin-top: 1.4375rem;
  }
  .privacy-note {
    margin-top: 1.5rem;
    padding-top: 1.125rem;
  }
  .form-panel {
    padding: 1.6875rem 1.375rem;
  }
  .field input {
    font-size: 1rem;
  }
}
@media (max-width: 34rem) {
  .signatories-list {
    grid-template-columns: 1fr;
  }
  .letter-heading {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
@media print {
  body {
    background: white;
    color: black;
  }
  .site-header,
  .solidarity-section,
  .site-footer,
  .skip-link,
  .section-heading .text-link {
    display: none;
  }
  .wrap,
  .letter-document {
    max-width: none;
    padding: 0;
  }
  .letter-heading {
    break-inside: avoid;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .letter-recipient,
  .letter-date {
    font-size: 11pt;
  }
  .letter-content,
  .scripture {
    font-size: 12pt;
    line-height: 1.5;
  }
  .letter-content p {
    orphans: 3;
    widows: 3;
  }
  .signatories-section {
    background: white;
    border: none;
    padding-block: 1.5rem;
  }
  .signatories-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1.5rem;
  }
  .signatories-list li {
    break-inside: avoid;
    padding-block: 0.75rem;
  }
  .signer-name {
    font-size: 10pt;
  }
  .signer-city {
    font-size: 9pt;
  }
  .section-heading h2 {
    font-size: 18pt;
  }
}

.supporters-continuation { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
