.bjcc-modern-homepage {
  --bjcc-white: #ffffff;
  --bjcc-line: rgba(17, 24, 39, 0.14);
  background: var(--bjcc-paper);
  color: var(--bjcc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow: clip;
  width: 100%;
}

.bjcc-modern-homepage * {
  box-sizing: border-box;
}

.bjcc-modern-homepage img {
  display: block;
  max-width: 100%;
}

.bjcc-modern-homepage a {
  color: inherit;
  text-decoration: none;
}

.bjcc-site-header {
  align-items: center;
  background: rgba(246, 248, 251, 0.94);
  border-bottom: 1px solid var(--bjcc-line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(290px, 1fr) minmax(0, auto) auto;
  left: 0;
  padding: 12px 28px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.admin-bar .bjcc-site-header {
  top: 32px;
}

.bjcc-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}

.bjcc-brand-mark {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bjcc-navy-dark);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  flex: 0 0 auto;
  height: 58px;
  justify-content: center;
  width: 82px;
}

.bjcc-brand-mark img {
  height: 58px;
  object-fit: contain;
  width: 82px;
}

.bjcc-brand strong,
.bjcc-brand em {
  display: block;
  font-style: normal;
  line-height: 1.15;
}

.bjcc-brand strong {
  font-size: 0.98rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bjcc-brand em {
  color: var(--bjcc-muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.bjcc-site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  min-width: 0;
}

.bjcc-site-header nav a {
  border-radius: 999px;
  color: #243347;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 8px 10px;
  white-space: nowrap;
}

.bjcc-site-header nav a:hover,
.bjcc-site-header nav a:focus-visible {
  background: rgba(11, 31, 58, 0.09);
  color: var(--bjcc-navy);
  outline: none;
}

.bjcc-header-cta {
  background: var(--bjcc-navy) !important;
  border-radius: 999px;
  color: var(--bjcc-white) !important;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 16px;
  text-decoration: none !important;
  white-space: nowrap;
}

.bjcc-header-cta:visited,
.bjcc-header-cta:hover,
.bjcc-header-cta:focus-visible {
  color: var(--bjcc-white) !important;
  text-decoration: none !important;
}

.bjcc-hero {
  background-position: center;
  background-size: cover;
  color: var(--bjcc-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 76svh;
  overflow: hidden;
  padding: 96px min(44vw, 520px) 32px 32px;
  position: relative;
}

.bjcc-page-hero {
  background-position: center;
  background-size: cover;
  color: var(--bjcc-white);
  min-height: 46svh;
  overflow: hidden;
  padding: 92px min(44vw, 520px) 48px 32px;
  position: relative;
}

.bjcc-page-hero-copy {
  margin: 0 auto;
  max-width: 1160px;
  position: relative;
  z-index: 2;
}

.bjcc-hero-copy {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

.bjcc-hero-sponsor-photos {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: absolute;
  right: 32px;
  top: 112px;
  width: min(42vw, 560px);
  z-index: 1;
}

.bjcc-hero-sponsor-photos img {
  aspect-ratio: 4 / 3;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  object-fit: cover;
  width: 100%;
}

.bjcc-hero-sponsor-photos img:first-child {
  width: 100%;
}

.bjcc-hero-sponsor-photos-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  top: 96px;
  width: min(40vw, 520px);
}

.bjcc-hero-sponsor-photos-compact img {
  aspect-ratio: 4 / 3;
}

.bjcc-hero-sponsor-photos-compact img:first-child {
  width: 100%;
}

.bjcc-eyebrow {
  color: var(--bjcc-navy);
  font-size: 0.8rem;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.bjcc-hero .bjcc-eyebrow,
.bjcc-section-heading-invert .bjcc-eyebrow,
.bjcc-site-footer .bjcc-eyebrow {
  color: var(--bjcc-gold);
}

.bjcc-modern-homepage h1,
.bjcc-modern-homepage h2,
.bjcc-modern-homepage h3,
.bjcc-modern-homepage p {
  margin-top: 0;
}

.bjcc-modern-homepage h1 {
  color: inherit;
  font-size: 5rem;
  line-height: 0.94;
  margin-bottom: 24px;
  max-width: 820px;
}

.bjcc-modern-homepage h2 {
  color: inherit;
  font-size: 2.6rem;
  line-height: 1.04;
  margin-bottom: 14px;
}

.bjcc-modern-homepage h3 {
  color: inherit;
  font-size: 1.22rem;
  line-height: 1.18;
  margin-bottom: 10px;
}

.bjcc-hero-lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.28rem;
  line-height: 1.6;
  max-width: 680px;
}

.bjcc-hero-actions,
.bjcc-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bjcc-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
}

.bjcc-button-primary {
  background: var(--bjcc-gold) !important;
  color: var(--bjcc-ink) !important;
}

.bjcc-button-primary:hover,
.bjcc-button-primary:focus-visible {
  background: #ffe070;
  color: var(--bjcc-ink) !important;
  outline: none;
}

.bjcc-button-secondary {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--bjcc-white) !important;
}

.bjcc-button-secondary:hover,
.bjcc-button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: var(--bjcc-white) !important;
  outline: none;
}

.bjcc-button-outline {
  border: 1px solid var(--bjcc-navy);
  color: var(--bjcc-navy) !important;
  margin-top: 30px;
}

.bjcc-button-outline:hover,
.bjcc-button-outline:focus-visible {
  background: var(--bjcc-navy);
  color: var(--bjcc-white) !important;
  outline: none;
}

.bjcc-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
  position: relative;
  z-index: 2;
}

