:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #586474;
  --line: #d9dee6;
  --paper: #f8f6f1;
  --white: #ffffff;
  --green: #2f5d50;
  --green-dark: #173b34;
  --blue: #2b5d8e;
  --rust: #a54f35;
  --gold: #d5aa54;
  --shadow: 0 18px 60px rgba(24, 32, 42, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }

.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px, 4vw, 56px); border-bottom: 1px solid rgba(23, 32, 42, 0.12); background: rgba(248, 246, 241, 0.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green-dark); font-weight: 800; text-decoration: none; text-transform: uppercase; font-size: 0.78rem; line-height: 1.2; max-width: 430px; }
.brand-mark { display: grid; place-items: center; align-content: center; row-gap: 1px; width: 42px; height: 42px; flex: 0 0 auto; border: 2px solid var(--green); color: var(--green); font-weight: 900; font-size: 0.74rem; line-height: 0.88; }
.brand-mark span { display: block; }
nav { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
nav a { padding: 9px 10px; color: var(--muted); text-decoration: none; font-size: 0.92rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--green-dark); }
.nav-button { border: 1px solid var(--green); color: var(--green-dark); }
.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.74fr); align-items: center; gap: clamp(28px, 5vw, 76px); padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px); background: linear-gradient(110deg, rgba(23, 59, 52, 0.94), rgba(47, 93, 80, 0.84) 48%, rgba(248, 246, 241, 0.2)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 84px), var(--green); color: var(--white); }
.hero-copy { max-width: 760px; align-self: start; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 0.79rem; font-weight: 900; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 740px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 5.05rem); line-height: 1; font-weight: 700; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
.hero-lede { max-width: 680px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-aside { min-width: 0; align-self: start; }
.goals-disclosure { margin-bottom: 14px; }
.faq-jump { display: flex; width: 100%; min-height: 48px; align-items: center; gap: 14px; padding: 12px 52px 12px 22px; border-radius: 4px; background: var(--gold); color: #1c1709; font-weight: 850; cursor: pointer; list-style: none; position: relative; }
.faq-jump:hover { background: #e2bc70; }
.faq-jump:focus-visible { outline: 3px solid rgba(255, 255, 255, 0.75); outline-offset: 3px; }
.faq-jump::-webkit-details-marker { display: none; }
.faq-jump::after { content: "+"; position: absolute; right: 20px; font-size: 1.3rem; line-height: 1; }
.goals-disclosure[open] .faq-jump::after { content: "\2212"; }
.faq-jump-icon { width: 25px; height: 25px; flex: 0 0 auto; }
.faq-jump-label { font-size: 1rem; font-weight: 950; letter-spacing: 0.01em; text-transform: uppercase; }
.faq-jump-hint { margin-left: auto; font-size: 0.78rem; font-weight: 750; opacity: 0.72; white-space: nowrap; }
.goals-panel { margin-top: 10px; padding: 18px 22px; border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 4px; background: var(--paper); color: var(--ink); box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid transparent; border-radius: 4px; font-weight: 850; text-decoration: none; }
.button.primary { background: var(--gold); color: #1c1709; }
.button.secondary { border-color: rgba(255, 255, 255, 0.62); color: var(--white); }
.donation-icon { width: 25px; height: 21px; margin-right: 8px; flex: 0 0 auto; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button.outline { border-color: var(--green); background: transparent; color: var(--green-dark); }
.button.danger { border-color: #9a362b; background: #9a362b; color: #fff; }
.button:disabled { opacity: 0.48; cursor: not-allowed; }
.processor-note { margin: 12px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 0.85rem; }
.record-figure { margin: 0; }
.record-figure img { width: 100%; max-height: 72vh; object-fit: cover; object-position: top center; border: 1px solid rgba(255, 255, 255, 0.45); background: var(--white); box-shadow: var(--shadow); }
.record-figure figcaption { margin-top: 10px; color: rgba(255, 255, 255, 0.78); font-size: 0.88rem; }

.section { scroll-margin-top: 90px; padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px); }
.petition-update { display: grid; grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr); gap: clamp(28px, 5vw, 70px); align-items: start; background: #fffaf0; border-top: 6px solid var(--gold); border-bottom: 1px solid #e6d8b7; }
.petition-update h2 { color: var(--green-dark); font-size: clamp(2.1rem, 4vw, 3.6rem); }
.petition-update-statement { padding: clamp(22px, 3vw, 34px); border-left: 5px solid var(--green); background: var(--white); box-shadow: 0 10px 30px rgba(24, 32, 42, 0.08); }
.petition-update-statement p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.petition-update-statement p + p { margin-top: 1.15em; }
.ready-to-sign { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.72fr); gap: clamp(28px, 5vw, 70px); align-items: center; background: linear-gradient(135deg, var(--green-dark), #285f51); color: var(--white); }
.ready-to-sign h2 { color: var(--white); }
.ready-to-sign-plea { max-width: 800px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.9); font-size: clamp(1.08rem, 1.8vw, 1.28rem); }
.ready-to-sign-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 28px; }
.ready-to-sign-actions p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, 0.76); font-size: 0.88rem; }
.ready-to-sign-card { padding: clamp(24px, 4vw, 36px); border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.09); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.17); }
.ready-to-sign-card ul { display: grid; gap: 10px; margin: 18px 0 22px; padding-left: 22px; font-weight: 800; }
.ready-to-sign-card > p:last-child { margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 0.92rem; }
.intro, .split, .contact { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); }
.issue-record-figure { grid-column: 1 / -1; width: min(100%, 1020px); margin: clamp(8px, 2vw, 24px) auto 0; }
.issue-record-figure img { display: block; max-height: none; border-color: var(--line); object-fit: contain; box-shadow: 0 14px 42px rgba(24, 32, 42, 0.12); }
.issue-record-figure figcaption { color: var(--muted); font-size: 0.96rem; }
h2 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.03; }
.intro-copy, .split p, .contact p { color: var(--muted); font-size: 1.06rem; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding-top: 0; }
.facts article, .action-grid article { min-height: 220px; padding: clamp(22px, 4vw, 36px); background: var(--white); border: 1px solid var(--line); }
.fact-number { display: block; color: var(--rust); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1; }
h3 { margin: 18px 0 8px; font-size: 1.2rem; line-height: 1.2; }
.facts p, .action-grid p, .record-list span, .site-footer { color: var(--muted); }
.facts a { color: var(--blue); font-weight: 800; }
.split { background: #eef2f0; }
.record-list { display: grid; gap: 12px; }
.record-list a { display: grid; gap: 4px; padding: 20px; border-left: 5px solid var(--blue); background: var(--white); color: var(--ink); text-decoration: none; font-weight: 850; box-shadow: 0 8px 24px rgba(24, 32, 42, 0.08); }
.record-list a:hover, .record-list a:focus-visible { border-left-color: var(--rust); }
.record-list span { font-weight: 600; }
.faq { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); background: var(--white); }
.faq-heading { align-self: start; }
.faq-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); background: var(--paper); }
.faq-list details[open] { border-color: rgba(47, 93, 80, 0.55); box-shadow: 0 10px 28px rgba(24, 32, 42, 0.08); }
.faq-list summary { position: relative; padding: 20px 56px 20px 20px; color: var(--green-dark); font-size: 1.06rem; font-weight: 850; line-height: 1.35; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; width: 28px; height: 28px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 1.25rem; line-height: 24px; text-align: center; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list summary:hover, .faq-list summary:focus-visible { color: var(--rust); }
.faq-list summary:focus-visible { outline: 3px solid rgba(43, 93, 142, 0.3); outline-offset: -3px; }
.faq-answer { padding: 0 20px 20px; color: var(--muted); }
.faq-answer p { margin: 0; }
.faq-answer a { color: var(--blue); font-weight: 800; }
.action { background: var(--green-dark); color: var(--white); }
.action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.action-grid article { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.18); }
.action-grid p { color: rgba(255, 255, 255, 0.78); }
.text-link { display: inline-block; margin-top: 8px; color: var(--gold); font-weight: 850; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; }
.contact-box { display: grid; gap: 14px; padding: clamp(20px, 4vw, 32px); border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 34px rgba(24, 32, 42, 0.08); }
.contact-box p { margin: 0; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.form-page { min-height: calc(100vh - 72px); padding: clamp(42px, 7vw, 80px) clamp(18px, 5vw, 72px); background: linear-gradient(135deg, #eef2f0, var(--paper) 52%); }
.form-shell { display: grid; grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 72px); max-width: 1180px; margin: 0 auto; }
.form-intro { align-self: start; }
.form-intro h1 { color: var(--green-dark); font-size: clamp(2.5rem, 5vw, 4.4rem); }
.form-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.privacy-card { margin-top: 26px; padding: 20px; border-left: 5px solid var(--blue); background: var(--white); box-shadow: 0 8px 24px rgba(24, 32, 42, 0.07); }
.privacy-card h2 { margin: 0 0 8px; font-family: inherit; font-size: 1.05rem; }
.privacy-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.legal-clarity-card { margin-top: 26px; padding: 20px; border-left: 5px solid var(--gold); background: #fff9e9; box-shadow: 0 8px 24px rgba(24, 32, 42, 0.07); }
.legal-clarity-card h2 { margin: 0 0 8px; color: var(--green-dark); font-family: inherit; font-size: 1.05rem; }
.legal-clarity-card p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.ready-form-page { background: linear-gradient(135deg, #e8efeb, var(--paper) 52%); }
.three-name-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.optional-label { color: var(--muted); font-size: 0.86rem; font-weight: 650; }
.ready-submit { width: 100%; min-height: 54px; font-size: 1.05rem; cursor: pointer; }
.volunteer-form { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.form-section { margin: 0 0 30px; padding: 0; border: 0; }
.form-section legend { width: 100%; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid-spaced { margin-top: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--ink); font-weight: 800; }
.field small, .form-note { color: var(--muted); font-size: 0.85rem; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #adb7c3; border-radius: 3px; background: #fff; color: var(--ink); font: inherit; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(43, 93, 142, 0.22); border-color: var(--blue); }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; }
.check-option { display: flex; gap: 9px; align-items: flex-start; color: var(--ink); }
.check-option input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--green); }
.consent-box { display: grid; gap: 14px; padding: 18px; border: 1px solid var(--line); background: var(--paper); }
.form-alert { margin-bottom: 22px; padding: 15px 17px; border-left: 5px solid var(--rust); background: #fff2ed; color: #6d2d1b; font-weight: 700; }
.form-success { padding: clamp(28px, 5vw, 48px); border: 1px solid rgba(47, 93, 80, 0.35); background: var(--white); box-shadow: var(--shadow); }
.form-success h2 { color: var(--green-dark); font-size: clamp(2rem, 4vw, 3.4rem); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.admin-page { min-height: 100vh; padding: 32px clamp(14px, 4vw, 52px); background: #eef2f0; }
.admin-shell { max-width: 1500px; margin: 0 auto; }
.admin-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.admin-header h1 { color: var(--green-dark); font-size: clamp(2rem, 4vw, 3.4rem); }
.admin-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.admin-card { padding: 22px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 10px 26px rgba(24, 32, 42, 0.08); }
.admin-login { max-width: 520px; margin: 9vh auto 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.ready-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stat-card { padding: 18px; border: 1px solid var(--line); background: var(--white); }
.stat-card strong { display: block; color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.filters { display: grid; grid-template-columns: minmax(220px, 1fr) 220px auto; gap: 10px; margin-bottom: 18px; }
.filters input, .filters select { min-height: 44px; padding: 10px 11px; border: 1px solid #adb7c3; background: #fff; font: inherit; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.admin-table th { position: sticky; top: 0; padding: 11px; background: var(--green-dark); color: #fff; text-align: left; white-space: nowrap; }
.admin-table td { padding: 11px; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:hover td { background: #f7f9f8; }
.admin-table details summary { color: var(--blue); font-weight: 800; cursor: pointer; }
.inline-admin-form { display: grid; gap: 7px; min-width: 230px; margin-top: 8px; }
.inline-admin-form select, .inline-admin-form textarea { width: 100%; padding: 8px; border: 1px solid #adb7c3; font: inherit; }
.operations-page { --ops-blue: #2b5d8e; --ops-coral: #d45d45; }
.operations-header { margin-bottom: 18px; }
.operations-intro { max-width: 650px; margin-top: 8px; color: var(--muted); }
.operations-notice { margin-bottom: 16px; }
.operations-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.operations-workspace { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(340px, 0.7fr); gap: 16px; align-items: start; }
.operations-map-card, .operations-agenda, .operations-form-card { border: 1px solid var(--line); background: var(--white); box-shadow: 0 8px 24px rgba(24, 32, 42, 0.07); }
.operations-map-card, .operations-agenda { padding: 18px; }
.operations-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 14px; }
.operations-section-heading h2 { margin: 1px 0 0; color: var(--green-dark); font-size: 1.35rem; }
.operations-section-heading .eyebrow { margin: 0; }
#operations-map { height: min(61vh, 650px); min-height: 460px; border: 1px solid #c7d0d8; background: #dfe7e3; z-index: 0; }
.map-help { margin: 10px 0 0; color: var(--muted); font-size: 0.82rem; }
.map-legend { display: flex; flex-wrap: wrap; gap: 11px; color: var(--muted); font-size: 0.82rem; font-weight: 750; }
.map-legend span { display: inline-flex; align-items: center; gap: 5px; }
.legend-dot { width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
.legend-dot.location { background: var(--ops-blue); }
.legend-dot.event { background: var(--ops-coral); }
.operations-marker { display: block; width: 22px; height: 22px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.location-marker { background: var(--ops-blue); }
.event-marker { width: 26px; height: 26px; background: var(--ops-coral); }
.operations-agenda { max-height: min(73vh, 760px); overflow: hidden; }
.agenda-list { display: grid; gap: 10px; max-height: min(62vh, 650px); overflow-y: auto; padding-right: 4px; }
.agenda-card { display: grid; grid-template-columns: 58px 1fr; border: 1px solid var(--line); border-left: 5px solid var(--ops-coral); background: #fff; cursor: pointer; }
.agenda-card:hover { border-color: #9dada5; box-shadow: 0 5px 15px rgba(24, 32, 42, 0.08); }
.agenda-card.status-completed, .agenda-card.status-cancelled { opacity: 0.62; border-left-color: #89928e; }
.agenda-date { display: grid; align-content: start; gap: 2px; padding: 13px 8px; background: #f2f5f3; text-align: center; }
.agenda-date strong { color: var(--green-dark); font-size: 0.92rem; }
.agenda-date span { color: var(--muted); font-size: 0.72rem; }
.agenda-content { min-width: 0; padding: 12px; }
.agenda-content h3 { margin: 6px 0 4px; color: var(--ink); font-size: 1rem; }
.agenda-content p { margin: 3px 0; color: var(--muted); font-size: 0.82rem; }
.agenda-content .status-pill { display: inline-flex; padding: 3px 7px; font-size: 0.68rem; }
.signature-goal { color: var(--green-dark) !important; font-weight: 800; }
.public-event-label { color: #1e674d !important; font-weight: 850; }
.people-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.people-chips span { padding: 4px 7px; border-radius: 999px; background: #e4edf5; color: #254d70; font-size: 0.7rem; font-weight: 750; }
.people-chips .unassigned { background: #fae9df; color: #88412f; }
.event-status-form { display: flex; gap: 5px; margin-top: 9px; }
.event-status-form select, .event-status-form button { min-height: 31px; border: 1px solid #aeb9b3; background: #fff; font: inherit; font-size: 0.72rem; }
.event-status-form select { min-width: 0; flex: 1; padding: 4px; }
.event-status-form button { padding: 4px 8px; color: var(--green-dark); font-weight: 800; cursor: pointer; }
.event-status-form .public-toggle { display: inline-flex; align-items: center; gap: 3px; color: var(--green-dark); font-size: 0.7rem; font-weight: 800; white-space: nowrap; }
.event-status-form .public-toggle input { width: 14px; height: 14px; margin: 0; accent-color: var(--green); }
.operations-forms { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; align-items: start; }
.location-management { margin-top: 18px; padding: 18px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 8px 24px rgba(24, 32, 42, 0.07); }
.location-management-list { display: grid; gap: 10px; }
.location-management-card { border: 1px solid var(--line); background: #f8faf9; }
.location-management-card > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; color: var(--green-dark); cursor: pointer; }
.location-management-card > summary > span:first-child { display: grid; gap: 2px; }
.location-management-card > summary small { color: var(--muted); font-weight: 600; }
.location-edit-form { padding: 16px; border-top: 1px solid var(--line); }
.location-delete-form { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border-top: 1px solid #e3c5c1; background: #fff7f5; }
.location-delete-form p { margin: 0; color: #773229; font-size: 0.84rem; }
.location-delete-form .check-option { flex: 1; }
.operations-form-card > summary { display: flex; align-items: center; gap: 9px; padding: 15px; color: var(--green-dark); font-weight: 850; cursor: pointer; }
.operations-form-card > summary span { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: var(--gold); color: #1c1709; }
.operations-form { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0 15px 17px; }
.operations-form .field input, .operations-form .field select, .operations-form .field textarea { min-height: 40px; padding: 8px 9px; font-size: 0.84rem; }
.operations-form .field textarea { min-height: 78px; }
.operations-form .field label { font-size: 0.8rem; }
.operations-form .button { grid-column: 1 / -1; min-height: 40px; }
.address-lookup-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.address-lookup-row .button { grid-column: auto; min-height: 40px; white-space: nowrap; }
.address-lookup-action .button { width: 100%; min-height: 40px; }
.operations-form button:disabled { opacity: 0.45; cursor: not-allowed; }
.operations-form-card.is-disabled > summary { color: var(--muted); }
.preview-public-faq { margin-top: 24px; padding-right: clamp(18px, 4vw, 52px); padding-left: clamp(18px, 4vw, 52px); border: 1px solid var(--line); }
.preview-save-notice { margin-top: 16px; }
.status-pill { display: inline-block; padding: 4px 8px; border-radius: 999px; background: #e6ece9; color: var(--green-dark); font-size: 0.78rem; font-weight: 850; text-transform: capitalize; }
.empty-state { padding: 36px; color: var(--muted); text-align: center; }
.site-footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; padding: 28px clamp(18px, 5vw, 72px); border-top: 1px solid var(--line); background: var(--white); font-size: 0.92rem; }
.site-footer p { margin: 0; }
.site-footer .independence-note { max-width: 680px; margin-top: 10px; color: var(--ink); font-weight: 700; }
.disclaimer { max-width: 660px; color: var(--ink) !important; font-weight: 800; text-align: right; }

@media (max-width: 900px) {
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero, .petition-update, .ready-to-sign, .intro, .split, .faq, .contact, .facts, .action-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .section { scroll-margin-top: 170px; }
  .record-figure img { max-height: 460px; }
  .disclaimer { text-align: left; }
  .form-shell, .stats-grid, .ready-stats, .operations-stats { grid-template-columns: 1fr; }
  .admin-header { flex-direction: column; }
  .operations-workspace, .operations-forms { grid-template-columns: 1fr; }
  .location-management-card > summary, .location-delete-form { align-items: flex-start; flex-direction: column; }
  .operations-agenda { max-height: none; }
  .agenda-list { max-height: 480px; }
  #operations-map { min-height: 390px; height: 55vh; }
  .operations-map-card, .operations-agenda { padding: 13px; }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .operations-workspace { grid-template-columns: 1fr; }
  .operations-agenda { max-height: none; }
  .agenda-list { max-height: 480px; }
  .operations-forms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr); gap: 30px; }
  h1 { max-width: 620px; font-size: clamp(2.55rem, 4.25vw, 3.7rem); }
  .hero-lede { max-width: 590px; font-size: 1.08rem; }
}

@media (max-width: 520px) {
  .brand { font-size: 0.72rem; }
  .brand-mark { width: 38px; height: 38px; font-size: 0.68rem; }
  nav { gap: 4px; }
  nav a { padding: 7px 8px; }
  h1 { font-size: 2.74rem; }
  .form-grid, .three-name-fields, .check-grid, .filters { grid-template-columns: 1fr; }
  .address-lookup-row { grid-template-columns: 1fr; }
  .faq-jump { gap: 10px; padding: 12px 46px 12px 16px; }
  .faq-jump-hint { font-size: 0.72rem; }
}
