.al-top-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.al-subhero-site {
  background:
    linear-gradient(135deg, rgba(0,106,77,0.96), rgba(23,77,53,0.94)),
    radial-gradient(circle at top right, rgba(255,216,114,0.18), transparent 30%);
  padding: 2rem 0 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.al-subhero-copy {
  max-width: none;
  color: #ffffff;
}

.al-subhero-copy::after {
  content: "";
  display: block;
  clear: both;
}

.al-subhero-site .al-section-eyebrow {
  display: block;
  color: #fff0b8;
  margin-bottom: 0.85rem;
}

.al-subhero-mark {
  float: right;
  display: block;
  margin: 0 0 0.75rem 1.25rem;
}

.al-subhero-mark img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.al-subhero-site h1 {
  margin: 0 0 0.55rem;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  max-width: none;
}

.al-subhero-site p {
  margin: 0;
  max-width: 60rem;
  color: rgba(255,255,255,0.92);
  font-size: 1.05rem;
  line-height: 1.72;
}

.al-page-intro {
  padding: 1.5rem 0 0.5rem;
}

.al-page-intro p {
  margin: 0 0 1rem;
  color: var(--al-text);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 62rem;
}

.al-page-intro p:last-child {
  margin-bottom: 0;
}

.al-grants-status-wrap {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.al-feature-card,
.al-detail-card,
.al-status-card,
.al-links-card {
  background: #fff;
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  padding: 1.55rem;
  box-shadow: var(--al-shadow);
}

.al-status-card {
  border: 1px solid #b8d3c5;
}

.al-status-card h2,
.al-feature-card h2,
.al-detail-card h2,
.al-links-card h2 {
  margin: 0 0 0.75rem;
  color: var(--al-green-dark);
  line-height: 1.18;
  font-size: 1.4rem;
}

.al-status-card p,
.al-feature-card p,
.al-detail-card p,
.al-links-card p {
  margin: 0 0 1rem;
  color: var(--al-muted);
}

.al-note {
  font-size: 0.95rem;
  color: var(--al-muted);
}

.al-materials-list,
.al-check-list,
.al-criteria-list,
.al-committee-list {
  margin: 0;
  padding-left: 1.2rem;
}

.al-materials-list li,
.al-check-list li,
.al-criteria-list li,
.al-committee-list li {
  margin-bottom: 0.75rem;
}

.al-materials-list a,
.al-links-card a,
.al-status-card a {
  font-weight: 700;
}

.al-deadline {
  display: block;
  color: var(--al-muted);
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

.al-application-open {
  display: none;
}

.al-applications-open .al-application-open {
  display: block;
}

.al-applications-open .al-application-closed {
  display: none;
}

.al-project-block {
  margin-top: 1rem;
}

.al-project-block strong {
  color: var(--al-green-dark);
}

.al-money-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.al-money-band .al-metric {
  background: #fff;
}

.al-hero-awards-wrap {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}

.al-hero-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--al-border);
  border-radius: var(--al-radius);
  box-shadow: var(--al-shadow);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.al-hero-card__media img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 0.75rem;
}

.al-hero-year {
  margin: 0 0 0.4rem;
  color: var(--al-gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
}

.al-hero-card h2 {
  margin: 0 0 0.8rem;
  color: var(--al-green-dark);
  line-height: 1.18;
  font-size: 1.5rem;
}

.al-hero-meta {
  margin: 0 0 1rem;
  color: var(--al-text);
  font-size: 1rem;
  line-height: 1.65;
}

.al-hero-card p {
  margin: 0 0 1rem;
  color: var(--al-muted);
}

.al-hero-card p:last-child {
  margin-bottom: 0;
}

.al-license-band {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--al-border);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.al-badge-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.al-badge-row img {
  max-height: 72px;
  width: auto;
}

.al-cc img {
  max-width: 88px;
  height: auto;
}

@media (max-width: 980px) {
  .al-money-band,
  .al-license-band {
    grid-template-columns: 1fr;
  }

  .al-subhero-mark {
    width: 120px;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }

  .al-subhero-site h1 {
    font-size: clamp(1.95rem, 4.8vw, 3rem);
    line-height: 1.02;
  }

  .al-badge-row {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .al-hero-card {
    grid-template-columns: 1fr;
  }

  .al-hero-card__media img {
    max-width: 180px;
  }
}

@media (max-width: 640px) {
  .al-top-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .al-subhero-site {
    padding: 1.5rem 0 1.35rem;
  }

  .al-subhero-mark {
    width: 96px;
    margin-left: 0.85rem;
    margin-bottom: 0.35rem;
  }

  .al-subhero-site h1 {
    font-size: clamp(1.8rem, 7vw, 2.35rem);
    line-height: 1.04;
  }

  .al-subhero-site p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .al-page-intro p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .al-feature-card,
  .al-detail-card,
  .al-status-card,
  .al-links-card {
    padding: 1.25rem;
  }

  .al-hero-card {
    padding: 1.25rem;
  }

  .al-hero-card h2 {
    font-size: 1.3rem;
  }
}