*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1c3260;--navy-dark:#0f2040;--amber:#d4920e;--amber-hover:#b87c0a;--text:#1a1f3c;--muted:#6b7280;--border:#e5e7eb;--surface:#fff;--surface-alt:#f9fafb;--radius:8px;--radius-lg:14px;--max-width:1200px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 12px 40px #00000024;--t:.2s ease;--color-primary:var(--navy);--color-accent:var(--amber);--color-text:var(--text);--color-text-muted:var(--muted);--color-surface:var(--surface);--color-surface-alt:var(--surface-alt);--color-border:var(--border);--color-dark:var(--navy-dark);--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4.5rem}html{color:var(--text);background:var(--surface);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif}body{flex-direction:column;min-height:100vh;line-height:1.65;display:flex}main{flex:1}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5{color:var(--text);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.4rem,3vw,2rem)}h3{font-size:1.2rem}h4{font-size:1rem}p{color:var(--muted);margin-bottom:.85rem}p:last-child{margin-bottom:0}a{color:var(--navy);transition:color var(--t);text-decoration:none}a:hover{color:var(--amber)}ul,ol{padding-left:1.3rem}li{color:var(--muted);margin-bottom:.3rem}.btn{border-radius:var(--radius);cursor:pointer;transition:all var(--t);white-space:nowrap;border:2px solid #0000;align-items:center;gap:.4rem;padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;display:inline-flex;text-decoration:none!important}.btn:hover{transform:translateY(-1px);text-decoration:none!important}.btn-navy{background:var(--navy);color:#fff}.btn-navy:hover{background:var(--navy-dark);color:#fff}.btn-amber{background:var(--amber);color:#fff}.btn-amber:hover{background:var(--amber-hover);color:#fff}.btn-outline{border-color:var(--navy);color:var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:#fff}.btn-outline-amber{border-color:var(--amber);color:var(--amber);background:0 0}.btn-outline-amber:hover{background:var(--amber);color:#fff}.btn-outline-white{color:var(--navy);background:#fff;border-color:#fff}.btn-outline-white:hover{color:#fff;background:#ffffff1a;border-color:#fff}details{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}summary{cursor:pointer;color:var(--navy);background:var(--surface-alt);transition:background var(--t);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1.2rem;font-weight:600;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--amber);flex-shrink:0;font-size:1.2rem;font-weight:400}details[open] summary:after{content:"−"}summary:hover{background:#eef2ff}details>:not(summary){padding:1rem 1.2rem}.tag{text-transform:uppercase;letter-spacing:.05em;border-radius:99px;padding:.18rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.tag-green{color:#166534;background:#dcfce7}.tag-teal{color:#0f766e;background:#ccfbf1}.tag-orange{color:#92400e;background:#fef3c7}.tag-purple{color:#6b21a8;background:#f3e8ff}.page-content{max-width:var(--max-width);padding:var(--space-xl) var(--space-md);margin:0 auto}.page-content h1{color:var(--navy);margin-bottom:var(--space-lg);border-bottom:3px solid var(--amber);padding-bottom:.6rem;display:inline-block}.page-content h2{color:var(--navy);margin:var(--space-lg) 0 var(--space-sm)}.page-content h3{color:var(--navy);margin:var(--space-md) 0 var(--space-xs)}.nav-link{color:var(--navy);transition:color var(--t);white-space:nowrap;padding:.25rem 0;font-size:.875rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--amber);height:2px;transition:transform var(--t);position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav-link:hover,.nav-link[aria-current]{color:var(--amber)}.nav-link:hover:after,.nav-link[aria-current]:after{transform:scaleX(1)}.nav-link:hover,.nav-link[aria-current]{text-decoration:none!important}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;margin-left:auto;padding:6px;display:none}.nav-toggle span{background:var(--navy);width:24px;height:2px;transition:transform var(--t), opacity var(--t);border-radius:2px;display:block}.nav-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}header{z-index:100;isolation:isolate;-webkit-backdrop-filter:blur(16px);background:#fff;border-bottom:1px solid #ffffff14;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 24px #00000040}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;width:80%;height:88px;margin:0 auto;display:grid}.header-logo{z-index:1;flex-shrink:0;align-items:center;gap:.7rem;text-decoration:none;display:flex}.logo-img-wrapper{border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden}.logo-img{mix-blend-mode:lighten;width:100%;height:100%;display:block;transform:scale(1.55)}.logo-text{line-height:1.2}.logo-name{color:var(--navy);letter-spacing:-.2px;font-size:1.1rem;display:block}.logo-subtitle{color:var(--navy);font-size:.62rem;font-weight:400;line-height:1.35;display:block}.header-nav{justify-content:center;align-items:center;gap:1.5rem;display:flex}.header-right{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.header-cta{border-radius:var(--radius);border:1.5px solid var(--navy);color:var(--navy);white-space:nowrap;transition:background var(--t), border-color var(--t);flex-shrink:0;align-items:center;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.header-cta:hover{color:#b87c0a;background:#ffffff1f;border-color:#b87c0a}main{padding-top:88px}footer{background:var(--navy-dark);color:#ffffffbf}.footer-grid{max-width:var(--max-width);padding:var(--space-xl) var(--space-md) var(--space-lg);gap:var(--space-lg);grid-template-columns:1.8fr 1.1fr 1.1fr 1.1fr;margin:0 auto;display:grid}.footer-logo-link{align-items:center;gap:.6rem;margin-bottom:.85rem;text-decoration:none;display:flex}.footer-logo-img-wrapper{border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden}.footer-logo-img{width:100%;height:100%;display:block;transform:scale(1.55)}.footer-logo-text{line-height:1.2}.footer-logo-name{color:#fff;font-size:1rem;display:block}.footer-logo-subtitle{color:#ffffff80;font-size:.65rem}.footer-desc{color:#ffffff8c;margin-bottom:var(--space-md);font-size:.83rem;line-height:1.65}.footer-social{gap:.5rem;display:flex}.footer-social-link{width:32px;height:32px;transition:background var(--t), border-color var(--t);border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.footer-social-link:hover{background:var(--amber);border-color:var(--amber)}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem;font-size:.85rem}.footer-list{flex-direction:column;gap:.55rem;padding:0;list-style:none;display:flex}.footer-list-address{color:#ffffff8c;font-size:.82rem;line-height:1.55}.footer-contact-link{color:#fff9;font-size:.82rem;text-decoration:none}.footer-schedule-list{flex-direction:column;gap:.9rem;padding:0;list-style:none;display:flex}.footer-schedule-item{font-size:.82rem}.footer-schedule-name{color:#fffc;display:block}.footer-schedule-time{color:#ffffff73}.footer-links-list{flex-direction:column;gap:.55rem;padding:0;list-style:none;display:flex}.footer-nav-link{color:#ffffff8c;transition:color var(--t);font-size:.82rem;text-decoration:none}.footer-nav-link:hover{color:var(--amber)}.footer-bottom{padding:.9rem var(--space-md);max-width:var(--max-width);border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.footer-copy{color:#ffffff4d;margin:0;font-size:.78rem}.footer-heart{color:var(--amber)}@media (width<=1024px){.footer-grid{gap:var(--space-md);grid-template-columns:1fr 1fr}.header-inner{width:95%}.header-nav{gap:.75rem}.nav-link{font-size:.8rem}.header-cta{padding:.45rem .9rem;font-size:.78rem}}@media (width<=768px){.header-inner{grid-template-columns:auto 1fr auto;width:95%}.header-cta{display:none}.nav-toggle{display:flex}.header-nav{z-index:99;background:#0a1230f7;border-top:1px solid #ffffff1a;flex-direction:column;margin-left:0;padding:.5rem 0 1rem;display:none;position:absolute;top:88px;left:0;right:0;box-shadow:0 8px 24px #0000004d}.header-nav.nav-open{display:flex}.header-nav .nav-link{color:#ffffffe6;padding:.75rem 1.5rem;font-size:1rem}.header-nav .nav-link:hover{color:var(--amber)}.header-nav .nav-link:after{display:none}.footer-grid{gap:var(--space-md);grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.4rem}}
