:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}a{color:#4285f4;text-decoration:none}a:hover{text-decoration:underline}button{border-radius:4px;border:1px solid #ccc;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:all .25s}button:hover{border-color:#4285f4;background-color:#e8f0fe}button:focus,button:focus-visible{outline:2px solid #4285f4;outline-offset:2px}.floating-boat-container{left:0;width:100%;height:165px;pointer-events:none;z-index:100;transition:all .3s ease-out,opacity .2s ease-in-out;overflow:hidden}.floating-boat-container.fixed{position:fixed;bottom:0}.floating-boat-container.absolute{position:absolute}.floating-boat-container.hidden{opacity:0}.floating-boat-container.visible{opacity:1}.waves{position:absolute;bottom:0;left:-10%;width:120%;height:100px;overflow:hidden}.wave{animation:wave-motion 8s ease-in-out infinite;transform-origin:center}.wave1{animation-delay:0s}.wave2{animation-delay:-2s}.wave3{animation-delay:-4s}@keyframes wave-motion{0%,to{transform:translate(0) scaleY(1)}25%{transform:translate(-50px) scaleY(1.05)}50%{transform:translate(0) scaleY(.95)}75%{transform:translate(50px) scaleY(1.05)}}.boat{position:absolute;bottom:45px;left:50%;transform:translate(-50%);animation:boat-bob 4s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}@keyframes boat-bob{0%,to{transform:translate(-50%) translateY(0) rotate(-1deg)}25%{transform:translate(-50%) translateY(-8px) rotate(1deg)}50%{transform:translate(-50%) translateY(-4px) rotate(-.5deg)}75%{transform:translate(-50%) translateY(-10px) rotate(1deg)}}@media(max-width:768px){.floating-boat-container{height:120px}.waves{height:80px}.boat{bottom:35px;width:150px;height:90px}}@media(max-width:480px){.floating-boat-container{height:100px}.waves{height:60px}.boat{bottom:25px;width:120px;height:72px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Merriweather,serif;background-color:#f2f2f2;color:#212121;line-height:1.6}.layout{min-height:100vh;display:flex;flex-direction:column}.announcement-bar{background-color:#fff;color:#000;padding:16px 48px;font-family:Merriweather,serif;font-size:11pt;border-bottom:1px solid #e0e0e0}.announcement-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.announcement-button{background-color:transparent;color:#000;border:1px solid #000;padding:8px 16px;text-decoration:none;font-size:11pt;border-radius:4px;transition:background-color .2s;white-space:nowrap}.announcement-button:hover{background-color:#0000000d}.header{background-color:#000;padding:0 48px}.header-container{display:flex;align-items:center;justify-content:space-between;min-height:60px}.site-title-link{text-decoration:none;display:flex;align-items:center;gap:12px;padding:10px 0}.site-logo{height:40px;width:auto}.site-title{margin:0;font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;color:#fff;letter-spacing:1px}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-toggle span{width:25px;height:3px;background-color:#fff;transition:all .3s}.navigation{display:flex}.nav-container{padding:0;display:flex;flex-wrap:wrap;gap:0;align-items:center}.navigation a{color:#b2b2b2;text-decoration:none;padding:20px 12px;font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px;transition:color .2s,background-color .2s;white-space:nowrap}.navigation a:hover{color:#7db6b1;background-color:#ffffff1f}.nav-icon{width:18px;height:18px;flex-shrink:0}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-trigger{color:#b2b2b2;text-decoration:none;padding:20px 12px;font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px;transition:color .2s,background-color .2s;cursor:pointer;white-space:nowrap}.nav-dropdown-trigger:hover{color:#7db6b1;background-color:#ffffff1f}.chevron{font-size:10px;margin-left:4px;color:#fff}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#000;border:1px solid #333;min-width:180px;z-index:1000;box-shadow:0 4px 8px #0000004d}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{padding:12px 16px;border-bottom:1px solid #333}.nav-dropdown-menu a:last-child{border-bottom:none}.main-content{flex:1;max-width:1200px;margin:40px auto;padding:0 48px;width:100%;overflow:visible;position:relative}.main-content:before{content:"";position:absolute;top:0;left:0;width:80%;height:100%;background-image:url(/1765862510006/images/Mt2jQSyKYOQYbBcs_wHgxLuw6wAu3GgwIhxrjaVEYfXmWSw7bOLoxjz2zIjwwRfB7npU6UyeGwNMZa63PCRYasMss7i9uVAjEoW3GeEZwQXDaygu.jpg);background-repeat:no-repeat;background-position:top left;background-size:contain;opacity:.2;pointer-events:none;z-index:0}.main-content>*{position:relative;z-index:1}.footer{background-color:#2c3e50;color:#ecf0f1;padding:48px 0 24px;margin-top:60px}.footer-container{max-width:1200px;margin:0 auto;padding:0 48px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column h3{font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;color:#fff;margin-bottom:16px}.footer-column p{font-family:Merriweather,serif;font-size:14px;line-height:1.6;margin-bottom:12px}.footer-column a{color:#7db6b1;text-decoration:none;transition:color .2s}.footer-column a:hover{color:#a3d5d1;text-decoration:underline}.footer-social{display:flex;gap:16px;margin-bottom:24px}.footer-social a{color:#ecf0f1;transition:color .2s}.footer-social a:hover{color:#7db6b1}.footer-share-site{font-size:13px;line-height:1.5}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:10px}.footer-links a{font-family:PT Sans,sans-serif;font-size:14px;display:inline-block}.footer-links a:before{content:"→ ";margin-right:8px;color:#7db6b1}.footer-bottom{text-align:center;font-family:PT Sans,sans-serif;font-size:13px;color:#fff9}.footer-bottom p{margin:0}.footer-credit{margin-top:8px;font-size:11px;opacity:.7}.footer-credit a{color:#fff9;text-decoration:none;transition:all .2s}.footer-credit a:hover{color:#ffffffe6;opacity:1}@media(max-width:1024px){.header{padding:0 20px}.header-container{flex-wrap:wrap}.mobile-menu-toggle{display:flex}.navigation{display:none;width:100%;background-color:#000}.navigation.mobile-open{display:block}.nav-container{flex-direction:column;gap:0;padding:0;align-items:stretch}.navigation a,.nav-dropdown-trigger{border-bottom:1px solid #333;padding:14px 20px}.nav-dropdown{width:100%}.nav-dropdown-menu{position:static;width:100%;border:none;box-shadow:none;background-color:#ffffff0d}.nav-dropdown-menu a{padding-left:40px}.site-logo{height:35px}.footer-container{padding:0 20px}.footer-grid{grid-template-columns:1fr;gap:32px}.main-content{padding:0 20px;margin:24px auto}}@media(max-width:768px){.announcement-bar{padding:12px 20px}.announcement-content{flex-direction:column;gap:12px;text-align:center}}#root{width:100%;margin:0;padding:0}.home-page{width:100%}.hero-section{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;height:500px;background-image:url(/1765862510006/images/POHM1rUO3nSX213RpnfRA7zJGRQp64NQusYX4mNtUmA0huS70FSicM5T0Pyl-R1gxilkz2JOV1fKqmqLuWuQ4Z4.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:60px;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#7db6b1d9,#5a9691d9);z-index:1}.hero-content{position:relative;z-index:2;color:#fff;max-width:800px;padding:0 20px}.hero-title{font-family:PT Sans,sans-serif;font-size:48px;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-family:Merriweather,serif;font-size:20px;margin-bottom:32px;opacity:.95}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-button{display:inline-flex;align-items:center;gap:8px;font-family:PT Sans,sans-serif;font-size:16px;font-weight:600;padding:14px 28px;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0003}.hero-button.primary{background:#fff;color:#7db6b1}.hero-button.primary:hover{background:#f5f9f9;transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.hero-button.secondary{background:#fff3;color:#fff;border:2px solid #fff}.hero-button.secondary:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.about-section{background-color:#fffc;padding:48px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:48px;animation:fadeIn .3s ease-in}.about-content h2{font-family:PT Sans,sans-serif;font-size:32px;font-weight:700;color:#37474f;margin-bottom:24px}.about-content p{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.8;margin-bottom:16px}.about-content p:last-child{margin-bottom:0}.features-section{background-color:#fffc;padding:48px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:48px;animation:fadeIn .3s ease-in}.section-heading{font-family:PT Sans,sans-serif;font-size:32px;font-weight:700;color:#37474f;margin-bottom:32px;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:28px 24px;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#7db6b1}.feature-card-link{text-decoration:none;cursor:pointer;display:block}.feature-card-link:hover{background:linear-gradient(to bottom,#f5f9f9,#fff)}.feature-card-link:hover .feature-title{color:#7db6b1}.feature-icon{width:48px;height:48px;margin:0 auto 16px;padding:12px;background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:50%;color:#fff}.feature-icon svg{width:100%;height:100%}.feature-title{font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;color:#37474f;margin-bottom:8px}.feature-description{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.5;margin:0}.sailing-times-section{background-color:#fffc;padding:48px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:48px;animation:fadeIn .3s ease-in}.sailing-times-card{background:linear-gradient(to bottom,#f5f9f9,#fff);border:2px solid #7db6b1;border-radius:12px;padding:40px}.sailing-times-header{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.sailing-icon{width:40px;height:40px;color:#7db6b1}.sailing-times-header h2{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;color:#37474f;margin:0}.sailing-times-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:24px}.sailing-time-item{background:#fff;padding:24px;border-radius:8px;border:1px solid #e0e0e0;text-align:center}.sailing-time-item h3{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;color:#7db6b1;margin-bottom:8px}.sailing-time-item p{font-family:Merriweather,serif;font-size:14px;color:#666;margin:0}.sailing-note{font-family:Merriweather,serif;font-size:14px;color:#666;text-align:center;margin:0;padding-top:20px;border-top:1px solid #e0e0e0}.events-highlight{background-color:#fffc;padding:48px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:48px;animation:fadeIn .3s ease-in;text-align:center}.events-highlight h2{font-family:PT Sans,sans-serif;font-size:32px;font-weight:700;color:#37474f;margin-bottom:20px}.events-highlight p{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.8;margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto}.events-link{display:inline-flex;align-items:center;gap:8px;font-family:PT Sans,sans-serif;font-size:16px;font-weight:600;color:#7db6b1;text-decoration:none;transition:all .3s ease}.events-link:hover{gap:12px;color:#5a9691}.events-link svg{width:20px;height:20px}.cta-section{background-color:#fffc;padding:48px;border-radius:12px;box-shadow:0 2px 8px #0000001a;animation:fadeIn .3s ease-in}.cta-card{background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:12px;padding:48px 40px;text-align:center;color:#fff}.cta-card h2{font-family:PT Sans,sans-serif;font-size:32px;font-weight:700;margin-bottom:16px;color:#fff}.cta-card p{font-family:Merriweather,serif;font-size:16px;line-height:1.6;margin-bottom:32px;color:#fffffff2;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#7db6b1;padding:14px 28px;border-radius:8px;text-decoration:none;font-family:PT Sans,sans-serif;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.cta-button:hover{background:#f5f9f9;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cta-button.outline{background:transparent;color:#fff;border:2px solid #fff}.cta-button.outline:hover{background:#ffffff1a}.cta-button svg{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.hero-section{height:400px;margin-bottom:40px}.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-actions{flex-direction:column}.hero-button{width:100%;justify-content:center}.about-section,.features-section,.sailing-times-section,.events-highlight,.cta-section{padding:32px 24px}.section-heading,.about-content h2,.events-highlight h2,.cta-card h2{font-size:24px}.features-grid{grid-template-columns:1fr}.sailing-times-card{padding:28px 24px}.sailing-times-grid{grid-template-columns:1fr}.cta-card{padding:32px 24px}.cta-actions{flex-direction:column}.cta-button{width:100%;justify-content:center}}.content-renderer{display:flex;flex-direction:column;gap:30px}.content-blocks{display:flex;flex-direction:column;gap:20px}.content-paragraph{line-height:1.6;color:#333;font-size:1rem}.content-link{color:#7db6b1;text-decoration:none;transition:color .2s}.content-link:hover{color:#5a9691;text-decoration:underline}.content-internal-link{color:#7db6b1;text-decoration:none;border-bottom:1px solid rgba(125,182,177,.3);transition:all .2s;font-weight:500}.content-internal-link:hover{color:#5a9691;border-bottom-color:#5a9691}.content-heading{color:#333;margin-top:20px;margin-bottom:10px;font-weight:600}h1.content-heading{font-size:2rem;border-bottom:2px solid #4285f4;padding-bottom:8px}h2.content-heading{font-size:1.6rem;color:#3367d6}h3.content-heading{font-size:1.3rem;color:#4285f4}h4.content-heading,h5.content-heading,h6.content-heading{font-size:1.1rem}.content-list{padding-left:25px;line-height:1.8;color:#333}.content-list li{margin-bottom:8px}.content-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden;border-radius:4px}.content-table th{background:#4285f4;color:#fff;padding:12px;text-align:left;font-weight:600}.content-table td{padding:12px;border-bottom:1px solid #e0e0e0}.content-table tr:last-child td{border-bottom:none}.content-table tr:nth-child(2n){background-color:#f9f9f9}.images-section{margin-top:40px}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.image-item{overflow:hidden;border-radius:4px;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease;background:#fff}.image-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.image-item img{width:100%;height:220px;object-fit:cover;display:block}.image-caption{padding:12px;font-size:13px;color:#666;text-align:center}.content-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:30px}.content-image{overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.content-image:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.content-image img{width:100%;height:250px;object-fit:cover;display:block}@media(max-width:768px){.image-gallery,.content-images{grid-template-columns:1fr}.content-table{font-size:.9rem}.content-table th,.content-table td{padding:8px}h1.content-heading{font-size:1.6rem}h2.content-heading{font-size:1.3rem}h3.content-heading{font-size:1.1rem}}@media(max-width:480px){.content-list{padding-left:20px}.content-table{font-size:.8rem}.content-table th,.content-table td{padding:6px}}.page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in;max-width:100%;width:100%}.hero-image{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;margin-bottom:0}.hero-image img{width:100%;height:auto;display:block}.home-content-with-tugboat{display:block;overflow:auto}.tugboat-image{float:left;margin:0 24px 16px 0;max-width:300px;width:100%;height:auto}.page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:24px;line-height:1.2;display:flex;align-items:center;gap:16px}.page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.page-description{font-family:Merriweather,serif;font-size:11pt;color:#666;margin-bottom:30px;font-style:italic;line-height:1.667}@media(max-width:768px){.page{padding:24px 20px}.hero-image{margin-bottom:0;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.page-heading{font-size:24px}.page-description{font-size:10pt}.tugboat-image{float:none;margin:0 0 16px;max-width:100%}}.history-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.history-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2;display:flex;align-items:center;gap:16px}.history-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.history-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:48px;max-width:800px}.timeline{position:relative;padding:20px 0;margin-bottom:48px}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7db6b1 0% 50%,#7db6b14d);border-radius:2px}.timeline-item{position:relative;padding-left:80px;padding-bottom:48px;display:flex;align-items:flex-start}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:0;top:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.timeline-dot{width:20px;height:20px;background:#fff;border:4px solid #7db6b1;border-radius:50%;box-shadow:0 0 0 4px #7db6b133;transition:all .3s ease;position:relative;z-index:2}.timeline-item:hover .timeline-dot{transform:scale(1.2);box-shadow:0 0 0 8px #7db6b14d;border-color:#5a9691}.timeline-content{flex:1;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:28px;transition:all .3s ease;position:relative}.timeline-content:before{content:"";position:absolute;top:20px;left:-12px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #e0e0e0}.timeline-content:after{content:"";position:absolute;top:21px;left:-10px;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-right:11px solid #fff}.timeline-item:hover .timeline-content{box-shadow:0 6px 20px #0000001f;transform:translate(4px);border-color:#7db6b1}.timeline-year{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;color:#7db6b1;margin-bottom:8px;line-height:1}.timeline-highlight{font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:inline-block;padding:4px 12px;background:#7db6b11a;border-radius:12px}.timeline-title{font-family:PT Sans,sans-serif;font-size:22px;font-weight:700;color:#37474f;margin-bottom:12px;line-height:1.3}.timeline-description{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin:0}.history-legacy{background:linear-gradient(135deg,#f5f9f9,#e8f4f3);border-left:4px solid #7db6b1;border-radius:8px;padding:28px;display:flex;gap:20px;align-items:flex-start;margin-bottom:32px}.history-legacy svg{width:32px;height:32px;color:#7db6b1;flex-shrink:0;margin-top:4px}.history-legacy h3{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;color:#37474f;margin:0 0 12px}.history-legacy p{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin:0}.history-acknowledgment{text-align:center;padding-top:32px;border-top:1px solid #e0e0e0}.history-acknowledgment p{font-family:Merriweather,serif;font-size:13px;color:#999;margin:0}@media(max-width:1024px){.history-page{padding:32px}.timeline:before{left:24px}.timeline-item{padding-left:68px;padding-bottom:40px}.timeline-marker{width:48px;height:48px}.timeline-content{padding:24px}.timeline-year{font-size:24px}.timeline-title{font-size:20px}}@media(max-width:768px){.history-page{padding:24px 20px}.history-page-heading{font-size:24px;margin-bottom:12px}.history-intro{font-size:14px;margin-bottom:32px}.timeline:before{left:14px;width:2px}.timeline-item{padding-left:44px;padding-bottom:32px}.timeline-marker{width:28px;height:28px}.timeline-dot{width:14px;height:14px;border-width:3px;box-shadow:0 0 0 3px #7db6b133}.timeline-item:hover .timeline-dot{transform:scale(1.15);box-shadow:0 0 0 5px #7db6b14d}.timeline-content{padding:20px;border-radius:8px}.timeline-content:before,.timeline-content:after{display:none}.timeline-item:hover .timeline-content{transform:translate(2px)}.timeline-year{font-size:20px;margin-bottom:6px}.timeline-highlight{font-size:10px;padding:3px 10px;margin-bottom:10px}.timeline-title{font-size:18px;margin-bottom:10px}.timeline-description{font-size:13px}.history-legacy{flex-direction:column;padding:20px;gap:12px}.history-legacy svg{width:24px;height:24px}.history-legacy h3{font-size:18px;margin-bottom:8px}.history-legacy p{font-size:13px}.history-acknowledgment{padding-top:24px}.history-acknowledgment p{font-size:12px}}.committee-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.committee-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2;display:flex;align-items:center;gap:16px}.committee-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.committee-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:40px;max-width:800px}.committee-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.committee-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:28px;transition:all .3s ease;position:relative;overflow:hidden}.committee-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#7db6b1,#5a9691)}.committee-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#7db6b1}.committee-role{font-family:PT Sans,sans-serif;font-size:12px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.committee-name{font-family:PT Sans,sans-serif;font-size:22px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.3}.committee-contact{display:flex;flex-direction:column;gap:10px}.committee-contact-item{display:flex;align-items:center;gap:10px;font-family:Merriweather,serif;font-size:14px;color:#666}.committee-contact-item svg{width:18px;height:18px;color:#7db6b1;flex-shrink:0}.committee-contact-item a{color:#7db6b1;text-decoration:none;transition:color .2s;word-break:break-word}.committee-contact-item a:hover{color:#5a9691;text-decoration:underline}@media(max-width:768px){.committee-page{padding:24px 20px}.committee-page-heading{font-size:24px;margin-bottom:12px}.committee-intro{font-size:14px;margin-bottom:32px}.committee-grid{grid-template-columns:1fr;gap:16px}.committee-card{padding:24px}.committee-name{font-size:20px}}.clothing-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.clothing-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2;display:flex;align-items:center;gap:16px}.clothing-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.clothing-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:48px;max-width:800px}.clothing-section{margin-bottom:48px}.clothing-section-heading{font-family:PT Sans,sans-serif;font-size:24px;font-weight:700;color:#37474f;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #7db6b1}.clothing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.clothing-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.clothing-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7db6b1,#5a9691);transform:scaleX(0);transition:transform .3s ease}.clothing-card:hover:before{transform:scaleX(1)}.clothing-card:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-4px);border-color:#7db6b1}.clothing-icon{width:64px;height:64px;margin:0 auto 20px;padding:16px;background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.clothing-card:hover .clothing-icon{transform:scale(1.1);box-shadow:0 4px 12px #7db6b166}.clothing-icon svg{width:100%;height:100%}.clothing-name{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;color:#37474f;margin-bottom:12px;line-height:1.3}.clothing-description{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.5;margin-bottom:16px;min-height:42px}.clothing-price{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;color:#7db6b1;padding-top:16px;border-top:1px solid #e0e0e0}.clothing-info{background:#f5f9f9;border-left:4px solid #7db6b1;border-radius:4px;padding:20px 24px;display:flex;gap:16px;align-items:flex-start;margin-bottom:40px}.clothing-info svg{width:24px;height:24px;color:#7db6b1;flex-shrink:0;margin-top:2px}.clothing-info p{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin:0}.clothing-contact{background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:12px;padding:40px;text-align:center;color:#fff}.clothing-contact h2{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;margin-bottom:12px;color:#fff}.clothing-contact>p{font-family:Merriweather,serif;font-size:16px;line-height:1.6;margin-bottom:28px;color:#fffffff2}@media(max-width:768px){.clothing-page{padding:24px 20px}.clothing-page-heading{font-size:24px;margin-bottom:12px}.clothing-intro{font-size:14px;margin-bottom:32px}.clothing-section{margin-bottom:32px}.clothing-section-heading{font-size:20px;margin-bottom:16px}.clothing-grid{grid-template-columns:1fr}.clothing-card{padding:28px 20px}.clothing-name{font-size:18px}.clothing-price{font-size:24px}.clothing-info{padding:16px;flex-direction:column;gap:12px}.clothing-contact{padding:32px 24px}.clothing-contact h2{font-size:24px}.clothing-contact>p{font-size:14px}.contact-methods{flex-direction:column}.contact-button{width:100%;justify-content:center}}.events-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.events-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2;display:flex;align-items:center;gap:16px}.events-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.events-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:40px;max-width:800px}.events-section{margin-bottom:48px}.events-section-heading{font-family:PT Sans,sans-serif;font-size:24px;font-weight:700;color:#37474f;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid #7db6b1}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.event-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:28px;transition:all .3s ease;position:relative;overflow:hidden}.event-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7db6b1,#5a9691)}.event-card-sailing:before{background:linear-gradient(90deg,#7db6b1,#5a9691)}.event-card-special:before{background:linear-gradient(90deg,#ffa726,#fb8c00)}.event-card-public:before{background:linear-gradient(90deg,#66bb6a,#43a047)}.event-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#7db6b1}.event-type{font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:inline-block;padding:4px 12px;background:#7db6b11a;border-radius:12px}.event-card-special .event-type{color:#fb8c00;background:#ffa7261a}.event-card-public .event-type{color:#43a047;background:#66bb6a1a}.event-title{font-family:PT Sans,sans-serif;font-size:22px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.3}.event-details{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.event-detail-item{display:flex;align-items:center;gap:10px;font-family:Merriweather,serif;font-size:14px;color:#666}.event-detail-item svg{width:18px;height:18px;color:#7db6b1;flex-shrink:0}.event-card-special .event-detail-item svg{color:#fb8c00}.event-card-public .event-detail-item svg{color:#43a047}.event-description{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin:0}.events-note{background:#f5f9f9;border-left:4px solid #7db6b1;border-radius:4px;padding:20px 24px;display:flex;gap:16px;align-items:flex-start}.events-note svg{width:24px;height:24px;color:#7db6b1;flex-shrink:0;margin-top:2px}.events-note p{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin:0}@media(max-width:768px){.events-page{padding:24px 20px}.events-page-heading{font-size:24px;margin-bottom:12px}.events-intro{font-size:14px;margin-bottom:32px}.events-section{margin-bottom:32px}.events-section-heading{font-size:20px;margin-bottom:16px}.events-grid{grid-template-columns:1fr;gap:16px}.event-card{padding:24px}.event-title{font-size:20px}.events-note{padding:16px;flex-direction:column;gap:12px}}.projects-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.projects-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2;display:flex;align-items:center;gap:16px}.projects-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.projects-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:16px;max-width:800px}.projects-submit{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin-bottom:40px;padding:16px 20px;background:#f5f9f9;border-left:4px solid #7db6b1;border-radius:4px}.projects-email{color:#7db6b1;text-decoration:none;font-weight:600;transition:color .2s}.projects-email:hover{color:#5a9691;text-decoration:underline}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px}.project-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:28px;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#7db6b1,#5a9691)}.project-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#7db6b1}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.project-type-badge{font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;background:#7db6b11a;border-radius:12px}.project-status{font-family:PT Sans,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:10px}.project-status-in-progress{color:#fb8c00;background:#ffa7261a}.project-status-completed{color:#43a047;background:#66bb6a1a}.project-title{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;color:#37474f;margin-bottom:14px;line-height:1.3}.project-builder{display:flex;align-items:center;gap:8px;font-family:PT Sans,sans-serif;font-size:15px;font-weight:600;color:#555;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.project-builder svg{width:18px;height:18px;color:#7db6b1;flex-shrink:0}.project-details{display:flex;flex-direction:column;gap:10px}.project-detail-item{display:flex;align-items:center;gap:8px;font-family:Merriweather,serif;font-size:13px;color:#666}.project-detail-item svg{width:16px;height:16px;color:#7db6b1;flex-shrink:0}.project-detail-label{font-weight:600;color:#555}@media(max-width:768px){.projects-page{padding:24px 20px}.projects-page-heading{font-size:24px;margin-bottom:12px}.projects-intro{font-size:14px;margin-bottom:12px}.projects-submit{font-size:13px;padding:12px 16px;margin-bottom:32px}.projects-grid{grid-template-columns:1fr;gap:16px}.project-card{padding:24px}.project-title{font-size:18px}}.talking-tech-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.talking-tech-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2;display:flex;align-items:center;gap:16px}.talking-tech-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.talking-tech-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:48px;max-width:800px}.tech-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:48px}.tech-article-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:32px 28px;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;display:flex;flex-direction:column}.tech-article-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7db6b1,#5a9691);transform:scaleX(0);transition:transform .3s ease}.tech-article-card:hover:before{transform:scaleX(1)}.tech-article-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px);border-color:#7db6b1}.tech-article-icon{width:56px;height:56px;margin-bottom:20px;padding:14px;background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tech-article-card:hover .tech-article-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 4px 12px #7db6b166}.tech-article-icon svg{width:100%;height:100%}.tech-article-category{font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.tech-article-title{font-family:PT Sans,sans-serif;font-size:22px;font-weight:700;color:#37474f;margin-bottom:8px;line-height:1.3}.tech-article-author{font-family:Merriweather,serif;font-size:13px;color:#999;font-style:italic;margin-bottom:16px}.tech-article-excerpt{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin-bottom:20px;flex-grow:1}.tech-article-link{display:flex;align-items:center;gap:8px;font-family:PT Sans,sans-serif;font-size:14px;font-weight:600;color:#7db6b1;padding-top:16px;border-top:1px solid #e0e0e0;transition:gap .3s ease}.tech-article-card:hover .tech-article-link{gap:12px}.tech-article-link svg{width:16px;height:16px;transition:transform .3s ease}.tech-article-card:hover .tech-article-link svg{transform:translate(4px)}.tech-submit-box{background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:12px;padding:40px;text-align:center;color:#fff}.tech-submit-box h2{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;margin-bottom:12px;color:#fff}.tech-submit-box p{font-family:Merriweather,serif;font-size:16px;line-height:1.6;margin-bottom:24px;color:#fffffff2;max-width:600px;margin-left:auto;margin-right:auto}.tech-submit-button{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#7db6b1;padding:14px 32px;border-radius:8px;text-decoration:none;font-family:PT Sans,sans-serif;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.tech-submit-button:hover{background:#f5f9f9;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.tech-submit-button svg{width:20px;height:20px}@media(max-width:768px){.talking-tech-page{padding:24px 20px}.talking-tech-heading{font-size:24px;margin-bottom:12px}.talking-tech-intro{font-size:14px;margin-bottom:32px}.tech-articles-grid{grid-template-columns:1fr;gap:20px}.tech-article-card{padding:28px 24px}.tech-article-title{font-size:20px}.tech-submit-box{padding:32px 24px}.tech-submit-box h2{font-size:24px}.tech-submit-box p{font-size:14px}}.tech-article-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in;max-width:900px;margin:0 auto}.tech-article-back{display:inline-flex;align-items:center;gap:8px;font-family:PT Sans,sans-serif;font-size:14px;font-weight:600;color:#7db6b1;text-decoration:none;margin-bottom:32px;transition:all .3s ease}.tech-article-back:hover{gap:12px;color:#5a9691}.tech-article-back svg{width:16px;height:16px;transition:transform .3s ease}.tech-article-back:hover svg{transform:translate(-4px)}.tech-article-header{margin-bottom:40px;padding-bottom:32px;border-bottom:2px solid #e0e0e0}.tech-article-category-badge{font-family:PT Sans,sans-serif;font-size:12px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;display:inline-block;padding:6px 16px;background:#7db6b11a;border-radius:20px;margin-bottom:16px}.tech-article-page-title{font-family:PT Sans,sans-serif;font-size:36px;font-weight:700;color:#37474f;margin-bottom:12px;line-height:1.2}.tech-article-page-author{font-family:Merriweather,serif;font-size:16px;color:#999;font-style:italic;margin:0}.tech-article-content{font-family:Merriweather,serif;font-size:16px;color:#333;line-height:1.8}.tech-article-content h1,.tech-article-content h2,.tech-article-content h3,.tech-article-content h4,.tech-article-content h5,.tech-article-content h6{font-family:PT Sans,sans-serif;color:#37474f;margin-top:32px;margin-bottom:16px;font-weight:700}.tech-article-content h3{font-size:24px;color:#7db6b1;padding-top:24px;border-top:1px solid #e0e0e0}.tech-article-content p{margin-bottom:20px;line-height:1.8}.tech-article-content ul,.tech-article-content ol{margin-bottom:20px;padding-left:28px}.tech-article-content li{margin-bottom:12px}.tech-article-content a{color:#7db6b1;text-decoration:none;border-bottom:1px solid rgba(125,182,177,.3);transition:all .2s}.tech-article-content a:hover{color:#5a9691;border-bottom-color:#5a9691}.tech-article-content code{background:#f5f9f9;padding:2px 6px;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:14px;color:#7db6b1}.tech-article-content blockquote{border-left:4px solid #7db6b1;padding-left:20px;margin:24px 0;color:#666;font-style:italic}@media(max-width:768px){.tech-article-page{padding:24px 20px}.tech-article-back{font-size:13px;margin-bottom:24px}.tech-article-header{margin-bottom:32px;padding-bottom:24px}.tech-article-page-title{font-size:28px}.tech-article-page-author{font-size:14px}.tech-article-content{font-size:15px}.tech-article-content h3{font-size:20px}}.boat-of-month-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.boat-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:24px;line-height:1.2;display:flex;align-items:center;gap:16px}.boat-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.boat-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:48px;max-width:800px}.boat-intro p{margin:0}.year-section{margin-bottom:48px}.year-heading{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;color:#37474f;margin-bottom:32px;padding-bottom:12px;border-bottom:2px solid #7db6b1}.boats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px}.boat-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:28px;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.boat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7db6b1,#5a9691);transform:scaleX(0);transition:transform .3s ease}.boat-card:hover:before{transform:scaleX(1)}.boat-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-4px);border-color:#7db6b1}.boat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.boat-month{font-family:PT Sans,sans-serif;font-size:13px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;background:#7db6b11a;border-radius:20px}.boat-type-badge{font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;color:#fb8c00;text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;background:#fb8c001a;border-radius:12px}.boat-name{font-family:PT Sans,sans-serif;font-size:24px;font-weight:700;color:#37474f;margin-bottom:16px;line-height:1.2}.boat-owner-info{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.owner-item{display:flex;align-items:center;gap:8px;font-family:Merriweather,serif;font-size:14px;color:#666}.owner-item svg{width:18px;height:18px;color:#7db6b1;flex-shrink:0}.owner-item strong{color:#555}.boat-description{font-family:Merriweather,serif;font-size:15px;color:#666;line-height:1.7;margin-bottom:20px;flex-grow:1}.boat-details{background:#f5f9f9;border-radius:8px;padding:20px;margin-top:auto}.boat-details h4{font-family:PT Sans,sans-serif;font-size:16px;font-weight:700;color:#37474f;margin-bottom:12px}.boat-details-list{list-style:none;padding:0;margin:0}.boat-details-list li{display:flex;align-items:flex-start;gap:10px;font-family:Merriweather,serif;font-size:13px;color:#666;margin-bottom:10px;line-height:1.5}.boat-details-list li:last-child{margin-bottom:0}.boat-details-list li svg{width:16px;height:16px;color:#7db6b1;flex-shrink:0;margin-top:2px}.boat-archive-notice{background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:12px;padding:32px 40px;display:flex;gap:20px;align-items:flex-start;color:#fff}.boat-archive-notice svg{width:32px;height:32px;flex-shrink:0;color:#fff;opacity:.9}.boat-archive-notice h3{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;margin-bottom:8px;color:#fff}.boat-archive-notice p{font-family:Merriweather,serif;font-size:14px;line-height:1.6;margin:0;color:#fffffff2}@media(max-width:768px){.boat-of-month-page{padding:24px 20px}.boat-page-heading{font-size:24px;margin-bottom:20px}.boat-intro{font-size:14px;margin-bottom:32px}.year-heading{font-size:22px;margin-bottom:24px}.boats-grid{grid-template-columns:1fr;gap:20px}.boat-card{padding:24px}.boat-name{font-size:20px}.boat-archive-notice{padding:24px;flex-direction:column;gap:16px}.boat-archive-notice svg{width:28px;height:28px}.boat-archive-notice h3{font-size:18px}}.join-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.join-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:24px;line-height:1.2;display:flex;align-items:center;gap:16px}.join-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.join-intro{font-family:Merriweather,serif;font-size:16px;color:#666;line-height:1.6;margin-bottom:48px;max-width:800px}.join-intro p{margin-bottom:16px}.join-intro p:last-child{margin-bottom:0}.section-heading{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;color:#37474f;margin-bottom:32px;padding-bottom:12px;border-bottom:2px solid #7db6b1}.benefits-section{margin-bottom:56px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.benefit-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:28px 24px;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#7db6b1}.benefit-icon{width:48px;height:48px;margin:0 auto 16px;padding:12px;background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:50%;color:#fff}.benefit-icon svg{width:100%;height:100%}.benefit-title{font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;color:#37474f;margin-bottom:8px}.benefit-description{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.5;margin:0}.pricing-section{margin-bottom:48px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px}.pricing-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:32px 24px;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-4px);border-color:#7db6b1}.pricing-card-highlighted{border-color:#7db6b1;border-width:2px;background:linear-gradient(to bottom,#f5f9f9,#fff)}.pricing-badge{position:absolute;top:16px;right:-32px;background:linear-gradient(135deg,#7db6b1,#5a9691);color:#fff;padding:4px 40px;font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transform:rotate(45deg);box-shadow:0 2px 4px #0003}.pricing-header{text-align:center;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.pricing-name{font-family:PT Sans,sans-serif;font-size:22px;font-weight:700;color:#37474f;margin-bottom:12px}.pricing-price{font-family:PT Sans,sans-serif;font-size:36px;font-weight:700;color:#7db6b1;margin-bottom:8px}.pricing-description{font-family:Merriweather,serif;font-size:14px;color:#666;margin:0}.pricing-features{list-style:none;padding:0;margin:0 0 16px}.pricing-features li{display:flex;align-items:center;gap:10px;font-family:Merriweather,serif;font-size:14px;color:#555;margin-bottom:12px;line-height:1.4}.pricing-features li svg{width:20px;height:20px;color:#7db6b1;flex-shrink:0}.pricing-note{font-family:Merriweather,serif;font-size:12px;color:#fb8c00;background:#ffa7261a;padding:8px 12px;border-radius:4px;margin:0;text-align:center;font-weight:600}.pricing-extras{background:#f5f9f9;border-radius:8px;padding:28px}.pricing-extras h3{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;color:#37474f;margin-bottom:20px}.extras-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.extra-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;border-radius:6px;border:1px solid #e0e0e0}.extra-name{font-family:Merriweather,serif;font-size:14px;color:#555}.extra-price{font-family:PT Sans,sans-serif;font-size:16px;font-weight:700;color:#7db6b1}.pricing-info{display:flex;align-items:flex-start;gap:12px;font-family:Merriweather,serif;font-size:13px;color:#666;line-height:1.5;margin:0}.pricing-info svg{width:20px;height:20px;color:#7db6b1;flex-shrink:0;margin-top:2px}.contact-section{margin-top:48px}.contact-card{background:linear-gradient(135deg,#7db6b1,#5a9691);border-radius:12px;padding:40px;text-align:center;color:#fff}.contact-card h2{font-family:PT Sans,sans-serif;font-size:28px;font-weight:700;margin-bottom:16px;color:#fff}.contact-card p{font-family:Merriweather,serif;font-size:16px;line-height:1.6;margin-bottom:32px;color:#fffffff2}.contact-methods{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.contact-button{display:flex;align-items:center;gap:12px;background:#fff;color:#7db6b1;padding:14px 28px;border-radius:8px;text-decoration:none;font-family:PT Sans,sans-serif;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.contact-button:hover{background:#f5f9f9;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.contact-button svg{width:20px;height:20px;flex-shrink:0}@media(max-width:768px){.join-page{padding:24px 20px}.join-page-heading{font-size:24px;margin-bottom:20px}.join-intro{font-size:14px;margin-bottom:40px}.section-heading{font-size:22px;margin-bottom:24px}.benefits-section{margin-bottom:40px}.benefits-grid,.pricing-grid{grid-template-columns:1fr}.pricing-price{font-size:32px}.extras-grid{grid-template-columns:1fr}.contact-card{padding:32px 24px}.contact-card h2{font-size:24px}.contact-card p{font-size:14px}.contact-methods{flex-direction:column}.contact-button{width:100%;justify-content:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.contact-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.contact-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:32px;line-height:1.2;display:flex;align-items:center;gap:16px}.contact-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-section{padding:24px;background-color:#f9f9f9;border-radius:8px;border-left:4px solid #7db6b1}.contact-section h2{font-family:PT Sans,sans-serif;font-size:18px;font-weight:700;color:#37474f;margin-bottom:12px}.contact-section p{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin:8px 0}.contact-section a{color:#7db6b1;text-decoration:none;word-break:break-word}.contact-section a:hover{text-decoration:underline}.contact-address{font-style:normal}.contact-map-container{position:relative;height:500px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.contact-map{width:100%;height:100%}@media(max-width:968px){.contact-container{grid-template-columns:1fr;gap:32px}.contact-map-container{height:400px}}@media(max-width:768px){.contact-page{padding:24px 20px}.contact-page-heading{font-size:24px;margin-bottom:24px}.contact-container{gap:24px}.contact-section{padding:20px}.contact-map-container{height:350px}}.links-page{background-color:#fffc;padding:40px 48px;border-radius:2px;box-shadow:0 1px 2px #0000001a;animation:fadeIn .3s ease-in}.links-page-heading{font-family:PT Sans,sans-serif;font-size:34px;font-weight:700;color:#37474f;margin-bottom:32px;line-height:1.2;display:flex;align-items:center;gap:16px}.links-page-heading .page-heading-icon{width:32px;height:32px;color:#7db6b1;flex-shrink:0}.links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-bottom:40px}.link-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.link-card-preview{width:100%;height:200px;overflow:hidden;background-color:#f5f5f5}.link-card-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.link-card:hover .link-card-preview img{transform:scale(1.05)}.link-card-content{padding:24px;display:flex;flex-direction:column;flex:1}.link-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#7db6b1}.link-card-category{font-family:PT Sans,sans-serif;font-size:11px;font-weight:700;color:#7db6b1;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.link-card-title{font-family:PT Sans,sans-serif;font-size:20px;font-weight:700;color:#37474f;margin-bottom:12px;line-height:1.3}.link-card-description{font-family:Merriweather,serif;font-size:14px;color:#666;line-height:1.6;margin-bottom:16px;flex:1}.link-card-url{font-family:PT Sans,sans-serif;font-size:13px;color:#7db6b1;word-break:break-all;display:flex;align-items:center;gap:6px}.link-card-url:after{content:"→";font-size:16px}@media(max-width:768px){.links-page{padding:24px 20px}.links-page-heading{font-size:24px;margin-bottom:24px}.links-grid{grid-template-columns:1fr;gap:16px}.link-card-content{padding:20px}.link-card-preview{height:160px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
