:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  color: #263029;
  background: #f3f1ea;
  --ink: #263029;
  --muted: #667069;
  --paper: #fffefa;
  --canvas: #f3f1ea;
  --forest: #20382d;
  --forest-soft: #315444;
  --sage: #dce5d8;
  --sage-pale: #edf1e9;
  --line: #deddd5;
  --pin: #b85537;
  --pin-pale: #f6e6dc;
  --shadow: 0 18px 50px rgb(32 56 45 / 8%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 18rem;
  min-height: 100vh;
  margin: 0;
  background: var(--canvas);
}

body,
button,
input {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid #e89a76;
  outline-offset: 3px;
}

.shell {
  width: min(100% - 2rem, 70rem);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.4rem;
  color: #fff;
  background: var(--forest);
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  color: #fff;
  background: var(--forest);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.header-inner {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.header-brand-group {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  flex: none;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 0.5rem 0.5rem 0.5rem 0.15rem;
  color: var(--forest);
  background: #fbf5e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0.14rem 0.14rem 0 #d98962;
}

.section-nav {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  font-size: 0.82rem;
  font-weight: 650;
}

.section-nav a {
  color: rgb(255 255 255 / 78%);
  text-decoration: none;
  text-underline-offset: 0.25rem;
}

.section-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.admin-shortcut {
  padding: 0.35rem 0.9rem;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
}

.admin-shortcut:hover {
  border-color: rgb(255 255 255 / 55%);
  background: rgb(255 255 255 / 8%);
  text-decoration: none !important;
}

.community-link {
  max-width: 55%;
  overflow: hidden;
  color: rgb(255 255 255 / 78%);
  font-size: 0.85rem;
  font-weight: 650;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.community-link:hover {
  color: #fff;
}

.detail-header-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.detail-header-links > a:first-child {
  color: rgb(255 255 255 / 75%);
  text-decoration: none;
  text-underline-offset: 0.2rem;
}

.detail-header-links > a:first-child:hover {
  color: #fff;
  text-decoration: underline;
}

.detail-header-links > a:not(.admin-shortcut) {
  text-decoration: none;
  text-underline-offset: 0.2rem;
}

.detail-header-links > a:not(.admin-shortcut):hover {
  color: #fff;
  text-decoration: underline;
}

.board-intro {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--forest);
}

.board-intro::after {
  position: absolute;
  right: -6rem;
  bottom: -10rem;
  width: 22rem;
  height: 22rem;
  border: 4rem solid rgb(255 255 255 / 3%);
  border-radius: 50%;
  content: "";
}

.intro-inner {
  position: relative;
  z-index: 1;
  padding-block: 2rem 2.6rem;
  container-type: inline-size;
}

.intro-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.intro-eyebrow-row .eyebrow {
  margin-bottom: 0;
}

.banner-admin-shortcut {
  position: relative;
  z-index: 2;
  flex: none;
  padding: 0.38rem 1rem;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 999px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.banner-admin-shortcut:hover {
  border-color: rgb(255 255 255 / 58%);
  background: rgb(255 255 255 / 8%);
}

.eyebrow {
  margin-bottom: 0.7rem;
  color: #5f6f66;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.board-intro .eyebrow {
  color: #b9cbbf;
}

.board-title {
  width: 100%;
  max-width: 100%;
  margin-top: 0.7rem;
  margin-bottom: 0.25rem;
  padding-block: 0.03em 0.1em;
  overflow: visible;
  font-family:
    "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.3rem, 8.5cqi, 4.75rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.12;
  white-space: nowrap;
}

.board-title--medium {
  font-size: clamp(1rem, 5.8cqi, 3.65rem);
}

.board-title--long {
  font-size: clamp(0.8rem, 4.25cqi, 3rem);
}

.board-title--very-long {
  font-size: clamp(0.65rem, 3.35cqi, 2.35rem);
}

.board-subtitle {
  max-width: 52rem;
  margin-bottom: 0.6rem;
  color: #d9e3dc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.9rem, 2.4vw, 1.3rem);
  font-weight: 500;
  line-height: 1.35;
}

.board-description {
  max-width: 42rem;
  margin-bottom: 0;
  color: rgb(255 255 255 / 75%);
  font-size: clamp(0.88rem, 2vw, 1.05rem);
  line-height: 1.55;
}

.board-search,
.search-form {
  display: flex;
  gap: 0.55rem;
}

.board-search {
  width: min(100%, 36rem);
  margin-top: 1rem;
}

.mobile-jump-nav {
  width: min(100%, 36rem);
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 4vw, 1.35rem);
  margin-top: 0.9rem;
  color: rgb(255 255 255 / 68%);
  font-size: 0.76rem;
  white-space: nowrap;
}

.mobile-jump-nav > span {
  flex: none;
}

.mobile-jump-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.mobile-jump-nav a span {
  color: rgb(255 255 255 / 72%);
  font-size: 0.85em;
  transform: translateY(-0.08em);
}

.mobile-jump-nav a:hover {
  color: var(--sage);
}

.board-search input,
.search-form input {
  min-width: 0;
  flex: 1;
  padding: 0.76rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  color: var(--ink);
  background: #fff;
  font-size: 0.87rem;
}

.board-search input::placeholder {
  color: #758078;
}

.board-search button,
.search-form button {
  flex: none;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.55rem;
  color: var(--forest);
  background: #dce5d8;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.board-search button:hover {
  background: #edf1e9;
}

.board-content {
  padding-block: 3rem 5rem;
}

.board-section {
  scroll-margin-top: 1rem;
}

.board-section + .board-section {
  margin-top: 4.75rem;
}

.section-heading {
  margin-bottom: 1.4rem;
}

.section-heading .eyebrow {
  margin-bottom: 0.45rem;
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 500;
}

.pinned-area {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #e3c6b8;
  border-radius: 1.1rem;
  background: var(--pin-pale);
}

.pinned-area > h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem 0.15rem;
  color: #7a3622;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pinned-area > h3::before {
  width: 0.55rem;
  height: 0.55rem;
  display: inline-block;
  flex: none;
  border: 2px solid #f4c7b1;
  border-radius: 50%;
  background: var(--pin);
  box-shadow: 0 0 0 2px var(--pin);
  content: "";
}

.notice-grid,
.notice-list {
  display: grid;
  gap: 0.9rem;
}

.notice-list {
  margin-top: 1rem;
}

.notice-card {
  position: relative;
  display: flex;
  height: 13rem;
  min-height: 13rem;
  max-height: 13rem;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--paper);
  box-shadow: 0 1px 0 rgb(32 56 45 / 2%);
}

