/* (c) 2026 Sentys Inc. All rights reserved. */





.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}

.section { padding: 80px 24px; }
.section--white { background: var(--white); }
.section--gray { background: var(--gray-bg); }

.content-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
  padding: 4rem 0;
}

.content-split h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1.3;
}

.content-split p {
  font-size: 1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .container { padding: 0 24px; }
  .content-split { grid-template-columns: 1fr; gap: 2rem; }
}


.page-padded {
  padding-top: 32px;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 60px;
}


.publication-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.publication-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
}

.publication-list li:last-child {
  border-bottom: none;
}

.publication-list li strong {
  font-weight: 600;
  color: var(--black);
}

.publication-list li em {
  font-style: italic;
}

a.pub-system, .pub-system {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: rgba(176, 210, 55, 0.12);
  color: #5a7a10;
  font-size: 0.72rem;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

a.pub-system:hover {
  background: rgba(176, 210, 55, 0.25);
  color: #3d5a08;
}

.pub-highlight {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  background: rgba(206, 96, 60, 0.1);
  color: #b85230;
  font-size: 0.72rem;
  font-weight: 500;
  border-radius: 4px;
}

.publications-intro {
  margin-bottom: 2rem;
}

.publications-intro p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: #555;
  max-width: 720px;
}

.publications-cta {
  margin-top: 3rem;
  padding: 24px 32px;
  background: rgba(176, 210, 55, 0.06);
  border-left: 3px solid var(--green);
  border-radius: 0 8px 8px 0;
}

.publications-cta p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #444;
}

.publications-cta a {
  color: var(--green);
  font-weight: 500;
}

.page-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 2rem;
}






.applications-grid {
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid rgba(0,0,0,0.08);
  column-fill: balance;
  margin-top: 2rem;
  orphans: 3;
  widows: 3;
}






.application-card {
  break-inside: auto;
  padding: 0;
  margin: 0 0 2rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}
.application-card h2 {
  break-after: avoid;
  -webkit-column-break-after: avoid;
  page-break-after: avoid;
}
.application-card p {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.application-card .app-products {
  break-before: avoid;
  -webkit-column-break-before: avoid;
  page-break-before: avoid;
}

.application-card h2 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 0.65rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #B0D237;
  line-height: 1.2;


  display: block;
}








.application-card p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
  color: #333;
  margin: 0 0 0.7em;
  text-align: justify;
  text-justify: inter-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

.application-card p:last-of-type {
  margin-bottom: 0;
}



.application-card:first-of-type > p:first-of-type::first-letter {
  font-family: var(--font-heading);
  font-size: 3.4em;
  font-weight: 700;
  float: left;
  line-height: 0.9;
  padding: 0.05em 0.1em 0 0;
  color: var(--black);
}

.application-card .app-products {
  margin-top: 0.6rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}






