:root{--navy:#1a237e;--navy-light:#283593;--red:#b71c1c;--red-dark:#7f0000;--gold:#f0c911;--gold-dark:#c9a800;--white:#ffffff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eeeeee;--gray-300:#e0e0e0;--gray-600:#757575;--gray-800:#424242;--gray-900:#212121;--font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--max-width:1100px;--radius:8px;--shadow:0 2px 8px rgba(0, 0, 0, 0.1);--shadow-lg:0 4px 16px rgba(0, 0, 0, 0.15);--transition:0.2s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--gray-900);background:var(--white)}img{max-width:100%;height:auto;display:block}a{color:var(--navy);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--red)}h1,h2,h3,h4{line-height:1.3;color:var(--navy)}h1{font-size:1.75rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-bottom:.5rem}ul,ol{padding-left:1.5rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.site-header{background:var(--navy);color:var(--white);padding:1rem 0}.header-inner{display:flex;align-items:center}.site-brand{display:flex;align-items:center;gap:.75rem;color:var(--white);text-decoration:none}.site-brand:hover{color:var(--gold)}.site-logo{border-radius:4px;flex-shrink:0}.site-title-group{display:flex;flex-direction:column}.site-title{font-size:1.1rem;font-weight:700;line-height:1.3}.site-subtitle{font-size:.8rem;opacity:.85;font-weight:400}.main-nav{background:var(--navy-light);position:relative;z-index:100}.nav-inner{display:flex;align-items:center}.nav-toggle{display:none}.nav-toggle-label{display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer}.hamburger,.hamburger::before,.hamburger::after{display:block;width:24px;height:2px;background:var(--white);transition:transform var(--transition);position:relative}.hamburger::before,.hamburger::after{content:'';position:absolute;left:0}.hamburger::before{top:-7px}.hamburger::after{top:7px}.nav-toggle:checked~.nav-toggle-label .hamburger{background:0 0}.nav-toggle:checked~.nav-toggle-label .hamburger::before{top:0;transform:rotate(45deg)}.nav-toggle:checked~.nav-toggle-label .hamburger::after{top:0;transform:rotate(-45deg)}.nav-menu{list-style:none;padding:0;display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background:var(--navy-light);box-shadow:var(--shadow-lg)}.nav-toggle:checked~.nav-menu{display:flex}.nav-item{border-top:1px solid rgba(255,255,255,.1)}.nav-link{display:block;padding:.75rem 1rem;color:var(--white);font-size:.95rem;font-weight:500;cursor:pointer;transition:background var(--transition)}.nav-link:hover,.nav-link.active{background:rgba(255,255,255,.1);color:var(--gold)}.dropdown{list-style:none;padding:0;background:rgba(0,0,0,.15)}.dropdown-link{display:block;padding:.6rem 1rem .6rem 2rem;color:rgba(255,255,255,.9);font-size:.9rem;transition:background var(--transition)}.dropdown-link:hover,.dropdown-link.active{background:rgba(255,255,255,.1);color:var(--gold)}@media(min-width:768px){.nav-toggle-label{display:none}.nav-menu{display:flex;flex-direction:row;position:static;box-shadow:none;width:auto}.nav-item{border-top:none;position:relative}.nav-link{padding:.75rem 1rem;white-space:nowrap}.has-dropdown .dropdown{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--navy-light);box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius)var(--radius);z-index:200}.has-dropdown:hover .dropdown{display:block}.dropdown-link{padding:.6rem 1rem}}.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);color:var(--white);padding:3rem 0;text-align:center}.hero-title{color:var(--white);font-size:1.75rem;margin-bottom:1.5rem}.hero-taglines p{font-size:1.15rem;color:var(--gold);font-weight:500;margin-bottom:.25rem}.hero-cta{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(min-width:768px){.hero{padding:4rem 0}.hero-title{font-size:2.25rem}.hero-taglines p{font-size:1.35rem}}.btn{display:inline-block;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--radius);text-align:center;cursor:pointer;transition:background var(--transition),transform var(--transition)}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-dark);color:var(--navy)}.btn-secondary{background:0 0;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--navy)}.cards{padding:3rem 0}.card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.card-grid{grid-template-columns:repeat(3,1fr)}}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card h2{font-size:1.25rem;margin-bottom:.5rem}.card p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem}.card-link{font-weight:600;color:var(--red);font-size:.95rem}.card-link:hover{color:var(--red-dark)}.cta-section{background:var(--gray-100);padding:3rem 0;text-align:center}.cta-section h2{color:var(--red);margin-bottom:.75rem}.cta-section p{max-width:600px;margin:0 auto 1.5rem;color:var(--gray-800)}.page{padding:2rem 0 3rem}.page>h1{color:var(--red);padding-bottom:.75rem;border-bottom:3px solid var(--gold);margin-bottom:1.5rem}.page-content{max-width:800px}.page-content p{margin-bottom:1rem}.page-content ul,.page-content ol{margin-bottom:1rem}.page-content li{margin-bottom:.5rem}.page-content h2{margin-top:2rem;color:var(--navy)}.page-content h3{margin-top:1.5rem;color:var(--navy)}.section-list{list-style:none;padding:0}.section-list li{margin-bottom:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius);border-left:4px solid var(--gold)}.section-list li a{font-weight:600;font-size:1.1rem}.section-list li p{margin-top:.25rem;color:var(--gray-600);font-size:.9rem}.download-list{list-style:none;padding:0}.download-list li{padding:1rem;margin-bottom:.75rem;background:var(--gray-50);border-left:4px solid var(--gold);border-radius:0 var(--radius)var(--radius)0;transition:background var(--transition)}.download-list li:hover{background:var(--gray-100)}.download-list a{font-weight:600;font-size:1.05rem}.download-list .file-type{display:inline-block;font-size:.75rem;font-weight:600;background:var(--red);color:var(--white);padding:.15rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle;text-transform:uppercase}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info h2,.contact-schedule h2{margin-bottom:1rem}.contact-info p{margin-bottom:.5rem}.schedule-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.schedule-table td{padding:.5rem 1rem;border-bottom:1px solid var(--gray-200)}.schedule-table tr:last-child td{border-bottom:none}.schedule-table td:first-child{font-weight:600;color:var(--navy)}.contact-photo{border-radius:var(--radius);box-shadow:var(--shadow);margin:1rem 0}.contact-map{width:100%;height:350px;border-radius:var(--radius);box-shadow:var(--shadow);margin-top:2rem;z-index:1}.site-footer{background:var(--navy);color:rgba(255,255,255,.9);padding:2.5rem 0 0;margin-top:3rem}.footer-inner{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-inner{grid-template-columns:repeat(3,1fr)}}.footer-col h3{color:var(--gold);font-size:1rem;margin-bottom:.75rem}.footer-col p,.footer-col a{font-size:.9rem;color:rgba(255,255,255,.85);margin-bottom:.3rem}.footer-col a:hover{color:var(--gold)}.footer-schedule{border-collapse:collapse;font-size:.9rem}.footer-schedule td{padding:.2rem .75rem .2rem 0}.footer-note{font-size:.8rem;font-style:italic;opacity:.7;margin-top:.5rem}.footer-bottom{margin-top:2rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.15);text-align:center}.footer-bottom p{font-size:.85rem;opacity:.7}@media print{.main-nav,.hero-cta,.site-footer,.contact-map{display:none}.site-header{background:0 0;color:var(--gray-900);padding:.5rem 0}.site-brand{color:var(--gray-900)}body{font-size:12pt;color:#000}.page{padding:0}a{color:#000;text-decoration:underline}}