:root {
    --red: #ed1c24;
    --navy: #071a35;
    --blue: #245fbd;
    --gold: #f0b71d;
    --black: #050608;
    --white: #fff;
    --muted: #bec5cf;
    --line: rgba(255,255,255,.16);
    --max:1440px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding:0
}

html {
    scroll-behavior:smooth
}

body {
    font-family: Arial,Helvetica,sans-serif;
    background: #050608;
    color: #fff;
    line-height:1.5
}

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

img {
    display: block;
    max-width:100%
}

.container {
    width: min(var(--max),calc(100% - 44px));
    margin:auto
}

.utility {
    background: var(--navy);
    font-size:.79rem
}

.utility .container {
    min-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px
}

.utility-group {
    display: flex;
    gap: 27px;
    flex-wrap:wrap
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(2,3,5,.97);
    border-bottom: 1px solid var(--line);
    backdrop-filter:blur(12px)
}

.navbar {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap:25px
}

.brand {
    width: 78px;
    height: 78px;
    margin-right: auto;
    display: grid;
    place-items:center
}

.brand img {
    width: 70px;
    height: 70px;
    object-fit:contain
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-weight: 900;
    font-size: .79rem;
    text-transform:uppercase
}

.nav-links a {
    padding: 30px 0 24px;
    position:relative
}

.nav-links a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 17px;
    height: 2px;
    background: var(--red);
    transition:.2s
}

.nav-links a:hover:after,.nav-links a.active:after {
    right:0
}

.nav-links a.active {
    color:var(--red)
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--line);
    color: #fff;
    width: 44px;
    height: 42px;
    font-size: .8rem;
    font-weight:900
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 0 23px;
    border: 1px solid rgba(255,255,255,.35);
    font-weight: 900;
    text-transform: uppercase;
    transition: .2s;
    cursor:pointer
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow:0 0 25px rgba(237,28,36,.4)
}

.btn-red {
    background: var(--red);
    border-color:var(--red)
}

.btn-blue {
    background: #174c9d;
    border-color:#2468c9
}

.btn-dark {
    background:#071120
}

.hero,.page-hero {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(90deg,rgba(2,4,8,.96),rgba(2,4,8,.76) 40%,rgba(2,4,8,.28) 70%,rgba(2,4,8,.72)),url("../images/ring-wall-background.jpg");
    background-size: cover;
    background-position: center 64%;
    border-bottom:1px solid var(--line)
}

.hero:after,.page-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 74%,rgba(2,4,8,.88));
    pointer-events:none
}

.hero-grid {
    position: relative;
    z-index: 2;
    min-height: 635px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 30px;
    padding:52px 0
}

.eyebrow {
    color: var(--red);
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform:uppercase
}

.hero h1 {
    font-size: clamp(4rem,7vw,7.1rem);
    line-height: .85;
    text-transform: uppercase;
    letter-spacing: -.035em;
    margin-top:8px
}

.hero h1 span {
    display: block;
    color:var(--red)
}

.tagline {
    font-size: .9rem;
    letter-spacing: .13em;
    font-weight: 900;
    text-transform: uppercase;
    margin-top:18px
}

.red-line {
    width: 62px;
    height: 3px;
    background: var(--red);
    margin:16px 0
}

.actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top:25px
}

.hero-logo {
    display: grid;
    place-items:center
}

.hero-logo-frame {
    width: min(600px,95%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.hero-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    filter: none;
}

.section {
    padding: 68px 0;
    border-top:1px solid var(--line)
}

.section-head {
    text-align: center;
    margin-bottom:28px
}

.section-title {
    text-transform: uppercase;
    font-size: clamp(1.8rem,3vw,3rem);
    line-height: 1;
    margin-top:6px
}

.section-copy {
    color: #eef3f8;
    max-width: 740px;
    margin:15px auto 0
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:16px
}

.card,.panel {
    border: 1px solid rgba(255,255,255,.23);
    background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018))
}

.card {
    overflow: hidden;
    transition:.2s
}

.card:hover {
    transform: translateY(-4px);
    border-color:var(--red)
}

