.dates-season { margin: 0 0 0.6rem 0; }
.dates-season:last-child { margin-bottom: 0; }
.dates-season__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}
.dates-season--past .dates-season__label { color: #8b95a1; }
.dates-season--past .dates-list {
  color: #8b95a1;
  text-decoration: line-through;
}
.dates-season--current .dates-season__label { color: #5A8C4D; }
.program-directory__no-results {
  margin: 1.5rem 0;
  padding: 1.25rem;
  border: 1px solid #d9dee6;
  border-radius: 12px;
  background: #f7f9fc;
  text-align: center;
  color: #1d2b3a;
}
.program-directory__reset-inline {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #368BA9;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.program-directory__destinations {
  overflow: visible;
}
.program-directory__destinations {
  margin: 1.25rem 0 1.5rem 0;
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

.program-directory__destinations h3 {
  margin: 0 0 0.75rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1d2b3a;
}

.destinations-pill-list {
  list-style: none;
  margin: 0;
  padding: 8px 0 12px 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.destinations-pill-list li {
  flex: 0 0 auto;
}

.destinations-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.5rem 0.85rem;
  border: 1px solid #d9dee6;
  border-radius: 999px;
  background: #f7f9fc;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1d2b3a;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.destinations-pill:hover,
.destinations-pill:focus-visible {
  background: #eef3fb;
  border-color: #c9d3e3;
  outline: none;
}

.destinations-pill--all {
  background: #1d2b3a;
  border-color: #1d2b3a;
  color: #fff;
}

.destinations-pill--all:hover,
.destinations-pill--all:focus-visible {
  background: #14202c;
  border-color: #14202c;
}

@media (max-width: 600px) {
  .program-directory__destinations {
    padding: 0.85rem;
  }

  .destinations-pill {
    font-size: 0.88rem;
    padding: 0.42rem 0.72rem;
  }
}
.faq-section .faq-item .faq-answer {
    background: #fff;
    line-height: 1.6;
    padding: 1rem;
    max-width: 1300px;
    }
/* --- HERO WRAPPER IMPROVEMENTS --- */
.SiteHero__Subtitle p {
text-align: center !important;
}
.Layer.SiteHero.SiteHero--StyleNoImage {
  padding-top: 3rem !important; 
  padding-bottom: 1.5rem !important;
  background: #f7f9fc; /* soft neutral background to separate from grid */
  border-bottom: 1px solid #e3e7ee;
}

/* Inner wrapper spacing */
.Layer__Inner.Layer__Inner--PaddingTopNone.THIS {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* --- H1 HERO TITLE --- */
.SiteHero__Title {
  margin: 0 0 1.5rem 0 !important;
  text-align: left !important;
  font-size: 3.25rem !important;  /* slightly larger */
  line-height: 1.15 !important;   /* more polished */
  font-weight: 700 !important;    /* stronger presence */
  color: #1d2b3a !important;      /* deeper blue-grey */
  letter-spacing: -0.5px;         /* subtle tightening */
}

/* --- ADAPT ON TABLET --- */
@media (max-width: 900px) {
  .SiteHero__Title {
    font-size: 2.5rem !important;
    text-align: center !important; 
  }
}

/* --- ADAPT ON MOBILE --- */
@media (max-width: 600px) {
  .SiteHero__Title {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
}
.program-directory {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  padding: 0 1rem;
}
.program-directory__intro {
  margin-bottom: 1.5rem;
}
.program-filters {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.program-filters__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.program-filters__row:last-child {
  margin-bottom: 0;
}
.program-filter {
  flex: 1 1 160px;
  min-width: 150px;
}
.program-filter label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.program-filter select {
  width: 100%;
  padding: 0.35rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: #fff;
}
.program-filter--reset {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#program-filter-reset {
  padding: 0.4rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 0.85rem;
}
.program-filter.is-disabled select {
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.program-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.program-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 900px;
}
.program-table th,
.program-table td {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
.program-table thead th {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #ccc;
}
.program-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.program-link {
  font-weight: 600;
  border-bottom: none;
}
.program-directory__note {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.75rem;
}
.dates-toggle {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 0.75rem;
  cursor: pointer;
}
.dates-full[hidden] {
  display: none;
}
@media (max-width: 768px) {
  .program-table {
    border-collapse: separate;
    border-spacing: 0 1rem;
    min-width: 0;
  }
  .program-table thead {
    display: none;
  }
  .program-table tbody tr {
    display: block;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    padding: 0.5rem 0.75rem;
  }
  .program-table tbody tr:nth-child(even) {
    background: #fff;
  }
  .program-table td {
    display: block;
    padding: 0.25rem 0;
    border-bottom: none;
  }
  .program-table td:first-child {
    padding-top: 0.25rem;
  }
  .program-table td:last-child {
    padding-bottom: 0.25rem;
  }
  .program-table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b6b6b;
    margin-bottom: 0.05rem;
  }
  .program-table td[data-label="Program"]::before {
    content: "";
  }
  .program-table td[data-label="Program"] .program-link {
    font-size: 1rem;
  }
}