﻿:root {
    --basi-red: #e12826;
    --basi-red-dark: #c81719;
    --basi-black: #111;
    --basi-text: #5f5f5f;
    --basi-soft: #fff8f4;
    --basi-line: rgba(0,0,0,.08)
}

html {
    scroll-behavior: smooth
}

.studio-page {
    background: #fffaf5;
    color: var(--basi-black);
    overflow: visible
}

    .studio-page * {
        box-sizing: border-box
    }

.studio-container {
    width: min(1180px,calc(100% - 48px));
    margin: auto
}

.studio-hero {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eee;
    background: linear-gradient(90deg,#fff 0%,rgb(255 255 255 / .96) 36%,rgb(255 255 255 / .46) 54%,#fff0 76%),url(/images/find-studio1.jpg) center right/cover no-repeat
}

.studio-hero-inner {
    min-height: 390px;
    display: flex;
    align-items: center
}

.studio-hero-copy {
    max-width: 540px;
    padding: 60px 0 76px
}

.studio-hero h1 {
    margin: 0;
    font-size: clamp(42px,4.6vw,64px);
    line-height: 1.02;
    letter-spacing: -2.4px;
    font-weight: 700
}

    .studio-hero h1 span {
        color: var(--basi-red)
    }

.studio-hero p {
    margin: 18px 0 0;
    max-width: 430px;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 1.8
}

.studio-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px
}

.studio-btn {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--basi-red);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 15px 32px rgb(225 40 38 / .22);
    transition: .25s ease;
    border: 0;
    cursor: pointer
}

    .studio-btn:hover {
        background: var(--basi-red-dark);
        color: #fff;
        transform: translateY(-2px)
    }

.studio-outline {
    background: #fff;
    color: var(--basi-red);
    border: 1px solid rgb(225 40 38 / .25);
    box-shadow: 0 12px 28px rgb(0 0 0 / .06)
}

    .studio-outline:hover {
        background: #fff;
        color: var(--basi-red)
    }

.studio-section-nav-wrap {
    position: sticky;
    top: 74px;
    z-index: 999;
    margin-top: -30px;
    padding: 0 0 10px
}

.studio-section-nav {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
    background: rgb(255 255 255 / .95);
    backdrop-filter: blur(16px);
    border: 1px solid rgb(0 0 0 / .05);
    box-shadow: 0 20px 50px rgb(0 0 0 / .08)
}

    .studio-section-nav a {
        min-height: 48px;
        border-radius: 14px;
        background: #fff8f4;
        color: #111;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 700;
        white-space: nowrap;
        transition: .25s ease
    }

        .studio-section-nav a i {
            color: var(--basi-red)
        }

        .studio-section-nav a:hover {
            background: var(--basi-red);
            color: #fff
        }

            .studio-section-nav a:hover i {
                color: #fff
            }

.studio-section {
    padding: 54px 0
}

.studio-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 38px
}

.studio-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--basi-red);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 14px
}

    .studio-kicker:before {
        content: "";
        width: 34px;
        height: 1px;
        background: var(--basi-red)
    }

.studio-head h2 {
    margin: 0;
    font-size: clamp(30px,3.4vw,44px);
    line-height: 1.08;
    letter-spacing: -1.3px;
    font-weight: 700
}

.studio-head p {
    margin: 14px 0 0;
    color: var(--basi-text);
    font-size: 17px;
    line-height: 1.75
}

.studio-detail-top {
    padding: 40px 0 45px;
    background: linear-gradient(180deg,#fffaf5 0%,#fff 100%)
}

.studio-about-compact {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 58px;
    align-items: center;
    padding-bottom: 44px;
    border-bottom: 1px solid rgb(0 0 0 / .08)
}

.studio-about-text h2 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #111
}

.studio-programs-compact {
    padding: 55px 0 0
}

    .studio-programs-compact .programs-heading {
        text-align: center;
        max-width: 920px;
        margin: 0 auto 34px
    }

    .studio-programs-compact .programs-kicker {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: var(--basi-red);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .22em;
        margin-bottom: 18px
    }

        .studio-programs-compact .programs-kicker:before {
            content: "";
            width: 42px;
            height: 1.5px;
            background: var(--basi-red)
        }

    .studio-programs-compact .programs-heading h2 {
        margin: 0;
        font-size: clamp(44px,5vw,42px);
        line-height: 1.02;
        letter-spacing: -2.5px;
        font-weight: 700;
        color: #111
    }

    .studio-programs-compact .programs-heading p {
        margin: 20px auto 0;
        max-width: 920px;
        color: #5f5f5f;
        font-size: 17px;
        line-height: 1.85
    }

