:root{--primary:#00afef;--secondary:#10b981;--dark:#201e1e;--font:"Raleway", system-ui, sans-serif;--text:#2e2e33;--text-muted:#54565a;--text-light:#9ca3af;--surface:#fff;--surface-gray:#f3f4f6;--surface-gray-2:#f9fafb;--border:#e5e7eb;--dark-2:#2e2e33;--dark-3:#1e1e22;--danger:#ef4444;--radius:12px;--radius-sm:8px;--container:1160px;--gutter:60px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{margin:0;line-height:1.15}p{margin:0}button,input{font:inherit}.container{max-width:var(--container);padding:0 var(--gutter);margin:0 auto}.container--narrow{max-width:820px}.btn{letter-spacing:.02em;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.btn--sm{padding:10px 20px}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{filter:brightness(1.08)}.btn--outline-light{color:#fff;background:0 0;border-color:#fff}.btn--outline-light:hover{background:#ffffff1f}.btn--light{color:var(--primary);background:#fff;font-size:14px;font-weight:800}.link-arrow{color:var(--primary);font-size:13px;font-weight:700}.link-arrow:hover{text-decoration:underline}.site-header{background:var(--surface);z-index:30;box-shadow:0 1px 0 var(--border);position:sticky;top:0}.site-header__inner{align-items:center;gap:40px;height:80px;display:flex}.site-header__logo{object-fit:contain;width:auto;height:52px}.site-header__wordmark{color:var(--primary);font-size:22px;font-weight:900}.site-header__nav{gap:32px;margin-left:auto;font-size:13px;font-weight:600;display:flex}.site-header__nav a:hover{color:var(--primary)}.section{padding:100px 0}.section--tight{padding-top:0}.section--gray{background:var(--surface-gray)}.section__head{justify-content:space-between;align-items:baseline;margin-bottom:48px;display:flex}.section__title{font-size:32px;font-weight:700}.section__title--center{text-align:center;margin-bottom:64px;font-size:24px;font-weight:800}.section__more{color:var(--text-muted);font-size:13px;font-weight:600}.section__more:hover{color:var(--primary)}.hero{background:var(--primary) center/cover no-repeat;color:#fff;align-items:center;min-height:647px;display:flex;position:relative}.hero__overlay{background:linear-gradient(#000000b3 0%,#00000059 60%,#00000080 100%);position:absolute;inset:0}.hero__content{text-align:center;max-width:900px;padding-top:80px;padding-bottom:80px;position:relative}.hero__badge{letter-spacing:.08em;text-transform:uppercase;opacity:.95;margin-bottom:24px;font-size:14px;font-weight:800;display:inline-block}.hero__title{letter-spacing:-.02em;margin-bottom:24px;font-size:64px;font-weight:900}.hero__subtitle{opacity:.92;max-width:640px;margin:0 auto 40px;font-size:18px}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.benefits{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.benefit{text-align:center}.benefit__icon{background:color-mix(in srgb, var(--primary) 12%, #fff);width:56px;height:56px;color:var(--primary);border-radius:50%;place-items:center;margin:0 auto 20px;font-size:24px;display:grid}.benefit h3{margin-bottom:8px;font-size:15px;font-weight:700}.benefit p{color:var(--text-muted);font-size:13px}.activities{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.activity-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.activity-card__img{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 25%, #fff), color-mix(in srgb, var(--primary) 70%, var(--dark))) center/cover;place-items:center;height:150px;display:grid;position:relative}.activity-card__icon{object-fit:contain;filter:drop-shadow(0 2px 6px #00000040);width:56px;height:56px}.activity-card__tag{color:#fff;background:#0000008c;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.activity-card__body{flex-direction:column;flex:1;gap:8px;padding:20px;display:flex}.activity-card__body h3{font-size:20px;font-weight:700}.activity-card__body p{color:var(--text-muted);flex:1;font-size:13px}.activity-card__body .link-arrow{font-size:12px}.schedule{padding:60px 0}.schedule--dark{background:var(--dark);color:#f9fafb}.schedule--light{background:var(--surface-gray);color:var(--text)}.schedule__title{margin-bottom:12px;font-size:36px;font-weight:900}.schedule__subtitle{opacity:.75;max-width:640px;margin-bottom:32px;font-size:14px}.schedule__filters{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.schedule__search{border-radius:var(--radius-sm);width:100%;max-width:360px;color:inherit;background:#ffffff0f;border:1px solid #ffffff1f;padding:12px 16px;font-size:13px}.schedule--light .schedule__search{border-color:var(--border);background:#fff}.schedule__chips{flex-wrap:wrap;gap:8px;display:flex}.chip{cursor:pointer;color:inherit;background:#ffffff0d;border:1px solid #ffffff24;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .15s}.schedule--light .chip{border-color:var(--border);background:#fff}.chip:hover{border-color:var(--primary)}.chip--active{background:var(--primary);border-color:var(--primary);color:#fff}.schedule__empty{opacity:.7}.schedule__grid-wrap{border-radius:var(--radius);border:1px solid #ffffff14;overflow-x:auto}.schedule--light .schedule__grid-wrap{border-color:var(--border)}.schedule__grid{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:900px}.schedule__grid th,.schedule__grid td{vertical-align:top;border-bottom:1px solid #ffffff0f;padding:8px}.schedule--light .schedule__grid th,.schedule--light .schedule__grid td{border-color:var(--border)}.schedule__grid thead th{letter-spacing:.06em;text-align:center;background:#00000040;padding:14px 8px;font-size:12px;font-weight:800}.schedule--light .schedule__grid thead th{background:#fff}.schedule__grid thead th:first-child,.schedule__grid tbody th{text-align:left;width:72px;font-size:14px;font-weight:700}.slot{border-left:3px solid var(--primary);background:#ffffff12;border-radius:6px;margin-bottom:6px;padding:6px 8px}.schedule--light .slot{background:#fff}.slot__name{font-size:12px;font-weight:700}.slot__meta{opacity:.7;margin-top:2px;font-size:10px}.schedule__days{display:none}.news{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.news-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.news-card__img{background:linear-gradient(135deg,#d1d5db,#9ca3af) 50%/cover;height:180px;display:block}.news-card__body{flex-direction:column;flex:1;gap:10px;padding:24px;display:flex}.news-card__date{color:var(--primary);font-size:13px;font-weight:700}.news-card h3{font-size:20px;font-weight:800}.news-card p{color:var(--text-muted);flex:1;font-size:14px}.instagram__head{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.instagram__handle{font-size:16px;font-weight:700}.instagram__sub{color:var(--text-muted);font-size:13px;font-weight:500}.instagram__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.instagram__grid img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);width:100%}.stats{padding:48px 0}.stats__grid{text-align:center;grid-template-columns:repeat(4,1fr);display:grid}.stat__value{color:var(--primary);font-size:48px;font-weight:900}.stat__label{color:var(--text-muted);font-size:13px;font-weight:600}.cta{background:var(--primary);color:#fff;text-align:center;padding:80px 0}.cta__inner{flex-direction:column;align-items:center;gap:32px;max-width:720px;display:flex}.cta h2{font-size:40px;font-weight:900}.cta p{opacity:.95;font-size:16px}.site-footer{background:var(--dark);color:#d1d5db;padding:80px 0 40px}.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:80px;display:grid}.site-footer__logo{object-fit:contain;width:auto;height:40px;margin-bottom:16px}.site-footer__logo--boxed{border-radius:var(--radius-sm);background:#fff;height:56px;padding:8px 14px}.site-footer__wordmark{color:#fff;margin-bottom:16px;font-size:22px;font-weight:900}.site-footer__about p{max-width:320px;font-size:13px}.site-footer h4{color:#fff;margin-bottom:16px;font-size:14px;font-weight:700}.site-footer ul{flex-direction:column;gap:10px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.site-footer a:hover{color:#fff}.site-footer__bottom{color:var(--text-light);border-top:1px solid #ffffff14;justify-content:space-between;padding-top:24px;font-size:11px;display:flex}.post__title{margin:12px 0 24px;font-size:40px;font-weight:900}.post__image{border-radius:var(--radius);margin-bottom:32px}.post__excerpt{color:var(--text-muted);margin-bottom:24px;font-size:18px}.prose{font-size:16px;line-height:1.7}.prose h2{margin:32px 0 12px;font-size:28px}.prose h3{margin:24px 0 8px;font-size:22px}.prose p{margin-bottom:16px}.prose a{color:var(--primary);text-decoration:underline}.unconfigured{max-width:640px;margin:120px auto;padding:0 24px}.sec--custom,.sec--custom h2,.sec--custom h3,.sec--custom h4{color:inherit}.sec--custom .section__more,.sec--custom .benefit p,.sec--custom .stat__label,.sec--custom .instagram__sub,.sec--custom .schedule__subtitle{color:inherit;opacity:.75}.sec--custom .stat__value{color:inherit}.sec--custom .benefit__icon{background:color-mix(in srgb, currentColor 12%, transparent);color:inherit}.sec--custom .activity-card,.sec--custom .news-card{color:var(--text)}.sec--on-dark .activity-card,.sec--on-dark .news-card{border-color:#ffffff14}.sec--on-dark .link-arrow{color:inherit}.sec--custom.cta .btn--light{color:var(--text);background:#fff}.sec--custom.schedule .schedule__search,.sec--custom.schedule .chip{border-color:color-mix(in srgb, currentColor 18%, transparent);background:color-mix(in srgb, currentColor 6%, transparent);color:inherit}.sec--custom.schedule .chip--active{background:var(--primary);border-color:var(--primary);color:#fff}.sec--custom.schedule .schedule__grid-wrap,.sec--custom.schedule .schedule__grid th,.sec--custom.schedule .schedule__grid td{border-color:color-mix(in srgb, currentColor 10%, transparent)}.sec--custom.schedule .schedule__grid thead th,.sec--custom.schedule .slot{background:color-mix(in srgb, currentColor 8%, transparent)}.hero__content--left{text-align:left;margin-left:0}.hero__content--left .hero__subtitle{margin-left:0}.hero__content--left .hero__ctas{justify-content:flex-start}@keyframes anim-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.anim-up{opacity:0;animation:.7s cubic-bezier(.2,.7,.2,1) forwards anim-up}[data-reveal]{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(22px)}[data-reveal].is-visible{opacity:1;transform:none}[data-reveal-stagger]>*{opacity:0;transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--i,0) * 80ms);transform:translateY(18px)}[data-reveal-stagger].is-visible>*{opacity:1;transform:none}.site-header{transition:box-shadow .25s}.site-header.is-scrolled{box-shadow:0 6px 24px #00000014}.activity-card,.news-card{transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s}.activity-card:hover,.news-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0000001a}.activity-card__img,.news-card__img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.activity-card:hover .activity-card__img,.news-card:hover .news-card__img{transform:scale(1.04)}.activity-card,.news-card,.activity-card__img,.news-card__img{will-change:transform}.activity-card{overflow:hidden}.activity-card__img{transform-origin:50%}.news-card{overflow:hidden}.btn{transition:transform .15s,filter .15s,background .15s,box-shadow .15s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000026}.btn:active{box-shadow:none;transform:translateY(0)}.benefit__icon{transition:transform .3s cubic-bezier(.2,.7,.2,1)}.benefit:hover .benefit__icon{transform:scale(1.1)rotate(-4deg)}.chip{transition:background .15s,border-color .15s,transform .15s}.chip:active{transform:scale(.96)}.slot{transition:transform .15s,background .15s}.slot:hover{background:#ffffff1f;transform:translate(2px)}.schedule--light .slot:hover{background:#f9fafb}.site-header__nav a{position:relative}.site-header__nav a:after{content:"";background:var(--primary);transform-origin:0;height:2px;transition:transform .25s;position:absolute;bottom:-6px;left:0;right:0;transform:scaleX(0)}.site-header__nav a:hover:after{transform:scaleX(1)}.hero{overflow:hidden}@keyframes hero-zoom{0%{transform:scale(1.06)}to{transform:scale(1)}}.hero:before{content:"";background:var(--hero-img,none) center/cover no-repeat;animation:8s ease-out forwards hero-zoom;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.anim-up,[data-reveal],[data-reveal-stagger]>*{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.hero:before{animation:none}.activity-card:hover,.news-card:hover,.btn:hover{transform:none}}@media (max-width:1024px){:root{--gutter:32px}.benefits,.activities,.instagram__grid{grid-template-columns:repeat(2,1fr)}.news,.site-footer__grid{grid-template-columns:1fr 1fr}.hero__title{font-size:48px}}@media (max-width:720px){:root{--gutter:20px}.section{padding:64px 0}.site-header__nav{display:none}.site-header__inner{justify-content:space-between;gap:16px}.hero{min-height:520px}.hero__title{font-size:36px}.benefits,.activities,.news,.instagram__grid,.site-footer__grid{grid-template-columns:1fr}.stats__grid{grid-template-columns:1fr 1fr;row-gap:32px}.stat__value{font-size:36px}.cta h2{font-size:28px}.section__head{flex-direction:column;gap:8px;margin-bottom:32px}.section__title{font-size:26px}.schedule__title{font-size:28px}.schedule__grid-wrap{display:none}.schedule__days{flex-direction:column;gap:24px;display:flex}.schedule__day h3{opacity:.9;margin-bottom:10px;font-size:16px;font-weight:800}.slot--row{grid-template-columns:52px 1fr auto;align-items:center;gap:10px;display:grid}.slot__time{font-size:13px;font-weight:800}.site-footer__bottom{flex-direction:column;gap:8px}}
