:root {
    --ink: #111210;
    --ink-soft: #1b1c19;
    --paper: #f2f1eb;
    --white: #fff;
    --orange: #ff5a1f;
    --orange-soft: #ffe2d6;
    --muted: #6d7068;
    --line: rgba(17, 18, 16, .16);
    --sans: "Arial Narrow", "Aptos Display", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 130px; }
body { max-width: 100%; overflow-x: hidden; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; max-width: 100%; }

.demo-bar {
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 0 20px;
    color: var(--white);
    background: #304cff;
    font-size: .68rem;
}
.demo-bar b { text-transform: uppercase; }
.demo-bar a { border-bottom: 1px solid rgba(255,255,255,.72); font-weight: 850; }

.site-header {
    position: fixed;
    z-index: 200;
    top: 38px;
    right: 0;
    left: 0;
    display: grid;
    height: 88px;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 34px;
    padding: 0 clamp(22px, 4.5vw, 76px);
    color: var(--white);
    border-bottom: 1px solid rgba(255,255,255,.18);
    transition: background .2s, height .2s, box-shadow .2s;
}
.site-header.is-scrolled { height: 76px; background: rgba(17,18,16,.96); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.brand { display: inline-flex; width: max-content; align-items: baseline; gap: 11px; text-transform: uppercase; }
.brand strong { font-size: 1.6rem; font-weight: 950; letter-spacing: -.09em; line-height: 1; }
.brand strong span { color: var(--orange); }
.brand small { font-size: .53rem; font-weight: 850; letter-spacing: .17em; opacity: .72; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 38px); }
.desktop-nav a { position: relative; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta, .mobile-menu button { min-height: 43px; border: 0; padding: 0 17px; color: var(--ink); background: var(--orange); cursor: pointer; font-size: .65rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.header-cta span { margin-left: 11px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.menu-button i { display: block; width: 25px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s; }
.menu-button[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 14px 22px 24px; color: var(--ink); background: var(--paper); box-shadow: 0 22px 40px rgba(0,0,0,.2); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; border-bottom: 1px solid var(--line); padding: 15px 0; font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.mobile-menu button { width: 100%; margin-top: 18px; }

.hero { position: relative; display: grid; min-height: 900px; align-items: center; overflow: hidden; padding: 190px clamp(24px, 6vw, 100px) 110px; color: var(--white); background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,9,8,.94) 0%, rgba(8,9,8,.75) 38%, rgba(8,9,8,.1) 72%), linear-gradient(0deg, rgba(8,9,8,.72), transparent 55%); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 64%); }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: .66rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-accent { color: var(--orange); }
.hero h1, .section-heading h2, .intro h2, .classes h2, .guidance h2, .membership-heading h2, .contact h2 {
    margin: 0;
    font-size: clamp(4.4rem, 7.8vw, 8.4rem);
    font-weight: 950;
    letter-spacing: -.085em;
    line-height: .85;
    text-transform: uppercase;
}
.hero h1 em, .section-heading h2 em, .intro h2 em, .classes h2 em, .guidance h2 em, .membership-heading h2 em, .contact h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: 1rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; gap: 25px; border: 0; padding: 12px 20px; cursor: pointer; font-size: .67rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--ink); background: var(--orange); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.42); background: transparent; }
.text-link-light { border-bottom: 1px solid currentColor; padding: 8px 0; font-size: .67rem; font-weight: 900; text-transform: uppercase; }
.text-link-light span { margin-left: 10px; color: var(--orange); }
.hero-offer { position: absolute; z-index: 2; right: clamp(24px, 5vw, 82px); bottom: 78px; width: 225px; border-top: 5px solid var(--orange); padding: 22px; color: var(--ink); background: var(--paper); }
.hero-offer > span, .hero-offer > small { display: block; }
.hero-offer > span { margin-bottom: 17px; font-size: .57rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.hero-offer strong { display: block; font-size: 2.1rem; font-weight: 950; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.hero-offer strong em { color: var(--orange); font-style: normal; }
.hero-offer small { margin-top: 16px; color: var(--muted); font-size: .59rem; }
.hero-scroll { position: absolute; z-index: 2; bottom: 42px; left: clamp(24px, 6vw, 100px); display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.46); font-size: .55rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll i { width: 34px; height: 1px; background: var(--orange); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: var(--orange); }
.proof-strip article { min-height: 117px; border-right: 1px solid rgba(17,18,16,.23); padding: 25px clamp(20px, 3.3vw, 50px); }
.proof-strip article:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: 1.8rem; font-weight: 950; letter-spacing: -.05em; text-transform: uppercase; }
.proof-strip span { color: rgba(17,18,16,.7); font-size: .66rem; font-weight: 850; text-transform: uppercase; }

.section-pad { padding: 125px clamp(24px, 6vw, 100px); }
.section-label { display: flex; align-items: center; gap: 15px; }
.section-label span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line); font-size: .57rem; font-weight: 900; }
.section-label p { margin: 0; font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.intro { display: grid; grid-template-columns: .35fr 1.1fr .55fr; align-items: start; gap: clamp(35px, 6vw, 95px); }
.intro h2 { max-width: 950px; font-size: clamp(3.6rem, 6.1vw, 6.8rem); }
.intro-side { padding-top: 38px; }
.intro-side > p { margin-top: 0; color: var(--muted); font-size: .9rem; }
.arrow-link { border: 0; border-bottom: 1px solid var(--ink); padding: 10px 0; background: transparent; cursor: pointer; font-size: .65rem; font-weight: 950; text-transform: uppercase; }
.arrow-link span { margin-left: 20px; color: var(--orange); }

.facilities { padding-top: 35px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .55fr; align-items: end; gap: clamp(50px, 10vw, 165px); margin-bottom: 68px; }
.section-heading h2 { max-width: 900px; font-size: clamp(3.8rem, 6vw, 6.7rem); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .9rem; }
.facility-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(290px, 1fr)); gap: 12px; }
.facility-card { position: relative; min-height: 320px; overflow: hidden; color: var(--white); background: #242520; }
.facility-main { grid-row: 1 / 3; min-height: 650px; }
.facility-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,9,8,.87), transparent 58%); }
.facility-card img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.facility-card:hover img { transform: scale(1.025); }
.facility-card > div { position: absolute; z-index: 2; right: 30px; bottom: 27px; left: 30px; }
.facility-card > div > span { color: var(--orange); font-size: .58rem; font-weight: 950; }
.facility-card h3 { margin: 4px 0 4px; font-size: 1.7rem; font-weight: 950; letter-spacing: -.04em; text-transform: uppercase; }
.facility-card p { max-width: 490px; margin: 0; color: rgba(255,255,255,.69); font-size: .74rem; }
.facility-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 58px; }
.facility-list article { min-height: 175px; border-right: 1px solid var(--line); padding: 28px 30px; }
.facility-list article:last-child { border-right: 0; }
.facility-list span { color: var(--orange); font-size: .57rem; font-weight: 950; }
.facility-list h3 { margin: 24px 0 6px; font-size: 1rem; text-transform: uppercase; }
.facility-list p { margin: 0; color: var(--muted); font-size: .74rem; }

