.publicSite {
  min-height: 100vh;
  overflow-x: clip;
  color: var(--public-text);
  background: #f8f6ef;
  font-family: var(--public-font);
  font-size: 14px;
  line-height: 1.45;
}

.publicSite *, .publicSite *::before, .publicSite *::after { box-sizing: border-box; }
.publicSite a { color: inherit; }
.publicSite a:focus-visible, .publicSite button:focus-visible, .publicSite select:focus-visible, .publicSite summary:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px var(--public-accent); }
.publicSite h1, .publicSite h2, .publicSite h3, .publicSite p { overflow-wrap: anywhere; }
.shell { width: min(1280px, calc(100% - 40px)); min-width: 0; margin-inline: auto; }
.compact { font-size: 14px; }
.comfortable { font-size: 15px; }

.siteHeader { position: relative; z-index: 20; border-bottom: 1px solid #dde3dc; background: #fff; }
.utilityBar { min-height: 26px; color: #fff; background: var(--public-primary-dark); font-size: 11px; }
.utilityBar > div { display: flex; min-height: 26px; align-items: center; justify-content: space-between; gap: 16px; }
.utilityBar p { margin: 0; }
.utilityNav, .primaryNav, .mobileMenuLinks { display: flex; align-items: center; gap: 20px; }
.utilityNav a, .primaryNav a, .mobileMenuLinks a { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; text-decoration: none; }
.utilityNav a { min-height: 26px; font-size: 11px; }
.mainHeader { display: grid; min-height: 78px; grid-template-columns: minmax(220px, .9fr) minmax(0, 2fr) auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 10px; text-decoration: none; }
.brandLogo { width: 46px; height: 46px; object-fit: contain; }
.brand > span { display: grid; min-width: 0; line-height: 1.04; }
.brand strong { color: var(--public-primary-dark); font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: .02em; }
.brand small { color: #30463d; font-size: 13px; }
.primaryNav { justify-content: center; gap: clamp(14px, 2vw, 28px); }
.primaryNav a { color: #17221e; font-size: 13px; font-weight: 650; }
.primaryNav a:hover, .utilityNav a:hover, .mobileMenuLinks a:hover { color: var(--public-primary); text-decoration: underline; text-underline-offset: 4px; }
.headerActions { display: flex; align-items: center; gap: 8px; }
.iconAction, .mobileMenu summary { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #cfd8d1; border-radius: 50%; background: #fff; cursor: pointer; }
.buttonAction { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; border-radius: 4px; padding: 8px 14px; color: #fff !important; background: var(--public-primary); font-size: 12px; font-weight: 750; text-decoration: none; }
.mobileMenu { display: none; position: relative; }
.mobileMenu summary { list-style: none; }
.mobileMenu summary::-webkit-details-marker { display: none; }
.mobileMenuLinks { position: absolute; top: 52px; right: 0; width: min(280px, calc(100vw - 24px)); align-items: stretch; flex-direction: column; gap: 0; border: 1px solid #d8ded9; border-radius: 8px; padding: 8px; background: #fff; box-shadow: 0 18px 50px rgba(0, 38, 25, .2); }
.mobileMenuLinks a { padding-inline: 12px; border-bottom: 1px solid #edf0ed; }

.hero { position: relative; min-height: clamp(300px, 37vw, 510px); overflow: hidden; color: #fff; background: var(--public-primary-dark); }
.coverImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .coverImage { object-position: center 42%; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 29, 20, .84) 0%, rgba(1, 35, 22, .44) 44%, rgba(1, 22, 14, .08) 76%); }
.heroContent { position: relative; display: flex; min-height: clamp(300px, 37vw, 510px); justify-content: flex-end; flex-direction: column; padding-block: 52px; }
.heroEyebrow { max-width: 630px; margin: 0 0 8px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.heroContent h1 { max-width: 760px; margin: 0; color: #fff; font-family: var(--public-font); font-size: clamp(25px, 3.3vw, 46px); font-weight: 760; line-height: 1.06; letter-spacing: -.035em; }
.heroContent > p:not(.heroEyebrow) { max-width: 660px; margin: 10px 0 0; color: rgba(255,255,255,.92); font-size: clamp(14px, 1.3vw, 17px); }
.heroActions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.heroActions a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; border-radius: 4px; padding: 10px 15px; font-size: 13px; font-weight: 750; text-decoration: none; }
.heroPrimaryAction { color: #142217 !important; background: var(--public-accent); }
.heroSecondaryAction { border: 1px solid rgba(255,255,255,.7); color: #fff; background: rgba(0,0,0,.14); }

.sectionFlow { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(260px, .9fr); gap: 20px 18px; padding-block: 22px 34px; }
.sectionFlow > [data-layout="full"], .sectionFlow > [data-layout="strip"] { grid-column: 1 / -1; }
.sectionFlow > [data-layout="main"] { grid-column: 1; }
.sectionFlow > [data-layout="aside"] { grid-column: 2; }
.sectionCard { min-width: 0; border: 1px solid #dfe4df; border-radius: 7px; padding: 16px; background: var(--public-surface); box-shadow: 0 8px 24px rgba(20, 50, 35, .05); }
.searchSection { align-self: start; margin-top: -56px; position: relative; z-index: 2; }
.sectionHeading { min-width: 0; margin-bottom: 11px; }
.eyebrow { margin: 0 0 4px; color: var(--public-primary); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sectionTitleRow { display: flex; min-width: 0; align-items: baseline; justify-content: space-between; gap: 10px; }
.sectionTitleRow h2 { margin: 0; color: #14221c; font-family: var(--public-font); font-size: clamp(17px, 1.7vw, 22px); line-height: 1.2; }
.sectionTitleRow > a { flex: none; color: var(--public-primary); font-size: 11px; font-weight: 750; text-decoration: none; }
.sectionBody { margin: 5px 0 0; color: #52625a; font-size: 12px; }
.programSearch { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 9px; }
.programSearch label { min-width: 0; }
.programSearch select { width: 100%; min-width: 0; min-height: 42px; border: 1px solid #d3d9d4; border-radius: 4px; padding: 7px 28px 7px 11px; color: #26372f; background: #fff; font-size: 12px; }
.programSearch button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 4px; padding: 8px 18px; color: #fff; background: var(--public-primary); font-size: 12px; font-weight: 750; cursor: pointer; }
.srOnly { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.ctaSection { position: relative; z-index: 2; align-self: start; margin-top: -56px; }
.ctaSection > a, .ctaSection > div { display: flex; min-height: 105px; align-items: center; gap: 13px; border-radius: 7px; padding: 16px 18px; color: #172115; background: linear-gradient(135deg, #efc441, var(--public-accent)); box-shadow: 0 10px 28px rgba(134, 93, 0, .15); text-decoration: none; }
.ctaIcon { display: grid; width: 42px; height: 42px; flex: none; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.ctaText { display: grid; flex: 1; gap: 3px; }
.ctaText strong { font-size: 16px; line-height: 1.2; }
.ctaText small { font-size: 11px; }

.contentSection { min-width: 0; align-self: start; }
.programGrid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }
.programCard { display: flex; min-width: 0; min-height: 148px; align-items: center; flex-direction: column; border: 1px solid #e0e5e0; border-radius: 5px; padding: 14px 8px 10px; color: #26342d; background: #fff; text-align: center; text-decoration: none; }
.programIcon { display: grid; min-height: 34px; place-items: center; color: var(--public-primary); }
.programCard h3 { margin: 7px 0 0; font-size: 12px; line-height: 1.25; }
.programCard p { margin: 6px 0 0; color: #68736e; font-size: 9px; line-height: 1.35; }
.programCard small { margin-top: auto; padding-top: 7px; color: #23372d; font-size: 9px; }
.programCard:hover { border-color: var(--public-primary); box-shadow: 0 6px 18px rgba(0, 63, 39, .09); transform: translateY(-1px); }

.newsList { overflow: hidden; border: 1px solid #e0e5e0; border-radius: 6px; background: #fff; }
.newsItem { display: grid; min-height: 86px; grid-template-columns: 112px minmax(0, 1fr); gap: 11px; padding: 9px; color: #17221d; text-decoration: none; }
.newsItem + .newsItem { border-top: 1px solid #e5e9e5; }
.newsImage { position: relative; min-height: 66px; overflow: hidden; border-radius: 3px; background: #e4e9e5; }
.newsImage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.newsIcon { display: grid; min-height: 66px; place-items: center; color: var(--public-primary); background: #edf4ee; }
.newsCopy { display: flex; min-width: 0; justify-content: center; flex-direction: column; gap: 3px; }
.newsCopy small { width: fit-content; color: var(--public-primary); font-size: 9px; font-weight: 750; }
.newsCopy strong { font-size: 11px; line-height: 1.3; }
.newsCopy time { color: #626c67; font-size: 9px; }

.cardGrid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.lifeCard { min-width: 0; overflow: hidden; border: 1px solid #e0e5e0; border-radius: 5px; background: #fff; text-decoration: none; }
.cardImage { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e7ebe7; }
.cardImage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cardCopy { display: grid; gap: 5px; padding: 10px; }
.cardTitle { display: inline-flex; align-items: center; gap: 5px; color: #183125; font-size: 11px; font-weight: 750; }
.cardCopy small { color: #66736c; font-size: 9px; line-height: 1.4; }

.feature { position: relative; min-height: 224px; align-self: stretch; overflow: hidden; border-radius: 6px; color: #fff; background: var(--public-primary); }
.featureShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 53, 33, .96) 0%, rgba(0, 59, 37, .72) 50%, rgba(0, 33, 20, .08) 100%); }
.featureContent { position: relative; display: flex; width: 66%; min-height: 224px; justify-content: center; align-items: flex-start; flex-direction: column; padding: 24px; }
.feature h2 { margin: 0; color: #fff; font-family: var(--public-font); font-size: 19px; }
.feature p { margin: 7px 0 15px; color: rgba(255,255,255,.9); font-size: 12px; }
.feature a { display: inline-flex; min-height: 39px; align-items: center; gap: 7px; border-radius: 3px; padding: 8px 11px; color: #17231d; background: #fff; font-size: 11px; font-weight: 750; text-decoration: none; }

.siteFooter { color: #fff; background: var(--public-primary-dark); padding-bottom: 0; }
.footerGrid { display: grid; grid-template-columns: minmax(210px, 1.25fr) repeat(4, minmax(120px, 1fr)); gap: 28px; padding-block: 30px 24px; }
.footerIdentity { min-width: 0; }
.footerBrand strong, .footerBrand small { color: #fff; }
.footerIdentity > p { max-width: 250px; margin: 13px 0 0; color: #ccd9d2; font-size: 11px; }
.footerGrid section h2 { margin: 0 0 10px; color: #fff; font-family: var(--public-font); font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.footerGrid nav { display: grid; gap: 7px; }
.footerGrid nav a { color: #d7e0db; font-size: 10px; text-decoration: none; }
.footerGrid nav a, .footerBottom a { display: inline-flex; min-width: 24px; min-height: 24px; align-items: center; }
.footerGrid nav a:hover, .footerBottom a:hover { color: #fff; text-decoration: underline; }
.footerBottom { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.15); color: #bfcfc7; font-size: 9px; }
.footerBottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footerBottom a { text-decoration: none; }
.mobileBottomNav { display: none; }

.emptySite { display: grid; min-height: 42vh; place-content: center; gap: 7px; padding-block: 48px; text-align: center; }
.emptySite h1 { margin: 0; color: var(--public-primary-dark); font-size: clamp(21px, 3vw, 30px); line-height: 1.2; }
.emptySite p { margin: 0; color: #596860; font-size: 13px; }

.unavailable { display: grid; min-height: 100vh; place-items: center; padding: 24px; color: #173127; background: #f5f3ec; }
.unavailable > div { width: min(430px, 100%); border: 1px solid #d6ddd8; border-radius: 8px; padding: 24px; background: #fff; text-align: center; }
.unavailable h1 { margin: 12px 0 6px; font: 700 24px/1.2 ui-sans-serif, system-ui, sans-serif; }
.unavailable p { margin: 0; color: #596860; font: 14px/1.5 ui-sans-serif, system-ui, sans-serif; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 32px, 1120px); }
  .mainHeader { grid-template-columns: minmax(190px, .8fr) minmax(0, 2fr) auto; gap: 12px; }
  .primaryNav { gap: 12px; }
  .primaryNav a { font-size: 12px; }
  .programGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footerGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footerIdentity { grid-row: span 2; }
}

@media (max-width: 768px) {
  .publicSite { padding-bottom: 63px; font-size: 14px; }
  .shell { width: calc(100% - 24px); }
  .siteHeader { border-bottom-color: rgba(255,255,255,.15); background: var(--public-primary-dark); }
  .utilityBar, .primaryNav { display: none; }
  .mainHeader { min-height: 66px; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .brandLogo { width: 38px; height: 38px; }
  .brand strong, .brand small { color: #fff; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 11px; }
  .mobileMenu { display: block; }
  .buttonAction { display: none; }
  .iconAction, .mobileMenu summary { width: 42px; height: 42px; border: 0; color: #fff; background: transparent; }
  .hero, .heroContent { min-height: 320px; }
  .hero .coverImage { object-position: center center; }
  .heroShade { background: linear-gradient(0deg, rgba(0, 31, 19, .86) 0%, rgba(0, 33, 20, .28) 70%); }
  .heroContent { padding-block: 28px; }
  .heroContent h1 { max-width: 360px; font-size: 24px; }
  .heroContent > p:not(.heroEyebrow) { max-width: 370px; font-size: 14px; }
  .sectionFlow { grid-template-columns: minmax(0, 1fr); gap: 16px; padding-block: 12px 24px; }
  .sectionFlow > [data-layout] { grid-column: 1; }
  .searchSection { margin-top: -22px; }
  .ctaSection { margin-top: 0; }
  .programSearch { grid-template-columns: minmax(0, 1fr); }
  .programSearch button { width: 100%; }
  .programGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .programCard { min-width: 0; }
  .cardGrid { grid-template-columns: minmax(0, 1fr); }
  .lifeCard { min-width: 0; }
  .feature { min-height: 210px; }
  .featureContent { width: 72%; min-height: 210px; padding: 20px; }
  .footerGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .footerIdentity { grid-column: 1 / -1; grid-row: auto; }
  .footerBottom { align-items: flex-start; flex-direction: column; padding-block: 12px; }
  .mobileBottomNav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: grid; min-height: 63px; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); padding: 5px max(4px, env(safe-area-inset-right)) max(5px, env(safe-area-inset-bottom)) max(4px, env(safe-area-inset-left)); border-top: 1px solid rgba(255,255,255,.16); color: #fff; background: var(--public-primary-dark); box-shadow: 0 -8px 24px rgba(0, 34, 21, .16); }
  .mobileBottomNav a { display: flex; min-width: 0; min-height: 50px; align-items: center; justify-content: center; flex-direction: column; gap: 3px; padding: 2px; font-size: 9px; font-weight: 650; line-height: 1.05; text-align: center; text-decoration: none; }
  .mobileBottomNav a span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (max-width: 390px) {
  .hero, .heroContent { min-height: 300px; }
  .heroActions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .heroActions a { width: 100%; }
  .newsItem { grid-template-columns: 94px minmax(0, 1fr); }
  .footerGrid { grid-template-columns: minmax(0, 1fr); }
  .footerIdentity { grid-column: 1; }
}

@media (max-width: 320px) {
  .shell { width: calc(100% - 16px); }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 10px; }
  .headerActions { gap: 0; }
  .heroContent h1 { font-size: 22px; }
  .sectionCard { padding: 12px; }
  .ctaSection > a, .ctaSection > div { padding: 14px; }
  .newsItem { grid-template-columns: 78px minmax(0, 1fr); gap: 8px; }
}

@media (max-width: 280px) {
  .brandLogo { width: 34px; height: 34px; }
  .brand small { display: none; }
  .iconAction, .mobileMenu summary { width: 38px; height: 38px; }
  .mobileBottomNav a { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .publicSite *, .publicSite *::before, .publicSite *::after { scroll-behavior: auto !important; transition: none !important; }
}