@media(max-width:768px) {
    .studio-programs-compact .programs-heading h2 {
        font-size: 40px;
        letter-spacing: -1px
    }

    .studio-programs-compact .programs-heading p {
        font-size: 14px;
        line-height: 1.75
    }
}

.studio-about-text p {
    margin: 0;
    max-width: 680px;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 1.9
}

    .studio-about-text p + p {
        margin-top: 16px !important
    }

.studio-certified-box h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #111
}

.studio-certified-box p {
    margin: 0;
    color: #444;
    font-size: 13px;
    line-height: 1.55
}

.studio-programs-compact {
    padding: 40px 0 0
}

.programs-grid-compact {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
    margin-top: 24px
}

.program-card-compact {
    min-height: 132px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 14px;
    transition: .24s ease;
    box-shadow: 0 12px 36px rgb(70 42 18 / .05)
}

    .program-card-compact:hover {
        transform: translateY(-4px);
        border-color: rgb(225 40 38 / .28);
        box-shadow: 0 18px 44px rgb(70 42 18 / .10)
    }

    .program-card-compact i {
        color: var(--basi-red);
        font-size: 30px;
        margin-bottom: 16px
    }

    .program-card-compact h3 {
        margin: 0;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 700;
        color: #111
    }

.team-section {
    background: #fff
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 24px;
    align-items: stretch
}

.team-card {
    grid-column: span 4;
    padding: 34px 22px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .06);
    text-align: center;
    box-shadow: 0 18px 54px rgb(70 42 18 / .07);
    transition: .25s ease
}

    .team-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 60px rgb(70 42 18 / .11)
    }

    .team-card img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
        margin: 0 auto 18px;
        border: 5px solid #fff;
        box-shadow: 0 14px 32px rgb(0 0 0 / .12)
    }

    .team-card h3 {
        margin: 0 0 7px;
        font-size: 20px;
        font-weight: 700
    }

    .team-card span {
        display: block;
        color: var(--basi-red);
        font-size: 15px;
        font-weight: 700
    }

.team-grid.team-count-4 .team-card {
    grid-column: span 3
}

.team-grid.team-count-5 .team-card {
    grid-column: span 4
}

    .team-grid.team-count-5 .team-card:nth-child(4) {
        grid-column: 3 / span 4
    }

    .team-grid.team-count-5 .team-card:nth-child(5) {
        grid-column: 7 / span 4
    }

.team-grid.team-count-6 .team-card {
    grid-column: span 4
}

.team-grid.team-count-7 .team-card {
    grid-column: span 3
}

    .team-grid.team-count-7 .team-card:nth-child(5) {
        grid-column: 2 / span 3
    }

    .team-grid.team-count-7 .team-card:nth-child(6) {
        grid-column: 5 / span 3
    }

    .team-grid.team-count-7 .team-card:nth-child(7) {
        grid-column: 8 / span 3
    }

.team-grid.team-count-8 .team-card {
    grid-column: span 3
}

@media(max-width:1000px) {
    .team-card, .team-grid.team-count-4 .team-card, .team-grid.team-count-5 .team-card, .team-grid.team-count-6 .team-card, .team-grid.team-count-7 .team-card, .team-grid.team-count-8 .team-card {
        grid-column: span 6 !important
    }
}

@media(max-width:520px) {
    .team-grid {
        gap: 14px
    }

        .team-card, .team-grid.team-count-4 .team-card, .team-grid.team-count-5 .team-card, .team-grid.team-count-6 .team-card, .team-grid.team-count-7 .team-card, .team-grid.team-count-8 .team-card {
            grid-column: span 6 !important;
            padding: 22px 12px;
            border-radius: 22px
        }

            .team-card img {
                width: 120px !important;
                height: 120px !important
            }

            .team-card h3 {
                font-size: 15px
            }

            .team-card span {
                font-size: 12px
            }
}