.placeholder {
    min-height: 175px;
    display: grid;
    place-items: center;
    text-align: center;
    background: linear-gradient(135deg,#696969,#3d3d3d);
    padding: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing:.08em
}

.placeholder small {
    display: block;
    font-size: .7rem;
    opacity: .72;
    margin-top:6px
}

.card-body {
    padding:20px
}

.card-title {
    display: flex;
    gap: 12px;
    align-items: center;
    text-transform:uppercase
}

.mini-mark {
    width: 46px;
    height: 46px;
    object-fit:contain
}

.card p {
    color: #d4d9e0;
    font-size: .9rem;
    margin-top:11px
}

.learn {
    display: inline-block;
    margin-top: 18px;
    color: var(--red);
    font-weight: 900;
    font-size: .78rem;
    text-transform:uppercase
}

.features {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-top: 1px solid var(--line);
    border-bottom:1px solid var(--line)
}

.feature {
    text-align: center;
    padding: 24px 10px;
    border-right:1px solid var(--line)
}

.feature:last-child {
    border-right:none
}

.feature img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin:0 auto 11px
}

.feature strong {
    display: block;
    font-size: .79rem;
    line-height: 1.2;
    text-transform:uppercase
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:28px
}

.panel {
    padding:25px
}

.table-wrap {
    overflow-x: auto;
    margin-top:20px
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    background:rgba(0,0,0,.3)
}

th,td {
    border: 1px solid rgba(255,255,255,.18);
    padding: 11px 9px;
    text-align: center;
    font-size:.79rem
}

th {
    text-transform: uppercase;
    background:rgba(255,255,255,.055)
}

.boxing {
    color: #ff3038;
    font-weight:900
}

.little {
    color: #4a8cff;
    font-weight:900
}

.comp {
    color: var(--gold);
    font-weight:900
}

.open {
    font-weight:900
}

.foundation {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    align-items: center;
    margin-top:20px
}

.lc-logo-wrap {
    min-height: 315px;
    display: grid;
    place-items: center;
    background:radial-gradient(circle,rgba(36,95,189,.18),transparent 68%)
}

.lc-logo-wrap img {
    width: min(430px,97%);
    filter:drop-shadow(0 0 18px rgba(36,95,189,.55))
}

.stack {
    display: grid;
    gap: 9px;
    margin-top:19px
}

.stack .btn {
    justify-content:space-between
}

.page-hero {
    min-height: 410px;
    display: grid;
    align-items: center;
    background-position:center 66%
}

.page-hero .container {
    position: relative;
    z-index:2
}

.page-hero h1 {
    font-size: clamp(3.1rem,7vw,6.1rem);
    line-height: .88;
    text-transform: uppercase;
    margin-top:10px
}

.page-hero h1 span {
    color:var(--red)
}

.page-logo-row {
    display: flex;
    align-items: center;
    gap:36px
}

.page-logo-row .lc-page-logo {
    width: min(390px,36vw);
    filter:drop-shadow(0 0 18px rgba(36,95,189,.6))
}

.text-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items:center
}

.list {
    list-style: none;
    display: grid;
    gap: 13px;
    margin-top:20px
}

.list li {
    padding: 13px 15px;
    border-left: 3px solid var(--red);
    background:rgba(255,255,255,.035)
}

.portal-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:18px
}

.portal-card {
    padding: 28px;
    border: 1px solid var(--line);
    background:rgba(255,255,255,.035)
}

.portal-card h3 {
    text-transform: uppercase;
    margin-bottom:10px
}

.portal-card p {
    color:var(--muted)
}

.footer {
    padding: 55px 0;
    background: linear-gradient(90deg,#080b10,#0d1118);
    border-top:1px solid var(--line)
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr .8fr 1fr 1.2fr;
    gap:32px
}

.footer-brand {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height:.95
}

.footer-brand span {
    display: block;
    color:var(--red)
}

.footer h3 {
    text-transform: uppercase;
    border-bottom: 3px solid var(--red);
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom:15px
}

.footer ul {
    list-style: none;
    display: grid;
    gap: 8px;
    color:#dde2e8
}

.map {
    min-height: 220px;
    background: #555;
    border: 1px solid rgba(255,255,255,.3);
    display: grid;
    place-items: center;
    text-align: center;
    font-weight: 900;
    text-transform:uppercase
}

.copyright {
    background: var(--navy);
    padding: 16px 0;
    font-size:.78rem
}

.copyright .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap:wrap
}

.form {
    display: grid;
    gap: 12px;
    margin-top:20px
}

.form input,.form textarea {
    padding: 13px;
    background: rgba(255,255,255,.05);
    border: 1px solid var(--line);
    color:#fff
}

.form textarea {
    min-height:130px
}

