@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{font-family:Montserrat,sans-serif;color:#fff;background:#f5f0e8;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}.hero{position:relative;display:grid;grid-template-rows:auto 1fr;min-height:clamp(620px,calc(100svh - 32px),820px);margin:16px;overflow:hidden;isolation:isolate;background:var(--hero-background) center / cover no-repeat;border-radius:24px}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,rgba(0,25,20,.22),transparent 66%)}.hero__shade{position:absolute;z-index:-1;inset:0 auto 0 0;width:55%;background:#003c30e0;border-radius:0 0 24px}.hero__header{display:grid;grid-template-columns:190px 1fr 190px;align-items:center;gap:24px;padding:28px 36px}.hero__brand{display:flex;width:160px;height:78px;padding:10px 12px;background:#f8f4ed}.hero__brand img{width:100%;height:100%;object-fit:contain}.hero__nav{display:flex;justify-content:center;gap:clamp(18px,2vw,38px);font-size:11px;font-weight:500}.hero__nav a,.hero__header-cta,.button{transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.hero__nav a:hover{opacity:.7}.hero__header-cta{justify-self:end;padding:14px 20px;color:#124f40;background:#fff;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase}.hero__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:55%;padding:28px 5% 48px}.hero__copy{width:min(100%,650px)}.hero h1{margin:0;font-size:clamp(40px,4.25vw,72px);line-height:.98;letter-spacing:-.035em;text-transform:uppercase}.hero h1 span{display:block}.hero__copy>p{max-width:590px;margin:32px 0 28px;font-size:clamp(13px,1vw,16px);line-height:1.55}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase}.button:hover,.hero__header-cta:hover{transform:translateY(-2px)}.button--primary{background:#ff641e}.button--primary:hover{background:#e95312}.button--light{color:#144d40;background:#fff}.hero__eyebrow{padding-top:38px;font-size:10px;font-weight:700;text-transform:uppercase}@media (max-width: 900px){.hero__header{grid-template-columns:150px 1fr;padding:24px}.hero__brand{width:145px;height:70px}.hero__nav{display:none}.hero__header-cta{grid-column:2}.hero__shade,.hero__content{width:68%}.hero__content{padding-inline:5vw}}@media (max-width: 640px){.hero{min-height:calc(100svh - 20px);margin:10px;background-position:58% center;border-radius:18px}.hero:after{background:linear-gradient(180deg,#00261e33,#00261e8c)}.hero__shade{width:100%;background:#003c30cc;border-radius:0}.hero__header{grid-template-columns:1fr auto;gap:12px;padding:18px}.hero__brand{width:118px;height:58px;padding:8px}.hero__header-cta{padding:11px 14px;font-size:8px}.hero__content{width:100%;justify-content:flex-end;padding:40px 22px 34px}.hero h1{font-size:clamp(36px,11.5vw,55px)}.hero__copy>p{margin:24px 0;font-size:13px}.hero__actions{gap:10px}.hero__actions .button{width:calc(50% - 5px)}.button{min-height:44px;padding-inline:12px;font-size:8px}.hero__eyebrow{padding-top:28px;font-size:8px}}.footer{padding:16px 24px 24px;color:#fff;background:#f5f0e8}.footer__inner{width:min(100%,1800px);min-height:720px;margin:0 auto;padding:clamp(52px,6vw,92px) clamp(32px,5vw,76px) 38px;background:#111;border-radius:30px}.footer__top{align-items:center;justify-content:space-between;gap:clamp(40px,8vw,130px)}.footer__intro{flex:1}.footer__intro h2{margin:0 0 24px;font-size:clamp(34px,3.4vw,54px);line-height:1.05;letter-spacing:-.02em;text-transform:uppercase}.footer__intro p{margin:0 0 18px;font-size:15px;line-height:1.5}.footer__signup{flex:0 1 500px;padding:36px 32px 28px;color:#0a4b3b;background:#f5f0e8;border-radius:22px}.footer__signup h3{margin:0 0 18px;font-size:18px;text-transform:uppercase}.footer__signup label{margin-bottom:10px;color:#77776f;font-size:12px}.footer__form-row{gap:18px}.footer__form-row input{min-width:0;height:45px;flex:1;padding:0 16px;color:#153f35;background:#fff;border:1px solid transparent;border-radius:14px;outline:none;font:inherit}.footer__form-row input:focus{border-color:#0a4b3b}.footer__form-row button{width:120px;border:0;color:#fff;background:#07503f;border-radius:999px;font:800 11px Montserrat,sans-serif;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.footer__form-row button:hover{transform:translateY(-2px);background:#063c30}.footer__line{display:block;width:100%;height:1px;margin:52px 0;background:#353535}.footer__links{justify-content:space-between;gap:clamp(30px,6vw,100px)}.footer__brand-column{flex:1.35;font-size:11px}.footer__logo{display:flex;width:210px;height:108px;margin-bottom:16px;padding:7px 8px;background:#f8f4ed}.footer__logo img{width:100%;height:100%;object-fit:contain}.footer__brand-column p,.footer__column p{margin:0 0 11px}.footer__column{flex:1;align-items:flex-start;font-size:11px}.footer__column h3{margin:18px 0 22px;font-size:11px;text-transform:uppercase}.footer__column a{margin-bottom:12px;transition:opacity .2s ease}.footer__column a:hover,.footer__brand-column a:hover{opacity:.7}.footer__bottom{align-items:flex-end;justify-content:space-between;gap:24px;margin-top:auto;padding-top:28px}.footer__bottom strong{font-size:clamp(48px,5.2vw,75px);line-height:.9;letter-spacing:-.035em;text-transform:uppercase}.footer__bottom strong span{color:#ff641e}.footer__bottom small{color:#777;font-size:10px}@media (max-width: 900px){.footer__top{flex-direction:column!important;align-items:stretch}.footer__signup{flex-basis:auto;width:100%}.footer__links{flex-wrap:wrap}.footer__brand-column{flex-basis:100%}.footer__column{flex-basis:calc(33.333% - 30px)}}@media (max-width: 640px){.footer{padding:10px}.footer__inner{min-height:auto;padding:52px 20px 28px;border-radius:24px}.footer__intro h2{font-size:clamp(31px,9vw,42px)}.footer__intro p{font-size:13px}.footer__signup{padding:27px 20px 22px;border-radius:18px}.footer__form-row{flex-direction:column!important;gap:10px}.footer__form-row input,.footer__form-row button{width:100%;min-height:44px}.footer__line{margin:40px 0}.footer__links{flex-direction:column!important;gap:30px}.footer__brand-column,.footer__column{flex:none;width:100%}.footer__column h3{margin:0 0 16px}.footer__bottom{flex-direction:column!important;align-items:flex-start;margin-top:42px}.footer__bottom strong{font-size:clamp(43px,14vw,62px)}}@media (max-width: 390px){.hero__header-cta{display:none}.hero__header{grid-template-columns:1fr}.hero__actions{flex-direction:column!important}.hero__actions .button{width:100%}}.club{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(520px,1.55fr);gap:clamp(50px,7vw,120px);min-height:680px;padding:clamp(70px,9vw,140px) clamp(24px,5vw,88px);color:#0a4b3b;background:#f5f0e8}.club__intro{align-items:flex-start}.club__kicker{margin-bottom:18px;font-size:12px;font-weight:800;text-transform:uppercase}.club h2{margin:0;font-size:clamp(34px,3vw,54px);line-height:1.08;letter-spacing:-.025em;text-transform:uppercase}.club__intro>p{max-width:510px;margin:28px 0;color:#6f746f;font-size:13px;line-height:1.65}.club__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 25px;color:#fff;background:#0a4b3b;border-radius:999px;font-size:9px;font-weight:800;text-transform:uppercase;transition:transform .2s ease,background-color .2s ease}.club__button:hover{transform:translateY(-2px);background:#073b2f}.club__stats{width:100%;max-width:420px;justify-content:space-between;gap:32px;margin-top:auto;padding-top:80px}.club__stat{min-width:150px}.club__stat strong{font-size:clamp(24px,2vw,34px);line-height:1}.club__stat span{margin-top:10px;font-size:9px;font-weight:700;text-transform:uppercase}.club__gallery{position:relative;align-items:flex-start;gap:18px;min-width:0}.club__main-image{position:relative;width:74%;min-width:0;padding-bottom:210px}.club__main-image>img,.club__side-image>img{display:block;width:100%;height:100%;object-fit:cover}.club__main-image>img{height:clamp(300px,28vw,380px);border-radius:24px}.club__side-image{width:26%;height:clamp(370px,39vw,500px);overflow:hidden;border-radius:24px}.club__side-image img{object-position:8% center}.club__court-card{position:absolute;right:0;bottom:0;width:min(48%,275px);min-height:190px;justify-content:center;padding:30px 34px;color:#fff;background:#aeb9b3;border-radius:22px}.club__court-card strong{font-size:36px;line-height:1}.club__court-card>span{margin-top:16px;font-size:12px;font-weight:800;text-transform:uppercase}.club__court-card p{margin:14px 0 0;font-size:11px;line-height:1.5}@media (max-width: 1050px){.club{grid-template-columns:1fr;gap:55px}.club__intro>p{max-width:650px}.club__stats{margin-top:0;padding-top:55px}.club__gallery{width:100%}.club__main-image>img{height:clamp(320px,52vw,520px)}.club__side-image{height:clamp(390px,64vw,640px)}}@media (max-width: 640px){.club{gap:42px;min-height:auto;padding:70px 22px}.club h2{font-size:clamp(31px,9.2vw,44px)}.club__intro>p{margin-block:22px}.club__stats{gap:18px;padding-top:48px}.club__stat{min-width:0;width:50%}.club__stat strong{font-size:24px}.club__gallery{flex-direction:column!important;gap:16px}.club__main-image,.club__side-image{width:100%}.club__main-image{padding-bottom:105px}.club__main-image>img{height:290px;border-radius:18px}.club__side-image{height:260px;border-radius:18px}.club__court-card{right:14px;width:min(70%,245px);min-height:170px;padding:24px 28px;border-radius:18px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.club__button,.button,.hero__header-cta{transition:none}}.explore{padding:34px 20px 70px;color:#074c3d;background:#f5f0e8}.explore__inner{width:min(100%,1800px);margin:0 auto;padding:clamp(52px,6vw,90px) clamp(24px,4vw,72px);background:#fff;border-radius:34px}.explore__heading h2{margin:0;font-size:clamp(34px,3.2vw,54px);line-height:1.05;letter-spacing:-.02em;text-transform:uppercase}.explore__heading p{margin:20px 0 0;color:#767771;font-size:clamp(13px,1.2vw,17px)}.explore__cards{gap:clamp(16px,2vw,30px);margin-top:48px}.explore__card{position:relative;flex:1 1 0;min-width:0;height:clamp(320px,27vw,410px);overflow:hidden;border-radius:22px}.explore__card>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.explore__card:nth-child(1)>img{object-position:52% 58%}.explore__card:nth-child(2)>img{object-position:55% 57%}.explore__card:nth-child(3)>img{object-position:center 76%}.explore__card:nth-child(4)>img{object-position:center 62%}.explore__card:hover>img{transform:scale(1.035)}.explore__card-copy{position:absolute;inset:auto 0 0;min-height:42%;justify-content:center;padding:24px 20px;color:#fff;border-radius:20px 20px 0 0}.explore__card-copy--orange{background:#f15905eb}.explore__card-copy--sage{background:#a6b2acf0}.explore__card-copy--green{background:#014635f0}.explore__card h3{margin:0;font-size:16px;text-transform:uppercase}.explore__card p{margin:13px 0 0;font-size:11px;line-height:1.45}.explore__business{align-items:center;justify-content:space-between;gap:24px;margin-top:42px;padding:22px 30px;background:#f3efe7;border-radius:18px}.explore__business-copy strong{font-size:13px;text-transform:uppercase}.explore__business-copy p{margin:12px 0 0;color:#747670;font-size:12px}.explore__business>a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;color:#fff;background:#ff641e;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;transition:transform .2s ease,background-color .2s ease}.explore__business>a:hover{transform:translateY(-2px);background:#e95312}@media (max-width: 1050px){.explore__cards{flex-wrap:wrap}.explore__card{flex-basis:calc(50% - 15px);height:390px}}@media (max-width: 640px){.explore{padding:10px 10px 50px}.explore__inner{padding:52px 18px 24px;border-radius:24px}.explore__heading h2{font-size:clamp(31px,9vw,42px)}.explore__cards{flex-direction:column!important;gap:18px;margin-top:36px}.explore__card{flex:none;width:100%;height:390px}.explore__card-copy{min-height:40%}.explore__business{flex-direction:column!important;align-items:flex-start;margin-top:26px;padding:24px 20px}.explore__business>a{width:100%}}