.bjcc-hero-facts span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--bjcc-white);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 13px;
}

.bjcc-season-strip {
  background: var(--bjcc-gold);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.bjcc-season-strip div {
  background: rgba(255, 255, 255, 0.46);
  padding: 24px 32px;
}

.bjcc-season-strip strong,
.bjcc-season-strip span {
  display: block;
}

.bjcc-season-strip strong {
  font-size: 1rem;
  margin-bottom: 5px;
}

.bjcc-season-strip span {
  color: #263448;
  line-height: 1.45;
}

.bjcc-section {
  padding: 84px 32px;
}

.bjcc-page-content {
  background: var(--bjcc-paper);
  padding: 64px 32px 84px;
}

.bjcc-page-content-inner {
  background: var(--bjcc-white);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 44px;
}

.bjcc-modern-data-page .bjcc-page-content-inner {
  max-width: 1280px;
}

.bjcc-page-content-inner > *:first-child {
  margin-top: 0;
}

.bjcc-page-content-inner > *:last-child {
  margin-bottom: 0;
}

.bjcc-page-content-inner h2 {
  color: var(--bjcc-navy);
  font-size: 2rem;
  margin: 32px 0 14px;
}

.bjcc-page-content-inner h3 {
  color: var(--bjcc-ink);
  font-size: 1.35rem;
  margin: 26px 0 10px;
}

.bjcc-post-meta {
  color: var(--bjcc-muted) !important;
  font-size: 0.9rem !important;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.bjcc-page-content-inner p,
.bjcc-page-content-inner li {
  color: var(--bjcc-ink);
  font-size: 1.03rem;
  line-height: 1.75;
}

.bjcc-page-content-inner a {
  color: var(--bjcc-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.bjcc-page-content-inner ul,
.bjcc-page-content-inner ol {
  padding-left: 1.3rem;
}

.bjcc-page-content-inner table {
  border-collapse: collapse;
  margin: 24px 0;
  width: 100%;
}

.bjcc-modern-data-page .bjcc-page-content-inner table {
  display: block;
  min-width: 760px;
  overflow-x: auto;
  white-space: nowrap;
}

.bjcc-page-content-inner th,
.bjcc-page-content-inner td {
  border: 1px solid var(--bjcc-line);
  padding: 12px;
  text-align: left;
}

.bjcc-page-content-inner th {
  background: var(--bjcc-navy);
  color: var(--bjcc-white);
}

.bjcc-modern-data-page .bjcc-page-content-inner tr:nth-child(even) td {
  background: rgba(11, 31, 58, 0.035);
}

.bjcc-modern-data-page .bjcc-page-content-inner iframe {
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  min-height: 720px;
  width: 100%;
}

.bjcc-modern-data-page .bjcc-page-content-inner form,
.bjcc-modern-data-page .bjcc-page-content-inner .dataTables_wrapper {
  background: var(--bjcc-paper);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  margin: 24px 0;
  padding: 18px;
}

.bjcc-modern-data-page .bjcc-page-content-inner input,
.bjcc-modern-data-page .bjcc-page-content-inner select,
.bjcc-modern-data-page .bjcc-page-content-inner textarea {
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  color: var(--bjcc-ink);
  font: inherit;
  padding: 10px 12px;
}

.bjcc-modern-data-page .bjcc-page-content-inner input[type="submit"],
.bjcc-modern-data-page .bjcc-page-content-inner button {
  background: var(--bjcc-navy);
  border: 0;
  border-radius: 8px;
  color: var(--bjcc-white);
  cursor: pointer;
  font-weight: 900;
  padding: 11px 14px;
}

.bjcc-page-content-inner .wp-block-button__link,
.bjcc-page-content-inner .button {
  background: var(--bjcc-navy) !important;
  border-radius: 8px !important;
  color: var(--bjcc-white) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.bjcc-page-content-inner .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid var(--bjcc-navy) !important;
  color: var(--bjcc-navy) !important;
}

.bjcc-page-content-inner .wp-block-columns {
  gap: 18px;
}

.bjcc-page-content-inner .wp-block-column,
.bjcc-page-content-inner .bjcc-content-card {
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  padding: 22px;
}

.bjcc-page-content-inner .bjcc-highlight {
  background: var(--bjcc-gold);
  border-radius: 8px;
  color: var(--bjcc-ink);
  font-weight: 900;
  padding: 18px 22px;
}

.bjcc-section-light {
  background: var(--bjcc-paper);
}

.bjcc-section-white {
  background: var(--bjcc-white);
}

.bjcc-section-heading {
  margin: 0 auto 34px;
  max-width: 1160px;
}

.bjcc-section-heading p:not(.bjcc-eyebrow) {
  color: var(--bjcc-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 690px;
}

.bjcc-program-grid,
.bjcc-news-grid,
.bjcc-action-grid,
.bjcc-sponsor-grid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1160px;
}

.bjcc-program-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bjcc-program-description-link {
  margin: -18px auto 30px;
  max-width: 1160px;
}

.bjcc-program-card {
  background: var(--bjcc-white);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
}

.bjcc-program-card:first-child {
  border-top: 6px solid var(--bjcc-navy);
}

.bjcc-program-card:nth-child(2) {
  border-top: 6px solid var(--bjcc-green);
}

.bjcc-program-card:nth-child(3) {
  border-top: 6px solid var(--bjcc-gold);
}

.bjcc-program-card:nth-child(4) {
  border-top: 6px solid var(--bjcc-aqua);
}

.bjcc-program-card p {
  color: var(--bjcc-muted);
  line-height: 1.6;
}

.bjcc-program-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.bjcc-program-topline span,
.bjcc-program-topline strong {
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 7px 10px;
}

.bjcc-program-topline span {
  background: rgba(11, 31, 58, 0.08);
  color: var(--bjcc-navy);
}

.bjcc-program-topline strong {
  background: var(--bjcc-ink);
  color: var(--bjcc-white);
}

.bjcc-modern-homepage dl {
  border-top: 1px solid var(--bjcc-line);
  margin: auto 0 0;
  padding-top: 16px;
}

.bjcc-modern-homepage dt {
  color: var(--bjcc-muted);
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.bjcc-modern-homepage dd {
  margin: 0 0 12px;
}

.bjcc-text-link {
  color: var(--bjcc-navy);
  display: inline-flex;
  font-weight: 900;
  margin-top: 8px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.bjcc-text-link:hover,
.bjcc-text-link:focus-visible {
  color: var(--bjcc-green);
  outline: none;
}

.bjcc-action-band {
  background: var(--bjcc-navy-dark);
  color: var(--bjcc-white);
}

.bjcc-section-heading-invert p:not(.bjcc-eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.bjcc-action-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bjcc-action-tile {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--bjcc-white);
  display: grid;
  grid-template-rows: 180px auto auto;
  overflow: hidden;
}

.bjcc-action-tile:hover,
.bjcc-action-tile:focus-visible {
  border-color: var(--bjcc-gold);
  outline: none;
  transform: translateY(-2px);
}

.bjcc-action-tile img {
  background: var(--bjcc-white);
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.bjcc-action-tile span {
  color: var(--bjcc-gold);
  font-size: 0.8rem;
  font-weight: 900;
  padding: 18px 20px 4px;
  text-transform: uppercase;
}

.bjcc-action-tile strong {
  font-size: 1.25rem;
  line-height: 1.15;
  padding: 0 20px 22px;
}

.bjcc-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bjcc-news-card {
  background: var(--bjcc-paper);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  overflow: hidden;
}

.bjcc-news-card img {
  background: var(--bjcc-aqua);
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.bjcc-news-card div {
  padding: 22px;
}

.bjcc-news-card p {
  color: var(--bjcc-muted);
  line-height: 1.58;
}

.bjcc-news-archive-section {
  padding-top: 56px;
}

.bjcc-news-archive-grid {
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 1060px;
}

.bjcc-news-archive-card {
  background: var(--bjcc-paper);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
}

.bjcc-news-archive-card-text-only {
  grid-template-columns: 1fr;
  min-height: 0;
}

.bjcc-news-archive-image {
  background: var(--bjcc-aqua);
  display: block;
  min-height: 220px;
}

.bjcc-news-archive-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bjcc-news-archive-card > div {
  padding: 26px;
}

.bjcc-news-archive-card h2 {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.12;
  margin: 6px 0 12px;
}

.bjcc-news-archive-card h2 a {
  color: var(--bjcc-ink);
  text-decoration: none;
}

.bjcc-news-archive-card h2 a:hover,
.bjcc-news-archive-card h2 a:focus-visible {
  color: var(--bjcc-navy);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.bjcc-news-archive-card p:not(.bjcc-post-meta) {
  color: var(--bjcc-muted);
  line-height: 1.65;
  margin: 0;
}

.bjcc-news-empty {
  background: var(--bjcc-paper);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  padding: 34px;
}

.bjcc-news-pagination {
  margin: 34px auto 0;
  max-width: 1060px;
}

.bjcc-news-pagination .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bjcc-news-pagination .page-numbers {
  align-items: center;
  background: var(--bjcc-white);
  border: 1px solid var(--bjcc-line);
  border-radius: 999px;
  color: var(--bjcc-navy);
  display: inline-flex;
  font-weight: 900;
  min-height: 38px;
  padding: 8px 14px;
  text-decoration: none;
}

.bjcc-news-pagination .page-numbers.current,
.bjcc-news-pagination .page-numbers:hover,
.bjcc-news-pagination .page-numbers:focus-visible {
  background: var(--bjcc-navy);
  border-color: var(--bjcc-navy);
  color: var(--bjcc-white);
  outline: none;
}

.bjcc-community-section {
  align-items: center;
  background: var(--bjcc-ink);
  color: var(--bjcc-white);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.bjcc-community-copy {
  justify-self: end;
  max-width: 720px;
}

.bjcc-community-copy p:not(.bjcc-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bjcc-community-image {
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  width: 360px;
}

.bjcc-resource-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.bjcc-resource-list a {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--bjcc-white);
  font-weight: 900;
  padding: 10px 14px;
}

.bjcc-resource-list a:hover,
.bjcc-resource-list a:focus-visible {
  background: var(--bjcc-gold);
  color: var(--bjcc-ink);
  outline: none;
}

.bjcc-sponsors-section {
  text-align: left;
}

.bjcc-sponsor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bjcc-sponsor-card {
  align-items: center;
  background: var(--bjcc-white);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  display: flex;
  height: 150px;
  justify-content: center;
  padding: 18px;
}

a.bjcc-sponsor-card {
  text-decoration: none;
}

.bjcc-sponsor-card:hover,
.bjcc-sponsor-card:focus-visible {
  border-color: var(--bjcc-gold);
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.bjcc-sponsor-card img {
  max-height: 104px;
  object-fit: contain;
}

.bjcc-sponsor-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px auto 0;
  max-width: 1160px;
}

.bjcc-business-directory-section {
  padding-top: 56px;
}

.bjcc-business-directory-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
}

.bjcc-business-card {
  background: var(--bjcc-paper);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: 170px minmax(0, 1fr);
  padding: 22px;
}

.bjcc-business-logo {
  align-items: center;
  background: var(--bjcc-white);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 140px;
  padding: 18px;
}

.bjcc-business-logo a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bjcc-business-logo img {
  max-height: 104px;
  object-fit: contain;
  width: 100%;
}

.bjcc-business-copy h2 {
  color: var(--bjcc-navy);
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.bjcc-business-copy p {
  color: var(--bjcc-muted);
  line-height: 1.65;
  margin: 0;
}

.bjcc-business-empty {
  background: var(--bjcc-paper);
  border: 1px solid var(--bjcc-line);
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: 34px;
}

.bjcc-site-footer {
  align-items: center;
  background: var(--bjcc-navy);
  color: var(--bjcc-white);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 58px 32px;
}

.bjcc-site-footer > div:first-child {
  max-width: 760px;
}

.bjcc-site-footer p:not(.bjcc-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .bjcc-site-header {
    grid-template-columns: 1fr auto;
  }

  .bjcc-site-header nav {
    grid-column: 1 / -1;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .bjcc-hero,
  .bjcc-page-hero {
    padding-right: 32px;
  }

  .bjcc-hero-sponsor-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
    max-width: 720px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 2;
  }

  .bjcc-hero-sponsor-photos img,
  .bjcc-hero-sponsor-photos img:first-child {
    aspect-ratio: 4 / 3;
    width: 100%;
  }

  .bjcc-program-grid,
  .bjcc-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bjcc-business-directory-grid {
    grid-template-columns: 1fr;
  }

  .bjcc-action-grid,
  .bjcc-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bjcc-action-tile {
    grid-template-rows: 220px auto auto;
  }

  .bjcc-action-tile img {
    height: 220px;
  }

  .bjcc-community-section {
    grid-template-columns: 1fr;
  }

  .bjcc-community-copy {
    justify-self: start;
  }

  .bjcc-community-image {
    max-width: 360px;
    width: 100%;
  }
}

@media (max-width: 782px) {
  .admin-bar .bjcc-site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .bjcc-site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .bjcc-brand strong {
    font-size: 0.9rem;
  }

  .bjcc-brand em {
    display: none;
  }

  .bjcc-header-cta {
    padding: 9px 13px;
  }

  .bjcc-hero {
    min-height: 72svh;
    padding: 70px 20px 24px;
  }

  .bjcc-page-hero {
    min-height: 34svh;
    padding: 64px 20px 34px;
  }

  .bjcc-hero-sponsor-photos {
    grid-template-columns: 1fr;
  }

  .bjcc-page-content {
    padding: 34px 20px 54px;
  }

  .bjcc-page-content-inner {
    padding: 24px;
  }

  .bjcc-modern-homepage h1 {
    font-size: 3.1rem;
  }

  .bjcc-modern-homepage h2 {
    font-size: 2rem;
  }

  .bjcc-hero-lede {
    font-size: 1.08rem;
  }

  .bjcc-season-strip {
    grid-template-columns: 1fr;
  }

  .bjcc-season-strip div,
  .bjcc-section,
  .bjcc-site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bjcc-program-grid,
  .bjcc-sponsor-grid {
    grid-template-columns: 1fr;
  }

  .bjcc-business-card {
    grid-template-columns: 1fr;
  }

  .bjcc-business-logo {
    min-height: 120px;
  }

  .bjcc-action-tile {
    grid-template-rows: 160px auto auto;
  }

  .bjcc-action-grid,
  .bjcc-news-grid {
    grid-template-columns: 1fr;
  }

  .bjcc-news-archive-card {
    grid-template-columns: 1fr;
  }

  .bjcc-news-archive-image {
    min-height: 190px;
  }

  .bjcc-news-archive-card > div {
    padding: 22px;
  }

  .bjcc-action-tile img {
    height: 160px;
  }

  .bjcc-site-footer {
    grid-template-columns: 1fr;
  }
}