@media(max-width:1180px) {
    .nav-links {
        gap: 16px;
        font-size:.74rem
    }

    .grid-4 {
        grid-template-columns:repeat(2,1fr)
    }

    .features {
        grid-template-columns:repeat(3,1fr)
    }

    .two-col,.text-columns {
        grid-template-columns:1fr
    }

    .footer-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .portal-grid {
        grid-template-columns:1fr
    }

}

@media(max-width:900px) {
    .menu-toggle {
        display:block
    }

    .nav-links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 78px;
        background: #050608;
        flex-direction: column;
        align-items: stretch;
        padding:12px 22px
    }

    .nav-links.open {
        display:flex
    }

    .nav-links a {
        padding: 14px 0;
        border-bottom:1px solid var(--line)
    }

    .nav-links a:after {
        display:none
    }

    .nav-cta {
        display:none
    }

    .hero-grid {
        grid-template-columns: 1fr;
        text-align:center
    }

    .red-line {
        margin-inline:auto
    }

    .actions {
        justify-content:center
    }

    .hero-logo-frame {
        width:min(540px,85vw)
    }

    .page-logo-row {
        flex-direction: column;
        align-items:flex-start
    }

    .page-logo-row .lc-page-logo {
        width:300px
    }

}

@media(max-width:680px) {
    .container {
        width:min(var(--max),calc(100% - 26px))
    }

    .utility-group:last-child {
        display:none
    }

    .grid-4,.footer-grid {
        grid-template-columns:1fr
    }

    .features {
        grid-template-columns:repeat(2,1fr)
    }

    .foundation {
        grid-template-columns:1fr
    }

    .hero h1 {
        font-size:clamp(3rem,18vw,5rem)
    }

    .actions .btn {
        width:100%
    }

}

/* MEMBER PORTAL */
.portal-shell {
    min-height: calc(100vh - 116px);
    display: grid;
    grid-template-columns: 270px 1fr;
    background:#07090d
}

.portal-sidebar {
    background: #08111f;
    border-right: 1px solid var(--line);
    padding: 26px 18px 18px;
    position: sticky;
    top: 78px;
    height: calc(100vh - 78px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.portal-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px 24px;
    border-bottom:1px solid var(--line)
}

.portal-brand img {
    width: 54px;
    height: 54px;
    object-fit:contain
}

.portal-brand strong {
    font-size: .95rem;
    text-transform: uppercase;
    line-height:1.15
}

.portal-nav {
    display: grid;
    gap: 7px;
    margin-top: 22px;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    scrollbar-width: thin;
}

.portal-nav a {
    padding: 13px 14px;
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing:.04em
}

.portal-nav a:hover,.portal-nav a.active {
    background: rgba(237,28,36,.12);
    border-color: rgba(237,28,36,.45);
    color:#fff
}

.portal-main {
    padding:36px
}

.portal-topbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom:28px
}

.portal-topbar h1 {
    font-size: clamp(2rem,4vw,3.5rem);
    text-transform: uppercase;
    line-height:.95
}

.portal-topbar h1 span {
    color:var(--red)
}

.member-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 13px;
    border: 1px solid var(--line);
    background:#0c1119
}

.member-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--red);
    font-weight:900
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:16px
}

.stat-card,.portal-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
    padding:22px
}

.stat-label {
    color: #eef3f8;
    font-size: .76rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing:.06em
}

.stat-value {
    font-size: 1.7rem;
    font-weight: 900;
    margin-top:6px
}

.stat-sub {
    color: #eef3f8;
    font-size: .78rem;
    margin-top:5px
}

.portal-section {
    margin-top:24px
}

.portal-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom:14px
}

.portal-section-head h2 {
    text-transform: uppercase;
    font-size:1.35rem
}

.booking-list,.announcement-list {
    display: grid;
    gap:12px
}

.booking-row,.announcement {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--line);
    background: #0b0f15;
    padding:16px
}

.booking-time {
    font-weight: 900;
    color:var(--red)
}

.booking-title {
    font-weight: 900;
    text-transform:uppercase
}

.booking-meta,.announcement p {
    color: #eef3f8;
    font-size:.85rem
}

.status-pill {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(45,184,95,.14);
    border: 1px solid rgba(45,184,95,.45);
    font-size: .72rem;
    font-weight: 900;
    text-transform:uppercase
}

.status-pill.pending {
    background: rgba(240,183,29,.12);
    border-color:rgba(240,183,29,.45)
}

.portal-form {
    display: grid;
    gap:14px
}

.portal-form label {
    font-size: .78rem;
    text-transform: uppercase;
    font-weight: 900;
    color:#ffffff
}

