@font-face {
    font-family: "PTSans-Regular";
    src: url("source/fonts/PTSans-Regular.woff") format("woff");
    font-weight: 400;
}

/* Prices and schedule retain the source site's deliberately airy desktop layout. */
.source-price,
.source-schedule {
    margin-top: -62px;
    padding-bottom: 30px;
    color: #444;
}

.source-page-name {
    margin: 0 0 35px;
    color: #444;
    font: 2.2rem/1.1 "PTSans-Bold", sans-serif;
}

.source-page-name span { color: #f05332; }

.source-page-heading {
    margin: 0 0 35px;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    color: #000;
    font: 2.6rem/1.15 "PTSans-Bold", sans-serif;
    text-transform: uppercase;
}

.source-price-lead,
.source-schedule-lead {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.source-schedule-lead {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 35px;
}

.source-price-copy,
.source-schedule-copy,
.source-price-rent,
.source-price-note,
.source-schedule-note {
    font: 1.6rem/normal "PTSans-Regular", sans-serif;
}

.source-price-copy p,
.source-schedule-copy p,
.source-price-rent p,
.source-price-note p,
.source-schedule-note p { margin: 0 0 10px; }

.source-price-copy strong,
.source-schedule-copy strong,
.source-price-copy a,
.source-price-note a,
.source-schedule-copy a,
.source-schedule-note a {
    color: #000;
    font-family: "PTSans-Bold", sans-serif;
}

.source-price-image,
.source-schedule-image {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.source-price-image img { display: block; width: 60%; height: auto; }
.source-schedule-image img { display: block; width: 39%; height: auto; }

.source-price-cost { margin-top: 50px; }

.source-price-cost h2 {
    height: 74px;
    margin: 0 0 40px;
    border-top: 11px solid #000;
    color: #fff;
    font: 2.4rem/1 "PTSans-Bold", sans-serif;
    text-transform: uppercase;
}

.source-price-cost h2 span {
    display: inline-block;
    margin-top: 0;
    padding: 24px 23px 22px;
    background: #000;
}

.source-price-rent { margin-bottom: 48px; }
.source-price-rent p { margin-bottom: 21px; }

.source-price-table-group { margin: 0 0 20px; }

.source-price-table-group h3 {
    margin: 0 0 10px;
    color: #444;
    font: 1.6rem/normal "PTSans-Bold", sans-serif;
}

.source-price-table-frame { border: 6px solid #ededed; }

.source-price-table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    font: 2rem/normal "PTSans-Regular", sans-serif;
}

.source-price-table td,
.source-price-table th {
    width: 33.333%;
    padding: 12px 6px 15px 4.82%;
    border: 0;
    font: inherit;
    text-align: left;
    vertical-align: top;
}

.source-price-table-single td:first-child { width: 66%; }
.source-price-table-private th { background: #ededed; font-family: "PTSans-Bold", sans-serif; text-align: center; }
.source-price-table-private td { padding-left: 6px; text-align: center; }

.source-price-note {
    margin-top: 38px;
    border-top: 11px solid #000;
    padding-top: 30px;
}

.source-price-note h2 {
    margin: 0 0 22px;
    color: #000;
    font: 2.2rem/normal "PTSans-Bold", sans-serif;
    text-transform: uppercase;
}

.source-schedule-copy { max-width: 475px; }
.source-schedule-copy p { margin-bottom: 20px; }
.source-schedule-copy p:last-child { margin-bottom: 0; }

.source-schedule-studios {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 30px;
    margin-top: 42px;
}

.source-schedule-studio { width: calc(50% - 15px); }

.source-schedule-card {
    display: flex;
    width: calc(100% + 48px);
    margin-left: -31px;
    transform: translateX(-16px);
    border: 5px solid #000;
    padding: 25px;
    color: #000;
    font: 1.8rem/normal "PTSans-Regular", sans-serif;
}

.source-schedule-card p { width: 50%; margin: 0; }
.source-schedule-card p:first-child { border-right: 1px solid #000; }
.source-schedule-card p:last-child { padding-left: 25px; }

.source-schedule-day h2 {
    margin: 35px 0 15px 25px;
    color: #444;
    font: 1.8rem/normal "PTSans-Bold", sans-serif;
}

.source-schedule-slots { display: flex; flex-wrap: wrap; justify-content: flex-end; }

.source-schedule-slot {
    display: flex;
    width: 88%;
    color: #444;
}

.source-schedule-slot > time,
.source-schedule-slot > div { margin-bottom: 15px; line-height: 1.8rem; }
.source-schedule-slot > time { width: 20%; font-size: 1.5rem; }
.source-schedule-slot > div { width: 80%; padding-right: 10px; }
.source-schedule-slot p { margin: 0 0 8px; font-size: 1.5rem; line-height: 1.2; }
.source-schedule-slot p span { display: block; margin: 2px 0 0 5px; font-size: 1.2rem; }

.source-schedule-note {
    width: calc(50% - 15px);
    margin-top: 40px;
}

.source-schedule-empty { font-size: 1.6rem; }

@media (max-width: 991px) {
    .source-price,
    .source-schedule { margin-top: -25px; }
    .source-price-image img { width: 85%; }
    .source-schedule-image img { width: 75%; }
    .source-schedule-studio,
    .source-schedule-note { width: calc(50% - 15px); }
}

@media (max-width: 767px) {
    .source-price,
    .source-schedule { margin: 0; padding: 0 15px 15px; }
    .source-page-name { margin-bottom: 25px; font-size: 1.8rem; }
    .source-page-heading { margin-bottom: 30px; padding-left: 18px; font-size: 2rem; }
    .source-price-lead,
    .source-schedule-lead { grid-template-columns: 1fr; gap: 15px; }
    .source-price-copy,
    .source-schedule-copy,
    .source-price-rent,
    .source-price-note,
    .source-schedule-note { font-size: 1.6rem; line-height: 2.3rem; }
    .source-price-image,
    .source-schedule-image { justify-content: center; }
    .source-price-image img,
    .source-schedule-image img { width: min(75%, 280px); }
    .source-price-cost { margin-top: 35px; }
    .source-price-cost h2 { height: 62px; font-size: 2rem; }
    .source-price-cost h2 span { padding: 20px 18px; }
    .source-price-table-frame { overflow-x: auto; }
    .source-price-table { min-width: 620px; font-size: 1.5rem; line-height: 2rem; }
    .source-schedule-studios { display: block; margin-top: 30px; }
    .source-schedule-studio,
    .source-schedule-note { width: 100%; }
    .source-schedule-studio { margin-bottom: 35px; }
    .source-schedule-card { width: 100%; margin-left: 0; padding: 15px; transform: none; }
    .source-schedule-card { flex-direction: column; }
    .source-schedule-card p { width: 100%; }
    .source-schedule-card p:first-child { border: 0; }
    .source-schedule-card p:last-child { margin-top: 10px; border-top: 1px solid #989595; padding: 10px 0 0; }
    .source-schedule-day h2 { margin-left: 0; }
    .source-schedule-slot { width: 100%; }
    .source-schedule-slot > time { width: 25%; }
    .source-schedule-slot > div { width: 75%; }
}

@font-face {
    font-family: "PTSans-Bold";
    src: url("source/fonts/PTSans-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "Arial-Black";
    src: url("source/fonts/Arial-Black.woff") format("woff");
    font-weight: 700;
}

:root { color: #000; font-size: 10px; }

* { box-sizing: border-box; }

html { background: #fff; }

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: #000;
    font-family: "PTSans-Regular", "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 16px;
}

a { color: inherit; text-decoration: none; }

.site-shell {
    display: grid;
    grid-template-columns: 195px 975px;
    width: 1170px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 60px;
    background: #fff;
    box-sizing: content-box;
}

.side-panel {
    position: relative;
    z-index: 1;
    width: 195px;
    padding-right: 15px;
    margin-top: 23px;
}

.side-panel::before {
    position: absolute;
    z-index: -1;
    top: -23px;
    right: -15px;
    bottom: 0;
    left: -60px;
    background: #fff;
    content: "";
}

.brand-wide {
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 38px;
}

.brand-wide img { display: block; width: 100%; }

.sport-menu section { margin-top: 20px; }

.sport-menu section:first-child { margin-top: 0; }

.sport-menu a {
    display: block;
    padding: 6px 0 6px 18px;
    background: linear-gradient(to right, var(--menu-color) 100%, transparent 0) -175px 0 no-repeat;
    color: #000;
    font-size: 1.2rem;
    line-height: 12px;
    text-transform: uppercase;
    transition: color .2s ease, background-position .3s ease-in-out;
}

.sport-menu a:hover,
.sport-menu a:focus { background-position: 0 0; }

.sport-menu .menu-category {
    font-family: "PTSans-Bold", sans-serif;
    font-size: 1.2rem;
    line-height: 19px;
}

.facebook-placeholder { min-height: 150px; margin-top: 20px; }

.main-panel {
    width: 975px;
    min-width: 0;
    padding: 0 15px;
}

.site-header { height: 171px; }

.address-row {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.top-address {
    display: flex;
    justify-content: flex-start;
    width: 87.5%;
}

.metro-station-container {
    display: flex;
    width: 73%;
}

.metro-station-container .address-container { width: 50%; }

.address-container {
    padding: 35px 15px 25px 10px;
    border-right: 1px solid #ebebeb;
}

.address-container p { margin: 0; font-size: 1.6rem; }

.metro-station {
    margin-bottom: 14px !important;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 1.8rem !important;
}

.metro-station::before {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url("source/img/icons.png") -67px -5px no-repeat;
    content: "";
    vertical-align: middle;
}

.address-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 33px;
    line-height: 20px;
}

.address-text::before {
    display: inline-block;
    width: 23px;
    height: 28px;
    margin-right: 10px;
    margin-left: -33px;
    background: url("source/img/address_mark.png") no-repeat;
    content: "";
    vertical-align: top;
}

.address-text span { font-family: "PTSans-Bold", sans-serif; }

.phone-number { flex: 1; border-right: 0; }

.phone-number p { font-size: 1.8rem; }

.phone-number .phone-label {
    display: inline-block;
    transform: translateY(3px);
}

.phone-number .number {
    margin-top: 21px;
    font-family: "Arial-Black", sans-serif;
    font-size: 2rem;
}

.social-links {
    display: flex;
    width: 12.5%;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    position: relative;
    background: #000;
}

.social-links p {
    width: 50%;
    margin: 0;
    padding-right: 4px;
    text-align: right;
}

.social-links p:nth-child(even) {
    padding-right: 0;
    padding-left: 4px;
    text-align: left;
}

.social-links img { display: inline-block; width: 33px; height: 33px; }

.header-serif {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 6px;
    height: 10px;
    transform: translateX(-100%);
    background: #000;
}

.top-nav {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 61px;
    margin-bottom: 91px;
    padding: 20px 25px;
    background: #000;
}

.top-nav > a {
    display: inline-block;
    position: relative;
    margin-right: 11px;
    padding: 0 14px;
    color: #fff;
    font-family: "PTSans-Regular", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
}

.top-nav > a > span:last-child {
    position: relative;
    z-index: 1;
    display: inline-block;
    transform: translateY(3px);
}

.top-nav .nav-fill {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    transition: width .4s;
}

.top-nav > a:hover,
.top-nav > a:focus,
.top-nav > a.active { color: #000; }

.top-nav > a:hover .nav-fill,
.top-nav > a:focus .nav-fill,
.top-nav > a.active .nav-fill { width: 100%; }

.trial-link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(100%);
    border: 0;
    padding: 15px 24px;
    background: #faa61a linear-gradient(45deg, transparent 20%, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 65%, transparent 80%) -100% 50% / 50% 100% no-repeat;
    color: #000;
    cursor: pointer;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    transition: opacity .4s, background .0s;
}

.trial-link:hover,
.trial-link:focus-visible {
    background: #faa61a linear-gradient(45deg, transparent 20%, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 65%, transparent 80%) 200% 150% / 50% 100% no-repeat;
    outline: 0;
    transition: opacity .4s, background .8s;
}

.trial-link.is-sticky {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 100;
    transform: none;
    opacity: .7;
}

.trial-link.is-sticky:hover,
.trial-link.is-sticky:focus-visible { opacity: 1; }

.nav-serif {
    position: absolute;
    z-index: 2;
    display: block;
    background: #000;
}

.nav-serif-left {
    top: 0;
    left: 0;
    width: 9px;
    height: 5px;
    transform: translateY(-100%);
}

.nav-serif-inner {
    top: 0;
    left: 24px;
    width: 8px;
    height: 12px;
    transform: translateY(-100%);
}

.gtm-frame { display: none; visibility: hidden; }

/* Schedule — rebuilt from the original public schedule layout. */
.schedule-page { margin-top: -51px; padding-bottom: 30px; }

.page-kicker {
    position: relative;
    top: -10px;
    margin: 0 0 20px;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 3.2rem;
    line-height: 1;
    text-transform: uppercase;
}

.page-kicker span { font-family: "PTSans-Regular", sans-serif; }

.schedule-page h1 {
    margin: 0 0 35px;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 2.8rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.schedule-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40%;
    gap: 30px;
    align-items: start;
}

.schedule-copy p,
.schedule-note p {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.35;
}

.schedule-copy a,
.schedule-note a { text-decoration: underline; }

.schedule-copy .schedule-highlight {
    margin-bottom: 0;
    font-family: "PTSans-Bold", sans-serif;
}

.schedule-image {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.schedule-image img { display: block; width: 75%; height: auto; }

.studio-schedule { margin-top: 35px; }

.schedule-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 35px -17px;
    border: 5px solid #000;
    padding: 25px 25px 25px 25px;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.25;
}

.schedule-download-top {
    display: flex;
    width: 100%;
}

.schedule-download-top p {
    width: 50%;
    margin: 0;
}

.schedule-download-top p:first-child {
    border-right: 1px solid #000;
    padding-right: 20px;
}

.schedule-download-top p:last-child { padding-left: 25px; }

.schedule-download-top span { font-size: 1.6rem; }

.schedule-download-button {
    display: inline-block;
    margin-top: 25px;
    padding: 8px 22px;
    background: #faa61a;
    color: #fff;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color .2s ease;
}

.schedule-download-button:hover,
.schedule-download-button:focus { background: #d98d12; color: #fff; }

.schedule-download-button span {
    margin-left: 14px;
    font-size: 2.5rem;
    line-height: 0;
    vertical-align: -2px;
}

.schedule-day { margin: 0 0 22px; }

.schedule-day h2 {
    margin: 15px 0;
    padding-left: 25px;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2;
    text-transform: none;
}

.schedule-day h2 span { font-family: "PTSans-Regular", sans-serif; }

.schedule-slots { display: flex; flex-wrap: wrap; justify-content: flex-end; }

.schedule-slot {
    display: flex;
    width: 88%;
    margin-bottom: 15px;
    line-height: 1.8rem;
}

.schedule-slot time {
    width: 20%;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 1.5rem;
}

.schedule-slot > div { width: 80%; padding-right: 10px; }

.schedule-slot p {
    margin: 0 0 8px;
    font-size: 1.5rem;
    line-height: 1.2;
}

.schedule-slot strong {
    display: block;
    font-family: "PTSans-Regular", sans-serif;
    font-weight: 400;
}

.schedule-slot p span {
    display: block;
    margin: 2px 0 0 5px;
    font-size: 1.2rem;
}

.schedule-note { margin-top: 40px; }

.schedule-empty { font-size: 1.6rem; }

/* Contacts — the current one-studio contacts page from the source site. */
.contacts-page { margin-top: -51px; padding-bottom: 30px; }

.contacts-page h1 {
    margin: 0 0 35px;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 2.8rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.contacts-summary { max-width: 730px; }

.contacts-summary p,
.contacts-hours p {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.35;
}

.contacts-summary a,
.contacts-hours a { text-decoration: underline; }

.contacts-phone {
    font-family: "PTSans-Bold", sans-serif;
    font-size: 2.5rem;
    white-space: nowrap;
}

.contacts-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.contacts-socials span { width: 100%; }
.contacts-socials a { display: block; text-decoration: none; }
.contacts-socials img { display: block; width: 34px; height: 34px; }
.contacts-socials a:last-child { background: #000; }

.contacts-rule { height: 11px; margin: 35px 0; background: #000; }

.contacts-map { margin-bottom: 45px; }

.contacts-map-heading {
    display: flex;
    align-items: baseline;
    gap: 26px;
    margin-bottom: 14px;
}

.contacts-map h2,
.contacts-hours h2 {
    margin: 0;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.contacts-map-heading p {
    margin: 0;
    font-size: 1.6rem;
}

.contacts-map iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
}

.contacts-hours { max-width: 760px; }
.contacts-hours h2 { margin-bottom: 30px; }
.contacts-hours h2 span { white-space: nowrap; }

.placeholder-page {
    min-height: 470px;
    margin-top: -51px;
    padding-bottom: 30px;
}

.placeholder-page h1 {
    margin: 0;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 2.8rem;
    line-height: 1.15;
    text-transform: uppercase;
}

.placeholder-hash {
    margin-top: 45px;
    color: #000;
    font-family: "Arial-Black", sans-serif;
    font-size: 22rem;
    line-height: .7;
    text-align: center;
}

.sections-container { margin-top: -7px; }

.hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 30px;
}

.sport-section {
    display: flex;
    min-height: 336px;
    flex-direction: column;
    border: 7px solid #acacac;
    padding: 25px 0 0 18px;
    font-family: "PTSans-Bold", sans-serif;
    transition: border-color .4s;
}

.section-name {
    display: table;
    position: relative;
    transform: translate(-25px, -32px);
    padding-right: 40px;
    color: #000;
    font-size: 2.9rem;
    line-height: 78px;
    text-transform: uppercase;
    white-space: nowrap;
}

.section-name > span:not(.animation-bg) { position: relative; z-index: 1; display: inline-block; padding-left: 23px; }

.animation-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: var(--section-color);
    transition: width .4s;
}

.section-name .animation-bg { width: 78px; }

.section-name img {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 16px;
    width: auto;
    margin-left: 12px;
    transform: translateY(-50%);
}

.section-name:hover .animation-bg,
.subsection-list a:hover .animation-bg { width: 100%; }

.section-content {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-top: -19px;
}

.subsection-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.subsection-list li {
    display: inline-block;
    padding: 13px 0;
    border-bottom: 2px solid #ebebeb;
}

.subsection-list a {
    display: inline-block;
    position: relative;
    padding: 1px 5px;
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.subsection-list a > span:last-child { position: relative; z-index: 1; }

.section-preview-stack {
    display: block;
    position: relative;
    width: 46%;
    align-self: flex-end;
    margin: 48px -7px -7px 0;
}

.section-preview-stack::before,
.section-preview-stack::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    background: #acacac;
    content: "";
    transition: background .4s;
}

.section-preview-stack::before { width: 7px; height: 13px; transform: translateY(-100%); }
.section-preview-stack::after { width: 25px; height: 7px; transform: translateX(-100%); }

.section-preview-frame {
    position: relative;
    width: 100%;
    border: 7px solid #acacac;
    box-shadow: -13px -13px 0 13px #fff;
    transition: border-color .4s;
}

.section-preview-current,
.section-preview-next {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity .18s ease;
}

.section-preview-next {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.section-preview-current.is-hidden { opacity: 0; }
.section-preview-next.is-visible { opacity: 1; }

.section-preview-frame img {
    display: block;
    width: 100%;
}

.sport-section:hover,
.sport-section:hover .section-preview-frame { border-color: #000; }
.sport-section:hover .section-preview-stack::before,
.sport-section:hover .section-preview-stack::after { background: #000; }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.site-footer { margin-top: 45px; }

.footer-rule {
    width: 100%;
    height: 10px;
    margin-bottom: 45px;
    background: #000;
}

.trial-form-block {
    position: relative;
    padding: 40px 10.2% 0;
    background: #5c2e91;
    color: #fff;
    text-align: center;
}

.trial-form-block h2,
.trial-form-block > p {
    margin: 0;
    font-family: "PTSans-Bold", sans-serif;
}

.trial-form-block h2 {
    padding-bottom: 34px;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
}

.trial-form-block > p {
    padding-bottom: 26px;
    color: #faa61a;
    font-size: 1.7rem;
}

.trial-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 30px;
}

.trial-form label { display: block; }

.trial-form input,
.trial-form select {
    width: 100%;
    height: 34px;
    border: 0;
    border-radius: 0;
    padding: 7px 13px;
    background: #fff;
    color: #444;
    font: 1.4rem "PTSans-Regular", sans-serif;
}

.trial-form select { cursor: pointer; }

.trial-form button {
    grid-column: 1 / -1;
    justify-self: center;
    width: 48%;
    margin-top: 14px;
    border: 0;
    border-radius: 0;
    padding: 10px;
    background: #faa61a;
    color: #fff;
    font: 2.2rem "PTSans-Bold", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.trial-form button span,
.trial-form button img { vertical-align: middle; }
.trial-form button span { margin-right: 18px; }
.trial-form button img { width: 19px; height: 19px; }

.trial-form-status {
    grid-column: 1 / -1;
    margin: 0;
    padding: 10px 12px;
    font-size: 1.4rem;
    line-height: 1.3;
}

.trial-form-status.is-success { background: #dff1e4; color: #125d31; }
.trial-form-status.is-error { background: #fde2e2; color: #8d1f1f; }

.trial-serif {
    position: absolute;
    display: block;
    background: currentColor;
    color: #fff;
}

.trial-serif-top-left { top: 0; left: 16px; width: 9px; height: 10px; transform: translateY(-100%); }
.trial-serif-top-right-one { top: 0; right: 92px; width: 9px; height: 10px; transform: translateY(-100%); color: #5c2e91; }
.trial-serif-top-right-two { top: -7px; right: 70px; width: 8px; height: 12px; transform: translateY(-100%); color: #5c2e91; }
.trial-serif-bottom-right-one { right: 26.7%; bottom: 0; width: 9px; height: 6px; transform: translateY(100%); }
.trial-serif-bottom-right-two { right: 24.47%; bottom: 0; width: 9px; height: 17px; transform: translateY(100%); }

.addresses { margin-top: 50px; }

.section-heading {
    position: relative;
    min-height: 43px;
    margin-bottom: 16px;
    border-top: 11px solid #000;
}

.section-heading h2 {
    display: inline-block;
    margin: 0;
    padding: 17px 23px;
    background: #000;
    color: #fff;
    font: 2.2rem/1 "PTSans-Bold", sans-serif;
    text-transform: uppercase;
}

.section-heading p {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin: 0;
    font: 1.8rem "PTSans-Regular", sans-serif;
}

.section-heading a { font-family: "PTSans-Bold", sans-serif; font-size: 2.4rem; }

.address-map { width: 50%; padding: 10px; }

.address-map a { display: block; }

.address-map img {
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
    border: 10px solid #fff;
    box-shadow: 0 0 0 10px #000;
    object-fit: cover;
}

.address-map p {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding-left: 10px;
    font: 1.8rem/2.5rem "PTSans-Regular", sans-serif;
    white-space: nowrap;
}

.address-map p span:first-child {
    display: inline-flex;
    align-items: center;
    margin-right: 14px;
    padding: 2px 14px 2px 0;
    border-right: 1px solid #797979;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 2rem;
}

.address-map p span:first-child::before {
    width: 27px;
    height: 27px;
    margin-right: 12px;
    background: url("source/img/metro-icon.png") center / contain no-repeat;
    content: "";
}

.footer-tail {
    position: relative;
    z-index: 0;
    margin-top: 42px;
    padding-bottom: 9px;
    background: #fff;
    box-shadow: 0 0 0 100vmax #000;
    clip-path: inset(0 -100vmax);
}

.page-up {
    position: fixed;
    z-index: 10;
    right: 15px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.page-up.is-visible { opacity: 1; pointer-events: auto; }
.page-up:hover { transform: translateY(-4px); }
.page-up img { display: block; width: 100%; height: 100%; }

.footer-tail .footer-rule { margin-bottom: 0; }

.footer-sports {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5%;
    padding: 42px 5.8% 25px;
}

.footer-sports section { display: flex; flex-direction: column; align-items: flex-start; }

.footer-sports a {
    color: #000;
    font: 1rem/1.9rem "PTSans-Regular", sans-serif;
    text-transform: uppercase;
}

.footer-sports .footer-sport-title {
    margin-bottom: 10px;
    font-family: "PTSans-Bold", sans-serif;
    font-size: 1.4rem;
}

.footer-utility {
    margin: 0 26px 24px;
    padding: 9px 15px;
    background: #f4f4f4;
    color: #444;
    font: 1.2rem "PTSans-Regular", sans-serif;
    text-transform: uppercase;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    padding: 18px 25px;
    background: #000;
}

.footer-nav > div:first-child { display: flex; }

.footer-nav > div:first-child a {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid #fff;
    color: #fff;
    font: 1.2rem "PTSans-Regular", sans-serif;
}

.footer-nav > div:first-child a:last-child { margin-right: 0; padding-right: 0; border-right: 0; }

.footer-social { display: flex; gap: 7px; }
.footer-social img { display: block; width: 33px; height: 33px; }

.copyright {
    margin: 16px 0 0;
    color: #000;
    font: .9rem "PTSans-Regular", sans-serif;
}

.sport-page { position: relative; }

.sport-page-school {
    position: relative;
    top: -30px;
    width: 55%;
    margin: 0 0 -12px;
    color: #444;
    font: 2.2rem/1.2 "PTSans-Bold", sans-serif;
}

.sport-page-school a { color: var(--sport-color); text-transform: uppercase; }

.sport-page-heading h1,
.sport-page-section h2 {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #898989;
    padding: 10px 10px 10px 25px;
    color: #000;
    font: 2.4rem/1.3 "PTSans-Bold", sans-serif;
    text-transform: uppercase;
}

.sport-page-heading h1::before,
.sport-page-section h2::before {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 11px;
    background: var(--sport-color);
    content: "";
}

.sport-page-heading h1 span { font: inherit; }

.sport-page-lead,
.sport-page-section-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.sport-page-lead { margin-top: 37px; }

.sport-page-lead-copy,
.sport-page-copy {
    color: #444;
    font: 1.8rem/2.5rem "PTSans-Regular", sans-serif;
}

.sport-page-lead-copy { order: 2; }
.sport-page-lead-copy p,
.sport-page-copy p { margin: 0 0 2.5rem; }

.sport-page-lead-copy p:last-child,
.sport-page-copy p:last-child { margin-bottom: 0; }

.sport-page figure { min-width: 0; margin: 0; }

.sport-page-media {
    display: grid;
    min-width: 0;
    gap: 30px;
}

.sport-page figure img {
    display: block;
    width: 100%;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
}

.sport-page figcaption {
    position: relative;
    padding: 5px 0 15px 29px;
    color: #444;
    font: 1.2rem/1.4rem "PTSans-Regular", sans-serif;
}

.sport-page figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 20px;
    background: #000;
    content: "";
}

.sport-page-section { margin-top: 46px; }
.sport-page-section h2 { margin-bottom: 37px; }

.sport-page-section-body .sport-page-media { order: 2; }
.sport-page-section-reverse .sport-page-section-body .sport-page-media { order: 0; }

.sport-page-section-reverse .sport-page-section-body .sport-page-copy { order: 2; }

.price-page { color: #444; }

.price-page-kicker {
    margin: -30px 0 18px;
    color: #444;
    font: 2.2rem/1.2 "PTSans-Bold", sans-serif;
}

.price-page-heading h1,
.price-section h2,
.price-notice h2 {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #898989;
    padding: 10px 10px 10px 25px;
    color: #000;
    font: 2.4rem/1.3 "PTSans-Bold", sans-serif;
    text-transform: uppercase;
}

.price-page-heading h1::before,
.price-section h2::before,
.price-notice h2::before {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 11px;
    background: #f3c500;
    content: "";
}

.price-page-intro,
.price-rent,
.price-notice {
    font: 1.8rem/2.5rem "PTSans-Regular", sans-serif;
}

.price-page-intro { margin-top: 35px; }
.price-page-intro p { margin: 0 0 1.4rem; }
.price-page-intro a,
.price-notice a { color: #000; font-family: "PTSans-Bold", sans-serif; }
.price-page-trial { color: #000; font-family: "PTSans-Bold", sans-serif; }

.price-section { margin-top: 46px; }
.price-section h2 { margin-bottom: 30px; }
.price-section h3 {
    margin: 32px 0 14px;
    color: #000;
    font: 2rem/1.3 "PTSans-Bold", sans-serif;
}
.price-rent p { margin: 0 0 1rem; }

.price-table-wrap { overflow-x: auto; }
.price-table {
    width: 100%;
    border-collapse: collapse;
    color: #444;
    font: 1.7rem/2.2rem "PTSans-Regular", sans-serif;
}
.price-table th,
.price-table td { padding: 12px 15px; border: 1px solid #d5d5d5; text-align: left; }
.price-table th { background: #f4f4f4; color: #000; font-family: "PTSans-Bold", sans-serif; }
.price-table tbody tr:nth-child(even) { background: #fafafa; }
.price-table-single { max-width: 480px; }

.price-notice { margin-top: 46px; }
.price-notice h2 { margin-bottom: 30px; }
.price-notice p { margin: 0 0 1.5rem; }

@media (max-width: 991px) {
    .sport-page-school { top: 0; width: 100%; margin: 0 0 30px; }
    .sport-page-lead,
    .sport-page-section-body { gap: 20px; }
    .price-page-kicker { margin-top: 0; }
}

@media (min-width: 1200px) {
    .phone-number .phone-title { transform: translateY(4px); }

    .phone-number .phone-label { transform: translateY(11px); }

    .phone-number .number { transform: translateY(25px); }
}

@media (max-width: 1368px) {
    .brand-wide { margin-bottom: 20px; }
    .brand-wide img { width: 75.8%; }
    .sport-menu section { margin-top: 15px; }
}

@media (max-width: 1310px) {
    .site-shell {
        width: min(1170px, 100%);
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-shell {
        grid-template-columns: 179px 791px;
        width: 970px;
        position: relative;
        left: 7px;
        padding: 0;
    }

    .side-panel {
        width: 179px;
        padding-right: 15px;
        padding-left: 8px;
    }

    .side-panel::before { left: -8px; }

    .main-panel {
        width: 791px;
        padding-right: 38px;
        padding-left: 0;
    }

    .site-header { height: 173px; }

    .brand-wide {
        margin-top: 6px;
        margin-bottom: 21px;
    }

    .brand-wide img { width: 80%; }

    .sport-menu { width: 142px; }

    .sport-menu a {
        background-position: -137px 0;
        font-size: 1.1rem;
        line-height: normal;
    }

    .address-container { padding-bottom: 15px; }

    .phone-number p { font-size: 1.5rem; }

    .phone-number .number { margin-top: 36px; }

    .phone-number .number a { white-space: nowrap; }

    .metro-station-container { width: 70.5%; }
}

@media (max-width: 991px) {
    .site-shell { grid-template-columns: 161px minmax(0, 1fr); }
    .side-panel { width: 161px; }
    .main-panel { width: auto; }
    .top-address { width: 80%; flex-direction: column; justify-content: center; }
    .metro-station-container { width: 100%; }
    .social-links { width: 20%; }
    .phone-number { padding-top: 0; text-align: center; }
    .phone-number p { display: inline-block; }
    .phone-number .number { margin-top: 10px; }
    .address-container { padding-bottom: 0; }
    .top-nav { padding-bottom: 10px; }
    .top-nav > a { width: 20%; margin-right: 2%; margin-bottom: 10px; }

    .schedule-page { margin-top: -30px; }
    .schedule-image img { width: 100%; }
    .schedule-slot { width: 94%; }
}

@media (max-width: 767px) {
    html { background: #fff; }
    body { background: #fff; }
    .site-shell { display: block; padding: 0; }
    .side-panel, .site-header, .top-nav { display: none; }
    .main-panel { padding: 0; }

    .site-footer { margin-top: 30px; }
    .footer-rule { height: 0; margin-bottom: 0; }
    .trial-form-block { padding: 31px 20px 0; }
    .trial-form-block h2 { padding-bottom: 14px; font-size: 2.2rem; line-height: 35px; }
    .trial-form-block > p { padding-bottom: 20px; }
    .trial-form { grid-template-columns: 1fr; gap: 14px; }
    .trial-form button { width: 100%; margin-top: 15px; }
    .trial-serif { display: none; }

    .addresses { margin-top: 30px; }
    .section-heading { min-height: auto; margin-bottom: 30px; border-top: 0; text-align: center; }
    .section-heading h2 { padding: 17px 23px; font-size: 2rem; }
    .section-heading p { position: static; margin-top: 15px; font-size: 1.6rem; }
    .section-heading a { font-size: 2rem; }
    .address-map { width: 100%; padding: 0; border-top: 10px solid #000; }
    .address-map img { height: 360px; margin-bottom: 0; box-shadow: none; }
    .address-map p { align-items: flex-start; flex-direction: column; margin: 4px 0 42px; padding-left: 20px; white-space: normal; }
    .address-map p span:first-child { border: 0; }
    .address-map p span:last-child { padding-left: 38px; }

    .footer-tail { margin-top: 0; box-shadow: none; clip-path: none; }
    .footer-sports { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 10%; padding: 30px 20px; }
    .footer-utility { margin: 0 20px 24px; }
    .footer-nav { align-items: center; flex-direction: column; gap: 15px; padding: 18px 20px; }
    .footer-nav > div:first-child { flex-wrap: wrap; justify-content: center; row-gap: 12px; }
    .footer-nav > div:first-child a { line-height: 8px; }
    .copyright { padding: 0 20px; margin-top: 9px; }
    .page-up { right: 12px; bottom: 20px; }

    .sport-page { padding: 0 15px; }
    .sport-page-school { margin-bottom: 20px; font-size: 1.8rem; }
    .sport-page-heading h1,
    .sport-page-section h2 { padding-left: 18px; font-size: 2rem; }
    .sport-page-lead,
    .sport-page-section-body { grid-template-columns: 1fr; }
    .sport-page-lead-copy,
    .sport-page-copy { font-size: 1.6rem; line-height: 2.3rem; }
    .sport-page-lead-copy { order: 0; }
    .sport-page-section-body .sport-page-media,
    .sport-page-section-reverse .sport-page-section-body .sport-page-media { order: 0; }
    .sport-page-section-reverse .sport-page-section-body .sport-page-copy { order: 0; }
    .price-page { padding: 0 15px; }
    .price-page-kicker { font-size: 1.8rem; }
    .price-page-heading h1,
    .price-section h2,
    .price-notice h2 { padding-left: 18px; font-size: 2rem; }
    .price-page-intro,
    .price-rent,
    .price-notice { font-size: 1.6rem; line-height: 2.3rem; }
    .price-table { min-width: 620px; font-size: 1.5rem; line-height: 2rem; }
    .price-table-single { min-width: 420px; }
    .schedule-page { margin: 0; padding: 0 15px 15px; }
    .page-kicker { top: 0; margin: 0 0 25px; font-size: 1.8rem; }
    .schedule-page h1 { margin-bottom: 30px; padding-left: 18px; font-size: 2rem; }
    .schedule-intro { grid-template-columns: 1fr; gap: 15px; }
    .schedule-image { justify-content: center; }
    .schedule-image img { width: min(75%, 280px); }
    .schedule-download { margin-left: 0; padding: 15px; }
    .schedule-download-top { flex-direction: column; }
    .schedule-download-top p { width: 100%; }
    .schedule-download-top p:first-child { border: 0; padding: 0; }
    .schedule-download-top p:last-child {
        margin-top: 10px;
        border-top: 1px solid #989595;
        padding: 10px 0 0;
    }
    .schedule-day h2 { padding-left: 0; }
    .schedule-slot { width: 100%; }
    .schedule-slot time { width: 25%; }
    .schedule-slot > div { width: 75%; }
    .contacts-page { margin: 0; padding: 0 15px 15px; }
    .contacts-page h1 { margin-bottom: 30px; padding-left: 18px; font-size: 2rem; }
    .contacts-phone { display: inline-block; margin-top: 5px; font-size: 2rem; }
    .contacts-rule { height: 10px; margin: 30px 0; }
    .contacts-map-heading { display: block; margin-bottom: 15px; }
    .contacts-map h2,
    .contacts-hours h2 { font-size: 2rem; }
    .contacts-map-heading p { margin-top: 8px; line-height: 1.35; }
    .contacts-map iframe { height: 330px; }
    .contacts-hours h2 { margin-bottom: 25px; }
    .placeholder-page { min-height: 340px; margin: 0; padding: 0 15px 15px; }
    .placeholder-page h1 { padding-left: 18px; font-size: 2rem; }
    .placeholder-hash { margin-top: 45px; font-size: 16rem; }
}