.gallery-video-section {
    background: #fffaf5
}

.gallery-video-grid {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 24px;
    align-items: stretch
}

.gallery-four-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px
}

    .gallery-four-grid img {
        width: 100%;
        height: 255px;
        object-fit: cover;
        display: block;
        border-radius: 26px;
        background: #fff1eb;
        box-shadow: 0 18px 48px rgb(70 42 18 / .10);
        transition: .25s ease
    }

        .gallery-four-grid img:hover {
            transform: translateY(-4px)
        }

.studio-video-card {
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .06);
    box-shadow: 0 24px 74px rgb(70 42 18 / .12);
    overflow: hidden
}

.studio-video-box {
    width: 100%;
    height: 510px;
    background: #f6f3ef;
    overflow: hidden
}

.studio-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.studio-video-content {
    padding: 24px 26px 28px
}

    .studio-video-content span {
        display: block;
        color: var(--basi-red);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .18em;
        margin-bottom: 10px
    }

    .studio-video-content h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.12;
        letter-spacing: -.7px;
        font-weight: 700
    }

    .studio-video-content p {
        margin: 12px 0 0;
        color: var(--basi-text);
        font-size: 17px;
        line-height: 1.7
    }

.book-session-section {
    background: radial-gradient(circle at 10% 20%,rgb(225 40 38 / .07),transparent 30%),linear-gradient(180deg,#fffaf5 0%,#fff 100%)
}

.book-session-panel {
    position: relative;
    padding: 35px;
    border-radius: 38px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .05);
    box-shadow: 0 34px 90px rgb(70 42 18 / .10);
    overflow: hidden
}

    .book-session-panel:before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgb(225 40 38 / .05);
        left: -120px;
        bottom: -130px
    }

.book-session-grid {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center
}

.book-session-copy h2 {
    margin: 0;
    font-size: clamp(32px,3.4vw,44px);
    line-height: 1.08;
    letter-spacing: -1.3px;
    font-weight: 700
}

.book-session-copy p {
    margin: 16px 0 0;
    color: var(--basi-text);
    font-size: 17px;
    line-height: 1.85
}

.book-highlights {
    display: grid;
    gap: 12px;
    margin-top: 24px
}

    .book-highlights div {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 700
    }

    .book-highlights i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff1eb;
        color: var(--basi-red);
        display: grid;
        place-items: center
    }

.book-session-form h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700
}

.form-row {
    margin-bottom: 12px
}

    .form-row.two {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

.studio-input {
    width: 100%;
    min-height: 50px;
    border-radius: 14px;
    border: 1px solid rgb(0 0 0 / .08);
    background: #fffaf5;
    padding: 0 15px;
    outline: none;
    font-size: 13px
}

    .studio-input:focus {
        border-color: rgb(225 40 38 / .35);
        box-shadow: 0 0 0 4px rgb(225 40 38 / .08)
    }

.studio-textarea {
    min-height: 105px;
    padding-top: 14px;
    resize: none
}

.studio-submit-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    border: 0;
    background: var(--basi-red);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: .25s ease;
    box-shadow: 0 16px 34px rgb(225 40 38 / .22)
}

    .studio-submit-btn:hover {
        background: var(--basi-red-dark);
        transform: translateY(-2px)
    }

.hours-connect {
    background: #fff
}

.hours-connect-grid {
    display: grid;
    grid-template-columns: .85fr 1fr 1fr;
    gap: 22px;
    align-items: stretch
}

.hours-box, .connect-box, .map-card {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .06);
    box-shadow: 0 18px 54px rgb(70 42 18 / .07)
}

    .hours-box h2, .connect-box h2 {
        margin: 0 0 22px;
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: -.7px;
        font-weight: 700
    }

.hours-list {
    display: grid;
    gap: 8px
}

.hours-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid rgb(0 0 0 / .08)
}

    .hours-row:last-child {
        border-bottom: 0
    }

    .hours-row strong {
        font-size: 14px
    }

    .hours-row span {
        color: var(--basi-text);
        font-size: 13px;
        text-align: right
    }

.connect-list {
    display: grid;
    gap: 14px;
    margin-bottom: 22px
}

