@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Light.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Book.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/Gotham-Medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

:root {
  color-scheme: light;
  --page: #f5f7f2;
  --surface: #ffffff;
  --surface-soft: #eef4ec;
  --hero: #f4f1e8;
  --text: #171a1f;
  --muted: #5d6673;
  --line: #d7dfd5;
  --green: #1f3b2d;
  --green-mid: #44735a;
  --mint: #7fcb86;
  --max: 1120px;
  font-family: "Gotham", "Avenir Next", Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--page); font-size: 16px; line-height: 1.68; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover, a:focus-visible { color: var(--green-mid); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 9px 12px;
  color: var(--surface);
  background: var(--green);
  border-radius: 6px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.page-header { position: relative; z-index: 10; background: var(--surface); border-bottom: 1px solid var(--line); }
.header-inner, .hero-inner, .content-layout, .footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand img { width: 44px; height: 44px; flex: 0 0 44px; object-fit: cover; border-radius: 8px; }
.brand-copy { min-width: 0; display: grid; line-height: 1.15; }
.brand-copy small { color: var(--muted); font-size: .67rem; text-transform: uppercase; }
.brand-copy strong { color: var(--text); font-size: 1.02rem; font-weight: 500; }
.top-links { display: flex; align-items: center; gap: 5px; }
.top-links a { min-height: 38px; display: inline-flex; align-items: center; padding: 7px 10px; color: var(--muted); border-radius: 6px; font-size: .84rem; text-decoration: none; }
.top-links a:hover, .top-links a:focus-visible, .top-links a[aria-current="page"] { color: var(--text); background: var(--surface-soft); }

.hero-band { background: var(--hero); border-bottom: 1px solid rgba(31, 59, 45, .14); }
.hero-inner { padding: 52px 0 48px; }
.eyebrow, .section-number { color: var(--green-mid); font-size: .74rem; font-weight: 500; text-transform: uppercase; }
.eyebrow { margin: 0 0 10px; }
h1, h2 { letter-spacing: 0; }
h1 { max-width: 920px; margin: 0; color: var(--green); font: 400 4.5rem/.98 "DM Serif Display", Georgia, serif; }
.lead { max-width: 800px; margin: 20px 0 0; color: #39463f; font-size: 1.02rem; line-height: 1.6; }

.content-layout { display: grid; grid-template-columns: minmax(190px, 230px) minmax(0, 1fr); gap: 52px; padding: 42px 0 64px; }
.contents { align-self: start; position: sticky; top: 24px; }
.contents strong { display: block; margin-bottom: 11px; font-size: .76rem; font-weight: 500; text-transform: uppercase; }
.contents ol { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; }
.contents a { display: block; padding: 6px 0; color: var(--muted); font-size: .8rem; line-height: 1.35; text-decoration: none; }
.contents a:hover, .contents a:focus-visible { color: var(--green); }
.document { min-width: 0; }
.document .document-section { scroll-margin-top: 24px; padding: 0 0 36px; background: transparent; border: 0; border-radius: 0; }
.document .document-section + .document-section { padding-top: 36px; border-top: 1px solid var(--line); }
.section-number { display: block; margin-bottom: 5px; }
h2 { margin: 0 0 16px; color: var(--green); font: 400 2.25rem/1.1 "DM Serif Display", Georgia, serif; }
.document .document-section h2 { margin: 0 0 16px; color: var(--green); font: 400 2.25rem/1.1 "DM Serif Display", Georgia, serif; }
p { margin: 0; }
p + p, .role-table-shell + p { margin-top: 13px; }

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-left: 5px solid var(--mint);
  border-radius: 8px;
}
.info-item { min-width: 0; padding: 14px 16px; background: var(--surface); }
.info-item span, .info-item strong, .info-item a { display: block; }
.info-item span { margin-bottom: 4px; color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.info-item strong, .info-item a { overflow-wrap: anywhere; color: var(--text); font-size: .88rem; font-weight: 500; }

.role-table-shell { margin: 18px 0; overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.role-table { width: 100%; min-width: 520px; border-collapse: collapse; table-layout: fixed; }
.role-table th, .role-table td { padding: 11px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.role-table th { color: var(--muted); background: var(--surface-soft); font-size: .72rem; font-weight: 500; text-transform: uppercase; }
.role-table td { font-size: .86rem; }
.role-table tbody tr:last-child td { border-bottom: 0; }
.role-table td:first-child { color: var(--green); font-weight: 500; }

.page-footer { color: var(--muted); background: var(--surface); border-top: 1px solid var(--line); }
.footer-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; font-size: .78rem; }

@media (max-width: 820px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2rem; }
  .content-layout { grid-template-columns: 1fr; gap: 30px; }
  .contents { position: static; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .contents ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 18px; }
}

@media (max-width: 620px) {
  h1 { font-size: 2.7rem; }
  h2 { font-size: 1.8rem; }
  .header-inner, .hero-inner, .content-layout, .footer-inner { width: min(100% - 28px, var(--max)); }
  .header-inner { align-items: flex-start; flex-direction: column; gap: 12px; padding: 14px 0; }
  .top-links { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .top-links a { justify-content: center; padding-inline: 5px; text-align: center; }
  .hero-inner { padding: 38px 0 36px; }
  .content-layout { padding: 30px 0 48px; }
  .contents ol, .info-grid { grid-template-columns: 1fr; }
  .document .document-section, .document .document-section + .document-section { padding-bottom: 30px; }
  .document .document-section + .document-section { padding-top: 30px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
