:root{--teal-0:#ccf2f2;--teal-1:#00d3d5;--teal-2:#00bcbe;--teal-3:#4ba9b4;--teal-4:#3c8da6;--blue-1:#2c6e95;--blue-2:#0f435b;--blue-3:#093e56;--white-1:#fff;--white-2:#f5f5f5;--white-3:#f8f8f8;--gradient-1:linear-gradient(45deg,var(--blue-1),var(--teal-1)30%);--gradient-2:linear-gradient(136.02deg,#3c8da6 0%,#00bcbd 100%)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--blue-3);background-color:var(--white-1);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}a{color:var(--teal-4);text-decoration:none}a:hover{color:var(--teal-2)}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{color:var(--blue-2);line-height:1.3}.site-header{z-index:100;background:var(--white-1);position:sticky;top:0;box-shadow:0 2px 8px #00000014}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 1rem;display:flex}.logo-link{color:var(--blue-2);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.logo-link svg{flex-shrink:0}.logo-text{display:none}@media (min-width:480px){.logo-text{font-size:.95rem;display:inline}}.desktop-nav{display:none}@media (min-width:768px){.desktop-nav{align-items:center;gap:1.5rem;list-style:none;display:flex}.desktop-nav a{color:var(--blue-2);border-bottom:2px solid #0000;padding:.5rem 0;font-size:.95rem;font-weight:500;transition:border-color .2s,color .2s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--teal-2);border-bottom-color:var(--teal-2)}}.burger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:flex}@media (min-width:768px){.burger-btn{display:none}}.burger-btn span{background:var(--blue-2);width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.mobile-nav-overlay{z-index:200;background:#0006;display:none;position:fixed;inset:0}.mobile-nav-overlay.open{display:block}.mobile-nav{background:var(--white-1);z-index:201;width:280px;height:100%;padding:1.5rem;transition:right .3s;position:fixed;top:0;right:-280px;overflow-y:auto;box-shadow:-4px 0 12px #0000001a}.mobile-nav.open{right:0}.mobile-nav-close{cursor:pointer;color:var(--blue-2);background:0 0;border:none;margin-bottom:1rem;margin-left:auto;font-size:1.8rem;display:block}.mobile-nav ul{list-style:none}.mobile-nav li{border-bottom:1px solid var(--white-2)}.mobile-nav a{color:var(--blue-2);padding:.85rem 0;font-size:1.05rem;font-weight:500;display:block}.mobile-nav a:hover{color:var(--teal-2)}.site-footer{background:var(--blue-2);color:var(--white-2);margin-top:4rem;padding:3rem 1rem 1.5rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:1fr 1fr 1fr}}.footer-section h4{color:var(--teal-0);margin-bottom:1rem;font-size:1.1rem}.footer-section p{color:#fffc;font-size:.9rem;line-height:1.7}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fffc;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--teal-1)}.footer-bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff26;margin-top:2rem;padding-top:1.5rem;font-size:.85rem}.hero{background:var(--gradient-2);color:#fff;text-align:center;padding:4rem 1rem}.hero h1{color:#fff;max-width:800px;margin:0 auto 1rem;font-size:2rem}.hero p{opacity:.95;max-width:650px;margin:0 auto;font-size:1.1rem}@media (min-width:768px){.hero{padding:5rem 2rem}.hero h1{font-size:2.8rem}.hero p{font-size:1.25rem}}.section{max-width:900px;margin:0 auto;padding:3rem 1rem}.section-wide{max-width:1200px;margin:0 auto;padding:3rem 1rem}.section h2{background-image:var(--gradient-1);color:#0000;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.8rem}@media (min-width:768px){.section h2{font-size:2.2rem}}.section p{margin-bottom:1rem;font-size:1.05rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (min-width:640px){.cards-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.cards-grid{grid-template-columns:1fr 1fr 1fr}}.card{background:linear-gradient(135deg,var(--teal-3),var(--blue-1));color:#fff;border-radius:.6rem;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.card-body{padding:1.25rem}.card-body h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.card-body p{opacity:.9;color:var(--white-2);font-size:.9rem}.card-body .when{margin-bottom:.25rem;font-style:italic}.card-body .where{margin-bottom:.5rem}.cta-btn{background-color:var(--teal-2);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.cta-btn:hover{background-color:var(--teal-1);color:#fff;transform:translateY(-1px)}.center{text-align:center}.about-preview{background:var(--white-2);padding:3rem 1rem}.about-preview-inner{text-align:center;max-width:900px;margin:0 auto}.waterfront-section{background:var(--white-3);padding:3rem 1rem}.waterfront-grid{grid-template-columns:1fr 1fr;gap:.5rem;max-width:900px;margin:1.5rem auto 0;display:grid}@media (min-width:768px){.waterfront-grid{grid-template-columns:repeat(3,1fr)}}.waterfront-card{aspect-ratio:4/3;background:var(--blue-1);border-radius:.5rem;position:relative;overflow:hidden}.waterfront-card-label{color:#fff;background:linear-gradient(#0000,#000000b3);padding:1.5rem .75rem .75rem;font-size:.9rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.article-content{max-width:800px;margin:0 auto;padding:2rem 1rem 3rem}.article-content h1{background-image:var(--gradient-1);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2rem}@media (min-width:768px){.article-content h1{font-size:2.5rem}}.article-content h2{color:var(--blue-1);margin:2rem 0 1rem;padding-top:1rem;font-size:1.5rem}.article-content h3{color:var(--blue-2);margin:1.5rem 0 .75rem;font-size:1.25rem}.article-content p{margin-bottom:1rem;font-size:1.05rem;line-height:1.75}.article-content ul,.article-content ol{margin:1rem 0 1rem 1.5rem}.article-content li{margin-bottom:.5rem;line-height:1.6}.article-content strong{color:var(--blue-2)}.article-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.article-content th{background:var(--blue-2);color:#fff;text-align:left;padding:.75rem}.article-content td{border-bottom:1px solid #e0e0e0;padding:.6rem .75rem}.article-content tr:nth-child(2n){background:var(--white-2)}.toc{background:var(--white-2);border-left:3px solid var(--teal-2);border-radius:0 .5rem .5rem 0;margin-bottom:2rem;padding:1.25rem 1.5rem}.toc h4{color:var(--blue-2);margin-bottom:.75rem;font-size:1rem}.toc ul{margin:0;padding:0;list-style:none}.toc li{margin-bottom:.4rem}.toc a{color:var(--blue-1);font-size:.95rem}.toc a:hover{color:var(--teal-2)}.toc .toc-h2{padding-left:0}.toc .toc-h3{padding-left:1rem;font-size:.9rem}.faq-section{max-width:800px;margin:0 auto;padding:2rem 1rem 3rem}.faq-section h2{text-align:center;background-image:var(--gradient-1);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.8rem}.faq-item{border-bottom:1px solid #e0e0e0;padding:1.25rem 0}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--blue-2);background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:1rem;padding:0;font-size:1.1rem;font-weight:600;line-height:1.4;display:flex}.faq-question:hover{color:var(--teal-4)}.faq-arrow{flex-shrink:0;margin-top:.15rem;font-size:1.2rem;transition:transform .3s}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-answer{color:var(--blue-3);padding-top:1rem;font-size:1rem;line-height:1.7;display:none}.faq-item.open .faq-answer{display:block}.faq-answer p{margin-bottom:.8rem}.not-found{text-align:center;padding:5rem 1rem}.not-found h1{color:var(--teal-2);margin-bottom:.5rem;font-size:5rem}.not-found h2{margin-bottom:1rem}.not-found p{margin-bottom:2rem;font-size:1.1rem}.partners-preview{text-align:center;background:var(--white-2);padding:3rem 1rem}.partners-list{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:900px;margin:1.5rem auto;font-size:.9rem;display:flex}.partner-tag{color:var(--blue-2);background:#fff;border-radius:2rem;padding:.4rem .85rem;font-size:.85rem;box-shadow:0 1px 4px #0000000f}.article-hero{background:var(--gradient-2);color:#fff;text-align:center;padding:3rem 1rem}.article-hero h1{color:#fff;max-width:750px;margin:0 auto;font-size:1.8rem}@media (min-width:768px){.article-hero h1{font-size:2.4rem}}.team-grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.team-grid{grid-template-columns:1fr 1fr}}.team-member{background:var(--white-2);border-radius:.75rem;padding:1.5rem}.team-member h3{color:var(--blue-1);margin-bottom:.5rem}.team-member p{font-size:.95rem;line-height:1.7}