.connect-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center
}

    .connect-item i {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff4ef;
        color: var(--basi-red);
        display: grid;
        place-items: center
    }

    .connect-item strong {
        display: block;
        margin-bottom: 3px;
        font-size: 15px
    }

    .connect-item a, .connect-item span {
        color: var(--basi-text);
        text-decoration: none;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
    }

.connect-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.map-card {
    padding: 0;
    overflow: hidden
}

    .map-card iframe {
        width: 100%;
        height: 100%;
        min-height: 340px;
        border: 0;
        display: block
    }

@media(max-width:1000px) {
    .studio-section-nav {
        display: flex;
        overflow: auto
    }

        .studio-section-nav a {
            min-width: 150px
        }

    .studio-about-compact, .book-session-grid, .gallery-video-grid, .hours-connect-grid {
        grid-template-columns: 1fr
    }

    .programs-grid-compact {
        grid-template-columns: repeat(3,1fr)
    }

    .studio-video-box {
        height: 360px
    }

    .gallery-four-grid img {
        height: 230px
    }

    .about-media {
        margin-top: 34px
    }
}

@media(max-width:700px) {
    .studio-container {
        width: min(100% - 28px,1180px)
    }

    .studio-hero-inner {
        min-height: 430px;
        align-items: flex-start
    }

    .studio-hero-copy {
        padding: 45px 0 40px
    }

    .studio-hero h1 {
        font-size: 38px;
        letter-spacing: -1px
    }

    

    .studio-btn {
        width: 100%
    }

    .studio-section {
        padding: 20px 0
    }

    .studio-detail-top {
        padding: 42px 0 54px
    }

    .studio-about-compact {
        padding: 0 0 34px;
        gap: 28px
    }

    .about-media-img {
        min-height: 300px;
        border-radius: 26px
    }

    .studio-certified-box {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 18px;
        grid-template-columns: 1fr;
        padding: 24px
    }

    .programs-grid-compact, .gallery-four-grid, .form-row.two {
        grid-template-columns: 1fr
    }

    .gallery-four-grid, .form-row.two {
        grid-template-columns: 1fr
    }

    .team-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .program-card-compact {
        min-height: 118px
    }

    .gallery-four-grid img {
        height: 240px
    }

    .studio-video-box {
        height: 300px
    }

    .book-session-panel {
        padding: 24px 16px;
        border-radius: 26px
    }

    .hours-box, .connect-box {
        padding: 26px 20px
    }
}

.about-connect-card {
    padding: 34px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .06);
    box-shadow: 0 24px 74px rgb(70 42 18 / .10)
}

    .about-connect-card h3 {
        margin: 8px 0 24px;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: -.8px;
        font-weight: 700
    }

.about-connect-list {
    display: grid;
    gap: 16px
}

.about-connect-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: flex-start
}

    .about-connect-item i {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #fff4ef;
        color: var(--basi-red);
        display: grid;
        place-items: center;
        font-size: 16px
    }

    .about-connect-item strong {
        display: block;
        margin-bottom: 4px;
        font-size: 15px
    }

    .about-connect-item span, .about-connect-item a {
        color: var(--basi-text);
        text-decoration: none;
        font-size: 14px;
        font-weight:500;
        line-height: 1.7
    }

.about-connect-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px
}

.studio-social-strip {
    position: relative;
    padding: 65px 0;
    overflow: hidden;
    background: radial-gradient(circle at top left,rgb(225 40 38 / .08),transparent 28%),radial-gradient(circle at bottom right,rgb(224 62 67 / .08),transparent 30%),linear-gradient(180deg,#fffaf5 0%,#fff4ee 100%);
    border-top: 1px solid rgb(0 0 0 / .05)
}

    .studio-social-strip:before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgb(255 255 255 / .04);
        right: -140px;
        top: -140px
    }

.studio-social-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap
}

.studio-social-copy {
    max-width: 620px
}

    .studio-social-copy span {
        display: inline-block;
        margin-bottom: 14px;
        color: var(--basi-red);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .18em
    }

    .studio-social-copy h2 {
        margin: 0;
        color: #111;
        font-size: clamp(34px,4vw,52px);
        line-height: 1.05;
        letter-spacing: -1.6px;
        font-weight: 700
    }

    .studio-social-copy p {
        display:inline-block;
        margin: 18px 0 0;
        max-width: 540px;
        color: #5f5f5f;
        font-size: 15px;
        line-height: 1.85
    }

