:root {
  --spruce-950: #102a20;
  --spruce-900: #173c2c;
  --spruce-800: #1f5138;
  --spruce-700: #2d6a4f;
  --moss-500: #78956b;
  --moss-300: #a9bd98;
  --lichen-100: #edf2e8;
  --paper: #fbfcfa;
  --bog: #9a7042;
  --lake: #4d7c8a;
  --ink: #20352a;
  --muted: #68766e;
  --line: rgba(31, 81, 56, 0.14);
  --soft-shadow: 0 12px 34px rgba(22, 55, 38, 0.09);
  scrollbar-color: #5c7f71 #e7ede4;
  scrollbar-width: auto;
}

* {
  scrollbar-color: #5c7f71 #e7ede4;
  scrollbar-width: auto;
}

*::-webkit-scrollbar {
  height: 14px;
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: #e7ede4;
}

*::-webkit-scrollbar-thumb {
  background: #5c7f71;
  border: 3px solid #e7ede4;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--spruce-800);
}

html,
body {
  background: #f3f6f1;
  color: var(--ink);
}

body {
  letter-spacing: -0.008em;
}

a {
  color: var(--spruce-700);
}

.navbar {
  --bs-navbar-padding-y: 0.62rem;
  background: #fff !important;
  border: 0;
  border-bottom: 1px solid rgba(31, 81, 56, 0.12);
  box-shadow: 0 8px 28px rgba(10, 35, 24, 0.12);
  z-index: 1040;
}

.navbar .container-fluid {
  align-items: center;
  gap: 0.65rem;
}

.navbar-brand {
  color: var(--spruce-950) !important;
  height: auto;
  margin-right: 1.2rem;
  padding: 0.25rem 0;
  white-space: normal;
}

.header-branding {
  align-items: center;
  display: flex;
  gap: 0.72rem;
}

.station-logo {
  display: block;
  height: 52px;
  object-fit: contain;
  width: auto;
}

.station-logo-link {
  border-radius: 0.35rem;
  display: block;
  flex: 0 0 auto;
}

.station-logo-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(36, 91, 64, 0.24);
  outline: 2px solid var(--spruce-800);
  outline-offset: 3px;
}

