:root{--beige:#f1ebdf;--greige:#e2dcd5;--off-white:#f5f5f4;--white:#fff;--black:#2b2929;--gold:#e0b382;--gold-dark:#c9955f;--blue:#003865;--text:#2b2929;--text-mid:#5c5650;--text-light:#6b655f;--text-faint:#827c76;--font:"Clash Grotesk", "Helvetica Neue", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--text);background:var(--beige);font-size:17px;font-weight:400;line-height:1.75;overflow-x:hidden}html[lang=en] body{font-weight:300}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}.container{max-width:1140px;margin:0 auto;padding:0 2rem}h1,h2,h3,h4{font-weight:500;line-height:1.25}h1{font-size:clamp(1.875rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2.125rem)}h3{font-size:1.25rem}.label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.8125rem;font-weight:500;display:block}.subtitle{color:var(--text-light);max-width:540px;font-size:1.125rem;font-weight:300;line-height:1.75}.gold-line{background:var(--gold);width:36px;height:1px;margin:1rem 0}.gold-line--c{margin:1rem auto}.btn{font-family:var(--font);letter-spacing:.04em;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn--dark{background:var(--black);color:var(--white)}.btn--dark:hover{background:#1a1717}.btn--gold{background:var(--gold);color:var(--black)}.btn--gold:hover{background:var(--gold-dark)}.btn--outline{color:var(--text);border:1px solid var(--greige);background:0 0}.btn--outline:hover{border-color:var(--gold)}.btn--wa{color:#fff;background:#25d366;border-radius:0}.btn--wa:hover{background:#1fb855}.text-link{color:var(--text-mid);border-bottom:1px solid var(--greige);padding-bottom:2px;font-size:.9375rem;font-weight:400;transition:all .3s}.text-link:hover{border-color:var(--gold);color:var(--text)}.header{z-index:100;align-items:center;height:76px;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.header:not(.scrolled){background:linear-gradient(#00000073 0%,#0000 100%)}.header.scrolled{-webkit-backdrop-filter:blur(16px);background:#f1ebdfeb;box-shadow:0 1px #0000000a}.header .container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo-mark{align-items:center;display:flex;position:relative}.logo-img{width:auto;height:68px;transition:opacity .4s}.logo-img--white{opacity:1}.logo-img--black{opacity:0;position:absolute}.header.scrolled .logo-img--white{opacity:0}.header.scrolled .logo-img--black{opacity:1}.nav{align-items:center;gap:2.25rem;display:flex}.nav__link{letter-spacing:.06em;color:#ffffffd9;font-size:.9375rem;font-weight:400;transition:color .3s;position:relative}.header.scrolled .nav__link{color:var(--text-mid)}.nav__link:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav__link:hover{color:var(--white)}.header.scrolled .nav__link:hover{color:var(--text)}.nav__link:hover:after{width:100%}.nav__cta{margin-left:.5rem}.hamburger{z-index:1000;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none;position:relative}.hamburger span{background:var(--white);width:22px;height:1.5px;transition:all .3s;display:block}.header.scrolled .hamburger span{background:var(--text)}.sticky-cta{z-index:99;-webkit-backdrop-filter:blur(12px);pointer-events:none;background:#2b2929f2;justify-content:center;align-items:center;gap:1.5rem;padding:.625rem 0;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.sticky-cta.visible{pointer-events:auto;transform:translateY(76px)}.sticky-cta__text{font-family:var(--font);color:#ffffffb3;letter-spacing:.03em;font-size:.875rem;font-weight:400}.sticky-cta .btn{padding:.625rem 1.75rem;font-size:.8125rem}.section{padding:6rem 0}.section--beige{background:var(--beige)}.section--white{background:var(--white)}.section--off-white{background:var(--off-white)}.section--dark{background:var(--black);color:var(--white)}.section__header{margin-bottom:3rem}.section__header--c{text-align:center}.section__header--c .subtitle{margin:.75rem auto 0}.cta-banner{text-align:center;background:var(--black);color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(at 50% 100%,#e0b38214 0%,#0000 60%);position:absolute;inset:0}.cta-banner .container{position:relative}.cta-banner h2{margin-bottom:1rem}.cta-banner p{color:#ffffff8c;max-width:420px;margin:0 auto 2.25rem;font-size:1.0625rem;font-weight:300;line-height:1.75}.cta-banner__btns{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.wa-float{z-index:98;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s;display:flex;position:fixed;bottom:80px;right:1.25rem;box-shadow:0 4px 16px #00000026}.wa-float:hover{transform:scale(1.08)}.wa-float svg{fill:#fff;width:26px;height:26px}.footer{background:var(--black);color:#fff9;border-top:1px solid #ffffff0f;padding:5rem 0 1.5rem;font-size:.875rem;font-weight:300}.footer a{color:#fff9;transition:color .3s}.footer a:hover{color:var(--gold)}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer__heading{letter-spacing:.15em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1rem;font-size:.6875rem;font-weight:500}.footer__desc{max-width:260px;margin-top:1rem;line-height:1.7}.footer__loc{margin-bottom:.5rem;line-height:1.6}.footer__loc a{margin-top:.375rem;display:block}.footer__links{list-style:none}.footer__links li{margin-bottom:.375rem}.footer__bottom{color:#ffffff80;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.8125rem;display:flex}.footer__bottom-links{gap:1.5rem;display:flex}.footer__bottom-links a{color:#ffffff80}.mobile-menu{display:none}.mobile-bar{z-index:99;background:var(--black);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-bar__tel{color:#fffc;align-items:center;gap:.375rem;font-size:.875rem;font-weight:400;display:flex}@keyframes fu{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(20px)}.reveal.vis{opacity:1;transform:none}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}@media (width<=960px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.section{padding:4.5rem 0}.nav{display:none}.hamburger{display:flex}.mobile-menu{background:var(--beige);z-index:9999;-webkit-overflow-scrolling:touch;flex-direction:column;gap:1.75rem;width:100%;height:100dvh;padding:100px 2rem 2rem;display:none;position:fixed;top:0;left:0;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu .nav__link{color:#2b2929;letter-spacing:.06em;font-size:1.25rem;font-weight:400;transition:color .3s}.mobile-menu .nav__link:hover{color:#e0b382}.mobile-menu .nav__cta{margin-top:.5rem}body.menu-open .header{z-index:10000}body.menu-open .mobile-bar,body.menu-open .wa-float,body.menu-open .sticky-cta{display:none!important}.hamburger.open span:first-child{transform:rotate(45deg)translate(4px,4px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.hamburger.open span{background:#2b2929!important}body{padding-bottom:56px}.wa-float{width:46px;height:46px;bottom:72px;right:1rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{text-align:center;flex-direction:column;gap:.75rem}.mobile-bar{display:flex!important}.sticky-cta{display:none!important}}.hero{background:var(--black);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__video-bg{z-index:0;position:absolute;inset:0}.hero__video-bg video,.hero__video-bg .hero__fallback{object-fit:cover;width:100%;height:100%}.hero__fallback{background:linear-gradient(135deg,#3a3530 0%,#2b2929 40%,#1a1818 100%)}.hero__video-bg:after{content:"";background:linear-gradient(#2b292959 0%,#2b292980 50%,#2b2929bf 100%);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;max-width:660px;color:var(--white);padding:8rem 2rem 6rem;position:relative}.hero__badge{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:0;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.6875rem;font-weight:400;animation:.7s .15s forwards fu;display:inline-flex}.hero__badge svg{width:14px;height:14px;fill:var(--gold)}.hero h1{color:var(--white);opacity:0;margin-bottom:1.25rem;animation:.7s .35s forwards fu}.hero__sub{color:#ffffffe0;opacity:0;margin-bottom:2.5rem;font-size:1.1875rem;font-weight:300;line-height:1.7;animation:.7s .5s forwards fu}.hero__pills{opacity:0;flex-wrap:wrap;justify-content:center;gap:.625rem;margin-bottom:2.25rem;animation:.7s .65s forwards fu;display:flex}.hero__pill{font-family:var(--font);letter-spacing:.04em;color:#fffc;cursor:pointer;-webkit-appearance:none;background:#ffffff0f;border:1px solid #fff3;border-radius:0;padding:.6rem 1.375rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:all .3s}.hero__pill:hover,.hero__pill.active{border-color:var(--gold);color:var(--white);background:#ffffff1a}.hero__actions{opacity:0;justify-content:center;align-items:center;gap:2rem;animation:.7s .65s forwards fu;display:flex}.hero__cta{letter-spacing:.05em;padding:1rem 2.75rem;font-size:1rem}.proof-bar{background:var(--black);border-top:1px solid #ffffff0f;padding:1rem 0}.proof-bar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.proof-bar__item{color:#ffffff80;letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:400;display:flex}.proof-bar__item strong{color:#fffc;font-weight:500}.proof-bar__stars{color:var(--gold);letter-spacing:.1em;font-size:.6875rem}.walk-wrapper{max-width:1140px;margin:0 auto;position:relative}.walk{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.walk::-webkit-scrollbar{display:none}.walk__track{gap:1.25rem;min-width:max-content;padding:0 2rem 1rem;display:flex}.walk__step{flex-shrink:0;width:260px}.walk__step-img{background:var(--greige);width:260px;height:340px;color:var(--text-faint);justify-content:center;align-items:center;margin-bottom:.875rem;font-size:.7rem;display:flex;overflow:hidden}.walk__step-num{letter-spacing:.15em;color:var(--gold);text-transform:uppercase;margin-bottom:.25rem;font-size:.625rem;font-weight:500}.walk__step-title{margin-bottom:.25rem;font-size:1.0625rem;font-weight:500}.walk__step-desc{color:var(--text-light);font-size:1rem;font-weight:300;line-height:1.75}.walk__nav-btn{border:1px solid var(--greige);cursor:pointer;width:40px;height:40px;color:var(--text-mid);z-index:3;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:170px;box-shadow:0 2px 8px #0000001a}.walk__nav-btn:hover{border-color:var(--gold);color:var(--gold)}.walk__nav-btn--prev{left:2rem}.walk__nav-btn--next{right:2rem}.walk__nav-btn svg{width:16px;height:16px}.video-block{aspect-ratio:16/9;background:var(--black);cursor:pointer;max-width:900px;margin:0 auto;position:relative;overflow:hidden}.video-block__poster{background:var(--greige);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.video-block__play{pointer-events:none;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-block__play:after{content:"";border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent var(--black);margin-left:3px}.video-block:hover .video-block__play{background:var(--gold);transform:translate(-50%,-50%)scale(1.08)}.video-block:hover .video-block__play:after{border-color:transparent transparent transparent var(--black)}.testimonials{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.testimonial{background:var(--white);border:1px solid var(--greige);padding:2rem;transition:border-color .3s}.testimonial:hover{border-color:var(--gold)}.testimonial__stars{color:var(--gold);letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem}.testimonial__text{color:var(--text-mid);margin-bottom:1rem;font-size:1.0625rem;font-style:italic;font-weight:300;line-height:1.75}.testimonial__author{align-items:center;gap:.75rem;display:flex}.testimonial__avatar{background:var(--greige);width:36px;height:36px;color:var(--text-faint);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;display:flex}.testimonial__name{font-size:1rem;font-weight:500}.testimonial__loc{color:var(--text-light);font-size:.8125rem;font-weight:300}.testimonial{transition:opacity .4s,transform .4s}.testimonial[data-club].hidden{display:none}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.team-card{text-align:center}.team-card__photo{aspect-ratio:3/4;background:var(--greige);color:var(--text-faint);justify-content:center;align-items:center;margin-bottom:1rem;font-size:.7rem;display:flex;overflow:hidden}.team-card__name{margin-bottom:.125rem;font-size:1.0625rem;font-weight:500}.team-card__role{color:var(--text-light);margin-bottom:.5rem;font-size:.8125rem;font-weight:300}.team-card__quote{color:var(--text-mid);font-size:1rem;font-style:italic;font-weight:300;line-height:1.75}.clubs-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.club-card--coming{position:relative}.club-card--coming .club-card__coming-badge{z-index:2;background:var(--gold);color:var(--black);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.4rem;padding:.35rem .875rem;font-size:.625rem;font-weight:500;display:flex;position:absolute;top:.75rem;left:.75rem}.club-card--coming .club-card__coming-badge:before{content:"";background:var(--black);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.club-card{background:var(--white);border:1px solid var(--greige);transition:border-color .3s;display:block;overflow:hidden}.club-card:hover{border-color:var(--gold)}.club-card__video{aspect-ratio:16/10;background:var(--black);position:relative;overflow:hidden}.club-card__video video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .6s;position:absolute;inset:0}.club-card:hover .club-card__video video,.club-card--coming .club-card__video video{opacity:1}.club-card--coming .club-card__video-inner{display:none}.club-card__video-inner{background:var(--greige);width:100%;height:100%;color:var(--text-faint);justify-content:center;align-items:center;font-size:.7rem;display:flex}.club-card__play{background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .3s;display:flex;position:absolute;bottom:.75rem;right:.75rem}.club-card:hover .club-card__play{opacity:0}.club-card__play:after{content:"";border-style:solid;border-width:5px 0 5px 9px;border-color:transparent transparent transparent var(--black);margin-left:2px}.club-card__body{padding:1.5rem}.club-card__name{margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.club-card__addr{color:var(--text-light);margin-bottom:.5rem;font-size:.9375rem;font-weight:300;line-height:1.5}.club-card__features{flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem;display:flex}.club-card__tag{letter-spacing:.04em;background:var(--off-white);color:var(--text-light);padding:.2rem .5rem;font-size:.625rem;font-weight:400}.club-card__cta{color:var(--text-mid);border-bottom:1px solid var(--greige);padding-bottom:2px;font-size:1rem;font-weight:400;transition:all .3s;display:inline}.club-card:hover .club-card__cta{border-color:var(--gold)}.pricing-tabs{justify-content:center;gap:.25rem;margin-bottom:2.5rem;display:flex}.pricing-tab{font-family:var(--font);letter-spacing:.04em;border:1px solid var(--greige);color:var(--text-light);cursor:pointer;background:0 0;padding:.6rem 1.5rem;font-size:.875rem;font-weight:400;transition:all .3s}.pricing-tab.active{background:var(--black);color:var(--white);border-color:var(--black)}.pricing-grid{gap:1.25rem;display:grid}.pricing-grid--3{grid-template-columns:repeat(3,1fr)}.pricing-grid--2{grid-template-columns:repeat(2,1fr);max-width:680px;margin:0 auto}.price-card{background:var(--white);border:1px solid var(--greige);flex-direction:column;padding:2.25rem 1.75rem;transition:border-color .3s;display:flex;position:relative}.price-card:hover,.price-card--feat{border-color:var(--gold)}.price-card__badge{background:var(--gold);color:var(--black);letter-spacing:.12em;text-transform:uppercase;padding:.3rem 1rem;font-size:.625rem;font-weight:500;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.price-card__name{margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.price-card__price{margin-bottom:.25rem;font-size:2rem;font-weight:500}.price-card__price span{color:var(--text-light);font-size:.9375rem;font-weight:300}.price-card__sub{color:var(--text-faint);margin-bottom:1.5rem;font-size:.8125rem;font-weight:300}.price-card__div{background:var(--greige);width:100%;height:1px;margin-bottom:1.5rem}.price-card__features{flex:1;margin-bottom:2rem;list-style:none}.price-card__features li{color:var(--text-mid);align-items:flex-start;gap:.5rem;padding:.35rem 0;font-size:1rem;font-weight:300;display:flex}.price-card__features li:before{content:"✦";color:var(--gold);flex-shrink:0;margin-top:.3rem;font-size:.5rem}.price-card__features li.off{color:var(--text-faint)}.price-card__features li.off:before{content:"—";color:var(--greige)}.price-card .btn{justify-content:center;width:100%}.value-calc{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2.5rem;display:flex}.value-calc__item{text-align:center}.value-calc__num{color:var(--gold);font-size:1.5rem;font-weight:500}.value-calc__label{color:var(--text-light);margin-top:.125rem;font-size:.8125rem;font-weight:300}.faq{margin-top:4rem}.faq__title{text-align:center;margin-bottom:2rem;font-size:1.25rem}.faq-item{border-bottom:1px solid var(--greige)}.faq-item__q{width:100%;font-family:var(--font);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.125rem 0;font-size:1.125rem;font-weight:400;display:flex}.faq-item__icon{color:var(--gold);flex-shrink:0;margin-left:1rem;font-size:1.25rem;transition:transform .3s}.faq-item__a{max-height:0;transition:max-height .4s;overflow:hidden}.faq-item__a-inner{color:var(--text-light);padding-bottom:1.25rem;font-size:1.0625rem;font-weight:300;line-height:1.75}.faq-item.open .faq-item__a{max-height:300px}.faq-item.open .faq-item__icon{transform:rotate(45deg)}.trial-inline{background:var(--white);border:1px solid var(--greige);padding:2.5rem}.trial-inline h3{margin-bottom:.5rem}.trial-inline .subtitle{margin-bottom:1.5rem}.trial-inline__layout{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.trial-inline__form{grid-template-columns:1fr 1fr;align-items:end;gap:.75rem;display:grid}.trial-inline__form-wide{grid-column:span 2}.trial-inline__field{flex-direction:column;gap:.25rem;display:flex}.trial-inline__field label{letter-spacing:.06em;color:var(--text-light);text-transform:uppercase;font-size:.6875rem;font-weight:400}.trial-inline__field input,.trial-inline__field select{font-family:var(--font);border:none;border-bottom:1px solid var(--greige);color:var(--text);background:0 0;outline:none;width:100%;padding:.625rem 0;font-size:.9375rem;font-weight:300;transition:border-color .3s}.trial-inline__field input:focus,.trial-inline__field select:focus{border-color:var(--gold)}.trial-inline__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23A09A94' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 0 center;background-repeat:no-repeat}.trial-inline__note{color:var(--text-faint);margin-top:.75rem;font-size:.8125rem}.trial-inline__proof{color:var(--text-light);align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.trial-inline__proof strong{color:var(--text);font-weight:500}.tech-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);border:1px solid var(--greige);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.6875rem;font-weight:400;display:inline-flex}.tech-badge svg{width:14px;height:14px;fill:var(--text-faint)}@media (width<=960px){.clubs-grid{grid-template-columns:repeat(2,1fr)}.testimonials{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.pricing-grid--3{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-grid--2{grid-template-columns:1fr;max-width:400px}.team-grid{grid-template-columns:repeat(3,1fr)}.trial-inline__layout{grid-template-columns:1fr;gap:2rem}.trial-inline__form{grid-template-columns:1fr}.trial-inline__form-wide{grid-column:span 1}.trial-inline{padding:2rem 1.5rem}.value-calc{gap:2rem}.sgpt-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.clubs-grid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.hero__actions{flex-direction:column;gap:1rem}.team-grid{grid-template-columns:1fr;gap:1rem;max-width:320px;margin:0 auto}.walk__nav-btn{display:none}.sgpt-grid{max-width:400px;margin:0 auto;grid-template-columns:1fr!important}}