.application-card p a.app-inline {
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 rgba(176, 210, 55, 0.5);
  background-image: linear-gradient(var(--green), var(--green));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.4s var(--spring), box-shadow 0.25s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.application-card p a.app-inline:hover,
.application-card p a.app-inline:focus-visible {
  background-size: 100% 2px;
  box-shadow: inset 0 -1px 0 0 transparent;
}

@media (prefers-reduced-motion: reduce) {
  .application-card p a.app-inline { transition: none; }
}

.application-card .app-products a {
  display: inline-block;
  margin: 0 6px 4px 0;
  padding: 2px 8px;
  background: rgba(176, 210, 55, 0.1);
  color: #5a7a10;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.application-card .app-products a:hover {
  background: rgba(176, 210, 55, 0.25);
}





.publications-intro {
  max-width: 1100px;


  margin: 0 auto 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.publications-intro p {
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 300;
  color: #222;
  text-align: left;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0;
}



@media (max-width: 768px) {
  .applications-grid {
    column-count: 1;
    column-rule: 0;
  }
  .publications-intro p { font-size: 1.05rem; }
}


.supplier-filter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 4vw 8px;
  position: sticky;
  top: 64px;
  z-index: 100;
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 60%, rgba(255,255,255,0));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.supplier-filter__inner {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.supplier-pill {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 7px 18px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 100px;
  background: var(--white);
  color: #555;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.supplier-pill:hover {
  border-color: rgba(176, 210, 55, 0.4);
  color: var(--black);
}

.supplier-pill.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}


.product-card {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-card.filtered-out {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.products-section.empty-section {
  display: none;
}

@media (max-width: 768px) {
  .supplier-filter { top: calc(48px + env(safe-area-inset-top, 0px)); padding: 16px 24px 4px; }
  .supplier-pill { font-size: 0.72rem; padding: 6px 14px; }
}


.catalog-search {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 4vw 16px;
  position: sticky;
  top: 64px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px) saturate(1.6);
  -webkit-backdrop-filter: blur(14px) saturate(1.6);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 6px 24px -10px rgba(0,0,0,0.12);
}

.catalog-search__bar {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 100px;
  padding: 0 6px 0 20px;
  height: 48px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.catalog-search__bar:focus-within {
  border-color: rgba(176, 210, 55, 0.5);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.catalog-search__icon {
  color: #999;
  flex-shrink: 0;
}

.catalog-search__input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--black);
  padding: 0 12px;
  height: 100%;
}

.catalog-search__input::placeholder {
  color: #aaa;
  font-weight: 300;
}

.catalog-search__filter-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 100px;
  background: var(--white);
  color: #666;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.catalog-search__filter-toggle:hover,
.catalog-search__filter-toggle[aria-expanded="true"] {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}


.catalog-search__filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
  padding: 0 8px;
}

.catalog-search__filters.open {
  max-height: 200px;
  padding: 16px 8px 8px;
}

.catalog-search__filter-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-search__filter-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  white-space: nowrap;
}

.catalog-search__filter-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}


.catalog-search__active-filters {
  display: flex;
  gap: 8px;
  padding: 0 8px;
  min-height: 0;
  transition: min-height 0.2s ease, padding 0.2s ease;
}

.catalog-search__active-filters:not(:empty) {
  padding: 10px 8px 0;
}

.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(176, 210, 55, 0.12);
  color: #5a7a10;
  font-size: 0.72rem;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.active-filter-chip:hover {
  background: rgba(176, 210, 55, 0.25);
}

.active-filter-chip__x {
  font-size: 0.85rem;
  line-height: 1;
  opacity: 0.6;
}


.catalog-search__filter-pills .supplier-pill {
  font-size: 0.72rem;
  padding: 5px 14px;
}

@media (max-width: 768px) {
  .catalog-search { top: calc(48px + env(safe-area-inset-top, 0px)); padding: 16px 16px 0; }
  .catalog-search__bar { height: 44px; }
  .catalog-search__filter-toggle span { display: none; }
  .catalog-search__filter-group { flex-wrap: wrap; }
}









@media (max-width: 768px) {
}