.classes { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; color: var(--white); background: var(--ink); }
.classes-media { position: relative; min-height: 620px; overflow: hidden; }
.classes-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,9,8,.62), transparent 50%); }
.classes-media img { height: 100%; object-fit: cover; }
.classes-quote { position: absolute; z-index: 2; right: 32px; bottom: 30px; left: 32px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.classes-quote span { color: var(--orange); font-size: .62rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.classes-quote strong { max-width: 320px; font-size: 1.35rem; line-height: 1.1; text-align: right; text-transform: uppercase; }
.classes-copy { display: flex; justify-content: center; flex-direction: column; padding: 85px clamp(38px, 6vw, 95px); }
.classes h2 { max-width: 660px; font-size: clamp(3.6rem, 5.3vw, 5.9rem); }
.classes-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.62); font-size: .86rem; }
.schedule { margin: 30px 0 33px; }
.schedule article { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 15px; border-top: 1px solid rgba(255,255,255,.17); padding: 17px 0; }
.schedule time { color: var(--orange); font-weight: 950; }
.schedule strong, .schedule span { display: block; }
.schedule strong { font-size: .78rem; text-transform: uppercase; }
.schedule span { color: rgba(255,255,255,.45); font-size: .62rem; }
.schedule b { color: rgba(255,255,255,.55); font-size: .58rem; font-weight: 800; }
.classes-copy .button { align-self: flex-start; }