.notice-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.2rem;
  background: var(--sage);
  content: "";
}

.notice-card--pinned {
  border-color: #e2c1b1;
}

.notice-card--highlighted {
  border-color: #aebfae;
  background:
    linear-gradient(135deg, rgb(220 229 216 / 48%), transparent 55%),
    var(--paper);
  box-shadow: 0 0.45rem 1.5rem rgb(32 56 45 / 7%);
}

.notice-card--pinned::before {
  background: var(--pin);
}

.notice-card--highlighted::before {
  width: 0.28rem;
  background: var(--forest-soft);
}

.notice-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.05rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.status-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  color: #7c351f;
  background: var(--pin-pale);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.notice-card--pinned .status-label {
  background: #f3d6c8;
}

.status-label--highlighted {
  color: var(--forest-soft);
  background: #dde9dc;
}

.status-label--event {
  color: #37546b;
  background: #e2edf4;
}

.notice-card h3 {
  margin-bottom: 0.65rem;
  color: var(--forest);
  font-size: 1.18rem;
}

.notice-card h3 a {
  text-decoration: none;
}

.notice-card h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.notice-card p {
  margin-bottom: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.notice-card__excerpt {
  min-height: 0;
  flex: 1 1 auto;
  margin-bottom: 1.1rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  mask-image: linear-gradient(to bottom, #000 78%, transparent 100%);
}

.notice-card__excerpt p {
  margin: 0 0 0.45rem;
  color: inherit;
  font-size: inherit;
}

.notice-card__excerpt .notice-card__body-heading {
  color: #445148;
  font-weight: 800;
}

.notice-card__excerpt ul,
.notice-card__excerpt ol {
  margin: 0.25rem 0 0.65rem;
  padding-left: 1.35rem;
}

.notice-card__excerpt li {
  padding-left: 0.1rem;
}

.notice-card__excerpt li + li {
  margin-top: 0.18rem;
}

.text-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  color: var(--forest-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link,
.notice-card > * {
  position: relative;
  z-index: 1;
}

.information-list {
  display: grid;
  gap: 0.45rem;
}

.information-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 5.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--paper);
  box-shadow: 0 1px 0 rgb(32 56 45 / 2%);
  text-decoration: none;
}

.information-row:hover {
  border-color: #c5cec5;
  background: var(--sage-pale);
}

.information-icon,
.resource-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 0.65rem;
  color: var(--forest-soft);
  background: var(--sage-pale);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.055em;
}