.header-branding__divider {
  background: rgba(31, 81, 56, 0.22);
  height: 38px;
  width: 1px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-copy {
  line-height: 1.05;
}

.brand-copy__title {
  color: var(--spruce-950);
  font-size: 0.98rem;
  font-weight: 720;
  letter-spacing: 0.01em;
}

.brand-copy__subtitle {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 520;
  letter-spacing: 0.045em;
  margin-top: 0.22rem;
  text-transform: uppercase;
}

.navbar-nav > li > a,
.navbar-nav .nav-link {
  border-radius: 999px;
  color: var(--spruce-800) !important;
  font-size: 0.88rem;
  font-weight: 610;
  margin: 0 0.08rem;
  padding: 0.52rem 0.78rem !important;
  transition: background 150ms ease, color 150ms ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .nav-link:hover {
  background: rgba(36, 91, 64, 0.08) !important;
  color: var(--spruce-950) !important;
}

.navbar-nav > li.active > a,
.navbar-nav > li.active > a:hover,
.navbar-nav .nav-link.active {
  background: var(--spruce-800) !important;
  box-shadow: none;
  color: #fff !important;
}

.navbar-toggle,
.navbar-toggler {
  background: #f4f7f2 !important;
  border: 1px solid rgba(31, 81, 56, 0.2) !important;
  border-radius: 0.65rem !important;
  padding: 0.62rem 0.68rem !important;
}

.navbar-toggle .icon-bar,
.navbar-toggler-icon {
  background-color: var(--spruce-900) !important;
}

.language-control {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 0.35rem;
}

.language-control .form-group,
.language-control .form-control,
.language-control .form-select {
  margin: 0;
}

.language-control .form-control,
.language-control .form-select {
  background-color: #f7f9f5;
  border-color: rgba(31, 81, 56, 0.2) !important;
  border-radius: 999px;
  color: var(--spruce-900);
  font-size: 0.82rem;
  font-weight: 650;
  min-height: 36px;
  padding-left: 0.85rem;
}

.language-control .form-control option,
.language-control .form-select option {
  color: var(--ink);
}

.source-ribbon {
  align-items: center;
  background: rgba(238, 243, 234, 0.92);
  border-bottom: 1px solid var(--line);
  color: #53655a;
  display: flex;
  font-size: 0.72rem;
  font-weight: 590;
  gap: 0.5rem;
  min-height: 29px;
  padding: 0.33rem 1.2rem;
}

.source-ribbon__dot {
  animation: source-pulse 2.5s ease-in-out infinite;
  background: #4c8c60;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(76, 140, 96, 0.12);
  height: 7px;
  width: 7px;
}

.source-ribbon a {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  margin-left: auto;
  text-decoration: none;
}

@keyframes source-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.bslib-sidebar-layout {
  --_sidebar-bg: #eef3e9;
  background: #f3f6f1;
}

.bslib-sidebar-layout > .sidebar {
  border-right: 1px solid var(--line);
  box-shadow: 10px 0 30px rgba(28, 65, 43, 0.035);
}

.bslib-sidebar-layout > .sidebar .sidebar-title {
  color: var(--spruce-900);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bslib-sidebar-layout > .sidebar label,
.bslib-sidebar-layout > .sidebar .control-label {
  color: #3d5547;
  font-size: 0.77rem;
  font-weight: 680;
  margin-bottom: 0.35rem;
}

.bslib-sidebar-layout > .sidebar .form-group {
  margin-bottom: 1rem;
}

.form-control,
.form-select,
.selectize-input {
  border-color: rgba(41, 87, 59, 0.2) !important;
  border-radius: 0.68rem !important;
  box-shadow: none !important;
  font-size: 0.85rem;
}

.form-control:focus,
.form-select:focus,
.selectize-input.focus {
  border-color: var(--moss-500) !important;
  box-shadow: 0 0 0 0.2rem rgba(79, 128, 97, 0.12) !important;
}

.selectize-control.multi .selectize-input > div {
  background: #dfe9d8;
  border: 0;
  border-radius: 999px;
  color: #284837;
  font-size: 0.74rem;
  padding: 0.25rem 0.48rem;
}

.selectize-dropdown .option {
  line-height: 1.35;
  white-space: normal;
}

.irs--shiny .irs-bar,
.irs--shiny .irs-single,
.irs--shiny .irs-from,
.irs--shiny .irs-to {
  background: var(--spruce-700);
  border-color: var(--spruce-700);
}

.irs--shiny .irs-handle {
  border-color: var(--spruce-700);
}

.btn-reset,
.btn-download {
  border: 0 !important;
  border-radius: 0.7rem !important;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.64rem 0.8rem;
}

.management-filter-help {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
  margin: -0.45rem 0 0.8rem;
}

.btn-reset {
  background: rgba(36, 91, 64, 0.09) !important;
  color: var(--spruce-800) !important;
}

.btn-reset:hover {
  background: rgba(36, 91, 64, 0.16) !important;
}

.btn-download {
  background: var(--spruce-800) !important;
  color: #fff !important;
}

.explorer-content,
.analysis-content {
  padding: 1rem 1.05rem 1.15rem;
}

.kpi-grid {
  margin-bottom: 0.85rem;
}

.kpi-box {
  border: 0 !important;
  box-shadow: var(--soft-shadow);
  min-height: 96px;
  overflow: hidden;
  position: relative;
}

.kpi-box::after {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
  height: 110px;
  position: absolute;
  right: -35px;
  top: -50px;
  width: 110px;
}

.kpi-box--spruce { background: linear-gradient(135deg, #173c2c, #2b6648) !important; }
.kpi-box--moss { background: linear-gradient(135deg, #516c46, #78956b) !important; }
.kpi-box--bog { background: linear-gradient(135deg, #765332, #a67c4e) !important; }
.kpi-box--lake { background: linear-gradient(135deg, #365e6d, #568797) !important; }

.kpi-box .value-box-title {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.69rem !important;
  font-weight: 720 !important;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.kpi-box .value-box-value {
  color: #fff !important;
  font-size: clamp(1.28rem, 2vw, 1.78rem) !important;
  font-weight: 730 !important;
  letter-spacing: -0.035em;
}

.kpi-grid--compact .kpi-box {
  min-height: 90px;
}

.card {
  border: 1px solid rgba(31, 81, 56, 0.1);
  box-shadow: var(--soft-shadow);
}

.card-header {
  background: rgba(251, 252, 250, 0.92);
  border-bottom-color: var(--line);
  color: var(--spruce-900);
  font-size: 0.88rem;
  font-weight: 720;
  padding: 0.72rem 0.95rem;
}

.card-heading {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

.card-heading__mark {
  background: linear-gradient(180deg, var(--moss-300), var(--spruce-700));
  border-radius: 999px;
  height: 17px;
  width: 5px;
}

.map-card {
  min-height: 610px;
  overflow: hidden;
}

.map-card .card-body {
  min-height: 0;
  padding: 0;
}

.forest-map {
  background: #dfe7d8;
  height: min(66vh, 710px);
  min-height: 520px;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.map-footer__help {
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.45;
  max-width: 72%;
}

.map-label-note {
  color: #718078;
  display: block;
  font-style: italic;
  margin-top: 0.3rem;
}

.selection-pill {
  background: #dfe9d8;
  border-radius: 999px;
  color: var(--spruce-800);
  display: inline-block;
  font-size: 0.72rem;
  padding: 0.38rem 0.65rem;
  white-space: nowrap;
}

.selection-pill--empty {
  background: #edf0ea;
  color: #718078;
  white-space: normal;
}

.leaflet-control-layers,
.leaflet-bar,
.hfs-map-legend {
  border: 0 !important;
  border-radius: 0.72rem !important;
  box-shadow: 0 8px 24px rgba(18, 48, 32, 0.2) !important;
}

.leaflet-control-layers-expanded {
  color: var(--ink);
  font-family: inherit;
  font-size: 0.78rem;
  padding: 0.65rem 0.78rem;
}

.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.82) !important;
  font-size: 9px !important;
}

.hfs-map-legend {
  background: rgba(251, 252, 250, 0.94);
  color: var(--ink);
  max-height: 250px;
  max-width: 210px;
  min-width: 138px;
  overflow-y: auto;
  padding: 0.62rem 0.7rem;
}

.hfs-map-legend__title {
  border-bottom: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  margin-bottom: 0.42rem;
  padding-bottom: 0.32rem;
  text-transform: uppercase;
}

.hfs-map-legend__item {
  align-items: center;
  display: flex;
  font-size: 0.68rem;
  gap: 0.42rem;
  line-height: 1.25;
  margin: 0.28rem 0;
}

.hfs-map-legend__swatch {
  border: 1px solid rgba(25, 55, 38, 0.12);
  border-radius: 50%;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.hfs-map-empty {
  background: rgba(251, 252, 250, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--soft-shadow);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  left: 50%;
  max-width: 80%;
  padding: 0.58rem 0.9rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 700;
}

.hfs-map-tooltip {
  background: var(--spruce-950);
  border: 0;
  border-radius: 0.45rem;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 650;
  padding: 0.3rem 0.48rem;
}

.hfs-map-tooltip::before {
  border-top-color: var(--spruce-950) !important;
}

.map-popup {
  color: var(--ink);
  font-family: inherit;
}

.map-popup__eyebrow {
  color: var(--moss-500);
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-popup__title {
  color: var(--spruce-900);
  font-size: 1.05rem;
  font-weight: 760;
  margin: 0.05rem 0 0.5rem;
}

.map-popup dl {
  display: grid;
  font-size: 0.72rem;
  gap: 0.26rem 0.7rem;
  grid-template-columns: minmax(92px, 1fr) 1.15fr;
  margin: 0;
}

.map-popup dt {
  color: #718078;
  font-weight: 570;
}

.map-popup dd {
  font-weight: 650;
  margin: 0;
}

.map-popup__taxon-link {
  color: var(--spruce-700);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.map-popup__taxon-link:hover,
.map-popup__taxon-link:focus-visible {
  color: var(--spruce-950);
}

.map-popup__external {
  font-size: 0.72em;
  margin-left: 0.28rem;
}

.map-popup__section-title {
  border-top: 1px solid var(--line);
  color: var(--spruce-800);
  font-size: 0.67rem;
  font-weight: 740;
  letter-spacing: 0.025em;
  margin-top: 0.58rem;
  padding-top: 0.48rem;
}

.map-popup__practices {
  display: grid;
  font-size: 0.7rem;
  gap: 0.18rem;
  line-height: 1.3;
  list-style-position: outside;
  margin: 0.3rem 0 0;
  padding-left: 1rem;
}

.map-popup__practices li::marker {
  color: var(--moss-500);
}

.map-popup__more,
.map-popup__none {
  color: #718078;
  font-size: 0.68rem;
  font-style: italic;
}

.map-popup__none {
  margin-top: 0.28rem;
}

.chart-card {
  margin-bottom: 1rem;
}

.chart-card .card-body {
  padding: 0.4rem 0.55rem 0.2rem;
}

.modebar {
  transform: scale(0.86);
  transform-origin: top right;
}

.table-card {
  overflow: hidden;
}

.table-card .card-body {
  padding: 0.55rem 0.7rem 0.7rem;
}

.table-card--full {
  margin: 1rem;
}

table.dataTable {
  color: var(--ink);
  font-size: 0.76rem;
}

table.dataTable thead th {
  background: #e8efe3;
  border-bottom-color: rgba(31, 81, 56, 0.18) !important;
  color: #385343;
  font-size: 0.7rem;
  font-weight: 740;
}

table.dataTable tbody tr:hover {
  background: #f0f5ed !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
}

.data-row-count {
  background: rgba(36, 91, 64, 0.07);
  border-radius: 0.65rem;
  color: var(--spruce-700);
  font-size: 0.78rem;
  font-weight: 680;
  margin: 0.35rem 0 0.8rem;
  padding: 0.62rem 0.7rem;
}

.about-page {
  background:
    radial-gradient(circle at 88% 4%, rgba(120, 149, 107, 0.16), transparent 30%),
    #f3f6f1;
  min-height: 100%;
  overflow-y: auto;
  padding: 1.25rem;
}

.about-hero {
  background:
    linear-gradient(112deg, rgba(16, 42, 32, 0.98), rgba(45, 106, 79, 0.94)),
    repeating-linear-gradient(120deg, transparent 0, transparent 14px, rgba(255,255,255,0.03) 15px);
  border-radius: 1.2rem;
  box-shadow: 0 18px 44px rgba(16, 42, 32, 0.18);
  color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3.1rem);
  position: relative;
}

.about-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 270px;
  position: absolute;
  right: -65px;
  top: -105px;
  width: 270px;
}

.about-hero__eyebrow {
  color: #bfd1ae;
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  margin-bottom: 0.65rem;
}

.about-hero h1 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 740;
  letter-spacing: -0.045em;
  margin-bottom: 0.65rem;
}

.about-hero p {
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(0.9rem, 1.5vw, 1.08rem);
  line-height: 1.62;
  margin: 0;
  max-width: 780px;
}

.source-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.source-chips > span,
.source-chips > a {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #eef4e9;
  font-size: 0.69rem;
  font-weight: 650;
  padding: 0.37rem 0.62rem;
}

.source-chip--link {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease;
}

.source-chip--link:hover,
.source-chip--link:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.about-card {
  margin-bottom: 1rem;
}

.about-card .card-body {
  color: #53655a;
  font-size: 0.84rem;
  line-height: 1.62;
  padding: 1rem 1.1rem;
}

.about-card--wide {
  margin-bottom: 1.5rem;
}

.about-card--measurements {
  border-top: 3px solid #0072b2;
}

.about-card--management {
  border-top: 3px solid #009e73;
}

.about-card--maps {
  border-top: 3px solid var(--moss-500);
}

.about-meta {
  display: grid;
  font-size: 0.78rem;
  gap: 0.35rem 0.8rem;
  grid-template-columns: max-content 1fr;
  margin: 0.8rem 0 0;
}

.about-meta dt {
  color: #7b887f;
  font-weight: 620;
}

.about-meta dd {
  color: var(--ink);
  font-weight: 610;
  margin: 0;
}

.citation-widget {
  background: #f2f6ef;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.9rem;
}

.citation-toolbar {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: space-between;
  margin: 0.8rem 0;
}

.citation-field {
  flex: 1 1 220px;
}

.citation-field__label {
  color: #3d5547;
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 0.32rem;
}

.citation-format-select {
  background: #fff;
  border: 1px solid rgba(41, 87, 59, 0.2);
  border-radius: 0.68rem;
  color: var(--ink);
  font-size: 0.82rem;
  min-height: 40px;
  padding: 0.5rem 2.2rem 0.5rem 0.72rem;
  width: 100%;
}

.citation-copy-button {
  background: var(--spruce-800);
  border: 0;
  border-radius: 0.68rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  min-height: 40px;
  padding: 0.55rem 0.85rem;
}

.citation-copy-button:hover,
.citation-copy-button:focus-visible {
  background: var(--spruce-950);
}

.citation-preview {
  background: #fff;
  border: 1px solid rgba(31, 81, 56, 0.12);
  border-radius: 0.7rem;
  color: var(--ink);
  display: block;
  font-family: inherit;
  font-size: 0.73rem;
  line-height: 1.55;
  margin: 0;
  min-height: 118px;
  overflow: auto;
  padding: 0.8rem;
  resize: vertical;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-word;
}

.citation-preview--code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.citation-status {
  color: var(--spruce-700);
  font-size: 0.69rem;
  font-weight: 650;
  min-height: 1em;
  padding-top: 0.38rem;
}

.team-page {
  background:
    radial-gradient(circle at 10% 3%, rgba(77, 124, 138, 0.11), transparent 27%),
    radial-gradient(circle at 90% 8%, rgba(120, 149, 107, 0.17), transparent 29%),
    #f3f6f1;
  min-height: 100%;
  overflow-y: auto;
  padding: 1.25rem;
}

.team-hero {
  background: rgba(251, 252, 250, 0.94);
  border: 1px solid var(--line);
  border-left: 6px solid var(--spruce-700);
  border-radius: 1.1rem;
  box-shadow: var(--soft-shadow);
  margin-bottom: 1rem;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  position: relative;
}

.team-hero::after {
  border: 26px solid rgba(120, 149, 107, 0.08);
  border-radius: 50%;
  content: "";
  height: 180px;
  position: absolute;
  right: -52px;
  top: -72px;
  width: 180px;
}

.team-hero__eyebrow {
  color: var(--moss-500);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  margin-bottom: 0.55rem;
}

.team-hero h1 {
  color: var(--spruce-950);
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  font-weight: 740;
  letter-spacing: -0.04em;
  margin: 0 0 0.55rem;
}

.team-hero p {
  color: #53655a;
  font-size: clamp(0.88rem, 1.35vw, 1rem);
  line-height: 1.62;
  margin: 0;
  max-width: 870px;
  position: relative;
  z-index: 1;
}

.team-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-card {
  align-items: start;
  background: var(--paper);
  border: 1px solid rgba(31, 81, 56, 0.12);
  border-radius: 1.05rem;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 1rem;
  grid-template-columns: 126px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  padding: 1rem;
}

.team-card__visual {
  aspect-ratio: 4 / 5;
  background: #dfe7d8;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.team-card__portrait {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
  transition: transform 240ms ease;
  width: 100%;
}

.team-card:hover .team-card__portrait {
  transform: scale(1.025);
}

.team-card__visual--placeholder {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(16, 42, 32, 0.93), rgba(45, 106, 79, 0.83)),
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.14), transparent 29%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-card__monogram {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  display: flex;
  font-size: 1.45rem;
  font-weight: 720;
  height: 68px;
  justify-content: center;
  letter-spacing: 0.03em;
  width: 68px;
}

.team-card__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0.15rem 0;
}

.team-card__affiliation {
  color: var(--moss-500);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.team-card h2 {
  color: var(--spruce-950);
  font-size: 1.12rem;
  font-weight: 730;
  letter-spacing: -0.02em;
  margin: 0.25rem 0 0.15rem;
}

.team-card__title {
  color: #53655a;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0;
  min-height: 2em;
}

.team-card__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  margin-top: 0.85rem;
}

.team-link {
  align-items: center;
  color: var(--spruce-700);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 650;
  gap: 0.35rem;
  line-height: 1.35;
  text-decoration: none;
}

.team-link:hover,
.team-link:focus-visible {
  color: var(--spruce-950);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.team-link__arrow {
  font-size: 0.82em;
}

.orcid-mark {
  align-items: center;
  background: #a6ce39;
  border-radius: 50%;
  color: #203000;
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 0.59rem;
  font-weight: 800;
  height: 22px;
  justify-content: center;
}

.support-card .card-body > .support-intro {
  color: #53655a;
  margin: 0 0 0.9rem;
  max-width: 920px;
}

.support-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-item {
  background: #f4f7f2;
  border: 1px solid var(--line);
  border-left: 5px solid var(--spruce-700);
  border-radius: 0.78rem;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 0.85rem 0.9rem;
}

.support-item--enrich { border-left-color: var(--lake); }
.support-item--hilife { border-left-color: var(--moss-500); }
.support-item--award { border-left-color: #b1843d; }

.support-item__meta {
  color: #718078;
  font-size: 0.62rem;
  font-weight: 720;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.support-item h3 {
  color: var(--spruce-950);
  font-size: 0.94rem;
  font-weight: 720;
  margin: 0.22rem 0 0.38rem;
}

.support-item p {
  color: #5d6d63;
  font-size: 0.74rem;
  line-height: 1.5;
  margin: 0 0 0.65rem;
}

.support-item__link {
  align-items: center;
  color: var(--spruce-700);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.32rem;
  margin-top: auto;
  text-decoration: none;
}

.support-item__link:hover,
.support-item__link:focus-visible {
  color: var(--spruce-950);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1080px) {
  .team-grid { grid-template-columns: 1fr; }
}

@media (min-width: 768px) {
  .navbar > .container-fluid {
    align-items: center;
    display: flex;
  }
  .navbar-header {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    float: none;
  }
  .navbar-brand {
    align-items: center;
    display: flex;
  }
  .navbar-collapse.collapse {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    float: none;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
  .navbar-nav {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    float: none;
    margin-block: 0;
  }
  .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 1180px) {
  .brand-copy__subtitle { display: none; }
  .navbar-nav > li > a,
  .navbar-nav .nav-link { font-size: 0.8rem; padding-inline: 0.58rem !important; }
  .map-footer { align-items: flex-start; flex-direction: column; }
  .map-footer__help { max-width: 100%; }
}

@media (max-width: 1020px) and (min-width: 768px) {
  .brand-copy,
  .header-branding__divider { display: none; }
  .station-logo { height: 46px; }
}

@media (max-width: 767px) {
  .navbar .container-fluid {
    display: block;
    padding-inline: 0.75rem;
  }
  .navbar-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .navbar-brand {
    flex: 1 1 auto;
    float: none;
    margin: 0;
    max-width: calc(100% - 58px);
  }
  .header-branding__divider,
  .brand-copy { display: none; }
  .station-logo {
    height: auto;
    max-width: 100%;
    width: 190px;
  }
  .navbar-toggle,
  .navbar-toggler {
    display: block !important;
    flex: 0 0 auto;
    float: none;
    margin: 0.35rem 0 !important;
  }
  .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(31, 81, 56, 0.12);
    box-shadow: none;
    clear: both;
    max-height: calc(100vh - 92px) !important;
    overflow-y: auto;
    padding: 0.35rem 0 0.55rem;
    width: 100%;
  }
  .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .navbar-nav > li {
    width: 100%;
  }
  .navbar-nav > li > a,
  .navbar-nav .nav-link {
    display: block;
    margin: 0.12rem 0;
    padding: 0.62rem 0.8rem !important;
  }
  .bslib-nav-spacer { display: none !important; }
  .language-control {
    padding: 0.42rem 0 0.1rem;
    width: 100%;
  }
  .language-control .form-group,
  .language-control .form-control,
  .language-control .form-select {
    width: 100% !important;
  }
  .source-ribbon { align-items: flex-start; flex-wrap: wrap; padding-inline: 0.75rem; }
  .source-ribbon a { margin-left: 0; }
  .explorer-content,
  .analysis-content { padding: 0.65rem; }
  .kpi-grid { grid-template-columns: 1fr 1fr !important; }
  .kpi-box { min-height: 84px; }
  .forest-map { height: 58vh; min-height: 430px; }
  .hfs-map-legend { max-height: 170px; max-width: 165px; }
  .table-card--full { margin: 0.65rem; }
  .about-page { padding: 0.7rem; }
  .team-page { padding: 0.7rem; }
  .about-hero { border-radius: 0.9rem; }
  .team-grid { grid-template-columns: 1fr; }
  .team-card {
    gap: 0.75rem;
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 0.75rem;
  }
  .team-card__visual { aspect-ratio: 4 / 5; }
  .team-card__monogram { font-size: 1.08rem; height: 54px; width: 54px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-item { min-height: auto; }
  .citation-toolbar { align-items: stretch; flex-direction: column; }
  .citation-copy-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