.studio-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.social-pill {
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    transition: .25s ease;
    border: 1px solid rgb(0 0 0 / .08);
    background: #fff;
    box-shadow: 0 14px 34px rgb(70 42 18 / .08)
}

    .social-pill i {
        font-size: 18px
    }

    .social-pill:hover {
        transform: translateY(-3px);
        background: var(--basi-red);
        border-color: var(--basi-red);
        color: #fff
    }

@media(max-width:768px) {
    .studio-social-strip {
        padding: 50px 0
    }

    .studio-social-links {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .social-pill {
        justify-content: center
    }
}

@media(max-width:520px) {
    .studio-social-links {
        grid-template-columns: 1fr
    }
}

.phone-list {
    display: flex;
    flex-direction: column;
    gap: 4px
}

    .phone-list a {
        color: var(--basi-text);
        text-decoration: none;
        transition: .25s ease
    }

        .phone-list a:hover {
            color: var(--basi-red)
        }

/* VIEW STUDIO MOBILE FINAL FIX */
@media(max-width:700px) {

    .studio-container {
        width: min(100% - 24px,1180px) !important;
    }

    /* 1. Hero text readability */
    .studio-hero {
        background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 46%, rgba(255,255,255,.72) 68%, rgba(255,255,255,.28) 100%), var(--hero-bg, url(/images/why-hero.jpg)) center right/cover no-repeat !important;
    }

    .studio-hero-copy {
        max-width: 100% !important;
        padding: 48px 0 42px !important;
    }

    .studio-hero h1 {
        font-size: 38px !important;
        line-height: 1.04 !important;
        letter-spacing: -1px !important;
        max-width: 350px !important;
    }

    .studio-hero p {
        max-width: 310px !important;
        padding-top:15px;
        color: #202020 !important;
        font-size: 17px !important;
        line-height: 1.75 !important;
        font-weight: 500 !important;
    }

    /* 2. Tabs no horizontal scroll */
    .studio-section-nav-wrap {
        position: relative !important;
        top: auto !important;
        margin-top: 0 !important;
        padding: 14px 0 !important;
        background: #fffaf5;
    }

    .studio-section-nav {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 10px !important;
        overflow: visible !important;
        border-radius: 22px !important;
        padding: 12px !important;
    }

        .studio-section-nav a {
            min-width: 0 !important;
            width: 100% !important;
            min-height: 50px !important;
            font-size: 13px !important;
            white-space: normal !important;
            text-align: center !important;
            padding: 0 10px !important;
        }

    /* 3. Programs 2 columns */
    .programs-grid-compact {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important;
    }

    .program-card-compact {
        min-height: 120px !important;
        border-radius: 20px !important;
        padding: 18px 10px !important;
    }

        .program-card-compact i {
            font-size: 25px !important;
            margin-bottom: 12px !important;
        }

        .program-card-compact h3 {
            font-size: 13px !important;
            line-height: 1.3 !important;
        }

    .studio-programs-compact .programs-heading h2 {
        font-size: 32px !important;
        line-height: 1.08 !important;
        letter-spacing: -1px !important;
    }

    .studio-programs-compact .programs-heading p {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    /* 4. Team 2 columns */
    .team-grid {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important;
    }

        .team-card,
        .team-grid.team-count-4 .team-card,
        .team-grid.team-count-5 .team-card,
        .team-grid.team-count-6 .team-card,
        .team-grid.team-count-7 .team-card,
        .team-grid.team-count-8 .team-card {
            grid-column: auto !important;
            padding: 18px 10px 16px !important;
            border-radius: 20px !important;
        }

            .team-card img {
                width: 150px !important;
                height: 150px !important;
                margin-bottom: 12px !important;
                border-width: 3px !important;
            }

            .team-card h3 {
                font-size: 17px !important;
                line-height: 1.25 !important;
            }

            .team-card span {
                font-size: 13px !important;
                line-height: 1.35 !important;
            }

    /* 5. Gallery 2 columns, video single */
    .gallery-video-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .gallery-four-grid {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 10px !important;
    }

        .gallery-four-grid img {
            height: 140px !important;
            border-radius: 18px !important;
        }

    .studio-video-card {
        border-radius: 22px !important;
    }

    .studio-video-box {
        height: 260px !important;
    }

    .studio-video-content {
        padding: 20px 18px 22px !important;
    }

        .studio-video-content h3 {
            font-size: 20px !important;
        }

        .studio-video-content p {
            font-size: 13px !important;
            line-height: 1.65 !important;
        }

    /* 6. Social links 2 columns */
    .studio-social-inner {
        display: block !important;
    }

    .studio-social-copy h2 {
        font-size: 32px !important;
        line-height: 1.08 !important;
        letter-spacing: -1px !important;
    }

    .studio-social-links {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 10px !important;
        margin-top: 24px !important;
    }

    .social-pill {
        width: 100% !important;
        min-height: 50px !important;
        padding: 0 12px !important;
        justify-content: center !important;
        font-size: 12px !important;
    }
}

@media(max-width:380px) {
    .studio-hero h1 {
        font-size: 34px !important;
    }

    .gallery-four-grid img {
        height: 120px !important;
    }

    .team-card img {
        width: 78px !important;
        height: 78px !important;
    }
}

/* Visit, Call or Book a Session buttons mobile fix */
@media(max-width:700px) {

    .about-connect-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        margin-top: 22px !important;
    }

        .about-connect-actions .studio-btn {
            width: 100% !important;
            min-width: 0 !important;
            padding: 0 12px !important;
            min-height: 48px !important;
            font-size: 11px !important;
            letter-spacing: .04em !important;
            white-space: nowrap !important;
        }

            .about-connect-actions .studio-btn i {
                font-size: 13px !important;
            }
}
/* HERO CTA 2 COLUMN MOBILE FIX */
@media(max-width:700px) {

    .studio-actions {
        padding-top:20px;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        margin-top: 24px !important;
    }

        .studio-actions .studio-btn {
            width: 100% !important;
            min-width: 0 !important;
            min-height: 44px !important;
            padding: 0 14px !important;
            border-radius: 999px !important;
            font-size: 13px !important;
           /* letter-spacing: .05em !important;*/
            justify-content: center !important;
            white-space: nowrap !important;
        }

            .studio-actions .studio-btn i {
                font-size: 13px !important;
                margin-right: 8px !important;
            }
}

