/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", ui-sans-serif, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .max-w-none {
    max-width: none;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
}
:root {
  --forest: #17443b;
  --forest-deep: #10332d;
  --forest-soft: #e5f0eb;
  --gold: #c58a3a;
  --gold-soft: #f7ecd9;
  --ink: #26332f;
  --muted: #66736e;
  --paper: #fbfaf6;
  --line: #dce5df;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", ui-sans-serif, sans-serif;
}
a {
  text-underline-offset: 3px;
}
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 30;
  padding: .7rem 1rem;
  transform: translateY(-150%);
  background: var(--forest-deep);
  color: white;
  font-size: .85rem;
  font-weight: 700;
}
.skip-link:focus {
  transform: translateY(1rem);
}
.site-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-main {
  flex: 1;
}
.site-container {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--paper) 94%, transparent);
  }
  backdrop-filter: blur(12px);
}
.site-header-inner {
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--forest-deep);
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: .65rem;
  background: var(--forest);
  color: white;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}
.brand-name, .brand-subtitle {
  display: block;
}
.brand-name {
  font-weight: 700;
  letter-spacing: -.02em;
}
.brand-subtitle {
  margin-top: .1rem;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-link {
  position: relative;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}
.nav-link:hover, .nav-link.is-active {
  color: var(--forest);
}
.nav-link.is-active::after {
  position: absolute;
  right: 0;
  bottom: -.65rem;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
}
.nav-action, .button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .35rem;
  background: var(--forest);
  color: white;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}
.nav-action {
  padding: .7rem 1rem;
}
.nav-action:hover, .button-primary:hover {
  background: var(--forest-deep);
  transform: translateY(-1px);
}
.menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  border-radius: .35rem;
  background: transparent;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 1.15rem;
  height: 2px;
  margin: .22rem auto;
  background: var(--forest);
}
.mobile-nav {
  padding-bottom: 1rem;
}
.mobile-nav[hidden] {
  display: none;
}
.mobile-nav .nav-link, .mobile-nav .nav-action {
  display: block;
  margin-top: .75rem;
}
.page-section {
  padding-block: 3.5rem 5rem;
}
.hero-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: .75rem;
  background: var(--forest);
  color: white;
}
.hero-panel::after {
  position: absolute;
  right: -4rem;
  bottom: -6rem;
  width: 18rem;
  height: 18rem;
  border: 2rem solid var(--gold);
  @supports (color: color-mix(in lab, red, red)) {
    border: 2rem solid color-mix(in srgb, var(--gold) 30%, transparent);
  }
  border-radius: 50%;
  content: "";
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}
.eyebrow, .footer-label {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-title, .section-title, .page-title {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -.03em;
}
.hero-title {
  max-width: 38rem;
  margin: .8rem 0 1rem;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: .98;
}
.hero-copy {
  max-width: 34rem;
  margin-bottom: 1.75rem;
  color: #d9e9e1;
  font-size: 1.08rem;
  line-height: 1.7;
}
.button-primary {
  padding: .85rem 1.15rem;
  background: var(--gold);
  color: var(--forest-deep);
}
.button-primary:hover {
  background: #d69b48;
}
.alert-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--gold);
  background: var(--gold-soft);
}
.alert-title {
  margin: .2rem 0;
  color: var(--forest-deep);
  font-weight: 700;
}
.alert-copy {
  margin: 0;
  color: #765729;
  font-size: .9rem;
}
.text-link {
  flex-shrink: 0;
  color: var(--forest);
  font-size: .85rem;
  font-weight: 700;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.section-title {
  margin: 0;
  color: var(--forest-deep);
  font-size: 1.65rem;
}
.section-kicker {
  margin: 0 0 .35rem;
  color: var(--muted);
  font-size: .8rem;
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: 3rem;
}
.announcement-list {
  border-top: 1px solid var(--line);
}
.announcement-item {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}
.item-date {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
}
.item-title {
  margin: .3rem 0;
  color: var(--forest-deep);
  font-size: 1.05rem;
  font-weight: 700;
}
.item-title a {
  color: inherit;
  text-decoration: none;
}
.item-title a:hover {
  color: var(--gold);
}
.item-summary, .empty-copy {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}
.meeting-card, .resource-panel {
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: white;
}
.meeting-card {
  border-top: 4px solid var(--gold);
}
.meeting-date {
  display: inline-flex;
  min-width: 4.25rem;
  flex-direction: column;
  align-items: center;
  padding: .65rem;
  background: var(--forest-soft);
  color: var(--forest);
}
.meeting-date-month {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.meeting-date-day {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}
.meeting-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.meeting-title {
  margin: .15rem 0 .6rem;
  color: var(--forest-deep);
  font-size: 1.1rem;
  font-weight: 700;
}
.meeting-meta {
  margin: .25rem 0;
  color: var(--muted);
  font-size: .82rem;
}
.resource-panel {
  margin-top: 3.5rem;
  background: var(--forest-soft);
}
.resource-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-top: 1.25rem;
}
.resource-link {
  padding: .85rem;
  border: 1px solid #c9ddd3;
  background: white;
  color: var(--forest-deep);
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
}
.resource-link:hover {
  border-color: var(--gold);
}
.site-footer {
  margin-top: auto;
  padding: 3rem 0 1.25rem;
  background: var(--forest-deep);
  color: #d2e1da;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
}
.footer-title {
  margin: 0 0 .5rem;
  color: white;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}
.footer-copy {
  max-width: 22rem;
  margin: .4rem 0;
  color: #a9c1b7;
  font-size: .82rem;
  line-height: 1.6;
}
.footer-link {
  display: block;
  width: fit-content;
  margin-top: .45rem;
  color: #e8f1ec;
  font-size: .85rem;
  text-decoration: none;
}
.footer-link:hover {
  color: #f0bd6d;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #31564b;
  color: #91ada1;
  font-size: .75rem;
}
.page-title {
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}
.page-intro {
  max-width: 38rem;
  margin: .75rem 0 2.5rem;
  color: var(--muted);
  line-height: 1.7;
}
.listing {
  max-width: 52rem;
}
.meeting-group {
  max-width: 58rem;
}
.section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 58rem;
  margin: 3.5rem 0 2.5rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-divider::before, .section-divider::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}
