@font-face { font-family: "Open Sans Local"; src: url("/open-sans-variable.woff2") format("woff2-variations"); font-style: normal; font-weight: 300 800; font-display: swap; }

:root { color: #f4f1ea; background: #0d0d0d; font-family: "Open Sans Local", sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0d0d0d; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 25px clamp(22px, 5vw, 80px); position: absolute; width: 100%; z-index: 2; }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-logo { width: 40px; height: 40px; border-radius: 50%; }
.brand-name { display: inline-grid; font: 700 21px/0.75 "Open Sans Local", sans-serif; letter-spacing: -.5px; }
.brand-name span { margin-left: 26px; }
nav { display: flex; gap: clamp(16px, 2.8vw, 44px); font-size: 13px; font-weight: 500; }
nav a:hover, footer a:hover { color: #ff640a; }
.button { background: #ff640a; border: 1px solid #ff640a; color: #111; display: inline-block; font-size: 13px; font-weight: 700; padding: 15px 22px; transition: .2s ease; }
.button:hover { background: transparent; color: #ff640a; }
.button-small { padding: 10px 15px; }
.hero { min-height: 760px; overflow: hidden; padding: 200px clamp(22px, 11vw, 180px) 70px; position: relative; background: #0d0d0d; }
.hero-copy { max-width: 680px; position: relative; z-index: 1; }
.eyebrow { color: #ff640a; font: 11px "Open Sans Local", sans-serif; letter-spacing: 1.5px; margin: 0 0 22px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Open Sans Local", sans-serif; font-weight: 600; }
h1 { font-size: clamp(70px, 10.5vw, 164px); letter-spacing: -3px; line-height: .83; margin-bottom: 28px; }
em { color: #ff640a; font-style: normal; }
.intro { color: #bdbdb8; font-size: 17px; line-height: 1.6; max-width: 430px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 38px; }
.text-link { font-size: 13px; font-weight: 700; }.text-link span { align-items: center; color: #ff640a; display: inline-flex; margin-left: 9px; }
.arrow { width: 1em; height: 1em; }.text-link .arrow { width: 17px; height: 17px; }.offer-card a .arrow { vertical-align: -.12em; margin-left: 3px; }
.statement { background: #f4f1ea; color: #111; padding: 130px clamp(22px, 11vw, 180px); }.statement h2, .section-heading h2, .visit h2, .membership h2 { font-size: clamp(45px, 6vw, 88px); letter-spacing: -1.5px; line-height: .9; }
.statement > p:not(.eyebrow) { font-size: clamp(18px, 2vw, 25px); line-height: 1.4; max-width: 650px; }.statement .eyebrow { color: #555; }
.numbers { border-top: 1px solid #b5b3ae; display: grid; gap: 26px; grid-template-columns: repeat(3, 1fr); margin-top: 72px; padding-top: 25px; }.numbers div { display: grid; gap: 7px; }.numbers strong { font: 600 clamp(34px, 4.5vw, 66px)/1 "Open Sans Local", sans-serif; }.numbers span { font-size: 12px; }
.offers { padding: 130px clamp(22px, 5vw, 80px); }.section-heading { display: flex; justify-content: space-between; align-items: end; }.offer-list { border-top: 1px solid #3e3e3e; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; }.offer-card { border-right: 1px solid #3e3e3e; min-height: 330px; padding: 28px clamp(18px, 2.5vw, 40px); position: relative; }.offer-card:last-child { border-right: 0; }.offer-card > span { color: #ff640a; font: 11px "Open Sans Local", sans-serif; }.offer-card h3 { font-size: 39px; line-height: 1; margin: 45px 0 12px; }.offer-card p { color: #aaa; font-size: 14px; line-height: 1.5; max-width: 260px; }.offer-card a { bottom: 29px; color: #ff640a; font-size: 12px; font-weight: 700; position: absolute; }
.visit { background: #ff640a; color: #111; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; padding: 110px clamp(22px, 11vw, 180px); }.visit .eyebrow { color: #111; }.visit-details { align-self: end; display: grid; gap: 29px; }.visit-details span { font: 10px "Open Sans Local", sans-serif; text-transform: uppercase; }.visit-details p { font-size: 18px; line-height: 1.5; margin: 7px 0 0; }.visit-details .hours-detail { display: inline-block; font: inherit; text-transform: none; vertical-align: top; }.button-light { background: #111; border-color: #111; color: #f4f1ea; justify-self: start; }.button-light:hover { color: #111; }
.membership { padding: 140px clamp(22px, 11vw, 180px); background: #0d0d0d; }.membership h2 { margin-bottom: 25px; }.membership > p:not(.eyebrow) { color: #aaa; line-height: 1.6; max-width: 465px; }.membership .button { margin-top: 17px; }
.legal { padding: 175px clamp(22px, 11vw, 180px) 90px; max-width: 820px; }.legal h1 { font-size: clamp(45px, 7vw, 82px); letter-spacing: -1.5px; line-height: .9; margin-bottom: 45px; }.legal h2 { font-size: 22px; margin: 40px 0 10px; }.legal p { color: #bdbdb8; font-size: 15px; line-height: 1.7; }.legal a { color: #ff640a; }
.header-actions { align-items: center; display: flex; gap: 22px; }
.social { align-items: center; display: inline-flex; gap: 16px; }
.social a { display: inline-flex; }
.social a:hover { color: #ff640a; }
.social-icon { display: block; width: 19px; height: 19px; }
footer { align-items: center; border-top: 1px solid #363636; display: grid; gap: 20px; grid-template-columns: 1fr auto 1fr; padding: 31px clamp(22px, 5vw, 80px); } footer p, footer div { color: #888; font-size: 11px; margin: 0; } footer p { text-align: center; } footer div { display: flex; gap: 19px; } .footer-right { align-items: center; justify-self: end; }
@media (max-width: 700px) { .site-header nav { display: none; }.site-header { padding-top: 22px; }.hero { min-height: 720px; padding: 175px 22px 65px; }.statement, .offers, .membership { padding: 90px 22px; }.numbers, .offer-list, .visit { grid-template-columns: 1fr; }.numbers { gap: 30px; margin-top: 50px; }.offer-list { margin-top: 30px; }.offer-card { border-bottom: 1px solid #3e3e3e; border-right: 0; min-height: 260px; }.visit { gap: 35px; padding: 80px 22px; } footer { grid-template-columns: 1fr; justify-items: start; gap: 22px; }.footer-right { justify-self: start; } footer p { text-align: left; } }