.catalog-empty {
  max-width: 720px;
  margin: 48px auto 80px;
  padding: 48px 32px;
  text-align: center;
  background: #fafaf9;
  border: 1px solid #eae9e6;
  border-radius: 12px;
}
.catalog-empty[hidden] { display: none; }
.catalog-empty__illustration {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: #f0f0ec;
  border-radius: 50%;
  color: #888;
  margin-bottom: 20px;
}
.catalog-empty__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 6px;
  line-height: 1.3;
}
.catalog-empty__query {
  color: #8bad00;
  font-weight: 700;
}
.catalog-empty__hint {
  font-size: 0.95rem;
  color: #666;
  margin: 0 0 24px;
}
.catalog-empty__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 440px;
  margin: 0 auto 28px;
}
.catalog-empty__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: var(--white);
  border: 1px solid #e0ddd5;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: left;
}
.catalog-empty__link:hover {
  border-color: #8bad00;
  background: #fdfef7;
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.catalog-empty__link-icon {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
.catalog-empty__link-label { flex: 1; }
.catalog-empty__link-arrow {
  color: #999;
  transition: transform 0.2s ease, color 0.2s ease;
}
.catalog-empty__link:hover .catalog-empty__link-arrow {
  transform: translateX(4px);
  color: #8bad00;
}
.catalog-empty__contact {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}
.catalog-empty__contact a {
  color: var(--black);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.catalog-empty__contact a:hover { color: #8bad00; }
@media (max-width: 640px) {
  .catalog-empty { margin: 24px 16px 48px; padding: 32px 20px; }
  .catalog-empty__title { font-size: 1.1rem; }
  .catalog-empty__link { padding: 12px 16px; font-size: 0.78rem; }
}


.catalog-search {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  will-change: transform;
}
.catalog-search--hidden {
  transform: translateY(calc(-100% - 64px));
  opacity: 0;
  pointer-events: none;
}




.pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pdfModalIn 0.2s ease;
}
.pdf-modal[hidden] { display: none; }
@keyframes pdfModalIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.pdf-modal__content {
  position: relative;
  width: min(1100px, 92vw);
  height: min(92vh, 1200px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: pdfModalScale 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes pdfModalScale {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.pdf-modal__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  background: #fafaf9;
  flex-shrink: 0;
}
.pdf-modal__title {
  flex: 1;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a19;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pdf-modal__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pdf-modal__download {
  font-size: 0.8rem;
  padding: 6px 14px;
  background: #8bad00;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  transition: background 0.15s ease;
}
.pdf-modal__download:hover { background: #7a9900; color: #fff; }
.pdf-modal__close {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
  color: #666;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pdf-modal__close:hover {
  background: #f5f5f4;
  color: #1a1a19;
  border-color: #bbb;
}
.pdf-modal__iframe {
  flex: 1;
  border: none;
  width: 100%;
  background: #525659;
}


button.product-download-card {
  font: inherit;
  text-align: inherit;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

@media (max-width: 640px) {
  .pdf-modal__content {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
  .pdf-modal__title { font-size: 0.85rem; }
}




.pub-group {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #555;
  background: #f0efe8;
  padding: 2px 8px;
  border-radius: 3px;
  margin: 0 4px;
  font-style: normal;
  letter-spacing: 0.01em;
  vertical-align: baseline;
}


.page-scenic-strip {
  margin-top: 64px;
  height: 120px;
  background: url("../images/hero-backdrop.jpg") center 30% / cover no-repeat;
  position: relative;
}
.page-scenic-strip::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
}
@media (max-width: 768px) {
  .page-scenic-strip { height: 80px; }
}


.publication-list li.is-urgent,
.publication-list li.is-soon {
  position: relative;
  padding-left: 14px;
}
.publication-list li.is-urgent::before,
.publication-list li.is-soon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 2px;
}
.publication-list li.is-urgent::before { background: #d92d20; }
.publication-list li.is-soon::before   { background: #f59e0b; }




.funding-filters {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 18px;
  padding: 0 0 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-radius: 0;
}
.funding-filters__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.funding-filters__label {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
  min-width: 84px;
}
.funding-pill {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 500;
  padding: 3px 11px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  color: rgba(0,0,0,0.75);
  cursor: pointer;
  transition: all 0.15s ease;
}
.funding-pill:hover { border-color: var(--black); color: var(--black); }
.funding-pill.is-active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.funding-filters__meta {
  margin-top: 2px;
  justify-content: flex-start;
  gap: 16px;
}
.funding-filters__count {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: rgba(0,0,0,0.5);
  margin-left: auto;
}
.funding-pill--clear {
  font-size: 11px;
  border-color: transparent;
  color: rgba(0,0,0,0.45);
  background: transparent;
  padding: 3px 0;
}
.funding-pill--clear:hover { color: var(--black); border-color: transparent; text-decoration: underline; }

.funding-filters__sort { display: inline-flex; align-items: center; gap: 8px; }
.funding-filters__sort select {
  font-family: var(--font-body);
  font-size: 11.5px;
  padding: 3px 22px 3px 9px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  color: var(--black);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23000' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 8px;
}

@media (max-width: 640px) {
  .funding-filters__label { min-width: auto; flex-basis: 100%; }
  .funding-filters__count { margin-left: 0; }
}


.funding-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 16px;
}
.funding-card {
  position: relative;
  display: block;
  padding: 10px 14px 10px 18px;
  background: var(--gray-bg);
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  color: var(--black);
  transition: border-color 0.2s, transform 0.2s;
}
.funding-card:hover {
  border-color: var(--black);
  transform: translateY(-1px);
}
.funding-card--inert { cursor: default; }
.funding-card--inert:hover { transform: none; border-color: transparent; }


.funding-card.is-urgent::before,
.funding-card.is-soon::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  border-radius: 4px 0 0 4px;
}
.funding-card.is-urgent::before { background: #d92d20; }
.funding-card.is-soon::before   { background: #f59e0b; }


.funding-card__row--head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.funding-card__agency {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  flex-shrink: 0;
  min-width: 44px;
}
.funding-card__title {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: var(--black);
  flex: 1 1 auto;
  min-width: 0;
}
.funding-card__deadline {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-shrink: 0;
  white-space: nowrap;
}
.funding-card__deadline-date {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black);
}
.funding-card__deadline-days {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(0,0,0,0.55);
  letter-spacing: 0.02em;
}
.funding-card.is-urgent .funding-card__deadline-days { color: #d92d20; }
.funding-card.is-soon   .funding-card__deadline-days { color: #b86b00; }
.funding-card__deadline--tbd { color: rgba(0,0,0,0.4); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; }


.funding-card__row--meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 3px;
  font-size: 11.5px;
  line-height: 1.4;
  color: rgba(0,0,0,0.55);
  flex-wrap: wrap;
}
.funding-card__amount {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: #1a1a19;




  flex-shrink: 1;
  min-width: 0;
}
.funding-card__amount::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B0D237;
  margin-right: 6px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.funding-card__chips {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.funding-card__chip {
  display: inline-block;
  padding: 1px 8px;
  background: rgba(176, 210, 55, 0.18);
  color: #4d6a0e;
  font-size: 10.5px;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.funding-card__elig {
  flex: 1 1 auto;
  min-width: 0;



  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0,0,0,0.5);
}
.funding-card__source {
  flex-shrink: 0;
  font-size: 10.5px;
  color: rgba(0,0,0,0.4);
  letter-spacing: 0.04em;
}
.funding-card:hover .funding-card__source { color: rgba(0, 0, 0, 0.7); }


.funding-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 16px 0 32px;
}
.funding-pager[hidden] { display: none; }
.funding-pager__btn,
.funding-pager__num {
  font-family: var(--font-body);
  font-size: 12px;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  color: var(--black);
  cursor: pointer;
  transition: all 0.15s;
}
.funding-pager__btn:hover:not(:disabled),
.funding-pager__num:hover { border-color: var(--black); }
.funding-pager__btn:disabled { opacity: 0.3; cursor: default; }
.funding-pager__num.is-active { background: var(--black); color: var(--white); border-color: var(--black); }
.funding-pager__pages { display: inline-flex; gap: 4px; }


.publications-cta--linked {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, transform 0.15s ease;
}
.publications-cta--linked:hover {
  background: rgba(176, 210, 55, 0.12);
  transform: translateY(-1px);
}
.publications-cta--linked h2,
.publications-cta--linked p { color: inherit; }
.publications-cta__action {
  color: var(--green);
  font-weight: 600;
  margin-top: 0.4rem !important;
}
.publications-cta--linked:hover .publications-cta__action { text-decoration: underline; }

.publications-intro__subscribe {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.publications-intro__subscribe:hover { border-bottom-color: var(--green); }







.fo {
  max-width: 1120px;
  margin: 0 auto;


  padding: clamp(84px, 6vw, 96px) 24px clamp(48px, 6vw, 88px);
}


.funding-filters__row--search { align-items: center; }
.funding-filters__head { display: flex; width: 100%; align-items: baseline; justify-content: space-between; gap: 12px; }
.funding-filters__head .funding-filters__label { min-width: 0; }
.funding-filters__head .funding-pill--clear { padding: 0; line-height: 1.2; }
.funding-search {
  flex: 1 1 320px;
  max-width: 420px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 8px 12px;
  border: 1px solid #d6d6d2;
  border-radius: 999px;
  background: #fff;
  color: var(--black);
  outline: none;
}
.funding-search:focus { border-color: #B0D237; box-shadow: 0 0 0 3px rgba(176, 210, 55, 0.25); }
.funding-search::placeholder { color: #9a9a96; }





.funding-layout { display: block; }


.funding-layout--full { display: block !important; margin-left: 0 !important; margin-right: 0 !important; }

@media (min-width: 1024px) {
  .funding-layout {


    --fl-offset: max(0px, min(220px, (100vw - 100%) / 2 - 24px));
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    column-gap: 64px;
    margin-left: calc(-1 * var(--fl-offset));
    margin-right: calc(-1 * var(--fl-offset));
  }




  .funding-side { position: sticky; top: 96px; align-self: start; max-height: calc(100vh - 112px); overflow-y: auto; overscroll-behavior: contain; padding-right: 8px; scrollbar-width: thin; }
  .funding-side .funding-filters { margin: 0; padding: 0 0 12px; gap: 4px; }
  .funding-side .funding-filters__row { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 6px; }
  .funding-side .funding-filters__row--toggle { padding-top: 6px; }
  .funding-side .funding-filters__label { flex: 0 0 100%; min-width: 0; margin: 10px 0 2px; }
  .funding-side .funding-filters__row--search .funding-filters__label { margin-top: 0; }
  .funding-side .funding-filters__head { flex: 0 0 100%; margin-bottom: 2px; }
  .funding-side .funding-filters__head .funding-filters__label { flex: 0 1 auto; margin: 0; }
  .funding-side .funding-pill { font-size: 0.78rem; padding: 4px 10px; }
  .funding-side .funding-search { flex: 1 1 auto; width: 100%; max-width: 100%; }
  .funding-side .funding-filters__extra { width: 100%; }
  .funding-main .funding-filters__meta { margin: 0 0 12px; }
  .funding-main .publications-cta { margin-left: 0; margin-right: 0; }
}


.downloads { max-width: 1100px; margin: 0 auto; }
.downloads__lede { font-family: var(--font-body); font-size: 1rem; color: #444; max-width: 720px; margin: 0 0 2.2rem; }
.downloads__group { margin: 0 0 2.4rem; }
.downloads__group-title { font-family: var(--font-heading); font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.04em; margin: 0 0 8px; padding-bottom: 8px; border-bottom: 2px solid #1a1a19; }
.downloads__list { list-style: none; margin: 0; padding: 0; }
.downloads__row { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto 40px; align-items: center; gap: 18px; padding: 12px 0; border-bottom: 1px solid #ebe9e2; }
.downloads__thumb { width: 56px; height: 72px; object-fit: cover; border: 1px solid #e3e1d9; background: #fff; }
.downloads__thumb--empty { display: flex; align-items: center; justify-content: center; font: 700 11px var(--font-body); letter-spacing: 0.1em; color: #888; background: #f4f3ef; }
.downloads__title { font: 600 0.98rem/1.35 var(--font-body); color: #1a1a19; background: none; border: 0; padding: 0; text-align: left; cursor: pointer; }
.downloads__title:hover { color: #69842b; }
.downloads__products { display: block; font-size: 0.8rem; color: #777; margin-top: 2px; }
.downloads__products a { color: #777; text-decoration: none; border-bottom: 1px solid #ddd; }
.downloads__products a:hover { color: #1a1a19; }
.downloads__meta { font: 600 11px var(--font-body); letter-spacing: 0.08em; text-transform: uppercase; color: #999; white-space: nowrap; }
.downloads__save { font-size: 22px; line-height: 1; color: #B0D237; text-decoration: none; text-align: center; }
.downloads__save:hover { color: #69842b; }

.terms-meta { font: 600 11px/1.6 var(--font-body); letter-spacing: 0.08em; text-transform: uppercase; color: #777; }
.terms-meta a { color: #5a7247; }
.terms-lede { font-family: var(--font-body); color: #444; max-width: 720px; }
.terms-body { max-width: 780px; }
.terms-body p { font-size: 0.95rem; line-height: 1.7; }
@media (max-width: 640px) { .downloads__row { grid-template-columns: 44px minmax(0, 1fr) 32px; } .downloads__meta { display: none; } .downloads__thumb { width: 44px; height: 56px; } }


.site-topbar { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 14px 0; margin: 0 0 24px; border-bottom: 1px solid #e6e6e3; }
.site-topbar--page { max-width: 1100px; margin: 0 auto; padding: 16px clamp(24px, 5vw, 48px) 14px; position: relative; z-index: 2; }
.site-crumbs { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(0, 0, 0, 0.45); white-space: nowrap; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.site-crumbs a { color: rgba(0, 0, 0, 0.6); text-decoration: none; }
.site-crumbs a:hover { color: var(--black); }
.site-crumbs span { margin: 0 6px; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; flex: 0 0 auto; }
.site-nav__link { display: flex; align-items: center; gap: 8px; color: #1a1a19; text-decoration: none; transition: transform 0.2s ease, color 0.2s ease; }
.site-nav__link:hover { color: #69842b; }
.site-nav__link--prev:hover { transform: translateX(-3px); }
.site-nav__link--next:hover { transform: translateX(3px); }
.site-nav__chev { font-size: 20px; line-height: 1; color: #B0D237; flex: 0 0 auto; }
.site-nav__label { font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.7rem; color: #707070; white-space: nowrap; }
.site-nav__link:hover .site-nav__label { color: #69842b; }
.site-topbar--page + .product-intro { margin-top: 0; padding-top: 26px; }



.family-jumpbar + .product-intro,



.nav-stack + .product-intro { margin-top: 0; padding-top: 26px; }



body.topbar-stacked .site-topbar { display: block; padding-bottom: 12px; }
body.topbar-stacked .site-crumbs { margin-bottom: 14px; }
body.topbar-stacked .site-nav { display: flex; justify-content: space-between; margin-left: 0; gap: 24px; min-height: 22px; }
body.topbar-stacked .site-nav__link--next { margin-left: auto; }
body.topbar-stacked .site-nav__link--prev + .site-nav__link--next { margin-left: 0; }

@media (max-width: 760px) {
  .site-topbar { flex-direction: column; align-items: flex-start; gap: 10px; }
  .site-nav { margin-left: 0; gap: 18px; flex-wrap: wrap; }
  .site-crumbs, .site-nav__label { white-space: normal; }
}

.fo__crumbs {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 18px;
}
.fo__crumbs a { color: rgba(0, 0, 0, 0.6); text-decoration: none; }
.fo__crumbs a:hover { color: var(--black); }
.fo__crumbs span { margin: 0 6px; }

.fo__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  margin: 0 0 8px;
}
.fo__eyebrow span { font-weight: 400; color: rgba(0, 0, 0, 0.45); }

.fo__title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0 0 22px;


  max-width: 34ch;
  hyphens: none;
}



.fo__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.fo__fact {
  padding: 14px 24px 14px 0;
  min-width: 0;
}
.fo__fact + .fo__fact { padding-left: 24px; border-left: 1px solid rgba(0, 0, 0, 0.08); }
.fo__fact-k {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 3px;
}
.fo__fact-v { font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--black); }

.fo__fact-v em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.fo__fact.is-soon .fo__fact-v em { color: #b26a00; font-weight: 600; }

.fo__chips { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 6px; }
.fo__chip {
  font-family: var(--font-body);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 3px;
  background: rgba(176, 210, 55, 0.14);
  color: #4d6a0d;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
a.fo__chip:hover { background: rgba(176, 210, 55, 0.34); color: #38500a; }
a.fo__chip--career:hover { background: rgba(0, 0, 0, 0.12); color: var(--black); }
.fo__chip--career { background: rgba(0, 0, 0, 0.06); color: rgba(0, 0, 0, 0.68); font-weight: 600; }

.fo__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(28px, 4vw, 44px);
  align-items: start;
}

.fo__section { margin-bottom: 30px; }
.fo__section h2 {
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--green);
  display: inline-block;
}
.fo__section p {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.72;
  color: rgba(0, 0, 0, 0.78);
  margin: 0;
}
.fo__section--match {
  background: rgba(176, 210, 55, 0.07);
  border-left: 3px solid var(--green);
  padding: 20px 24px;
}
.fo__section--match h2 { border-bottom-color: rgba(0, 0, 0, 0.25); }

.fo__official { margin-top: 26px; font-family: var(--font-body); font-size: 13.5px; }
.fo__official a { color: var(--black); font-weight: 600; text-decoration: none; box-shadow: inset 0 -1px 0 0 var(--green); }
.fo__official a:hover { box-shadow: inset 0 -2px 0 0 var(--green); }
.fo__official span { display: block; margin-top: 5px; color: rgba(0, 0, 0, 0.45); font-size: 12.5px; }

.fo__cta {
  background: var(--black);
  color: #fff;
  padding: 24px;
  border-radius: 4px;
}
.fo__cta h2 {
  font-family: var(--font-heading);
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #fff;
}
.fo__cta p { font-family: var(--font-body); font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 18px; }
.fo__cta-btn {
  display: inline-block;
  background: var(--green);
  color: var(--black);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 11px 18px;
  border-radius: 3px;
  text-decoration: none;
}
.fo__cta-btn:hover { filter: brightness(1.08); }
.fo__cta-alt {
  display: block;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.fo__cta-alt:hover { color: #fff; }

.fo__more { margin-top: 24px; }
.fo__more h2 {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.6);
}
.fo__more ul { list-style: none; margin: 0; padding: 0; }
.fo__more li { padding: 9px 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.fo__more a { font-family: var(--font-body); font-size: 13.5px; color: var(--black); text-decoration: none; display: block; line-height: 1.4; }
.fo__more a:hover { color: #4d6a0d; }
.fo__more span { font-family: var(--font-body); font-size: 11.5px; color: rgba(0, 0, 0, 0.45); }

@media (max-width: 860px) {
  .fo__body { grid-template-columns: minmax(0, 1fr); }
  .fo__title { max-width: none; }
}




.subscribe-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 0; }
.subscribe-chip { position: relative; cursor: pointer; }
.subscribe-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.subscribe-chip span {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11.5px;
  padding: 4px 9px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.7);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.subscribe-chip:hover span { border-color: rgba(0, 0, 0, 0.38); }
.subscribe-chip input:checked + span {
  background: rgba(176, 210, 55, 0.22);
  border-color: var(--green);
  color: #38500a;
  font-weight: 600;
}
.subscribe-chip input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 2px; }



.funding-filters__row--toggle { align-items: center; }
.funding-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  padding: 5px 13px;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.funding-more:hover { border-color: rgba(0, 0, 0, 0.42); color: var(--black); }


.funding-more__count[hidden] { display: none; }
.funding-more__count {
  display: inline-grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--green);
  color: var(--black);
  font-size: 10.5px;
  font-weight: 700;
}
.funding-more__caret { transition: transform 0.18s ease; font-size: 10px; }
.funding-more.is-open .funding-more__caret { transform: rotate(180deg); }



.funding-filters__extra { display: contents; }
.funding-filters__extra[hidden] { display: none; }


.funding-pill[hidden] { display: none !important; }
.funding-filters__row[hidden] { display: none !important; }



.publications-intro .publications-intro__lead {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--black);
  margin-bottom: 0.9rem;
  max-width: 34ch;
}

.subscribe-names { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .subscribe-names { grid-template-columns: 1fr; } }


.funding-side__subscribe { display: block; margin: 18px 0 4px; font-family: var(--font-body); font-size: 0.86rem; font-weight: 600; color: var(--black); text-decoration: none; border-top: 1px solid rgba(0,0,0,0.12); padding-top: 14px; }
.funding-side__subscribe:hover { color: var(--green); }


.subscribe-facets { margin-top: 4px; }
.subscribe-facets__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border: 1px solid rgba(0,0,0,0.14); border-radius: 3px; background: #fafaf7; }
.subscribe-facets__summary { font-family: var(--font-body); font-size: 0.82rem; line-height: 1.4; color: rgba(0,0,0,0.72); }
button.subscribe-facets__toggle { flex: none; width: auto; margin: 0; font-family: var(--font-body); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.02em; color: var(--black); background: #fff; border: 1px solid rgba(0,0,0,0.3); border-radius: 3px; padding: 5px 10px; cursor: pointer; line-height: 1.2; }
button.subscribe-facets__toggle:hover { border-color: var(--green); color: #38500a; }
.subscribe-facets__panel { margin-top: 6px; padding: 2px 12px 0; border: 1px solid rgba(0,0,0,0.14); border-radius: 3px; background: #fff; max-height: 58vh; overflow-y: auto; }
.subscribe-facets__foot { position: sticky; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 10px -12px 0; padding: 8px 12px 10px; background: #fff; border-top: 1px solid rgba(0,0,0,0.08); }
.subscribe-facets__panel[hidden], #state-wrap[hidden] { display: none !important; }
.subscribe-facets__hint { margin: 0; }
.subscribe-facet { display: grid; grid-template-columns: 76px 1fr; gap: 4px 10px; align-items: start; margin-top: 8px; }
.subscribe-facet__label { display: block; font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.45); padding-top: 6px; line-height: 1.2; }
@media (max-width: 520px) { .subscribe-facet { grid-template-columns: 1fr; gap: 2px; } .subscribe-facet__label { padding-top: 0; } }
#sentys-funding-submit[disabled] { background: #c9c9c5; color: #fff; cursor: not-allowed; opacity: 0.9; }





.funding-wall {
  border: 1px solid #e2e2dc;
  border-radius: 4px;
  background: #fbfbf8;
}
.funding-wall--strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 14px 20px;
  margin: 0 0 24px;
}
.funding-wall__line {
  margin: 0;
  font-size: 0.95rem;
  color: #3a3a36;
}
.funding-wall__line strong { font-weight: 600; color: #1c1c1a; }
.funding-wall__btn {
  display: inline-block;
  background: #B0D237;
  color: #1c1c1a;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
}
.funding-wall__btn:hover { background: #9dbd2f; }
.funding-wall--card {
  margin: 32px 0 0;
  padding: 28px 32px 32px;
  text-align: left;
}
.funding-wall__title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  text-transform: uppercase;
  margin: 0 0 14px;
  color: #1c1c1a;
}
.funding-wall__points {
  margin: 0 0 22px;
  padding-left: 18px;
  color: #3a3a36;
  font-size: 0.95rem;
  line-height: 1.75;
}
.funding-wall__btn--lg { padding: 13px 26px; font-size: 0.88rem; }
.funding-wall__note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: #6d6d66;
  max-width: 52ch;
}
@media (max-width: 700px) {
  .funding-wall--strip { flex-direction: column; align-items: flex-start; }
}