.listing-item {
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}
.listing-item:last-child {
  border-bottom: 1px solid var(--line);
}
.document-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.meeting-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.upcoming-meeting {
  padding: 1.75rem;
  border: 1px solid #c9ddd3;
  border-top: 4px solid var(--gold);
  background: white;
}
.meeting-list-content {
  flex: 1;
}
.meeting-location {
  margin: .35rem 0 1rem;
  color: var(--forest);
  font-size: .9rem;
  font-weight: 600;
}
.agenda-preview {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.agenda-preview ol, .agenda-block ol {
  margin: .5rem 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.7;
}
.agenda-preview li, .agenda-block li {
  padding-left: .25rem;
}
.item-label {
  margin: 0 0 .35rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.status-badge {
  display: inline-block;
  margin-left: .5rem;
  padding: .2rem .45rem;
  background: var(--gold-soft);
  color: #765729;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  vertical-align: .1rem;
}
.file-link {
  flex-shrink: 0;
  color: var(--forest);
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
}
.file-link:hover {
  color: var(--gold);
}
.file-status {
  flex-shrink: 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 600;
}
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}
.detail-meta span {
  padding: .35rem .6rem;
  background: var(--forest-soft);
  color: var(--forest);
  font-size: .78rem;
  font-weight: 600;
}
.agenda-block {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--gold);
  background: var(--gold-soft);
}
.agenda-block h2 {
  margin: 0;
  color: var(--forest-deep);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}
.detail-file-link {
  display: inline-block;
  margin-top: 1.25rem;
}
.listing-link {
  color: var(--forest-deep);
  text-decoration: none;
}
.listing-link:hover {
  color: var(--gold);
}
.prose {
  color: var(--ink);
}
.prose h2, .prose h3 {
  color: var(--forest-deep);
  font-family: "Fraunces", Georgia, serif;
}
.prose a {
  color: var(--forest);
  font-weight: 600;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 48rem) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .content-grid, .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .resource-links {
    grid-template-columns: 1fr;
  }
  .alert-strip, .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .document-item {
    align-items: flex-start;
    flex-direction: column;
    gap: .75rem;
  }
  .upcoming-meeting {
    padding: 1.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
    }
  }
}
