*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0073aa;--primary-dark:#005b86;--primary-light:#e8f4fb;--accent:#f0b429;--text-dark:#1a1a2e;--text-body:#3d3d3d;--text-muted:#666;--bg-white:#fff;--bg-light:#f7f9fc;--bg-footer:#1a1a2e;--border:#e2e8f0;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--radius:6px;--max-width:1100px}html{scroll-behavior:smooth}body{background:#fff;background:var(--bg-white);color:#3d3d3d;color:var(--text-body);font-family:Source Sans\ 3,Segoe UI,sans-serif;font-size:16px;line-height:1.7}a{color:#0073aa;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{display:block;height:auto;max-width:100%}h1,h2,h3,h4{color:#1a1a2e;color:var(--text-dark);font-family:Merriweather,Georgia,serif;line-height:1.3}ul{padding-left:1.4rem}li{margin-bottom:.4rem}.site-header{background:#fff;background:var(--bg-white);border-bottom:3px solid #0073aa;border-bottom:3px solid var(--primary);box-shadow:0 2px 8px #00000014;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:0 1.5rem}.site-logo img{height:50px;width:auto}.site-nav{align-items:center;display:flex;gap:.25rem;list-style:none;margin:0;padding:0}.site-nav li a{border-radius:6px;border-radius:var(--radius);color:#1a1a2e;color:var(--text-dark);display:block;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:background .2s,color .2s;white-space:nowrap}.site-nav li a.active,.site-nav li a:hover{background:#0073aa;background:var(--primary);color:#fff;text-decoration:none}.nav-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{background:#1a1a2e;background:var(--text-dark);display:block;height:2px;transition:.3s;width:24px}@media (max-width:768px){.nav-toggle{display:flex}.site-nav{background:#fff;background:var(--bg-white);border-bottom:3px solid #0073aa;border-bottom:3px solid var(--primary);box-shadow:0 4px 16px #0000001a;display:none;flex-direction:column;gap:.25rem;left:0;padding:1rem;position:absolute;right:0;top:70px}.site-nav.open{display:flex}.site-nav li{width:100%}.site-nav li a{padding:.7rem 1rem}}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:2.5rem 1.5rem;width:100%}.page-banner{background:linear-gradient(135deg,#0073aa,#005b86);background:linear-gradient(135deg,var(--primary) 0,#005b86 100%);color:#fff;padding:2rem 1.5rem;text-align:center}.page-banner h1{color:#fff;font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:.3rem}.page-banner p{font-size:1rem;opacity:.88}.setup-banner{cursor:pointer;display:block;line-height:0;text-decoration:none;transition:opacity .25s ease;width:100%}.setup-banner:hover{opacity:.92}.setup-banner:focus{outline:3px solid #0073aa;outline:3px solid var(--primary);outline-offset:-3px}.setup-banner img{display:block;height:auto;-webkit-user-select:none;user-select:none;width:100%}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#setup-section{scroll-margin-top:1rem}.zigzag-section{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-direction:row;gap:3rem;padding:3.5rem 0}.zigzag-section:last-child{border-bottom:none}.zigzag-section.reverse{flex-direction:row-reverse}.zigzag-text{flex:1 1;min-width:0}.zigzag-text h2{align-items:center;color:#005b86;color:var(--primary-dark);display:flex;flex-wrap:wrap;font-size:clamp(1.1rem,2.5vw,1.6rem);gap:0;margin-bottom:1rem;padding-bottom:.6rem;position:relative}.zigzag-text h2:after{background:#0073aa;background:var(--primary);bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.zigzag-text p{color:#3d3d3d;color:var(--text-body);margin-bottom:.85rem}.zigzag-text ul{margin-top:.5rem}.zigzag-text ul li{margin-bottom:.5rem}.zigzag-media{flex:0 0 42%;max-width:42%;width:42%}.zigzag-media img{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 4px 16px #0000001a;box-shadow:var(--shadow-md);width:100%}@media (max-width:700px){.zigzag-section,.zigzag-section.reverse{flex-direction:column!important;gap:1.5rem;padding:2rem 0}.zigzag-media{flex:none;max-width:100%;width:100%}}.hero-section{background:linear-gradient(135deg,#0073aa,#005b86 50%,#003d5c);color:#fff;padding:4rem 1.5rem;text-align:center}.hero-section h1{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:800px}.hero-section .hero-subtitle{font-size:1.05rem;margin:0 auto .8rem;max-width:620px;opacity:.9}.hero-section .hero-note{font-size:.9rem;margin:0 auto;max-width:600px;opacity:.8}.section-title{border-bottom:3px solid #0073aa;border-bottom:3px solid var(--primary);color:#1a1a2e;color:var(--text-dark);display:inline-block;font-size:1.5rem;margin:2rem 0 1rem;padding-bottom:.5rem}.method-card{background:#f7f9fc;background:var(--bg-light);border:1px solid #e2e8f0;border-left:4px solid #0073aa;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:6px;border-radius:var(--radius);margin:1.5rem 0;padding:1.5rem}.method-card h2{color:#0073aa;color:var(--primary);font-size:1.2rem;margin-bottom:1rem}.method-card h3{color:#1a1a2e;color:var(--text-dark);font-size:1rem;margin:1rem 0 .5rem}.image-pair{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:1.5rem 0}.image-pair img{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);width:100%}@media (max-width:600px){.image-pair{grid-template-columns:1fr}}.disclaimer-box{background:#fff8e1;border:1px solid #f0b429;border-left-width:4px;border-radius:6px;border-radius:var(--radius);font-size:.92rem;margin:2rem 0;padding:1.25rem 1.5rem}.disclaimer-box h3{color:#7a5c00;font-size:1rem;margin-bottom:.5rem}.step-full-row{align-items:flex-start;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;gap:1rem;padding:1.5rem 0}.step-full-row:last-child{border-bottom:none}.step-full-row .step-num{flex-shrink:0;margin-top:.2rem}.step-full-text{flex:1 1}.step-full-text h3{color:#005b86;color:var(--primary-dark);font-family:Merriweather,Georgia,serif;font-size:1.1rem;margin-bottom:.6rem}.step-full-text p{color:#3d3d3d;color:var(--text-body);margin-bottom:.5rem}.step-full-text ul{margin-top:.4rem;padding-left:1.4rem}.step-full-text li{margin-bottom:.4rem}.step-num-inline{font-family:Source Sans\ 3,sans-serif;margin-right:.5rem;min-width:28px}.step-num,.step-num-inline{align-items:center;background:#0073aa;background:var(--primary);border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:28px;justify-content:center}.step-num{width:28px}.method-header{background:linear-gradient(90deg,#0073aa,#005b86);background:linear-gradient(90deg,var(--primary) 0,#005b86 100%);border-radius:6px 6px 0 0;border-radius:var(--radius) var(--radius) 0 0;color:#fff;margin-bottom:0;padding:1rem 1.5rem}.method-header h1{color:#fff;font-size:1.4rem}.method-section{background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:0 0 6px 6px;border-radius:0 0 var(--radius) var(--radius);border-top:none;margin-bottom:2rem;padding:0 1.5rem 1rem}.method-section .zigzag-section{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:2.5rem 0}.method-section .zigzag-section:last-child{border-bottom:none}.method-section .step-full-row{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:1.5rem 0}.method-section .step-full-row:last-child{border-bottom:none}.method-section.zigzag-layout{align-items:flex-start;display:flex;flex-direction:row;gap:2.5rem;padding:1.5rem}.method-section.zigzag-layout.reverse{flex-direction:row-reverse}.method-section.zigzag-layout .zigzag-content{flex:1 1;min-width:0}.method-section.zigzag-layout .zigzag-img-wrap{flex:0 0 300px;width:300px}.method-section.zigzag-layout .zigzag-img-wrap img{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 4px 16px #0000001a;box-shadow:var(--shadow-md);display:block;width:100%}@media (max-width:768px){.method-section.zigzag-layout,.method-section.zigzag-layout.reverse{flex-direction:column;gap:1.2rem}.method-section.zigzag-layout .zigzag-img-wrap{flex:none;margin:0 auto;max-width:360px;width:100%}}.query-card{background:#e8f4fb;background:var(--primary-light);border:1px solid #b3d9ee;border-radius:6px;border-radius:var(--radius);margin:1.5rem 0;padding:1.5rem}.query-card h2{color:#005b86;color:var(--primary-dark);font-size:1.2rem;margin-bottom:.8rem}.query-list{list-style:none;padding:0}.query-list li{font-size:.95rem;padding:.4rem 0 .4rem 1.2rem;position:relative}.query-list li:before{color:#0073aa;color:var(--primary);content:"›";font-weight:700;left:0;position:absolute}.policy-content{max-width:780px}.policy-content h2{font-size:1.6rem;margin-bottom:.5rem}.policy-content .updated{color:#666;color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.policy-content h3{color:#005b86;color:var(--primary-dark);font-size:1.05rem;margin:1.5rem 0 .5rem}.policy-content p{margin-bottom:1rem}.policy-content ol{padding-left:1.4rem}.policy-content ol li{margin-bottom:.8rem}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}@media (max-width:680px){.contact-grid{grid-template-columns:1fr}}.hours-table{border-collapse:collapse;font-size:.95rem;width:100%}.hours-table th{background:#0073aa;background:var(--primary);color:#fff;padding:.6rem 1rem;text-align:left}.hours-table td{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:.6rem 1rem}.hours-table tr:nth-child(2n) td{background:#f7f9fc;background:var(--bg-light)}.map-container{border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);height:350px;overflow:hidden;width:100%}.map-container iframe{border:none;height:100%;width:100%}.contact-info-box{background:#f7f9fc;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);padding:1.5rem}.contact-info-box h3{color:#005b86;color:var(--primary-dark);font-size:1.1rem;margin-bottom:.8rem}.site-footer{background:#111315;color:#ccc;margin-top:auto}.footer-logo-bar{border-bottom:1px solid #ffffff0f;margin:0 auto .5rem;max-width:1100px;max-width:var(--max-width);padding:1.5rem 1.5rem .5rem}.footer-logo{display:inline-block}.footer-logo img{display:block;height:48px;width:auto}.footer-top{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1.4fr 1fr 1fr 1fr;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:1.2rem 1.5rem 1rem}.footer-about p{color:#aaa;font-size:.88rem;font-style:italic;line-height:1.55;margin:0}.footer-about a{color:#aaa;font-weight:600;text-decoration:underline}.footer-about a:hover{color:#fff}.footer-links h4,.footer-location h4{color:#fff;font-family:Merriweather,Georgia,serif;font-size:.78rem;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.footer-location p{color:#aaa;font-size:.88rem;line-height:1.5;margin-bottom:.2rem}.footer-location strong{color:#fff;display:block;font-weight:600;margin-top:.6rem}.footer-location a{color:#aaa;font-size:.88rem}.footer-location a:hover{color:#fff;text-decoration:none}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links ul li{margin-bottom:.25rem}.footer-links ul li a{color:#aaa;font-size:.9rem;transition:color .2s}.footer-links ul li a:hover{color:#fff;text-decoration:none}.footer-bottom{background:#0d0f10;border-top:1px solid #ffffff0f}.footer-copyright{align-items:center;border-bottom:1px solid #ffffff0a;color:#888;display:flex;flex-wrap:wrap;font-size:.82rem;gap:0 .25rem;margin:0 auto;max-width:1100px;max-width:var(--max-width);padding:.75rem 1.5rem}.footer-copyright a{color:#888;transition:color .2s}.footer-copyright a:hover{color:#fff;text-decoration:none}.pre-footer-disclaimer{background:#f0f4f8;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);border-top:3px solid #0073aa;border-top:3px solid var(--primary);width:100%}.pre-footer-disclaimer-inner{color:#555;font-size:.78rem;line-height:1.5;padding:.6rem 2rem;width:100%}@media (max-width:900px){.footer-top{gap:1.5rem;grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}}@media (max-width:480px){.footer-top{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-logo img{height:40px}}.breadcrumb{align-items:center;color:#666;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.85rem;gap:.3rem;margin-bottom:1.5rem}.breadcrumb a{color:#0073aa;color:var(--primary)}.breadcrumb span{color:#666;color:var(--text-muted)}.about-intro{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr 220px;margin-bottom:2.5rem}.about-intro-text h2{margin-bottom:.75rem}.about-intro-text p{color:#3d3d3d;color:var(--text-body);margin-bottom:.9rem}.about-intro-logo{background:#f7f9fc;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);padding:1.5rem;text-align:center}.about-intro-logo img{margin:0 auto;max-width:180px}.about-mission{background:#e8f4fb;background:var(--primary-light);border-left:4px solid #0073aa;border-left:4px solid var(--primary);border-radius:6px;border-radius:var(--radius);margin-bottom:2.5rem;padding:1.5rem 2rem}.about-mission h2{color:#005b86;color:var(--primary-dark);margin-bottom:.6rem}.about-mission p{color:#1a1a2e;color:var(--text-dark);font-size:1.05rem}.about-values-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-bottom:2.5rem}.about-value-card{background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);padding:1.4rem}.about-value-icon{display:block;font-size:1.8rem;margin-bottom:.5rem}.about-value-card h3{color:#1a1a2e;color:var(--text-dark);font-size:1rem;margin-bottom:.4rem}.about-value-card p{color:#3d3d3d;color:var(--text-body);font-size:.92rem}.about-covers{background:#f7f9fc;background:var(--bg-light);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);margin-bottom:2.5rem;padding:1.75rem 2rem}.about-covers h2{margin-bottom:.9rem}.about-covers ul{padding-left:1.4rem}.about-covers li{margin-bottom:.5rem}.about-team-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.about-team-card{background:#fff;background:var(--bg-white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm);padding:1.5rem 1.25rem;text-align:center}.about-team-avatar{align-items:center;background:#0073aa;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:60px;justify-content:center;margin:0 auto .9rem;width:60px}.about-team-card h3{font-size:1rem;margin-bottom:.2rem}.about-team-role{color:#0073aa;color:var(--primary);display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:.7rem}.about-team-card p{color:#666;color:var(--text-muted);font-size:.88rem}@media (max-width:768px){.about-intro{grid-template-columns:1fr}.about-intro-logo{display:none}.about-team-grid,.about-values-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.8387d7c8.css.map*/