:root{--navy:#0a2d4e;--navy-dark:#061e35;--aqua:#1a9fd4;--aqua-light:#e8f6fc;--stripe-white:#fff;--stripe-gray:#eee;--text:#1c2b3a;--text-muted:#4a6278;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background-color:var(--stripe-white);background-image:repeating-linear-gradient(45deg, var(--stripe-white), var(--stripe-white) 10px, var(--stripe-gray) 10px, var(--stripe-gray) 20px);margin:0;font-family:sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}.site-header{background:var(--white);color:var(--text);box-shadow:0 2px 12px #0a2d4e0f}.header-inner{max-width:1100px;margin:0 auto;padding:1.25rem 1.5rem 0}.brand{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.brand-logo-wrap{aspect-ratio:624/352;flex-shrink:0;width:min(22rem,100%)}.brand-logo{width:100%;height:auto;display:block}.site-nav{flex-wrap:wrap;gap:.25rem;padding:.5rem 0 0;display:flex}.site-nav a{letter-spacing:.03em;text-transform:uppercase;color:var(--navy);border-radius:4px 4px 0 0;padding:.65rem 1.1rem;font-size:.92rem;font-weight:600;transition:background .2s,color .2s}.site-nav a:hover{background:var(--aqua-light)}.site-nav a.active{background:var(--aqua-light);color:var(--navy)}main{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.hero{background:var(--white);border-radius:8px;padding:2.5rem 2.75rem;box-shadow:0 2px 16px #0a2d4e0f}.hero h2{color:var(--navy);margin:0 0 1.5rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.35}.hero p{color:var(--text);margin:0 0 1.25rem;font-size:1.05rem}.hero p:last-child{margin-bottom:0}.hero+.hero{margin-top:1.5rem}.hero-image-wrap{margin:0 0 1.75rem}.hero-image{border-radius:8px;width:100%;height:auto;display:block}.community-links-list{columns:2;color:var(--text);column-gap:2.5rem;margin:1.25rem 0 0;padding-left:1.25rem;list-style:outside}.community-links-list li{break-inside:avoid;margin-bottom:.5rem}.community-links-list a,.community-links .materials-grid a{color:var(--aqua);text-underline-offset:.15em;text-decoration:underline}.page-title{color:var(--navy);margin:0 0 1.5rem;font-size:clamp(1.75rem,3vw,2.25rem)}.page-content{background:var(--white);border-radius:8px;padding:2rem 2.5rem;box-shadow:0 2px 16px #0a2d4e0f}.page-content p{color:var(--text);margin:0 0 1rem}.page-content p:last-child{margin-bottom:0}.page-section+.page-section{margin-top:2.5rem}.page-section h2{color:var(--navy);margin:0 0 1rem;font-size:1.2rem;font-weight:700}.page-subheading{color:var(--navy);margin:1.75rem 0 1rem;font-size:1rem;font-weight:700}.page-section>.page-subheading:first-of-type{margin-top:0}.page-feature-image-wrap{margin:0 0 1.75rem}.page-feature-image{width:100%;max-width:36rem;height:auto;margin:0 auto;display:block}.pdf-viewer-wrap{width:100%;height:min(80vh,900px);margin-top:1.25rem}.pdf-viewer{border:none;width:100%;height:100%;display:block}.page-content a{color:var(--aqua);text-underline-offset:.15em;text-decoration:underline}.table-wrap{margin:1rem 0 1.25rem;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;color:var(--text);font-size:.95rem}.data-table th,.data-table td{text-align:left;vertical-align:top;padding:.65rem 1rem}.data-table thead th{color:var(--navy);background:var(--aqua-light);font-weight:700}.data-table tbody th{color:var(--navy);white-space:nowrap;font-weight:700}.data-table tbody tr:nth-child(2n) td,.data-table tbody tr:nth-child(2n) th{background:#e8f6fc59}.schedule-list{color:var(--text);margin:0;padding:0;list-style:none}.schedule-list li{grid-template-columns:8.5rem 1fr;gap:1rem;padding:.85rem 0;display:grid}.schedule-list li+li{padding-top:1.1rem}.schedule-list strong{color:var(--navy)}.about-list{color:var(--text);margin:0;padding-left:1.25rem;list-style:outside}.about-list li+li{margin-top:.65rem}.contact-heading{color:var(--navy);margin:0 0 1rem;font-size:1.2rem;font-weight:700}.contact-form{max-width:32rem;margin-top:1.75rem}.contact-form .field{margin-bottom:1.25rem}.contact-form label{color:var(--navy);margin-bottom:.35rem;font-weight:600;display:block}.contact-form input,.contact-form textarea{width:100%;font:inherit;color:var(--text);background:var(--aqua-light);border:none;border-radius:4px;padding:.65rem .75rem;display:block}.contact-form textarea{resize:vertical;min-height:8rem}.contact-form button[type=submit]{font:inherit;color:var(--white);background:var(--navy);cursor:pointer;border:none;border-radius:4px;padding:.7rem 1.75rem;font-weight:600}.contact-form button[type=submit]:hover{background:var(--navy-dark)}.form-success{background:var(--aqua-light);max-width:32rem;color:var(--text);border-radius:4px;margin-top:1.75rem;padding:1.25rem 1.5rem}.form-success p{margin:0}.form-reset-button{font:inherit;color:var(--aqua);cursor:pointer;text-underline-offset:.15em;background:0 0;border:none;margin-top:1rem;padding:0;font-weight:600;text-decoration:underline}.materials-grid{color:var(--text);grid-template-columns:repeat(3,1fr);gap:.6rem 2rem;margin:1.25rem 0 0;padding-left:1.25rem;list-style:outside;display:grid}.materials-grid li{padding-left:.15rem}@media (max-width:900px){.materials-grid{grid-template-columns:repeat(2,1fr)}}.site-footer{text-align:center;max-width:1100px;color:var(--text-muted);margin:0 auto;padding:0 1.5rem 2rem;font-size:.85rem}@media (max-width:640px){.brand-logo-wrap{width:100%;max-width:16rem}.brand{text-align:center;flex-direction:column}.site-nav{justify-content:center}.hero,.page-content{padding:1.75rem 1.25rem}.materials-grid{grid-template-columns:1fr}.schedule-list li{grid-template-columns:1fr;gap:.35rem}.community-links-list{columns:1}}
