@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&display=swap";
.home-module__fbpErG__page{--cyan:#01f4df;--indigo:#4945b1;--orange:#ef6b00;--dark:#07070f;--surface:#10101a;--surface2:#18182a;--border:rgba(73,69,177,.3);--text:#f0f0f5;--muted:#7a7a99}.home-module__fbpErG__page,.home-module__fbpErG__page *{box-sizing:border-box;margin:0;padding:0}.home-module__fbpErG__page{background:var(--dark);color:var(--text);min-height:100vh;font-family:Inter,sans-serif}.home-module__fbpErG__bebas{font-family:Bebas Neue,sans-serif}.home-module__fbpErG__nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);background:rgba(7,7,15,.85);justify-content:space-between;align-items:center;height:68px;padding:0 2.5rem;display:flex;position:fixed;top:0;left:0;right:0}.home-module__fbpErG__nav-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.home-module__fbpErG__nav-logo-text{letter-spacing:.04em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:1.25rem;line-height:1.1}.home-module__fbpErG__nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.home-module__fbpErG__nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.home-module__fbpErG__nav-links a:hover{color:var(--text)}.home-module__fbpErG__nav-cta{background:var(--cyan);border-radius:4px;padding:.45rem 1.1rem;color:#07070f!important;font-weight:600!important;transition:opacity .2s!important}.home-module__fbpErG__nav-cta:hover{opacity:.88;color:#07070f!important}.home-module__fbpErG__language-select{color:var(--muted);border:.5px solid var(--border);letter-spacing:.08em;cursor:pointer;background:0 0;border-radius:4px;outline:none;padding:.42rem .65rem;font-size:.78rem;font-weight:600;transition:border-color .2s,color .2s}.home-module__fbpErG__language-select:hover{color:var(--text);border-color:var(--cyan)}.home-module__fbpErG__language-select option{background:var(--surface);color:var(--text)}.home-module__fbpErG__ticker-wrap{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--surface);white-space:nowrap;width:100%;max-width:100vw;margin-top:68px;padding:.45rem 0;overflow:hidden}.home-module__fbpErG__ticker-track{width:max-content;animation:28s linear infinite home-module__fbpErG__ticker;display:flex}.home-module__fbpErG__ticker-track:hover{animation-play-state:paused}.home-module__fbpErG__ticker-group{flex-shrink:0;align-items:center;display:flex}.home-module__fbpErG__ticker-unit{flex-shrink:0;align-items:center;display:inline-flex}.home-module__fbpErG__ticker-item{letter-spacing:.1em;color:var(--muted);align-items:center;gap:.45rem;padding:0 1.2rem;font-family:Bebas Neue,sans-serif;font-size:.95rem;display:inline-flex}.home-module__fbpErG__ticker-item strong{color:var(--cyan);font-weight:400}.home-module__fbpErG__ticker-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}@keyframes home-module__fbpErG__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:600px){.home-module__fbpErG__ticker-item{letter-spacing:.08em;padding:0 .8rem;font-size:.82rem}}.home-module__fbpErG__hero{flex-direction:column;justify-content:center;min-height:100vh;padding:7rem 2.5rem 4rem;display:flex;position:relative;overflow:hidden}.home-module__fbpErG__hero-bg{object-fit:cover;object-position:center;opacity:.18;z-index:0;width:100%;min-width:100%;height:100%;min-height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.home-module__fbpErG__hero-overlay{background:linear-gradient(to bottom,transparent 40%,var(--dark)100%);z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.home-module__fbpErG__hero-content{z-index:2;max-width:900px;position:relative}.home-module__fbpErG__hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--cyan);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.home-module__fbpErG__hero-title{letter-spacing:.01em;margin-bottom:1.75rem;font-family:Bebas Neue,sans-serif;font-size:max(4rem,min(10vw,8.5rem));line-height:.92}.home-module__fbpErG__hero-title .home-module__fbpErG__accent-indigo{color:var(--indigo)}.home-module__fbpErG__hero-title .home-module__fbpErG__accent-orange{color:var(--orange)}.home-module__fbpErG__hero-title .home-module__fbpErG__accent-cyan{color:var(--cyan)}.home-module__fbpErG__hero-sub{color:var(--muted);max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.65}.home-module__fbpErG__hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.home-module__fbpErG__btn-primary{background:var(--cyan);color:#07070f;letter-spacing:.05em;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.home-module__fbpErG__btn-primary:hover{opacity:.88}.home-module__fbpErG__btn-secondary{color:var(--text);letter-spacing:.05em;background:0 0;border:.5px solid rgba(240,240,245,.3);border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.home-module__fbpErG__btn-secondary:hover{border-color:var(--text);color:var(--text)}.home-module__fbpErG__stats-strip{border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--surface);grid-template-columns:repeat(4,1fr);display:grid}.home-module__fbpErG__stat-cell{border-right:.5px solid var(--border);text-align:center;padding:2rem 1.5rem}.home-module__fbpErG__stat-cell:last-child{border-right:none}.home-module__fbpErG__stat-value{color:var(--cyan);font-family:Bebas Neue,sans-serif;font-size:3.5rem;line-height:1}.home-module__fbpErG__stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.35rem;font-size:.78rem;font-weight:500}.home-module__fbpErG__page section{max-width:1200px;margin:0 auto;padding:5rem 2.5rem}.home-module__fbpErG__section-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.72rem;font-weight:600}.home-module__fbpErG__section-title{letter-spacing:.02em;margin-bottom:1.25rem;font-family:Bebas Neue,sans-serif;font-size:max(2.2rem,min(4vw,3.5rem));line-height:1}.home-module__fbpErG__section-divider{background:var(--border);width:100%;height:.5px}.home-module__fbpErG__about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.home-module__fbpErG__about-body{color:var(--muted);font-size:1rem;line-height:1.8}.home-module__fbpErG__about-body p+p{margin-top:1rem}.home-module__fbpErG__about-image-wrap{aspect-ratio:4/3;background:var(--surface2);border:.5px solid var(--border);border-radius:6px;position:relative;overflow:hidden}.home-module__fbpErG__about-image-placeholder{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.82rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.home-module__fbpErG__courts-grid{background:var(--border);border:1px solid var(--border);border-radius:6px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.home-module__fbpErG__court-card{background:var(--surface);flex-direction:column;gap:.75rem;padding:2rem 1.5rem;display:flex}.home-module__fbpErG__court-card-icon{background:rgba(73,69,177,.15);border:.5px solid rgba(73,69,177,.4);border-radius:4px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.home-module__fbpErG__court-card h3{letter-spacing:.05em;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:1.25rem}.home-module__fbpErG__court-card p{color:var(--muted);font-size:.88rem;line-height:1.65}.home-module__fbpErG__yoga-block{background:var(--surface);border:.5px solid var(--border);border-left:3px solid var(--indigo);border-radius:0 6px 6px 0;grid-template-columns:1fr 1fr;align-items:start;gap:2rem;margin-top:3rem;padding:2.5rem;display:grid}.home-module__fbpErG__yoga-tag{letter-spacing:.15em;text-transform:uppercase;color:var(--indigo);background:rgba(73,69,177,.12);border:.5px solid rgba(73,69,177,.35);border-radius:3px;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.7rem;font-weight:600;display:inline-block}.home-module__fbpErG__yoga-block h3{letter-spacing:.03em;margin-bottom:.75rem;font-family:Bebas Neue,sans-serif;font-size:2rem}.home-module__fbpErG__yoga-block p{color:var(--muted);font-size:.9rem;line-height:1.7}.home-module__fbpErG__yoga-side{flex-direction:column;gap:1.5rem;display:flex}.home-module__fbpErG__yoga-image-wrap{border:.5px solid var(--border);background:var(--surface2);border-radius:6px;width:100%;min-height:240px;position:relative;overflow:hidden}.home-module__fbpErG__yoga-image{object-fit:cover;opacity:.9;transition:transform .35s,opacity .35s}.home-module__fbpErG__yoga-image-wrap:hover .home-module__fbpErG__yoga-image{opacity:1;transform:scale(1.04)}.home-module__fbpErG__schedule-table{border-collapse:collapse;width:100%;margin-top:2.5rem;font-size:.9rem}.home-module__fbpErG__schedule-table th{text-align:left;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);border-bottom:.5px solid var(--border);padding:.6rem 1rem;font-size:.7rem;font-weight:600}.home-module__fbpErG__schedule-table td{color:var(--text);border-bottom:.5px solid rgba(73,69,177,.12);padding:.9rem 1rem}.home-module__fbpErG__schedule-table tr:last-child td{border-bottom:none}.home-module__fbpErG__schedule-table td:first-child{color:var(--muted)}.home-module__fbpErG__time-badge{letter-spacing:.08em;background:var(--surface2);border:.5px solid var(--border);border-radius:3px;padding:.15rem .55rem;font-family:Bebas Neue,sans-serif;font-size:.95rem;display:inline-block}.home-module__fbpErG__location-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:3rem;margin-top:3rem;display:grid}.home-module__fbpErG__location-info{flex-direction:column;gap:1.5rem;display:flex}.home-module__fbpErG__location-map-action{margin-top:.5rem}.home-module__fbpErG__location-detail{align-items:flex-start;gap:1rem;display:flex}.home-module__fbpErG__location-detail-icon{width:36px;height:36px;color:var(--cyan);background:rgba(1,244,223,.08);border:.5px solid rgba(1,244,223,.25);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.home-module__fbpErG__location-detail-label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem;font-size:.7rem;font-weight:600}.home-module__fbpErG__location-detail-value{color:var(--text);font-size:.95rem;line-height:1.5}.home-module__fbpErG__map-embed{aspect-ratio:16/10;border:.5px solid var(--border);background:var(--surface2);border-radius:6px;width:100%;overflow:hidden}.home-module__fbpErG__map-embed iframe{filter:grayscale(.5)brightness(.85);border:none;width:100%;height:100%}.home-module__fbpErG__cta-band{background:var(--surface);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);text-align:center;padding:5rem 2.5rem}.home-module__fbpErG__cta-band .home-module__fbpErG__section-title{margin-bottom:1rem}.home-module__fbpErG__cta-band p{color:var(--muted);max-width:520px;margin:0 auto 2rem;font-size:1rem;line-height:1.7}.home-module__fbpErG__cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-module__fbpErG__page footer{max-width:1200px;margin:0 auto;padding:3rem 2.5rem 2rem}.home-module__fbpErG__footer-top{border-bottom:.5px solid var(--border);grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;display:grid}.home-module__fbpErG__footer-brand{flex-direction:column;gap:.75rem;display:flex}.home-module__fbpErG__footer-tagline{color:var(--muted);max-width:280px;font-size:.88rem;line-height:1.7}.home-module__fbpErG__footer-social{gap:.75rem;margin-top:.5rem;display:flex}.home-module__fbpErG__social-link{border:.5px solid var(--border);width:36px;height:36px;color:var(--muted);border-radius:4px;justify-content:center;align-items:center;font-size:.95rem;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.home-module__fbpErG__social-link:hover{border-color:var(--cyan);color:var(--cyan)}.home-module__fbpErG__footer-col h4{letter-spacing:.18em;text-transform:uppercase;color:var(--text);margin-bottom:1rem;font-size:.7rem;font-weight:600}.home-module__fbpErG__footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.home-module__fbpErG__footer-col ul a{color:var(--muted);font-size:.88rem;text-decoration:none;transition:color .2s}.home-module__fbpErG__footer-col ul a:hover{color:var(--text)}.home-module__fbpErG__footer-bottom{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.5rem;font-size:.78rem;display:flex}.home-module__fbpErG__mgmt-link{color:var(--muted);opacity:.5;font-size:.75rem;text-decoration:none;transition:opacity .2s}.home-module__fbpErG__mgmt-link:hover{opacity:1}.home-module__fbpErG__logo-image{border-radius:50%}.home-module__fbpErG__about-image{object-fit:cover;opacity:.85;width:100%;height:100%}.home-module__fbpErG__about-instagram{margin-top:1.5rem}.home-module__fbpErG__studio-hours-title{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.home-module__fbpErG__schedule-table-compact{margin-top:0}.home-module__fbpErG__plain-link{color:var(--text);text-decoration:none}.home-module__fbpErG__map-link{font-size:.85rem;display:inline-flex}.home-module__fbpErG__activities-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.home-module__fbpErG__activity-card{min-height:260px;color:inherit;background:radial-gradient(circle at 100% 0,rgba(1,244,223,.1),transparent 14rem),rgba(16,16,26,.82);border:1px solid rgba(73,69,177,.32);border-radius:16px;flex-direction:column;padding:1.4rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.home-module__fbpErG__activity-card:hover{border-color:rgba(1,244,223,.45);transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.28)}.home-module__fbpErG__activity-card-icon{background:rgba(1,244,223,.1);border:1px solid rgba(1,244,223,.24);border-radius:14px;place-items:center;width:52px;height:52px;margin-bottom:1.4rem;font-size:1.6rem;display:grid}.home-module__fbpErG__activity-card h3{letter-spacing:.06em;color:var(--text);margin-bottom:.65rem;font-family:Bebas Neue,sans-serif;font-size:2rem}.home-module__fbpErG__activity-card p{color:var(--muted);font-size:.95rem;line-height:1.7}.home-module__fbpErG__activity-card span{color:var(--cyan);letter-spacing:.12em;text-transform:uppercase;margin-top:auto;padding-top:1.2rem;font-size:.78rem;font-weight:900}.home-module__fbpErG__gym-block{grid-template-columns:.95fr 1.05fr;align-items:stretch;gap:1.5rem;display:grid}.home-module__fbpErG__gym-copy{background:radial-gradient(circle at 0 0,rgba(1,244,223,.12),transparent 18rem),rgba(16,16,26,.86);border:1px solid rgba(1,244,223,.28);border-radius:16px;padding:2rem}.home-module__fbpErG__gym-copy p{max-width:620px;color:var(--muted);margin:1rem 0 1.25rem;line-height:1.8}.home-module__fbpErG__gym-benefits{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.home-module__fbpErG__gym-benefits span{color:var(--cyan);letter-spacing:.08em;text-transform:uppercase;background:rgba(7,7,15,.5);border:1px solid rgba(1,244,223,.24);border-radius:999px;padding:.45rem .8rem;font-size:.75rem;font-weight:900}.home-module__fbpErG__gym-image-wrap{background:rgba(16,16,26,.82);border:1px solid rgba(73,69,177,.32);border-radius:16px;min-height:380px;overflow:hidden}.home-module__fbpErG__gym-image{object-fit:cover;width:100%;height:100%}@media (max-width:900px){.home-module__fbpErG__nav{padding:0 1.25rem}.home-module__fbpErG__nav-links{display:none}.home-module__fbpErG__about-grid,.home-module__fbpErG__location-grid,.home-module__fbpErG__yoga-block{grid-template-columns:1fr;padding:1.5rem}.home-module__fbpErG__yoga-image-wrap{min-height:220px}.home-module__fbpErG__courts-grid{grid-template-columns:1fr}.home-module__fbpErG__stats-strip{grid-template-columns:repeat(2,1fr)}.home-module__fbpErG__stat-cell:nth-child(2){border-right:none}.home-module__fbpErG__stat-cell:nth-child(3){border-right:.5px solid var(--border)}.home-module__fbpErG__footer-top{grid-template-columns:1fr;gap:2rem}.home-module__fbpErG__section,.home-module__fbpErG__cta-band{padding:3.5rem 1.25rem}.home-module__fbpErG__activities-grid,.home-module__fbpErG__gym-block{grid-template-columns:1fr}.home-module__fbpErG__gym-image-wrap{min-height:260px}}@media (prefers-reduced-motion:reduce){.home-module__fbpErG__ticker-track{animation:none}}