.information-copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.information-copy strong {
  overflow: hidden;
  color: var(--forest);
  font-size: 0.92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information-copy span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.information-copy small {
  color: var(--muted);
  font-size: 0.65rem;
}

.row-arrow {
  color: #839087;
  font-size: 1.1rem;
  transition: transform 150ms ease;
}

.information-row:hover .row-arrow {
  transform: translateX(0.2rem);
}

.empty-state {
  padding: 2.25rem 1.35rem;
  border: 1px dashed #c9cbc3;
  border-radius: 0.9rem;
  text-align: center;
}

.empty-state h3 {
  margin-bottom: 0.45rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.empty-state p {
  max-width: 30rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer {
  padding-block: 2.25rem;
  color: #59635d;
  background: #ebe8df;
  border-top: 1px solid #dedbd1;
}

.footer-layout {
  display: grid;
  gap: 1.5rem;
}

.footer-promotion {
  display: grid;
  gap: 0.45rem;
}

.footer-powered {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #59635d;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-powered:hover strong {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.footer-brand-mark {
  width: 1.85rem;
  height: 1.85rem;
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
  box-shadow: 0.12rem 0.12rem 0 #d98962;
}

.footer-powered strong {
  color: var(--forest);
}

.footer-create,
.footer-support a {
  width: fit-content;
  color: var(--forest-soft);
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
  text-underline-offset: 0.2rem;
}

.footer-create:hover,
.footer-support a:hover {
  text-decoration: underline;
}

.footer-support {
  display: flex;
  align-items: center;
}

.detail-main {
  min-height: calc(100vh - 13rem);
  padding-block: 1.5rem 4rem;
}

.search-main {
  min-height: calc(100vh - 13rem);
  padding-block: 1.5rem 5rem;
}

.search-layout {
  max-width: 56rem;
}

.search-heading {
  padding: clamp(1.35rem, 5vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.search-heading h1 {
  margin-bottom: 1.25rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 8vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.search-form input {
  border-color: #c9cec8;
}

.search-form button {
  color: #fff;
  background: var(--forest);
}

.search-form button:hover {
  background: var(--forest-soft);
}

.search-results {
  margin-top: 2.5rem;
}

.search-summary {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.search-summary h2 {
  margin-bottom: 0;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.search-summary p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.result-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--paper);
}

.search-result {
  position: relative;
  padding: 1.2rem;
}

.search-result + .search-result {
  border-top: 1px solid var(--line);
}

.search-result:hover {
  background: #fafaf6;
}

.result-meta,
.result-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 650;
}

.result-type {
  display: inline-flex;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  color: var(--forest-soft);
  background: var(--sage-pale);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-result h3 {
  margin: 0.65rem 0 0.45rem;
  color: var(--forest);
  font-size: 1.12rem;
}

.search-result h3 a {
  text-decoration: none;
}

.search-result h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.search-result p {
  margin-bottom: 0.8rem;
  color: #536057;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.91rem;
  line-height: 1.65;
}

.search-result > * {
  position: relative;
  z-index: 1;
}

.result-trust {
  gap: 0.8rem;
  color: var(--muted);
}

.search-empty {
  background: var(--paper);
}

.search-prompt {
  margin-top: 2rem;
  padding: 2rem 1.25rem;
  border: 1px dashed #c9cbc3;
  border-radius: 0.9rem;
  text-align: center;
}

.search-prompt h2 {
  margin-bottom: 0.45rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.search-prompt p {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.83rem;
}

.donation-main {
  min-height: calc(100vh - 13rem);
  padding-block: 2rem 5rem;
}

.donation-layout {
  max-width: 48rem;
}

.donation-card {
  padding: clamp(1.5rem, 6vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.donation-card h1 {
  margin-bottom: 0.8rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.donation-card > p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.75;
}

.detail-layout {
  max-width: 70rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.25rem 0 1rem;
  color: var(--forest-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.detail-card {
  position: relative;
  padding: clamp(1.35rem, 5vw, 3.25rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.detail-card--pinned {
  border-top: 0.28rem solid var(--pin);
}

.detail-card--highlighted {
  border-top: 0.28rem solid var(--forest-soft);
  background:
    linear-gradient(135deg, rgb(220 229 216 / 38%), transparent 42%),
    var(--paper);
}

.detail-title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.detail-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.detail-title .eyebrow {
  margin-bottom: 0.65rem;
}

.detail-labels .eyebrow {
  margin-bottom: 0;
}

.detail-title h1 {
  max-width: none;
  margin: 0.55rem 0 0.8rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.detail-date {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.detail-content {
  padding-top: clamp(1.5rem, 5vw, 2.5rem);
}

.prose {
  max-width: 52rem;
  color: #364139;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 2.5vw, 1.13rem);
  line-height: 1.8;
}

.prose p {
  margin-bottom: 1.25em;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose h2,
.prose h3 {
  margin: 1.5em 0 0.55em;
  color: var(--forest);
  font-family: inherit;
}

.prose h2 {
  font-size: 1.35em;
}

.prose h3 {
  font-size: 1.15em;
}

.prose ul,
.prose ol {
  margin: 0 0 1.25em;
  padding-left: 1.4em;
}

.prose li + li {
  margin-top: 0.35em;
}

.prose a {
  color: var(--forest-soft);
  text-underline-offset: 0.15em;
}

.prose table {
  width: 100%;
  margin: 1.5em 0;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  background: #fff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.78em;
  line-height: 1.45;
}

.prose th,
.prose td {
  padding: 0.65rem 0.7rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.prose th {
  color: var(--forest);
  background: var(--sage-pale);
  font-weight: 800;
}

.prose tr:last-child td,
.prose thead:last-child tr:last-child th {
  border-bottom: 0;
}

.prose th:last-child,
.prose td:last-child {
  border-right: 0;
}

.prose img {
  width: auto;
  max-width: 100%;
  max-height: 38rem;
  margin: 1.5em auto;
  border: 1px solid var(--line);
  border-radius: 0.65rem;
}

.resource-card,
.resource-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.75rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid #ced8ce;
  border-radius: 0.8rem;
  background: var(--sage-pale);
  text-decoration: none;
}

.resource-card:hover,
.resource-link:hover {
  border-color: #9fae9f;
  background: #e6ece3;
}

.resource-card__copy,
.resource-link > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.resource-card strong,
.resource-link strong {
  color: var(--forest);
  font-size: 0.88rem;
}

.resource-card small,
.resource-link small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.resource-actions a,
.resource-actions button {
  min-height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border: 1px solid #b8c5b8;
  border-radius: 0.45rem;
  color: var(--forest);
  background: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

.resource-actions a:hover,
.resource-actions button:hover {
  border-color: var(--forest-soft);
  background: var(--sage);
}

.pdf-modal {
  width: min(96vw, 100rem);
  max-width: none;
  height: 94vh;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0.8rem;
  color: var(--ink);
  background: #e8e7e1;
  box-shadow: 0 2rem 6rem rgb(0 0 0 / 35%);
}

.pdf-modal[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.pdf-modal::backdrop {
  background: rgb(20 31 25 / 78%);
}

.pdf-modal__header {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.8rem 0.65rem 1rem;
  color: #fff;
  background: var(--forest);
}

.pdf-modal__header strong {
  overflow: hidden;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf-modal__actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pdf-modal__actions a,
.pdf-modal__actions button {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 0.4rem;
  color: #fff;
  background: transparent;
  font-size: 1.35rem;
  cursor: pointer;
  text-decoration: none;
}

.pdf-modal__actions a:hover,
.pdf-modal__actions button:hover {
  background: rgb(255 255 255 / 10%);
}

.pdf-modal__actions svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pdf-modal__viewer {
  position: relative;
  min-height: 0;
}

.pdf-modal__viewer object {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.attachment-preview-modal__viewer {
  display: grid;
  place-items: center;
  overflow: auto;
}

.attachment-preview-modal__viewer img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.attachment-preview-modal__viewer [hidden] {
  display: none;
}

.pdf-modal__fallback {
  height: 100%;
  display: grid;
  place-content: center;
  gap: 0.6rem;
  padding: 1.5rem;
  color: var(--muted);
  background: var(--paper);
  text-align: center;
}

.pdf-modal__fallback p {
  margin: 0;
}

.resource-arrow {
  color: var(--forest-soft);
  font-size: 1.1rem;
}

.content-image {
  margin: 1.75rem 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #edece7;
}

.content-image img {
  width: 100%;
  height: auto;
}

.body-attachment-image {
  margin: 1.5rem 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #edece7;
}

.body-attachment-image > img {
  width: 100%;
  height: auto;
  display: block;
}

.body-attachment-image figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.7rem;
  font-weight: 750;
}

.body-attachment-card {
  margin-top: 1rem;
  background: #fff;
}

.body-attachment-card:hover {
  background: var(--sage-pale);
}

.embedded-content {
  margin: 1.75rem 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #e8e7e1;
}

.embedded-content iframe {
  width: 100%;
  display: block;
  border: 0;
}

.embedded-video iframe {
  aspect-ratio: 16 / 9;
}

.embedded-map iframe {
  height: min(58vh, 28rem);
}

.embedded-content figcaption {
  padding: 0.65rem 0.8rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.72rem;
  font-weight: 750;
}

.embedded-content figcaption a {
  color: var(--forest-soft);
  text-underline-offset: 0.18rem;
}

.body-embed {
  display: block;
  margin: 1.5rem 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #e8e7e1;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.body-embed__frame {
  display: block;
}

.body-embed iframe {
  width: 100%;
  display: block;
  border: 0;
}

.body-embed--video iframe {
  aspect-ratio: 16 / 9;
}

.body-embed--map iframe {
  height: min(58vh, 28rem);
}

.body-embed > a {
  display: block;
  padding: 0.65rem 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--forest-soft);
  background: var(--paper);
  font-size: 0.72rem;
  font-weight: 750;
  text-underline-offset: 0.18rem;
}

.body-rich-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1rem 0;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  color: var(--forest);
  background: #fff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-decoration: none;
}

.body-rich-link:hover {
  border-color: #aeb9b1;
  background: var(--sage-pale);
}

.body-rich-link__icon {
  flex: 0 0 auto;
  min-width: 3rem;
  min-height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  color: var(--forest);
  background: var(--sage-pale);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.body-rich-link__copy {
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.body-rich-link__copy strong {
  overflow: hidden;
  color: var(--forest);
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body-rich-link__copy small {
  color: var(--muted);
  font-size: 0.68rem;
}

.body-rich-link__arrow {
  margin-left: auto;
  color: var(--forest-soft);
  font-size: 1.2rem;
}

.event-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.2rem;
  margin-bottom: 1.75rem;
  padding: clamp(1rem, 4vw, 1.5rem);
  border: 1px solid #c9d8df;
  border-radius: 0.85rem;
  background: #f2f7f8;
}

.event-block__date {
  width: 4rem;
  min-height: 4.4rem;
  display: grid;
  place-content: center;
  align-self: start;
  border-radius: 0.65rem;
  color: #fff;
  background: var(--forest);
  text-align: center;
}

.event-block__date span {
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-block__date strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

.event-block__content h2 {
  margin: 0.45rem 0 0.8rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 5vw, 2.1rem);
  font-weight: 500;
}

.event-details {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
}

.event-details div {
  display: grid;
  gap: 0.08rem;
}

.event-details dt {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-details dd {
  margin: 0;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 700;
}

.event-block__content > p {
  margin-bottom: 1rem;
  color: #4e5c53;
  font-family: Georgia, "Times New Roman", serif;
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.event-actions a {
  padding: 0.45rem 0.65rem;
  border: 1px solid #b8c8ce;
  border-radius: 0.45rem;
  color: var(--forest);
  background: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.event-actions a:hover {
  border-color: var(--forest-soft);
  background: var(--sage-pale);
}

.document-preview-main {
  min-height: calc(100vh - 4.5rem);
}

.document-preview-layout {
  max-width: 70rem;
}

.document-preview-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.document-preview-heading h1 {
  max-width: none;
  margin-bottom: 0.35rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 5vw, 2.65rem);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.document-preview-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.download-button {
  min-height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 0.68rem 1rem;
  border-radius: 0.55rem;
  color: #fff;
  background: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.download-button:hover {
  background: var(--forest-soft);
}

.pdf-preview {
  width: 100%;
  height: min(72vh, 54rem);
  display: block;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: #e8e7e1;
}

.image-preview {
  margin: 0;
  padding: clamp(0.6rem, 2vw, 1rem);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: #e8e7e1;
}

.image-preview img {
  width: auto;
  max-height: 72vh;
  margin-inline: auto;
  border-radius: 0.45rem;
}

.document-fallback,
.office-preview-card {
  padding: clamp(1.5rem, 6vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.document-fallback {
  text-align: center;
}

.office-preview-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
}

.office-preview-card h2 {
  margin-bottom: 0.55rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 5vw, 2rem);
  overflow-wrap: anywhere;
}

.office-preview-card p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--muted);
}

.office-preview-icon {
  min-width: 4rem;
  min-height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 0.7rem;
  color: var(--forest);
  background: var(--sage);
  font-size: 0.75rem;
  font-weight: 900;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: var(--forest);
}

.error-card {
  width: min(100%, 34rem);
  padding: clamp(1.5rem, 8vw, 3.5rem);
  border-radius: 1rem;
  background: var(--paper);
  box-shadow: 0 2rem 5rem rgb(0 0 0 / 18%);
  text-align: center;
}

.error-card .brand-mark {
  margin: 0 auto 1.5rem;
  color: #fff;
  background: var(--forest);
}

.error-card h1 {
  margin-bottom: 0.8rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 7vw, 2.8rem);
  font-weight: 500;
}

.error-card > p:not(.eyebrow) {
  margin-bottom: 1.5rem;
  color: var(--muted);
}

.button-link {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 0.55rem;
  color: #fff;
  background: var(--forest);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.access-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: var(--forest);
}

.access-card {
  width: min(100%, 30rem);
  padding: clamp(1.4rem, 6vw, 2.6rem);
  border-radius: 0.9rem;
  background: var(--paper);
  box-shadow: 0 2rem 5rem rgb(0 0 0 / 20%);
}

.access-heading {
  margin: 2rem 0 1.35rem;
}

.access-heading h1 {
  margin-bottom: 0.55rem;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.access-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.access-heading .access-notice {
  margin-top: 0.85rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid #e3c699;
  border-radius: 0.5rem;
  color: #714428;
  background: #fbefdd;
  font-size: 0.76rem;
}

.access-form,
.access-field {
  display: grid;
  gap: 0.45rem;
}

.access-form {
  gap: 1rem;
}

.access-field label {
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 800;
}

.access-field input {
  width: 100%;
  padding: 0.75rem 0.8rem;
  border: 1px solid #c9cec8;
  border-radius: 0.5rem;
  color: var(--ink);
  background: #fff;
}

.access-field input:focus {
  border-color: var(--forest-soft);
  outline: 3px solid rgb(49 84 68 / 13%);
}

.access-field--error input {
  border-color: #b84f36;
}

.access-errors {
  color: #8c3522;
  font-size: 0.72rem;
  font-weight: 700;
}

.access-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.access-form button {
  min-height: 2.8rem;
  border: 0;
  border-radius: 0.55rem;
  color: #fff;
  background: var(--forest);
  font-weight: 800;
  cursor: pointer;
}

.access-form button:hover {
  background: var(--forest-soft);
}

@media (max-width: 41.99rem) {
  .header-inner {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0.85rem;
    gap: 0.7rem;
  }

  .section-nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .header-brand-group {
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
  }

  .site-header--detail .header-inner {
    gap: 0.65rem;
  }

}

@media (max-width: 47.99rem) {
  .site-header--home .header-inner {
    min-height: 4.5rem;
    align-items: center;
    flex-direction: row;
    padding-block: 0;
  }

  .site-header--home .header-brand-group {
    width: auto;
  }

  .site-header--home .section-nav {
    display: none;
  }
}

@media (min-width: 48rem) {
  .mobile-jump-nav {
    display: none;
  }
}

@media (min-width: 42rem) {
  .shell {
    width: min(100% - 3rem, 70rem);
  }

  .section-nav {
    gap: 1.5rem;
    font-size: 0.88rem;
  }

  .intro-inner {
    padding-block: 2.75rem 3.35rem;
  }

  .board-content {
    padding-block: 4rem 6rem;
  }

  .pinned-area {
    padding: 1.15rem;
  }

  .notice-grid,
  .notice-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-card {
    padding: 1.45rem;
  }

  .information-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .footer-layout {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .footer-support {
    justify-content: flex-end;
    text-align: right;
  }

  .detail-main {
    padding-block: 2.5rem 5rem;
  }

  .search-main {
    padding-block: 2.5rem 6rem;
  }

  .search-summary {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .search-result {
    padding: 1.4rem 1.5rem;
  }
}

@media (max-width: 36rem) {
  .event-block {
    grid-template-columns: 1fr;
  }

  .resource-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .resource-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .resource-actions > * {
    flex: 1;
  }

  .pdf-modal {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }

  .document-preview-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .office-preview-card {
    grid-template-columns: 1fr;
  }

  .office-preview-icon {
    width: 4rem;
  }
}

@media (min-width: 62rem) {
  .notice-grid--pinned {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
