:root{--color-primary: #C2644B;--color-primary-dark: #A8523C;--color-secondary: #E8A87C;--color-accent: #6B7F5E;--color-bg: #FDF6EC;--color-text: #3D1E10;--color-text-light: #6B4F3F;--color-sand: #F0E4D0;--color-white: #FFFFFF;--color-amber: #F59E0B;--color-amber-bg: #FEF3C7;--color-amber-border: #F59E0B;--font-heading: "Outfit", sans-serif;--font-body: "Work Sans", sans-serif;--shadow-sm: 0 1px 3px rgba(61, 30, 16, .08);--shadow-md: 0 4px 12px rgba(61, 30, 16, .1);--shadow-lg: 0 8px 24px rgba(61, 30, 16, .12);--shadow-warm: 0 8px 24px rgba(194, 100, 75, .18);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--max-width: 1200px;--section-padding: 5rem 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);font-size:18px;font-weight:400;color:var(--color-text);background-color:var(--color-bg);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-text)}.skip-link{position:absolute;top:-100%;left:16px;background:var(--color-primary);color:var(--color-white);padding:12px 24px;border-radius:var(--radius-sm);z-index:9999;font-weight:600;font-family:var(--font-body)}.skip-link:focus{top:16px;color:var(--color-white)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding)}.section-title{font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.section-subtitle{font-size:1.125rem;color:var(--color-text-light);max-width:600px}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fdf6eceb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(194,100,75,.12);transition:box-shadow .3s ease}.nav.scrolled{box-shadow:var(--shadow-md)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{font-family:var(--font-heading);font-weight:800;font-size:1.125rem;color:var(--color-text);letter-spacing:-.02em}.nav-brand span{color:var(--color-primary)}.nav-links{display:none;list-style:none;gap:2rem;align-items:center}.nav-links a{font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--color-text-light);transition:color .2s ease}.nav-links a:hover{color:var(--color-primary)}.nav-cta{display:none;padding:10px 20px;background:var(--color-primary);color:var(--color-white)!important;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;transition:background .2s ease,transform .2s ease}.nav-cta:hover{background:var(--color-primary-dark);color:var(--color-white)!important;transform:translateY(-1px)}.nav-mobile-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;color:var(--color-text)}.nav-mobile-btn svg{width:24px;height:24px}.nav-mobile-menu{display:none;position:absolute;top:64px;left:0;right:0;background:var(--color-bg);border-bottom:1px solid rgba(194,100,75,.12);box-shadow:var(--shadow-lg);padding:1rem 1.5rem 1.5rem}.nav-mobile-menu.open{display:block}.nav-mobile-menu a{display:block;padding:.75rem 0;font-weight:500;color:var(--color-text);border-bottom:1px solid var(--color-sand)}.nav-mobile-menu a:last-child{border-bottom:none}.nav-mobile-cta{display:block;text-align:center;margin-top:1rem;padding:12px 24px;background:var(--color-primary);color:var(--color-white)!important;border-radius:var(--radius-sm);font-weight:600}@media(min-width:768px){.nav-links{display:flex}.nav-cta{display:inline-flex}.nav-mobile-btn{display:none}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 1.5rem 80px}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#c2644b99,#3d1e108c),url(/hero-pool.webp) center/cover no-repeat;will-change:transform}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:100px;font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--color-white);margin-bottom:1.5rem}.hero-badge-dot{width:8px;height:8px;background:var(--color-amber);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-title{font-size:3rem;font-weight:800;color:var(--color-white);line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.125rem;color:#ffffffd9;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat-value{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--color-white);line-height:1}.hero-stat-label{font-size:.8125rem;color:#ffffffb3;margin-top:4px;font-weight:500}@media(min-width:768px){.hero-title{font-size:4rem}.hero-stats{gap:3.5rem}.hero-stat-value{font-size:2.5rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.wavy-divider{position:relative;margin-top:-2px;line-height:0}.wavy-divider svg{display:block;width:100%;height:auto}.announcement{background:linear-gradient(135deg,var(--color-amber-bg),#FDE68A);border:1px solid var(--color-amber-border);border-radius:var(--radius-lg);padding:1.5rem 2rem;max-width:var(--max-width);margin:-2rem auto 0;position:relative;z-index:3}.announcement-inner{display:flex;align-items:flex-start;gap:1rem}.announcement-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.announcement-content h3{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:#92400e}.announcement-content p{font-size:1rem;color:#92400e;line-height:1.5}.announcement-content a{color:#92400e;font-weight:600;text-decoration:underline;text-underline-offset:2px}.announcement-content a:hover{color:#78350f}@media(max-width:767px){.announcement{margin:-1rem 1rem 0;padding:1.25rem}}.about-grid{display:grid;gap:3rem}.about-text h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-primary)}.about-text p{margin-bottom:1rem;color:var(--color-text-light)}.about-sidebar{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-sand)}.about-sidebar h4{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-primary)}.about-fact{display:flex;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid var(--color-sand);font-size:1rem}.about-fact:last-child{border-bottom:none}.about-fact-label{color:var(--color-text-light);font-weight:500}.about-fact-value{font-weight:600;text-align:right}@media(min-width:768px){.about-grid{grid-template-columns:1.5fr 1fr}}.bento-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}.bento-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-sand);transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(20px)}.bento-card.visible{opacity:1;transform:translateY(0)}.bento-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-warm)}.bento-card-img{width:100%;height:200px;object-fit:cover;background:var(--color-sand)}.bento-card-body{padding:1.5rem}.bento-card-body h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.bento-card-body p{font-size:1rem;color:var(--color-text-light);line-height:1.6}.bento-badge{display:inline-block;padding:4px 12px;background:#6b7f5e1f;color:var(--color-accent);border-radius:100px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-card.featured{grid-column:span 2}.bento-card.featured .bento-card-img{height:280px}}.info-section{display:grid;gap:3rem}.info-table{width:100%;border-collapse:collapse}.info-table caption{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;text-align:left;padding-bottom:1rem}.info-table th,.info-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-sand);font-size:1rem}.info-table th{font-weight:600;color:var(--color-text);background:#c2644b0d}.info-table td{color:var(--color-text-light)}.info-note{font-size:.8125rem;color:var(--color-text-light);font-style:italic;margin-top:.75rem}.nearby-pool-card{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-sand);transition:transform .3s ease,box-shadow .3s ease}.nearby-pool-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-warm)}.nearby-pool-card h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.nearby-pool-card p{font-size:1rem;color:var(--color-text-light);margin-bottom:.25rem}.nearby-pool-card .distance{display:inline-block;padding:2px 10px;background:#6b7f5e1f;color:var(--color-accent);border-radius:100px;font-size:.75rem;font-weight:600;margin-top:.5rem}.nearby-pools-grid{display:grid;gap:1.25rem}@media(min-width:768px){.info-section{grid-template-columns:1.2fr 1fr}.nearby-pools-grid{grid-template-columns:1fr}}.lessons-grid{display:grid;gap:1.5rem}.lesson-card{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-sand);transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(20px)}.lesson-card.visible{opacity:1;transform:translateY(0)}.lesson-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-warm)}.lesson-card-age{display:inline-block;padding:4px 14px;background:#c2644b1a;color:var(--color-primary);border-radius:100px;font-size:.8125rem;font-weight:600;margin-bottom:1rem}.lesson-card h3{font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.lesson-card p{font-size:1rem;color:var(--color-text-light);margin-bottom:1.25rem;line-height:1.6}.lesson-tags{display:flex;flex-wrap:wrap;gap:.5rem}.lesson-tag{padding:4px 12px;background:#6b7f5e1a;color:var(--color-accent);border-radius:100px;font-size:.75rem;font-weight:600}@media(min-width:768px){.lessons-grid{grid-template-columns:repeat(3,1fr)}}.transport-grid{display:grid;gap:1.25rem}.transport-card{background:var(--color-white);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-sand);display:flex;align-items:flex-start;gap:1rem;transition:transform .3s ease,box-shadow .3s ease}.transport-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-warm)}.transport-icon{width:48px;height:48px;background:#c2644b1a;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.transport-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.transport-card p{font-size:1rem;color:var(--color-text-light);line-height:1.5}@media(min-width:768px){.transport-grid{grid-template-columns:repeat(3,1fr)}}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-sand)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-heading);font-size:1.0625rem;font-weight:600;color:var(--color-text);transition:color .2s ease}.faq-question:hover{color:var(--color-primary)}.faq-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;color:var(--color-primary)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding-bottom:1.25rem}.faq-answer p{font-size:1rem;color:var(--color-text-light);line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);border-radius:var(--radius-xl);padding:3.5rem 2rem;text-align:center;max-width:var(--max-width);margin:0 auto}.cta-section h2{font-size:2rem;font-weight:800;color:var(--color-white);margin-bottom:.75rem}.cta-section p{font-size:1.0625rem;color:#ffffffd9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--color-white);color:var(--color-primary);border-radius:var(--radius-sm);font-family:var(--font-body);font-weight:700;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;color:var(--color-primary)}.directory-section{background:var(--color-white);border-top:1px solid var(--color-sand)}.directory-title{font-size:1rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-heading)}.directory-grid{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.directory-grid a{font-size:.8125rem;color:var(--color-text-light);font-weight:500;padding:4px 0;transition:color .2s ease}.directory-grid a:hover{color:var(--color-primary)}.footer{background:var(--color-text);color:#fff9;padding:2.5rem 1.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-brand{font-family:var(--font-heading);font-weight:700;font-size:1.125rem;color:var(--color-white)}.footer-brand span{color:var(--color-secondary)}.footer p{font-size:.8125rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.8125rem;color:#ffffff80;transition:color .2s ease}.footer-links a:hover{color:var(--color-secondary)}@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.wa-float{position:fixed;bottom:24px;right:24px;z-index:999;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36659;transition:transform .2s ease,box-shadow .2s ease}.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36673}.wa-float svg{width:28px;height:28px;fill:#fff}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.green-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#6b7f5e1f;color:var(--color-accent);border-radius:100px;font-size:.8125rem;font-weight:600}
