:root{--cream:#f7f4ec;--ink:#15151b;--muted:#666270;--yellow:#f6b900;--purple:#5928c9;--blue:#bcebff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.45 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;border:0}.header{height:92px;background:#fff;display:flex;align-items:center;padding:14px max(16px,calc((100% - 1296px)/2));gap:34px;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:12px;white-space:nowrap}.brand img{width:62px;height:62px;object-fit:contain}.brand b{font-size:20px}.header nav{display:flex;gap:34px;margin:auto;font-weight:700}.header nav a:hover,.footer-grid a:hover{text-decoration:underline}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 26px;border-radius:30px;font-weight:800;transition:.18s ease}.yellow{background:var(--yellow);color:var(--ink)}.yellow:hover{background:#e3aa00;transform:translateY(-2px)}.yellow:focus-visible,.dark-button:focus-visible,.schedule-list a:focus-visible{outline:3px solid var(--purple);outline-offset:3px}.head-cta{min-width:235px}.menu{display:none;background:var(--ink);border-radius:50%;width:48px;height:48px;padding:13px}.menu i{height:2px;background:#fff;display:block;margin:4px 0}.hero{max-width:1296px;height:740px;margin:24px auto 46px;border-radius:24px;background:linear-gradient(90deg,rgba(21,21,27,.88),rgba(21,21,27,.2)),url('../design/assets/hero-stage.jpg') center/cover;position:relative;color:#fff}.hero-copy{position:absolute;inset:42px 48px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{display:inline-flex;background:var(--yellow);color:var(--ink);font-weight:800;font-size:13px;letter-spacing:.03em;padding:11px 17px;border-radius:24px}.hero h1{font-size:72px;line-height:.98;letter-spacing:-2px;margin:55px 0 0;font-weight:800}.hero p{font-size:18px;margin:auto 0 20px}.hero-actions{display:flex;align-items:center;gap:26px;font-size:14px}.content{max-width:1296px;margin:0 auto}.intro{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.intro h2,.schedule h2{font-size:48px;line-height:1.02;letter-spacing:-1px;margin:0}.intro p{color:var(--muted);font-size:19px;max-width:600px;margin:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:56px}.category{border-radius:20px;overflow:hidden;background:#fff}.category img{height:230px;width:100%;display:block;object-fit:cover}.category>div{height:125px;padding:24px}.category h3{font-size:21px;margin:0 0 8px}.category p{margin:0;font-size:14px}.dance>div{background:var(--purple);color:#fff}.strength>div{background:var(--yellow)}.brave>div{background:var(--blue)}.recover>div{background:#fff}.schedule{background:var(--ink);color:#fff;padding:74px 0 82px}.schedule .sub{color:#aaa6b3;margin:14px 0 34px}.schedule-list{display:grid;gap:18px;margin-bottom:32px}.schedule-list a{min-height:116px;background:#24242c;border-radius:18px;display:grid;grid-template-columns:96px 1fr 30px;gap:24px;align-items:center;padding:20px 28px}.tag{height:76px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink);line-height:1.1}.tag b{font-size:18px}.tag small{font-size:11px;margin-top:6px;font-weight:700}.yellow-tag{background:var(--yellow)}.purple-tag{background:var(--purple);color:#fff}.blue-tag{background:var(--blue)}.schedule-list a>span:nth-child(2){display:flex;flex-direction:column;gap:8px}.schedule-list strong{font-size:21px}.schedule-list small{color:#aaa6b3;font-size:15px}.arrow{font-size:28px;color:var(--yellow)}.steps{padding:80px 0}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:54px}.step-grid article{background:#fff;border-radius:20px;padding:30px;min-height:260px}.step-grid article>b{color:var(--purple);font-size:34px}.step-grid h3{font-size:22px;margin:28px 0 12px}.step-grid p{color:var(--muted);margin:0}.community{display:grid;grid-template-columns:1fr 1fr;min-height:515px;border-radius:24px;overflow:hidden}.community img{width:100%;height:100%;object-fit:cover}.community>div{background:var(--yellow);padding:55px 52px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow.dark{background:none;padding:0;font-size:12px}.community h2{font-size:40px;line-height:1.04;margin:34px 0}.community p{font-size:17px;max-width:440px;margin:auto 0 25px}.dark-button{background:var(--ink);color:#fff}footer{background:var(--ink);color:#fff;padding:70px max(16px,calc((100% - 1296px)/2)) 30px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:60px;min-height:270px}.footer-grid h2{font-size:30px;margin:0 0 18px}.footer-grid p{color:#aaa6b3}.footer-grid>div:nth-child(2),.footer-grid>div:nth-child(3){display:flex;flex-direction:column;align-items:flex-start;gap:12px}.foot-label{color:var(--yellow);margin-bottom:10px}.phone{font-size:28px;font-weight:800}.footer-grid .button{margin-top:12px}.social{border-top:1px solid #393840;padding-top:22px;color:#aaa6b3}.mobile-panel{display:none}
@media(max-width:1100px){.header nav,.head-cta{display:none}.menu{display:block;margin-left:auto}.hero{margin-left:40px;margin-right:40px}.content{margin:0 40px}.cards{grid-template-columns:repeat(2,1fr)}.category img{height:220px}.step-grid{grid-template-columns:1fr}.community{min-height:480px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.mobile-panel{position:absolute;top:70px;right:16px;background:#fff;padding:18px 24px;z-index:10;box-shadow:0 8px 25px #0003;border-radius:16px}.mobile-panel.open{display:flex;flex-direction:column;gap:16px;font-weight:700}}
@media(max-width:767px){.header{height:78px;padding:10px 16px;gap:10px}.brand img{width:48px;height:48px}.brand b{font-size:16px}.header nav,.head-cta{display:none}.menu{display:block;margin-left:auto}.hero{height:645px;margin:16px 16px 48px;border-radius:22px}.hero-copy{inset:28px 24px}.hero h1{font-size:42px;letter-spacing:-1px;margin-top:42px}.hero p{font-size:16px;margin-top:auto;margin-bottom:20px}.wide{display:none}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.hero-actions .button{width:100%}.content{margin:0 16px}.intro{display:block;margin-bottom:28px}.intro h2,.schedule h2{font-size:40px}.intro p{font-size:17px;margin-top:20px}.cards{grid-template-columns:1fr;gap:18px}.category img{height:220px}.category>div{height:auto;padding:22px}.schedule{padding:58px 0}.schedule .sub{font-size:14px}.schedule-list a{grid-template-columns:74px 1fr 20px;gap:12px;padding:14px 14px;min-height:120px}.tag{height:74px}.schedule-list strong{font-size:16px}.schedule-list small{font-size:13px}.steps{padding:58px 0}.step-grid{gap:14px;margin-bottom:38px}.step-grid article{min-height:0;padding:24px}.step-grid h3{margin:20px 0 8px;font-size:20px}.community{display:flex;flex-direction:column;min-height:0}.community img{height:270px}.community>div{min-height:400px;padding:30px 24px}.community h2{font-size:34px;margin:24px 0}.community p{font-size:16px}.community .button{width:100%}footer{padding:52px 16px 24px}.footer-grid{display:flex;flex-direction:column;gap:35px;min-height:0}.footer-grid h2{font-size:27px}.phone{font-size:25px}}
@media(prefers-reduced-motion:reduce){*,html{scroll-behavior:auto!important;transition:none!important}}