.portal-form input,.portal-form select,.portal-form textarea {
    width: 100%;
    padding: 13px 14px;
    background: #0b1017;
    border: 1px solid var(--line);
    color:#fff
}

.portal-form textarea {
    min-height:120px
}

.auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:linear-gradient(90deg,rgba(2,4,8,.95),rgba(2,4,8,.72)),url("../images/ring-wall-background.jpg") center 64%/cover
}

.auth-card {
    width: min(500px,calc(100% - 30px));
    padding: 34px;
    border: 1px solid var(--line);
    background: rgba(5,8,13,.94);
    box-shadow:0 22px 70px rgba(0,0,0,.45)
}

.auth-logo {
    width: 120px;
    margin:0 auto 20px
}

.auth-card h1 {
    text-align: center;
    text-transform: uppercase;
    font-size:2rem
}

.auth-card .section-copy {
    text-align:center
}

.auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin:22px 0 18px
}

.auth-tabs button {
    padding: 12px;
    background: #0a0f16;
    border: 1px solid var(--line);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    cursor:pointer
}

.auth-tabs button.active {
    background: var(--red);
    border-color:var(--red)
}

.auth-panel {
    display:none
}

.auth-panel.active {
    display:block
}

.notice {
    padding: 13px 14px;
    border-left: 3px solid var(--gold);
    background: rgba(240,183,29,.08);
    color: #e9edf2;
    font-size: .83rem;
    margin-top:16px
}

.class-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:15px
}

.class-card {
    border: 1px solid var(--line);
    padding: 20px;
    background:#0b0f15
}

.class-card h3 {
    text-transform:uppercase
}

.class-card .class-time {
    color: var(--red);
    font-weight: 900;
    margin:6px 0
}

.class-card p {
    color: #eef3f8;
    font-size:.84rem
}

.membership-plan {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    border: 1px solid var(--line);
    background: #0b0f15;
    padding:22px
}

.plan-price {
    font-size: 2rem;
    font-weight: 900;
    color:var(--red)
}

@media(max-width:1100px) {
    .dashboard-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .class-grid {
        grid-template-columns:repeat(2,1fr)
    }

}

@media(max-width:850px) {
    .portal-shell {
        grid-template-columns:1fr
    }

    .portal-sidebar {
        position: static;
        height:auto
    }

    .portal-nav {
        grid-template-columns:repeat(2,1fr)
    }

    .portal-main {
        padding:24px
    }

    .booking-row {
        grid-template-columns:1fr
    }

    .portal-topbar {
        flex-direction:column
    }

}

@media(max-width:600px) {
    .dashboard-grid,.class-grid,.portal-nav {
        grid-template-columns:1fr
    }

    .portal-main {
        padding:18px
    }

    .membership-plan {
        grid-template-columns:1fr
    }

}

/* PORTAL V2 FIXES */
.btn, .portal-nav a, .auth-tabs button, button {
    color: #ffffff !important;
}

.btn:disabled, button:disabled {
    color: #8f99a6 !important;
    background: #0b1320 !important;
    border-color: #354153 !important;
    opacity: 1 !important;
    cursor: not-allowed;
    box-shadow: none !important;
    transform: none !important;
}

.btn-red {
    color: #ffffff !important;
}

.btn-blue {
    color: #ffffff !important;
}

.btn-dark {
    color: #ffffff !important;
    background: #0b1728 !important;
}

.btn-dark:hover {
    background: #14233a !important;
}

.profile-photo-panel {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
    padding: 22px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
}

.profile-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    outline: 5px solid var(--red);
    box-shadow: 0 0 24px rgba(237,28,36,.35);
    background: #0b1119;
    display: grid;
    place-items: center;
}

.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-photo-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 2.4rem;
    font-weight: 900;
    background: radial-gradient(circle at 50% 35%, #1f2a39, #0b1119 70%);
    color: #ffffff;
}

.profile-photo-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.profile-photo-copy {
    color: #ffffff;
}

.profile-photo-copy p {
    color: #eef3f8;
    margin-top: 8px;
}

@media(max-width:650px) {
    .profile-photo-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .profile-photo {
        margin: auto;
    }

    .profile-photo-actions {
        justify-content: center;
    }

}

.portal-signout {
    width: 100%;
    text-align: left;
    padding: 13px 14px;
    border: 1px solid transparent;
    background: transparent;
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .04em;
    cursor: pointer;
}

