@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Oxanium:wght@600;700;800&display=swap');
:root{--y:#f4d600;--black:#0b0b0b;--paper:#f4f4ef;--line:#d9d9d2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--black);font-family:Inter,Arial,sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Archivo Black',Arial,sans-serif;text-transform:uppercase;letter-spacing:-.04em}a{color:inherit;text-decoration:none}header{height:82px;background:var(--black);color:white;display:flex;align-items:center;gap:34px;padding:0 max(5vw,22px);position:sticky;top:0;z-index:20;border-bottom:1px solid #ffffff20}.brand img{width:132px;max-height:54px;object-fit:contain}.brand{margin-right:auto}nav{display:flex;gap:28px;font-size:13px;font-weight:700;text-transform:uppercase}nav a:hover{color:var(--y)}.pill,.cta{background:var(--y);color:#111;border-radius:999px;padding:15px 22px;font-weight:800;display:inline-block}.menu{display:none;background:none;border:0;color:#fff;font-size:25px}.hero{min-height:calc(100vh - 82px);position:relative;display:flex;align-items:center;padding:7vw;overflow:hidden;color:white}.hero-img,.shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shade{background:linear-gradient(90deg,#070707ef 0%,#070707a8 47%,#07070722 80%)}.hero-copy{position:relative;max-width:850px;z-index:2}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.22em;color:var(--y);margin-bottom:20px}.eyebrow.dark{color:#8b7900}.hero h1{font-size:clamp(52px,8vw,120px);line-height:.88;margin-bottom:28px}.hero h1 em{color:var(--y);font-style:normal}.hero-copy>p:not(.eyebrow){font-size:clamp(18px,2vw,24px);line-height:1.55;max-width:630px;color:#ffffffc7}.actions{display:flex;gap:16px;margin-top:36px}.ghost{border:1px solid #ffffff80;border-radius:999px;padding:14px 22px;font-weight:700}.locations{position:absolute;right:6vw;bottom:38px;display:flex;gap:25px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.intro,.method,.junior,.contact{display:grid;grid-template-columns:1fr 1fr}.intro{padding:110px 7vw;gap:8vw}.intro h2,.section-title h2,.method h2,.junior h2,.contact h2,.app h2{font-size:clamp(38px,5vw,72px);line-height:.98}.intro .lead{font-size:25px;line-height:1.45;font-weight:700}.intro div:last-child>p:last-child{font-size:17px;line-height:1.8;color:#555}.values{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.values article{padding:55px 35px;border-right:1px solid var(--line)}.values b,.course-grid span{color:#a28d00}.values h3{font-size:26px;margin:28px 0 12px}.values p,.course-grid p{line-height:1.7;color:#60605b}.method{background:#101010;color:white}.method-photo img{width:100%;height:100%;object-fit:cover;min-height:650px}.method-copy{padding:8vw 7vw}.method-copy p:not(.eyebrow){font-size:20px;line-height:1.7;color:#ffffffa8}.method ul{list-style:none;padding:0;margin:40px 0 0}.method li{padding:18px 0;border-bottom:1px solid #ffffff1c;font-weight:700}.method li span{color:var(--y);margin-right:10px}.courses,.venues{padding:110px 7vw}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.course-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line)}.course-grid article{background:var(--paper);padding:50px}.course-grid article.yellow{background:var(--y)}.course-grid h3{font-size:32px;margin:45px 0 15px}.junior{background:#111;color:white}.junior img,.contact img{width:100%;height:100%;min-height:620px;object-fit:cover}.junior>div,.contact>div{padding:8vw 7vw;align-self:center}.junior p:not(.eyebrow){font-size:19px;line-height:1.7;color:#ffffffa0;margin-bottom:32px}.venue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.venue-grid article{min-height:260px;background:#111;color:white;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:4px}.venue-grid article:nth-child(2),.venue-grid article:nth-child(4){background:var(--y);color:#111}.venue-grid p{font-size:12px;font-weight:800;letter-spacing:.15em}.venue-grid h3{font-size:25px;margin:0}.app{margin:0 7vw 110px;background:var(--y);padding:70px;display:flex;justify-content:space-between;align-items:end;gap:40px}.app .eyebrow{color:#111}.app h2{margin-bottom:20px}.app p:not(.eyebrow){font-size:18px;max-width:650px;line-height:1.6}.app .cta{background:#111;color:white;white-space:nowrap}.contact{background:#111;color:white}.contact>div{display:flex;flex-direction:column;justify-content:center}.contact h2{margin-bottom:42px}.contact a{padding:17px 0;border-bottom:1px solid #ffffff25;font-weight:700;overflow-wrap:anywhere}.contact a:hover{color:var(--y)}footer{background:#050505;color:#ffffff70;padding:45px 7vw;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}footer img{width:105px;max-height:50px;object-fit:contain}
@media(max-width:800px){header{height:70px}.brand img{width:105px}.pill{display:none}.menu{display:block}nav{display:none;position:absolute;top:70px;left:0;right:0;background:#111;padding:25px;flex-direction:column}nav.open{display:flex}.hero{min-height:780px;padding:65px 24px 110px}.hero h1{font-size:52px}.actions{flex-direction:column;align-items:flex-start}.locations{left:24px;right:auto;flex-wrap:wrap}.intro,.method,.junior,.contact{grid-template-columns:1fr}.intro{padding:75px 24px}.values,.venue-grid{grid-template-columns:1fr 1fr}.values article{padding:32px 24px}.method-photo img,.junior img,.contact img{min-height:430px}.method-copy,.junior>div,.contact>div{padding:70px 24px}.courses,.venues{padding:75px 24px}.course-grid{grid-template-columns:1fr}.course-grid article{padding:35px 28px}.section-title{display:block}.venue-grid article{min-height:190px}.app{margin:0 24px 75px;padding:40px 28px;display:block}.app .cta{margin-top:25px}footer{flex-direction:column;text-align:center}}@media(max-width:480px){.values,.venue-grid{grid-template-columns:1fr}.hero h1{font-size:43px}.intro .lead{font-size:21px}}

/* Sporty Pro inspired display treatment. Oxanium is used as a web-licensed alternative. */
h1,h2,h3,nav,.pill,.cta,.ghost,.eyebrow,.locations{font-family:'Oxanium',Arial,sans-serif}
h1,h2,h3{font-weight:800;letter-spacing:-.035em}
nav,.pill,.cta,.ghost,.eyebrow,.locations{text-transform:uppercase}
nav,.pill,.cta,.ghost{letter-spacing:.025em}
.hero-copy{max-width:900px}
.hero h1{line-height:.86;letter-spacing:-.055em}