@media(max-width:380px) {

    .studio-actions {
        gap: 10px !important;
    }

        .studio-hero-actions .studio-btn {
            font-size: 10px !important;
            padding: 0 10px !important;
        }
}
/* Studio tabs mobile final alignment */
@media(max-width:700px) {

    .studio-section-nav {
        grid-template-columns: repeat(2,1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
    }

        .studio-section-nav a {
            min-height: 48px !important;
            justify-content: flex-start !important;
            padding: 0 12px !important;
            gap: 10px !important;
            font-size: 12px !important;
            border-radius: 16px !important;
        }

            .studio-section-nav a i {
                width: 18px !important;
                min-width: 18px !important;
                text-align: center !important;
                font-size: 15px !important;
            }

            .studio-section-nav a:last-child {
                grid-column: 1 / -1 !important;
                justify-content: center !important;
            }
}
/* Programs grid mobile perfect balance */
@media(max-width:700px) {

    .programs-grid-compact {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important;
    }

    .program-card-compact {
        min-height: 132px !important;
        border-radius: 22px !important;
        padding: 20px 12px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

        .program-card-compact i {
            font-size: 28px !important;
            margin-bottom: 14px !important;
        }

        .program-card-compact h3 {
            font-size: 14px !important;
            line-height: 1.35 !important;
            margin: 0 !important;
        }

    /* last odd item center */
    .programs-grid-compact .program-card-compact:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
        max-width: 48% !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Sticky studio tab menu final fix */
@media(max-width:700px) {

    .studio-page {
        overflow: visible !important;
    }

    .studio-section-nav-wrap {
        position: sticky !important;
        top: 74px !important;
        z-index: 99999 !important;
        margin-top: 0 !important;
        padding: 10px 0 !important;
        background: #fffaf5 !important;
    }

    .studio-section-nav {
        position: relative !important;
        z-index: 99999 !important;
        box-shadow: 0 14px 38px rgba(0,0,0,.10) !important;
    }
}