.portal-signout:hover {
    background: rgba(237,28,36,.12);
    border-color: rgba(237,28,36,.45);
}

.portal-error {
    border-left-color: #ed1c24 !important;
    background: rgba(237,28,36,.12) !important;
}

.portal-success {
    border-left-color: #2db85f !important;
    background: rgba(45,184,95,.12) !important;
}

/* PHASE 3 COACH NOTES */
.portal-card-title {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.score-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.checkbox-row {
    display: flex !important;
    align-items: center;
    gap: 10px;
    text-transform: none !important;
    font-size: .9rem !important;
}

.checkbox-row input {
    width: auto !important;
}

.coach-note-list {
    display: grid;
    gap: 16px;
}

.coach-note-card {
    border: 1px solid var(--line);
    background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
    padding: 22px;
}

.coach-note-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.coach-note-head h3 {
    text-transform: uppercase;
    font-size: 1.15rem;
}

.coach-note-head p {
    color: #fff;
    margin-top: 4px;
    font-size: .84rem;
}

.score-strip {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin: 18px 0;
}

.score-strip div {
    padding: 11px;
    border: 1px solid var(--line);
    background: #090e15;
    text-align: center;
}

.score-strip strong {
    display: block;
    text-transform: uppercase;
    font-size: .7rem;
    color: #fff;
}

.score-strip span {
    display: block;
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--red);
    margin-top: 4px;
}

.coach-note-text {
    color: #fff;
    white-space: normal;
}

.coach-note-footer {
    margin-top: 16px;
    padding-top: 13px;
    border-top: 1px solid var(--line);
    color: #fff;
    font-size: .78rem;
}

@media(max-width:800px) {
    .score-strip {
        grid-template-columns:repeat(2,1fr)
    }

    .coach-note-head {
        flex-direction:column
    }

}

@media(max-width:520px) {
    .score-grid {
        grid-template-columns:1fr
    }

}

/* PHASE 5 CALENDAR BOOKING */
.booking-calendar-wrap {
    border: 1px solid var(--line);
    background: #080d14;
    box-shadow:0 18px 45px rgba(0,0,0,.25)
}

.calendar-toolbar {
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--line);
    text-align: center;
    background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015))
}

.calendar-toolbar h2 {
    text-transform: uppercase;
    font-size: 1.65rem;
    letter-spacing:.02em
}

.calendar-toolbar .eyebrow {
    margin-bottom:3px
}

.calendar-arrow {
    height: 44px;
    width: 44px;
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 900;
    background: #0b1728;
    line-height:1
}

.calendar-arrow:hover {
    background: var(--red);
    border-color:var(--red)
}

.booking-calendar {
    display: grid;
    grid-template-columns:repeat(7,minmax(0,1fr))
}

.calendar-weekday {
    padding: 12px 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    color: #fff;
    background: #101a28;
    border-right: 1px solid var(--line);
    border-bottom:1px solid var(--line)
}

.calendar-weekday:nth-child(7) {
    border-right:0
}

.calendar-day {
    min-height: 190px;
    padding: 9px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #0b1119;
    overflow:hidden
}

.calendar-day:nth-child(7n) {
    border-right:0
}

.calendar-day.outside-month {
    background: #070b10;
    opacity:.48
}

.calendar-day.past-day:not(.today) {
    background:#090e15
}

.calendar-day.today {
    box-shadow:inset 0 0 0 2px var(--red)
}

.calendar-date {
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight:900
}

.calendar-date span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius:50%
}

.calendar-day.today .calendar-date span {
    background:var(--red)
}

.calendar-date small {
    color: var(--red);
    text-transform: uppercase;
    font-size: .58rem;
    letter-spacing:.06em
}

.calendar-events {
    display: grid;
    gap: 8px;
    margin-top:7px
}