.guidance { padding-bottom: 90px; }
.guidance-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(70px, 11vw, 185px); margin-top: 75px; }
.guidance h2 { max-width: 740px; font-size: clamp(3.5rem, 5.8vw, 6.3rem); }
.guidance ol { margin: 0; padding: 0; list-style: none; }
.guidance li { display: grid; grid-template-columns: 46px 1fr; gap: 22px; border-top: 1px solid var(--line); padding: 23px 0; }
.guidance li > span { color: var(--orange); font-size: .61rem; font-weight: 950; }
.guidance h3 { margin: 0 0 5px; font-size: 1.05rem; text-transform: uppercase; }
.guidance li p { max-width: 520px; margin: 0; color: var(--muted); font-size: .78rem; }
.member-quote { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; border-top: 4px solid var(--ink); margin: 90px 0 0; padding: 35px 0 0; }
.member-quote > p { max-width: 1050px; margin: 0; font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.08; }
.member-quote footer { min-width: 155px; }
.member-quote strong, .member-quote span { display: block; }
.member-quote strong { font-size: .74rem; text-transform: uppercase; }
.member-quote span { margin-top: 3px; color: var(--muted); font-size: .6rem; }

.memberships { color: var(--white); background: #20211e; }
.membership-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.membership-heading h2 { max-width: 900px; font-size: clamp(3.7rem, 6vw, 6.7rem); }
.offer-pill { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.19); padding: 17px 22px; }
.offer-pill span, .offer-pill strong { display: block; }
.offer-pill span { color: var(--orange); font-size: .55rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.offer-pill strong { margin-top: 3px; font-size: .85rem; text-transform: uppercase; }
.membership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: stretch; }
.membership-grid article { position: relative; display: flex; min-height: 585px; flex-direction: column; padding: 40px; color: var(--ink); background: var(--paper); }
.membership-grid .featured-plan { background: var(--white); box-shadow: inset 0 6px 0 var(--orange); }
.popular-badge { position: absolute; top: 22px; right: 22px; padding: 6px 9px; color: var(--white); background: var(--ink); font-size: .53rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.plan-name { margin: 0 0 25px; font-size: .72rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.plan-price { display: flex; align-items: flex-start; }
.plan-price > span { margin: 12px 7px 0 0; color: var(--orange); font-size: 1rem; font-weight: 900; }
.plan-price strong { font-size: clamp(3.6rem, 5vw, 5.5rem); letter-spacing: -.09em; line-height: 1; }
.plan-price small { align-self: flex-end; margin: 0 0 10px 8px; color: var(--muted); font-size: .6rem; }
.membership-grid article > p:not(.plan-name) { min-height: 50px; color: var(--muted); font-size: .77rem; }
.membership-grid ul { display: grid; gap: 12px; margin: 23px 0 34px; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.membership-grid li { position: relative; padding-left: 21px; font-size: .73rem; }
.membership-grid li::before { position: absolute; top: .18em; left: 0; color: var(--orange); content: "✓"; font-weight: 950; }
.membership-grid .button { width: 100%; margin-top: auto; }
.membership-note { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.43); font-size: .59rem; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(65px, 12vw, 190px); padding: 125px clamp(24px, 6vw, 100px); color: var(--white); background: var(--ink); }
.contact h2 { max-width: 850px; font-size: clamp(4rem, 7vw, 7.7rem); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.62); }
.contact-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.contact-actions > a { border-bottom: 1px solid rgba(255,255,255,.7); padding: 7px 0; font-size: .74rem; font-weight: 900; }
.contact-details { display: grid; align-content: center; }
.contact-details article { border-top: 1px solid rgba(255,255,255,.18); padding: 25px 0; }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { margin-bottom: 9px; color: var(--orange); font-size: .57rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { font-size: .87rem; font-weight: 750; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; border-top: 1px solid rgba(255,255,255,.12); padding: 42px clamp(24px, 5vw, 76px); color: var(--white); background: #090a09; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.42); font-size: .63rem; text-align: center; }
.site-footer nav { display: flex; gap: 24px; font-size: .61rem; font-weight: 850; text-transform: uppercase; }
.mobile-join-bar { display: none; }

.join-modal[hidden] { display: none; }
.join-modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 30px; background: rgba(8,9,8,.84); backdrop-filter: blur(7px); }
.join-dialog { position: relative; display: grid; width: min(900px, 100%); grid-template-columns: .9fr 1.1fr; gap: 50px; padding: 55px; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.modal-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; font-size: 1.8rem; line-height: 1; }
.modal-intro h2 { max-width: 430px; margin: 0; font-size: clamp(2.7rem, 5vw, 4.5rem); font-weight: 950; letter-spacing: -.075em; line-height: .89; text-transform: uppercase; }
.modal-intro > p:not(.eyebrow) { color: var(--muted); font-size: .78rem; }
.modal-intro ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.modal-intro li { font-size: .69rem; font-weight: 800; }
.modal-intro li::before { margin-right: 9px; color: var(--orange); content: "✓"; }
.join-dialog form { display: grid; gap: 16px; padding: 28px; background: var(--white); }
.join-dialog label { display: grid; gap: 6px; }
.join-dialog label span { font-size: .56rem; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.join-dialog input, .join-dialog select { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 0; padding: 0 12px; color: var(--ink); background: var(--paper); outline: 0; }
.join-dialog input:focus, .join-dialog select:focus { border-color: var(--orange); }
.join-dialog form small { color: var(--muted); font-size: .56rem; }
.form-success { border-left: 4px solid var(--orange); margin: 2px 0 0; padding: 10px 12px; background: var(--orange-soft); font-size: .69rem; font-weight: 800; }

@media (max-width: 1100px) {
    .site-header { gap: 22px; }
    .desktop-nav { gap: 17px; }
    .desktop-nav a { font-size: .62rem; }
    .hero-copy { width: 69%; }
    .hero h1 { font-size: clamp(4.4rem, 8vw, 6.4rem); }
    .intro { grid-template-columns: .25fr 1fr .52fr; gap: 45px; }
    .membership-grid article { padding: 32px 25px; }
    .classes { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
    html { scroll-padding-top: 120px; }
    .site-header { grid-template-columns: 1fr auto; }
    .desktop-nav, .header-cta { display: none; }
    .menu-button { display: block; justify-self: end; }
    .hero { min-height: 850px; padding-top: 180px; }
    .hero-copy { width: 82%; }
    .hero-offer { right: 24px; bottom: 60px; width: 185px; padding: 17px; }
    .hero-offer strong { font-size: 1.6rem; }
    .hero-scroll { display: none; }
    .proof-strip { grid-template-columns: 1fr 1fr; }
    .proof-strip article:nth-child(2) { border-right: 0; }
    .proof-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(17,18,16,.23); }
    .intro { grid-template-columns: 1fr; }
    .intro-side { max-width: 600px; padding-top: 0; }
    .section-heading { grid-template-columns: 1fr; gap: 25px; }
    .section-heading > p { max-width: 650px; }
    .facility-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
    .facility-main { grid-row: auto; min-height: 510px; }
    .facility-card { min-height: 390px; }
    .classes { grid-template-columns: 1fr; }
    .classes-media { min-height: 600px; }
    .guidance-grid { grid-template-columns: 1fr; gap: 50px; }
    .member-quote { grid-template-columns: 1fr; gap: 30px; }
    .membership-heading { align-items: flex-start; flex-direction: column; }
    .membership-grid { grid-template-columns: 1fr; }
    .membership-grid article { min-height: 0; }
    .contact { grid-template-columns: 1fr; gap: 70px; }
    .site-footer { grid-template-columns: 1fr; justify-items: start; gap: 20px; }
    .site-footer > p { text-align: left; }
    .join-dialog { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 600px) {
    body { padding-bottom: 67px; }
    .demo-bar { height: 52px; justify-content: space-between; gap: 12px; padding: 7px 13px; font-size: .56rem; line-height: 1.25; }
    .demo-bar span { max-width: 235px; }
    .demo-bar a { max-width: 90px; text-align: right; }
    .site-header { top: 52px; height: 70px; padding: 0 18px; }
    .site-header.is-scrolled { height: 66px; }
    .brand strong { font-size: 1.42rem; }
    .brand small { font-size: .47rem; }
    .hero { min-height: 790px; align-items: start; padding: 172px 19px 120px; }
    .hero-image { object-position: 66% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(8,9,8,.91), rgba(8,9,8,.5) 96%), linear-gradient(0deg, rgba(8,9,8,.88), transparent 70%); }
    .hero-copy { width: 100%; }
    .hero h1 { max-width: 480px; font-size: clamp(3.35rem, 16vw, 4.55rem); line-height: .88; }
    .hero-copy > p:not(.eyebrow) { max-width: 460px; font-size: .86rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 28px; }
    .hero-offer { right: 17px; bottom: 22px; width: 164px; border-top-width: 4px; padding: 13px 15px; }
    .hero-offer > span { margin-bottom: 10px; }
    .hero-offer strong { font-size: 1.35rem; }
    .hero-offer small { margin-top: 9px; font-size: .52rem; }
    .proof-strip article { min-height: 100px; padding: 20px 18px; }
    .proof-strip strong { font-size: 1.45rem; }
    .proof-strip span { font-size: .57rem; }
    .section-pad { padding: 85px 19px; }
    .intro h2, .section-heading h2, .classes h2, .guidance h2, .membership-heading h2, .contact h2 { font-size: clamp(3.1rem, 14vw, 4.2rem); }
    .intro, .intro-copy { min-width: 0; }
    .intro h2 { max-width: 100%; font-size: clamp(2.4rem, 10.5vw, 3.5rem); line-height: .9; overflow-wrap: break-word; }
    .facilities { padding-top: 10px; }
    .section-heading { margin-bottom: 42px; }
    .facility-main, .facility-card { min-height: 390px; }
    .facility-card > div { right: 21px; bottom: 20px; left: 21px; }
    .facility-list { grid-template-columns: 1fr; margin-top: 35px; }
    .facility-list article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; }
    .facility-list h3 { margin-top: 12px; }
    .classes-media { min-height: 420px; }
    .classes-quote { right: 20px; bottom: 20px; left: 20px; align-items: flex-start; flex-direction: column; gap: 8px; }
    .classes-quote strong { max-width: 270px; text-align: left; }
    .classes-copy { padding: 75px 19px; }
    .schedule article { grid-template-columns: 52px 1fr; }
    .schedule b { display: none; }
    .guidance-grid { margin-top: 50px; }
    .member-quote { margin-top: 65px; }
    .membership-heading { gap: 25px; margin-bottom: 42px; }
    .membership-grid article { padding: 33px 23px; }
    .popular-badge { top: 18px; right: 17px; }
    .contact { padding: 85px 19px; }
    .contact-actions { align-items: flex-start; flex-direction: column; }
    .site-footer { padding: 40px 19px; }
    .site-footer nav { align-items: flex-start; flex-direction: column; gap: 10px; }
    .mobile-join-bar { position: fixed; z-index: 250; right: 0; bottom: 0; left: 0; display: block; padding: 8px 10px; background: var(--ink); box-shadow: 0 -10px 30px rgba(0,0,0,.22); }
    .mobile-join-bar button { display: flex; width: 100%; height: 51px; align-items: center; justify-content: space-between; border: 0; padding: 0 17px; color: var(--ink); background: var(--orange); cursor: pointer; text-transform: uppercase; }
    .mobile-join-bar span { font-size: .54rem; font-weight: 800; }
    .mobile-join-bar strong { font-size: .66rem; }
    .join-modal { align-items: start; padding: 12px; }
    .join-dialog { gap: 24px; margin: 12px 0; padding: 42px 20px 20px; }
    .modal-intro h2 { font-size: 2.8rem; }
    .modal-intro ul { display: none; }
    .join-dialog form { padding: 20px 16px; }
}

@media (max-width: 390px) {
    .hero h1 { font-size: 3.2rem; }
    .hero-copy > p:not(.eyebrow) { font-size: .79rem; }
    .button { gap: 16px; padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