.calendar-class {
    padding: 9px;
    border: 1px solid #26364a;
    background: linear-gradient(180deg,#142238,#0b1626);
    border-radius:3px
}

.calendar-class-head {
    display: flex;
    flex-direction: column;
    gap:2px
}

.calendar-class-head strong {
    font-size: .78rem;
    text-transform: uppercase;
    color: #fff;
    line-height:1.15
}

.calendar-class-head span {
    font-size: .68rem;
    color: #cdd7e2;
    font-weight:800
}

.calendar-spots {
    margin: 5px 0 7px;
    color: #aeb9c5;
    font-size:.66rem
}

.calendar-class form {
    margin:0
}

.calendar-btn {
    width: 100%;
    min-height: 30px;
    padding: 7px 8px;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .04em;
    cursor: pointer;
    display: block;
    color:#fff!important
}

.calendar-btn.book {
    background: var(--red);
    border-color:var(--red)
}

.calendar-btn.book:hover {
    filter:brightness(1.12)
}

.calendar-btn.waitlist {
    background: #1769aa;
    border-color:#2b82c9
}

.calendar-btn.cancel {
    background: transparent;
    border-color:#617087
}

.calendar-btn.cancel:hover {
    background:#1c2b40
}

.calendar-btn.muted {
    background: #111a27;
    border-color: #354153;
    color: #a7b0ba!important;
    cursor:not-allowed
}

.calendar-action-stack {
    display: grid;
    gap:5px
}

.booking-status {
    display: block;
    padding: 5px 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: .61rem;
    font-weight: 900;
    border:1px solid
}

.booking-status.booked {
    color: #70e59a;
    border-color: #2c8750;
    background:rgba(45,184,95,.12)
}

.booking-status.waitlisted {
    color: #76c4ff;
    border-color: #2b82c9;
    background:rgba(43,130,201,.12)
}

@media(max-width:1100px) {
    .booking-calendar {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .calendar-weekday {
        display:none
    }

    .calendar-day,.calendar-day:nth-child(7n) {
        border-right: 1px solid var(--line);
        min-height:150px
    }

    .calendar-day.outside-month:empty {
        display:none
    }

}

@media(max-width:650px) {
    .booking-calendar {
        grid-template-columns:1fr
    }

    .calendar-day {
        min-height:auto
    }

    .calendar-day.outside-month {
        display:none
    }

    .calendar-toolbar {
        grid-template-columns: 44px 1fr 44px;
        padding:15px 12px
    }

    .calendar-toolbar h2 {
        font-size:1.25rem
    }

    .calendar-arrow {
        width: 40px;
        height:40px
    }

}

/* PROGRAM CARD PHOTOS */
.program-image {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
    object-position: center;
    background: #11151c;
}

@media (max-width:900px) {
    .program-image {
        height:240px
    }

}

@media (max-width:560px) {
    .program-image {
        height:220px
    }

}

/* LITTLE CHAMPS MISSION PAGE */
.little-champs-mission {
    background:
        radial-gradient(circle at 10% 30%, rgba(36,95,189,.13), transparent 30%),
        radial-gradient(circle at 90% 70%, rgba(237,28,36,.10), transparent 30%),
        #050608;
}

.little-champs-mission-grid {
    align-items: stretch;
}

.little-champs-photo-wrap {
    min-height: 650px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    background: linear-gradient(145deg, #0a1423, #050608);
    box-shadow: 0 22px 60px rgba(0,0,0,.35);
    position: relative;
}

.little-champs-photo-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 58%, rgba(5,6,8,.62));
}

.little-champs-photo {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.little-champs-photo-wrap:hover .little-champs-photo {
    transform: scale(1.025);
}

.mission-content {
    padding: 10px 0;
}

.mission-content .section-title {
    margin: 8px 0 24px;
}

.mission-content p:not(.eyebrow):not(.mission-values):not(.mission-closing) {
    color: #eef3f8;
    margin-top: 17px;
    font-size: 1rem;
    line-height: 1.75;
}

.mission-content strong {
    color: #fff;
}

.mission-values {
    margin-top: 28px;
    padding: 16px 18px;
    border-left: 4px solid var(--red);
    background: rgba(237,28,36,.09);
    color: #fff;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mission-closing {
    margin-top: 18px;
    color: var(--red);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.little-champs-actions {
    margin-top: 28px;
}

@media(max-width:1180px) {
    .little-champs-photo-wrap,
    .little-champs-photo {
        min-height: 500px;
    }
}

@media(max-width:680px) {
    .little-champs-photo-wrap,
    .little-champs-photo {
        min-height: 360px;
    }

    .mission-content {
        padding-top: 8px;
    }

    .mission-closing {
        font-size: 1.1rem;
    }
}

/* CONTACT FORM SECURITY */
.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.portal-signout-wrap {
    flex: 0 0 auto;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    background: #08111f;
}

.portal-signout-wrap .portal-signout {
    width: 100%;
}

.portal-nav::-webkit-scrollbar {
    width: 7px;
}

.portal-nav::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.18);
    border-radius: 999px;
}

.portal-nav::-webkit-scrollbar-track {
    background: transparent;
}

