.top-bar-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.top-bar-link:hover {
    opacity: 0.8;
}

/* Launch Offers Page Styles */
.launch-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 260px 20px 180px;
    background: linear-gradient(135deg, rgba(20, 12, 7, 0.65), rgba(84, 52, 27, 0.7)),
        url("/images/Reformer Pilates Group Class.jpg") no-repeat center center / cover;
    color: #ffffff;
}

.launch-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20, 12, 7, 0.4), rgba(20, 12, 7, 0.2));
}

.launch-hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.launch-hero-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #eed5b6;
}

.launch-hero-title {
    font-family: 'Cormorant', serif;
    font-size: 68px;
    line-height: 1.05;
    font-weight: 500;
}

.launch-hero-subtext {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 620px;
}

.launch-hero .cta-button {
    border-color: #eed5b6;
    color: #eed5b6;
}

.launch-hero-cta {
    padding: 14px 48px;
}

.launch-hero-cta:hover {
    background: #eed5b6;
    color: #54341b;
}

.launch-intro {
    background: #f8f3ed;
    padding: 120px 0;
}

.launch-intro-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.launch-intro-copy h2 {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 18px;
}

.launch-intro-copy p {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(84, 52, 27, 0.85);
    max-width: 860px;
}

.launch-intro-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.launch-highlight {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(84, 52, 27, 0.12);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.launch-highlight h3 {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    color: #54341b;
}

.launch-highlight p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(84, 52, 27, 0.8);
}

.launch-rates {
    background: #ffffff;
    padding: 130px 0 120px;
}

.launch-rates-header {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.launch-rates-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #bc9969;
}

.launch-rates-header h2 {
    font-family: 'Cormorant', serif;
    font-size: 54px;
    font-weight: 600;
    color: #54341b;
}

.launch-rates-header p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(84, 52, 27, 0.82);
}

.launch-rates-grid {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.rate-card {
    background: #f8f3ed;
    border-radius: 24px;
    padding: 38px 36px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-shadow: 0 24px 50px rgba(84, 52, 27, 0.12);
}

.rate-card-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rate-card-label {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.rate-card-header p {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(84, 52, 27, 0.8);
}

.rate-card-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rate-card-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(84, 52, 27, 0.08);
}

.rate-card-row--quad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rate-card-row--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rate-card-row span {
    font-size: 15px;
    line-height: 1.6;
    color: #54341b;
    font-weight: 500;
}

.rate-card-headings {
    background: #54341b;
    box-shadow: none;
}

.rate-card-headings span {
    color: #eed5b6;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.rate-card-footer p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(84, 52, 27, 0.75);
}

.launch-rate-note {
    max-width: 560px;
    margin: 60px auto 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: rgba(84, 52, 27, 0.68);
    padding: 0 24px;
}

.launch-cta {
    background: linear-gradient(135deg, rgba(20, 12, 7, 0.92), rgba(84, 52, 27, 0.92)),
        url("/images/Reformer Pilates Personal Training.jpg") no-repeat center center / cover;
    padding: 140px 20px;
    color: #ffffff;
}

.launch-cta-container {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.launch-cta-container h2 {
    font-family: 'Cormorant', serif;
    font-size: 50px;
    font-weight: 600;
}

.launch-cta-container p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.launch-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.launch-cta-actions .cta-button {
    border-color: #eed5b6;
    color: #eed5b6;
}

.launch-cta-secondary {
    border-color: #eed5b6;
    color: #eed5b6;
}

.launch-cta-secondary:hover {
    background: #eed5b6;
    color: #54341b;
}

@media (max-width: 992px) {
    .launch-hero {
        padding: 220px 20px 140px;
    }

    .launch-hero-title {
        font-size: 60px;
    }

    .launch-intro-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rate-card {
        padding: 34px 30px;
    }
}

@media (max-width: 768px) {
    .launch-hero {
        padding: 180px 18px 100px;
        min-height: 70vh;
    }

    .launch-hero-content {
        padding: 0 10px;
    }

    .launch-hero-title {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .launch-hero-subtext {
        font-size: 16px;
        line-height: 1.7;
        max-width: 95%;
        margin: 0 auto 30px;
    }

    .launch-hero-cta {
        padding: 14px 36px;
        font-size: 14px;
        letter-spacing: 1.5px;
        min-height: 48px;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .launch-intro {
        padding: 90px 0;
    }

    .launch-intro-container {
        gap: 42px;
        padding: 0 20px;
    }

    .launch-intro-copy {
        padding: 0 10px;
    }

    .launch-intro-copy h2 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .launch-intro-copy p {
        font-size: 16px;
        line-height: 1.75;
    }

    .launch-intro-highlights {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .launch-highlight {
        padding: 28px 24px;
    }

    .launch-highlight h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .launch-highlight p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .launch-rates {
        padding: 80px 0 70px;
    }

    .launch-rates-header {
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .launch-rates-eyebrow {
        font-size: 11px;
        letter-spacing: 0.28em;
        margin-bottom: 12px;
    }

    .launch-rates-header h2 {
        font-size: 42px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .launch-rates-header p {
        font-size: 16px;
        line-height: 1.7;
    }

    .launch-rates-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0 20px;
    }

    .rate-card {
        padding: 32px 26px;
        gap: 24px;
    }

    .rate-card-header {
        gap: 10px;
    }

    .rate-card-label {
        font-size: 28px;
        line-height: 1.2;
    }

    .rate-card-header p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .rate-card-table {
        gap: 14px;
    }

    .rate-card-row {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 0;
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        background: transparent;
    }

    .rate-card-headings {
        display: none;
    }

    .rate-card-row:not(.rate-card-headings) {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(84, 52, 27, 0.08);
        padding: 16px 14px;
        gap: 12px;
    }

    .rate-card-row:not(.rate-card-headings) span {
        font-size: 14px;
        line-height: 1.6;
        display: block;
        padding: 10px 0;
        color: #54341b;
        border-bottom: 1px solid rgba(84, 52, 27, 0.1);
        position: relative;
        padding-left: 0;
    }

    .rate-card-row:not(.rate-card-headings) span:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    /* Triple layout labels (for launch-offers page) */
    .rate-card-row--triple:not(.rate-card-headings) span:nth-child(1)::before {
        content: "Rate: ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    .rate-card-row--triple:not(.rate-card-headings) span:nth-child(2)::before {
        content: "Total (Incl. Tax): ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    .rate-card-row--triple:not(.rate-card-headings) span:nth-child(3)::before {
        content: "Validity: ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    /* Quad layout labels (for our-packages page) */
    .rate-card-row--quad:not(.rate-card-headings) span:nth-child(1)::before {
        content: "Duration: ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    .rate-card-row--quad:not(.rate-card-headings) span:nth-child(2)::before {
        content: "Amount: ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    .rate-card-row--quad:not(.rate-card-headings) span:nth-child(3)::before {
        content: "Session Rate: ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    .rate-card-row--quad:not(.rate-card-headings) span:nth-child(4)::before {
        content: "Validity: ";
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(84, 52, 27, 0.7);
        display: block;
        margin-bottom: 6px;
    }

    .rate-card-headings span {
        font-size: 12px;
        letter-spacing: 0.15em;
        padding: 4px 0;
    }

    .rate-card-footer {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(84, 52, 27, 0.1);
    }

    .rate-card-footer p {
        font-size: 13.5px;
        line-height: 1.65;
        color: rgba(84, 52, 27, 0.75);
    }

    .launch-rate-note {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 20px;
        margin-top: 50px;
    }

    .launch-cta {
        padding: 100px 20px;
    }

    .launch-cta-container {
        padding: 0 10px;
        gap: 20px;
    }

    .launch-cta-container h2 {
        font-size: 42px;
        line-height: 1.15;
    }

    .launch-cta-container p {
        font-size: 16px;
        line-height: 1.75;
    }

    .launch-cta-actions {
        flex-direction: column;
        gap: 14px;
        margin-top: 16px;
    }

    .launch-cta-actions .cta-button {
        width: 100%;
        text-align: center;
        padding: 14px 0;
        min-height: 48px;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }
}

@media (max-width: 540px) {
    .launch-hero {
        padding: 160px 16px 80px;
        min-height: 65vh;
    }

    .launch-hero-content {
        padding: 0 8px;
    }

    .launch-hero-title {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 18px;
    }

    .launch-hero-subtext {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 28px;
    }

    .launch-hero-cta {
        width: 100%;
        text-align: center;
        padding: 14px 32px;
        font-size: 13.5px;
        letter-spacing: 1.3px;
    }

    .launch-intro {
        padding: 70px 0;
    }

    .launch-intro-container {
        gap: 35px;
        padding: 0 18px;
    }

    .launch-intro-copy {
        padding: 0 8px;
    }

    .launch-intro-copy h2 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .launch-intro-copy p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .launch-intro-highlights {
        gap: 20px;
    }

    .launch-highlight {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .launch-highlight h3 {
        font-size: 24px;
    }

    .launch-highlight p {
        font-size: 14px;
        line-height: 1.65;
    }

    .launch-rates {
        padding: 70px 0 60px;
    }

    .launch-rates-header {
        margin-bottom: 45px;
        padding: 0 18px;
    }

    .launch-rates-eyebrow {
        font-size: 10.5px;
        letter-spacing: 0.26em;
    }

    .launch-rates-header h2 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .launch-rates-header p {
        font-size: 15px;
        line-height: 1.65;
    }

    .launch-rates-grid {
        gap: 24px;
        padding: 0 18px;
    }

    .rate-card {
        padding: 28px 22px;
        gap: 20px;
        border-radius: 20px;
    }

    .rate-card-header {
        gap: 8px;
    }

    .rate-card-label {
        font-size: 24px;
        line-height: 1.2;
    }

    .rate-card-header p {
        font-size: 14px;
        line-height: 1.65;
    }

    .rate-card-table {
        gap: 12px;
    }

    .rate-card-row:not(.rate-card-headings) {
        padding: 14px 12px;
        gap: 10px;
    }

    .rate-card-row:not(.rate-card-headings) span {
        font-size: 13.5px;
        line-height: 1.5;
        padding: 8px 0;
    }

    .rate-card-row:not(.rate-card-headings) span::before {
        font-size: 10.5px;
        margin-bottom: 5px;
    }

    .rate-card-headings span {
        font-size: 11.5px;
        letter-spacing: 0.12em;
    }

    .rate-card-footer {
        margin-top: 18px;
        padding-top: 18px;
    }

    .rate-card-footer p {
        font-size: 13px;
        line-height: 1.6;
    }

    .launch-rate-note {
        font-size: 12.5px;
        line-height: 1.6;
        padding: 0 18px;
        margin-top: 45px;
    }

    .launch-cta {
        padding: 80px 18px;
    }

    .launch-cta-container {
        padding: 0 8px;
        gap: 18px;
    }

    .launch-cta-container h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .launch-cta-container p {
        font-size: 15px;
        line-height: 1.7;
    }

    .launch-cta-actions {
        gap: 12px;
        margin-top: 14px;
    }

    .launch-cta-actions .cta-button {
        padding: 13px 0;
        font-size: 13.5px;
        letter-spacing: 1.3px;
    }
}

@media (max-width: 480px) {
    .launch-hero {
        padding: 150px 14px 70px;
        min-height: 60vh;
    }

    .launch-hero-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .launch-hero-subtext {
        font-size: 14.5px;
        margin-bottom: 26px;
    }

    .launch-hero-cta {
        padding: 13px 28px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .launch-intro {
        padding: 60px 0;
    }

    .launch-intro-container {
        gap: 30px;
        padding: 0 16px;
    }

    .launch-intro-copy h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .launch-intro-copy p {
        font-size: 15px;
    }

    .launch-highlight {
        padding: 24px 20px;
    }

    .launch-highlight h3 {
        font-size: 22px;
    }

    .launch-highlight p {
        font-size: 13.5px;
    }

    .launch-rates {
        padding: 60px 0 50px;
    }

    .launch-rates-header {
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .launch-rates-header h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .launch-rates-header p {
        font-size: 14.5px;
    }

    .launch-rates-grid {
        gap: 22px;
        padding: 0 16px;
    }

    .rate-card {
        padding: 26px 20px;
        gap: 18px;
    }

    .rate-card-label {
        font-size: 22px;
    }

    .rate-card-header p {
        font-size: 13.5px;
    }

    .rate-card-row:not(.rate-card-headings) {
        padding: 12px 10px;
        gap: 8px;
    }

    .rate-card-row:not(.rate-card-headings) span {
        font-size: 13px;
        padding: 7px 0;
    }

    .rate-card-row:not(.rate-card-headings) span::before {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .rate-card-headings span {
        font-size: 11px;
    }

    .rate-card-footer {
        margin-top: 16px;
        padding-top: 16px;
    }

    .rate-card-footer p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .launch-rate-note {
        font-size: 12px;
        padding: 0 16px;
        margin-top: 40px;
    }

    .launch-cta {
        padding: 70px 16px;
    }

    .launch-cta-container h2 {
        font-size: 32px;
    }

    .launch-cta-container p {
        font-size: 14.5px;
    }

    .launch-cta-actions .cta-button {
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .launch-hero {
        padding: 140px 12px 60px;
        min-height: 55vh;
    }

    .launch-hero-title {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .launch-hero-subtext {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .launch-hero-cta {
        padding: 12px 24px;
        font-size: 12.5px;
        letter-spacing: 1px;
    }

    .launch-intro {
        padding: 50px 0;
    }

    .launch-intro-container {
        gap: 28px;
        padding: 0 14px;
    }

    .launch-intro-copy h2 {
        font-size: 28px;
    }

    .launch-intro-copy p {
        font-size: 14.5px;
    }

    .launch-highlight {
        padding: 22px 18px;
    }

    .launch-highlight h3 {
        font-size: 20px;
    }

    .launch-highlight p {
        font-size: 13px;
    }

    .launch-rates {
        padding: 50px 0 40px;
    }

    .launch-rates-header {
        margin-bottom: 35px;
        padding: 0 14px;
    }

    .launch-rates-header h2 {
        font-size: 28px;
    }

    .launch-rates-header p {
        font-size: 14px;
    }

    .launch-rates-grid {
        gap: 20px;
        padding: 0 14px;
    }

    .rate-card {
        padding: 24px 18px;
        gap: 16px;
    }

    .rate-card-label {
        font-size: 20px;
    }

    .rate-card-header p {
        font-size: 13px;
    }

    .rate-card-row:not(.rate-card-headings) {
        padding: 11px 9px;
        gap: 7px;
    }

    .rate-card-row:not(.rate-card-headings) span {
        font-size: 12.5px;
        padding: 6px 0;
    }

    .rate-card-row:not(.rate-card-headings) span::before {
        font-size: 9.5px;
        margin-bottom: 4px;
    }

    .rate-card-headings span {
        font-size: 10.5px;
    }

    .rate-card-footer {
        margin-top: 14px;
        padding-top: 14px;
    }

    .rate-card-footer p {
        font-size: 12px;
        line-height: 1.55;
    }

    .launch-rate-note {
        font-size: 11.5px;
        padding: 0 14px;
        margin-top: 35px;
    }

    .launch-cta {
        padding: 60px 14px;
    }

    .launch-cta-container h2 {
        font-size: 28px;
    }

    .launch-cta-container p {
        font-size: 14px;
    }

    .launch-cta-actions .cta-button {
        padding: 11px 0;
        font-size: 12.5px;
    }
}
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* CSS Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #54341b;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant', serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.btn,
.cta-button {
    font-family: 'Poppins', sans-serif;
}

/* Coming Soon Page Styles */
.coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.coming-soon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/hero-background.jpg') no-repeat center center / cover;
    opacity: 0.3;
    z-index: 1;
}

.coming-soon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(44, 44, 44, 0.9) 100%);
    z-index: 2;
}

.coming-soon-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.coming-soon-content {
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
}

.coming-soon-logo {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.coming-soon-logo .logo-img {
    height: 100px;
    width: auto;
    max-width: 100%;
    filter: brightness(1.2);
    object-fit: contain;
}

.coming-soon-title {
    font-family: 'Cormorant', serif;
    font-size: 84px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: -1px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.coming-soon-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.coming-soon-description {
    margin-bottom: 60px;
    width: 100%;
}

.coming-soon-description p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Decorative elements */
@media (min-width: 769px) {
    .coming-soon::before {
        background-attachment: fixed;
    }
}

.coming-soon-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #bc9969 50%, transparent 100%);
    margin: 30px auto 0 auto;
    border-radius: 1px;
}

/* Navbar Styles */
.top-bar {
    width: 100%;
    background-color: #bc9969;
    color: #ffffff;
    text-align: center;
    padding: 12px 20px;
    letter-spacing: 0.15em;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.top-bar-message {
    display: inline-block;
}

@media (min-width: 768px) {
    .top-bar {
        font-size: 13px;
        letter-spacing: 0.2em;
        padding: 14px 30px;
    }
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
    padding: 0;
}

.navbar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
}

.logo:hover {
    opacity: 0.9;
}

.logo-img {
    height: 80px;
    width: auto;
    display: block;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 65px;
    align-items: center;
}

.nav-links li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bc9969;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-links li a:hover {
    color: #bc9969;
}

.nav-links li a:hover::after {
    opacity: 1;
}

.nav-links li form {
    display: inline;
}

.nav-logout-button {
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-logout-button:hover {
    color: #bc9969;
}

.nav-logout-button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bc9969;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-logout-button:hover::after {
    opacity: 1;
}

/* Hamburger Menu (Mobile) */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
    padding: 10px;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 100;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: flex;
    opacity: 1;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mobile-nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.mobile-nav-links li a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-nav-links li a:hover {
    color: #bc9969;
}

.mobile-nav-links li form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-nav-logout-button {
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: color 0.3s ease;
}

.mobile-nav-logout-button:hover {
    color: #bc9969;
}

.close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url('/images/hero-background.jpg') no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 200px 20px 0;
}

.hero-headline {
    font-family: 'Cormorant', serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
    animation: fadeInUp 1.2s ease-out;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtext {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #54341b;
    background: transparent;
    color: #54341b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 12px 36px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.hero .cta-button {
    border-color: #ffffff;
    color: #ffffff;
}

.cta-button:hover {
    background: #eed5b6;
    border-color: #eed5b6;
    color: #54341b;
}

/* Section Two Styles */
.section-two {
    background-color: #eed5b6;
    padding: 100px 0 0 0;
}

.section-two-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-two-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.section-two-heading {
    font-family: 'Cormorant', serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    color: #54341b;
    margin-bottom: 25px;
}

.section-two-description {
    max-width: 720px;
    margin: 0 auto;
}

.section-two-description p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #54341b;
    margin-bottom: 20px;
}

.section-two-description p:last-child {
    margin-bottom: 0;
}

.section-two-button {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 12px 36px;
    border: 2px solid #54341b;
    border-radius: 30px;
    background: transparent;
    color: #54341b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.section-two-button:hover {
    background: #eed5b6;
    border-color: #eed5b6;
    color: #54341b;
}

.section-two-button:active {
    background: #eed5b6;
    border-color: #eed5b6;
    color: #54341b;
}


/* About Section Styles */
.about-section {
    background-color: #eed5b6;
    padding: 40px 0 100px 0;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-image {
    flex: 0 0 45%;
    position: relative;
}

.about-image-stack {
    position: relative;
    width: 100%;
    padding-top: 125%;
}

.about-img {
    width: 100%;
    height: auto;
    max-height: 600px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

.about-img-primary {
    position: absolute;
    top: 20%;
    right: 0;
    width: 78%;
    height: 75%;
    object-fit: cover;
    box-shadow: 0 25px 50px rgba(84, 52, 27, 0.15);
}

.about-img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
    height: 48%;
    object-fit: cover;
    box-shadow: 0 18px 35px rgba(84, 52, 27, 0.12);
}

.about-content {
    flex: 1;
}

.about-heading {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 30px;
    line-height: 1.2;
}

.about-text {
    margin-bottom: 40px;
}

.about-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #54341b;
    margin-bottom: 20px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-button {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 12px 36px;
    border: 2px solid #54341b;
    border-radius: 30px;
    background: transparent;
    color: #54341b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.about-button:hover {
    background: #54341b;
    border-color: #54341b;
    color: #ffffff;
}

.about-button:active {
    background: #54341b;
    border-color: #54341b;
    color: #ffffff;
}

/* Our Classes Section Styles */
.classes-section {
    background-color: #f8f6f3;
    padding: 100px 0;
}

.classes-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.classes-header {
    text-align: center;
    margin-bottom: 60px;
}

.classes-title {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.classes-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #54341b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.classes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.class-card {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.class-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.class-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.class-content {
    padding: 25px 20px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 18px;
    flex: 1;
    align-content: start;
}

.class-name {
    font-family: 'Cormorant', serif;
    font-size: 22px;
    font-weight: 600;
    color: #54341b;
    margin: 0;
    line-height: 1.3;
}

.class-frequency {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(84, 52, 27, 0.8);
    text-transform: uppercase;
    margin: 0;
}

.class-description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    line-height: 1.6;
    margin: 0;
}

.class-details {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    line-height: 1.3;
    margin: 0;
    padding-left: 20px;
    list-style: disc;
    display: grid;
    gap: 0;
}

.class-details li::marker {
    color: #bc9969;
}

.class-details li {
    margin-bottom: 2px;
}

.class-details li:last-child {
    margin-bottom: 0;
}

.class-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    white-space: nowrap;
    padding: 12px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    background-color: #54341b;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    gap: 8px;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.class-button:hover {
    background-color: #7a4d2d;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(84, 52, 27, 0.2);
}

.class-button:focus-visible {
    outline: 2px solid #bc9969;
    outline-offset: 3px;
}

/* Footer Styles */
.footer {
    background: #eed5b6;
    color: #54341b;
    padding: 80px 0 30px 0;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #bc9969 50%, transparent 100%);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr 2fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 25px;
    position: relative;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    filter: brightness(1.1);
    transition: filter 0.3s ease;
}

.footer-logo:hover .footer-logo-img {
    filter: brightness(1.2);
}

.footer-description {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(84, 52, 27, 0.85);
    margin: 0;
    max-width: 280px;
}

.footer-heading {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 25px;
    line-height: 1.3;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #bc9969;
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
    position: relative;
}

.footer-links a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(84, 52, 27, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 2px 0;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}

.footer-links a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #bc9969;
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #7a4d2d;
    transform: translateX(5px);
}

.footer-links a:hover::before {
    width: 100%;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(84, 52, 27, 0.85);
    margin: 0;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: color 0.3s ease;
}

.contact-item:hover {
    color: #7a4d2d;
}

.contact-item-text {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.footer-bottom {
    border-top: 1px solid rgba(84, 52, 27, 0.15);
    padding-top: 35px;
    position: relative;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #bc9969;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.copyright {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.6);
    margin: 0;
    font-weight: 300;
}

.social-links {
    display: flex;
    gap: 25px;
}

.social-link {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(84, 52, 27, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    color: #54341b;
    background-color: rgba(84, 52, 27, 0.08);
    transform: translateY(-2px);
}

.social-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #bc9969;
    transition: width 0.3s ease;
}

.social-link:hover::before {
    width: 80%;
}

/* Coming Soon Responsive Styles */
@media (max-width: 1024px) {
    .coming-soon-container {
        padding: 50px 25px;
    }

    .coming-soon-title {
        font-size: 64px;
    }

    .coming-soon-subtitle {
        font-size: 20px;
    }

    .coming-soon-logo .logo-img {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .coming-soon {
        min-height: 100vh;
        padding: 20px 0;
    }

    .coming-soon-container {
        padding: 40px 20px;
        min-height: calc(100vh - 40px);
    }

    .coming-soon-content {
        max-width: 100%;
    }

    .coming-soon-logo {
        margin-bottom: 40px;
    }

    .coming-soon-logo .logo-img {
        height: 70px;
        max-width: 90%;
        object-fit: contain;
    }

    .coming-soon-title {
        font-size: 48px;
        margin-bottom: 20px;
        padding: 0 10px;
        line-height: 1.15;
    }

    .coming-soon-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 0 10px;
        line-height: 1.65;
    }

    .coming-soon-description {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .coming-soon-description p {
        font-size: 16px;
        line-height: 1.75;
        max-width: 100%;
    }

    .coming-soon-title::after {
        width: 60px;
        margin: 25px auto 0 auto;
    }
}

@media (max-width: 480px) {
    .coming-soon {
        padding: 15px 0;
    }

    .coming-soon-container {
        padding: 30px 15px;
        min-height: calc(100vh - 30px);
    }

    .coming-soon-logo {
        margin-bottom: 35px;
    }

    .coming-soon-logo .logo-img {
        height: 60px;
        max-width: 85%;
    }

    .coming-soon-title {
        font-size: 38px;
        margin-bottom: 18px;
        padding: 0 8px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .coming-soon-subtitle {
        font-size: 16px;
        margin-bottom: 28px;
        padding: 0 8px;
        line-height: 1.7;
    }

    .coming-soon-description {
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .coming-soon-description p {
        font-size: 15px;
        line-height: 1.75;
    }

    .coming-soon-title::after {
        width: 50px;
        margin: 20px auto 0 auto;
    }
}

@media (max-width: 360px) {
    .coming-soon-container {
        padding: 25px 12px;
    }

    .coming-soon-logo .logo-img {
        height: 55px;
        max-width: 80%;
    }

    .coming-soon-title {
        font-size: 34px;
        margin-bottom: 16px;
        padding: 0 6px;
    }

    .coming-soon-subtitle {
        font-size: 15px;
        margin-bottom: 24px;
        padding: 0 6px;
        line-height: 1.65;
    }

    .coming-soon-description {
        margin-bottom: 35px;
        padding: 0 6px;
    }

    .coming-soon-description p {
        font-size: 14px;
        line-height: 1.7;
    }

    .coming-soon-title::after {
        width: 45px;
        margin: 18px auto 0 auto;
    }
}

/* Responsive Breakpoints */

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
    .hero-headline {
        font-size: 64px;
        line-height: 1.2;
    }

    .hero-subtext {
        font-size: 17px;
    }

    .section-two-heading {
        font-size: 48px;
    }

    .about-container {
        gap: 40px;
    }

    .about-heading {
        font-size: 42px;
    }

    .classes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .classes-title {
        font-size: 42px;
    }

    .footer {
        padding: 60px 0 25px 0;
    }

    .footer-container {
        padding: 0 25px;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-description {
        max-width: none;
    }

    .contact-item {
        font-size: 14px;
        gap: 12px;
    }

    .contact-item-text {
        line-height: 1.65;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .navbar-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .logo {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .logo-img {
        height: 55px;
    }

    .nav-links {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .hero {
        height: 100vh;
        min-height: 600px;
    }

    .hero-content {
        padding: 150px 20px 40px;
        width: 100%;
    }

    .hero-headline {
        font-size: 44px;
        line-height: 1.15;
        margin-bottom: 18px;
        padding: 0 10px;
    }

    .hero-subtext {
        font-size: 16px;
        max-width: 90%;
        margin: 0 auto 32px auto;
        padding: 0 10px;
        line-height: 1.65;
    }

    .hero .cta-button {
        padding: 12px 32px;
        font-size: 14px;
        letter-spacing: 1.5px;
        white-space: nowrap;
        width: auto;
        display: inline-block;
    }

    .cta-button {
        padding: 10px 28px;
        font-size: 14px;
        letter-spacing: 1.5px;
        white-space: nowrap;
    }

    .section-two {
        padding: 60px 0 40px 0;
    }

    .section-two-container {
        padding: 0 20px;
    }

    .section-two-content {
        padding: 0;
    }

    .section-two-heading {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .section-two-description {
        padding: 0 10px;
    }

    .section-two-description p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .section-two-button {
        padding: 10px 28px;
        display: inline-block;
        text-align: center;
        letter-spacing: 1.5px;
        white-space: nowrap;
        margin-top: 10px;
    }

    .about-section {
        padding: 40px 0 70px 0;
    }

    .about-container {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 0 20px;
    }

    .about-image {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .about-image-stack {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .about-img {
        position: static;
        width: 100%;
        height: auto;
        max-height: 350px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(84, 52, 27, 0.15);
    }

    .about-img-primary {
        position: static;
        width: 100%;
        height: auto;
        max-height: 350px;
    }

    .about-img-secondary {
        position: static;
        width: 100%;
        height: auto;
        max-height: 350px;
        margin: 0;
    }

    .about-content {
        width: 100%;
        padding: 0;
    }

    .about-heading {
        font-size: 36px;
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .about-text {
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .about-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .about-button {
        padding: 12px 32px;
        display: inline-block;
        text-align: center;
        letter-spacing: 1.5px;
        white-space: nowrap;
        width: auto;
    }

    .classes-section {
        padding: 60px 0;
    }

    .classes-container {
        padding: 0 20px;
    }

    .classes-header {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .classes-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .classes-subtitle {
        font-size: 15px;
        line-height: 1.65;
        padding: 0 10px;
    }

    .classes-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .class-card {
        width: 100%;
        max-width: 100%;
    }

    .class-image {
        height: 280px;
    }

    .class-content {
        padding: 22px 20px;
        gap: 16px;
    }

    .class-name {
        font-size: 20px;
        line-height: 1.3;
    }

    .class-frequency {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .class-description {
        font-size: 13px;
    }

    .class-details {
        font-size: 13px;
        line-height: 1.4;
        gap: 6px;
        padding-left: 20px;
    }

    .class-details li {
        margin-bottom: 6px;
    }

    .class-button {
        padding: 12px 28px;
        font-size: 12px;
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }

    .footer {
        padding: 50px 0 25px 0;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-section {
        align-items: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-heading {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-description {
        max-width: 100%;
        margin: 0 auto;
        font-size: 14.5px;
        line-height: 1.75;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer-links li {
        margin-bottom: 0;
        width: 100%;
    }

    .footer-links a {
        font-size: 14px;
        padding: 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        min-height: 44px;
    }

    .footer-links a:hover {
        transform: translateX(0);
    }

    .contact-info {
        gap: 18px;
        align-items: center;
    }

    .contact-item {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        max-width: 100%;
    }

    .contact-icon {
        flex-shrink: 0;
        margin: 0 auto;
    }

    .contact-item-text {
        width: 100%;
        text-align: center;
        line-height: 1.7;
        padding: 0 10px;
    }

    .footer-bottom {
        padding-top: 30px;
        margin-top: 10px;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .copyright {
        font-size: 13px;
        order: 2;
    }

    .social-links {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        order: 1;
    }

    .social-link {
        font-size: 14px;
        padding: 8px 14px;
        min-width: auto;
    }
}

/* Medium Mobile (≤ 600px) */
@media (max-width: 600px) {
    .footer-container {
        padding: 0 18px;
    }

    .footer-content {
        gap: 38px;
    }

    .contact-item-text {
        padding: 0 8px;
    }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
    .logo-img {
        height: 50px;
    }

    .hero {
        min-height: 550px;
    }

    .hero-content {
        padding: 140px 16px 30px;
    }

    .hero-headline {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 16px;
        padding: 0 8px;
    }

    .hero-subtext {
        font-size: 15px;
        max-width: 95%;
        margin: 0 auto 28px auto;
        padding: 0 8px;
        line-height: 1.6;
    }

    .hero .cta-button {
        padding: 11px 28px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .section-two {
        padding: 50px 0 35px 0;
    }

    .section-two-container {
        padding: 0 16px;
    }

    .section-two-heading {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 18px;
        padding: 0 8px;
    }

    .section-two-description {
        padding: 0 8px;
    }

    .section-two-description p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .section-two-button {
        padding: 11px 24px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .about-section {
        padding: 35px 0 60px 0;
    }

    .about-container {
        padding: 0 16px;
        gap: 35px;
    }

    .about-image-stack {
        gap: 18px;
    }

    .about-img {
        max-height: 300px;
        border-radius: 10px;
    }

    .about-img-primary {
        max-height: 300px;
    }

    .about-img-secondary {
        max-height: 300px;
    }

    .about-heading {
        font-size: 32px;
        margin-bottom: 20px;
        padding: 0 8px;
    }

    .about-text {
        margin-bottom: 28px;
        padding: 0 8px;
    }

    .about-text p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 16px;
    }

    .about-button {
        padding: 11px 28px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }

    .classes-section {
        padding: 50px 0;
    }

    .classes-container {
        padding: 0 16px;
    }

    .classes-header {
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .classes-title {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .classes-subtitle {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 8px;
    }

    .classes-grid {
        gap: 20px;
    }

    .class-image {
        height: 250px;
    }

    .class-content {
        padding: 20px 18px;
        gap: 14px;
    }

    .class-name {
        font-size: 18px;
        line-height: 1.3;
    }

    .class-frequency {
        font-size: 12px;
    }

    .class-details {
        font-size: 12px;
        line-height: 1.4;
        gap: 5px;
        padding-left: 18px;
    }

    .class-details li {
        margin-bottom: 5px;
    }

    .class-button {
        padding: 11px 24px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .footer {
        padding: 40px 0 20px 0;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-content {
        gap: 35px;
    }

    .footer-logo {
        margin-bottom: 18px;
    }

    .footer-logo-img {
        height: 45px;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .footer-description {
        font-size: 14px;
        max-width: 100%;
        line-height: 1.8;
        padding: 0 5px;
    }

    .footer-links {
        gap: 6px;
    }

    .footer-links a {
        font-size: 13.5px;
        padding: 8px 0;
        min-height: 42px;
    }

    .contact-info {
        gap: 16px;
    }

    .contact-item {
        font-size: 13.5px;
        gap: 6px;
    }

    .contact-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-item-text {
        font-size: 13.5px;
        line-height: 1.75;
        padding: 0 5px;
    }

    .footer-bottom {
        padding-top: 25px;
        margin-top: 8px;
    }

    .footer-bottom-content {
        gap: 16px;
    }

    .copyright {
        font-size: 12px;
    }

    .social-links {
        gap: 12px;
    }

    .social-link {
        font-size: 13px;
        padding: 7px 12px;
    }
}

/* Extra Small Mobile (≤ 360px) */
@media (max-width: 360px) {
    .hero {
        min-height: 500px;
    }

    .hero-content {
        padding: 130px 12px 25px;
    }

    .hero-headline {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 14px;
        padding: 0 6px;
    }

    .hero-subtext {
        font-size: 14px;
        max-width: 98%;
        margin: 0 auto 24px auto;
        padding: 0 6px;
        line-height: 1.55;
    }

    .hero .cta-button {
        padding: 10px 24px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .section-two {
        padding: 45px 0 30px 0;
    }

    .section-two-container {
        padding: 0 12px;
    }

    .section-two-heading {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 16px;
        padding: 0 6px;
    }

    .section-two-description {
        padding: 0 6px;
    }

    .section-two-description p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 14px;
    }

    .section-two-button {
        padding: 10px 22px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .about-section {
        padding: 30px 0 50px 0;
    }

    .about-container {
        padding: 0 12px;
        gap: 30px;
    }

    .about-image-stack {
        gap: 16px;
    }

    .about-img {
        max-height: 280px;
        border-radius: 8px;
    }

    .about-img-primary {
        max-height: 280px;
    }

    .about-img-secondary {
        max-height: 280px;
    }

    .about-heading {
        font-size: 28px;
        margin-bottom: 18px;
        padding: 0 6px;
    }

    .about-text {
        margin-bottom: 24px;
        padding: 0 6px;
    }

    .about-text p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 14px;
    }

    .about-button {
        padding: 10px 24px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .classes-section {
        padding: 45px 0;
    }

    .classes-container {
        padding: 0 12px;
    }

    .classes-header {
        margin-bottom: 35px;
        padding: 0 6px;
    }

    .classes-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .classes-subtitle {
        font-size: 13px;
        line-height: 1.55;
        padding: 0 6px;
    }

    .classes-grid {
        gap: 18px;
    }

    .class-image {
        height: 220px;
    }

    .class-content {
        padding: 18px 16px;
        gap: 12px;
    }

    .class-name {
        font-size: 17px;
        line-height: 1.3;
    }

    .class-frequency {
        font-size: 11px;
    }

    .class-details {
        font-size: 11px;
        line-height: 1.35;
        gap: 4px;
        padding-left: 16px;
    }

    .class-details li {
        margin-bottom: 4px;
    }

    .class-button {
        padding: 10px 22px;
        font-size: 10px;
        letter-spacing: 1px;
        min-height: 44px;
    }

    .footer {
        padding: 35px 0 18px 0;
    }

    .footer-container {
        padding: 0 14px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-logo-img {
        height: 40px;
    }

    .footer-heading {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .footer-description {
        font-size: 13.5px;
        padding: 0;
    }

    .footer-links a {
        font-size: 13px;
        padding: 7px 0;
        min-height: 40px;
    }

    .contact-item {
        font-size: 13px;
        gap: 5px;
    }

    .contact-icon {
        width: 18px;
        height: 18px;
    }

    .contact-icon svg {
        width: 18px;
        height: 18px;
    }

    .contact-item-text {
        font-size: 13px;
        padding: 0 2px;
    }

    .footer-bottom {
        padding-top: 22px;
    }

    .copyright {
        font-size: 11.5px;
    }

    .social-links {
        gap: 10px;
    }

    .social-link {
        font-size: 12.5px;
        padding: 6px 10px;
    }
}

/* Contact Page Styles */
.contact-hero {
    height: 50vh;
    min-height: 450px;
}

.contact-hero .hero-content {
    padding-top: 180px;
}

.contact-hero .hero-headline {
    margin-bottom: 25px;
}

.contact-hero .hero-subtext {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
}

@media (max-width: 768px) {
    .contact-hero {
        height: 45vh;
        min-height: 380px;
    }

    .contact-hero .hero-content {
        padding-top: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-hero .hero-headline {
        font-size: 42px;
        padding: 0 10px;
    }

    .contact-hero .hero-subtext {
        font-size: 16px;
        max-width: 90%;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        height: 40vh;
        min-height: 320px;
    }

    .contact-hero .hero-content {
        padding-top: 120px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .contact-hero .hero-headline {
        font-size: 36px;
        margin-bottom: 18px;
        padding: 0 8px;
        line-height: 1.15;
    }

    .contact-hero .hero-subtext {
        font-size: 15px;
        max-width: 95%;
        padding: 0 8px;
        line-height: 1.6;
    }
}

@media (max-width: 360px) {
    .contact-hero {
        min-height: 300px;
    }

    .contact-hero .hero-content {
        padding-top: 110px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .contact-hero .hero-headline {
        font-size: 32px;
        margin-bottom: 16px;
        padding: 0 6px;
    }

    .contact-hero .hero-subtext {
        font-size: 14px;
        padding: 0 6px;
    }
}

.contact-section {
    background-color: #f7f3ef;
    padding: 100px 0;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 70px;
}

.contact-title {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 15px;
    line-height: 1.2;
}

.contact-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #54341b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 300;
}

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-form-wrapper {
    background: #ffffff;
    padding: 55px 45px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.contact-form-wrapper:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
}

.form-input,
.form-textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 16px 20px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
    color: #54341b;
    transition: all 0.3s ease;
    width: 100%;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #999999;
    opacity: 0.8;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #bc9969;
    box-shadow: 0 0 0 4px rgba(188, 153, 105, 0.15);
    background: #fafafa;
}

.form-textarea {
    resize: vertical;
    min-height: 150px;
}

.form-submit-button {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 16px 42px;
    border: 2px solid #54341b;
    border-radius: 30px;
    background: transparent;
    color: #54341b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 8px;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-submit-button:hover {
    background: #eed5b6;
    border-color: #eed5b6;
    color: #54341b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238, 213, 182, 0.4);
}

.form-submit-button:active {
    transform: translateY(0);
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-info-title {
    font-family: 'Cormorant', serif;
    font-size: 34px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 12px;
    line-height: 1.2;
}

.contact-info-description {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-weight: 300;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-detail-item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

/* About Page Styles */
.eyebrow {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #eed5b6;
    margin-bottom: 20px;
}

.about-hero {
    height: 80vh;
    min-height: 600px;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.6), rgba(44, 31, 22, 0.55)),
        url("/images/about-hero.jpg") no-repeat center center / cover;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 340px 20px 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.about-hero .hero-headline {
    font-size: 64px;
    line-height: 1.05;
    max-width: 680px;
}

.about-hero .cta-button {
    border-color: #eed5b6;
    color: #eed5b6;
}

.about-hero .cta-button:hover {
    border-color: #eed5b6;
    background: #eed5b6;
    color: #54341b;
}

.about-intro {
    background: #eed5b6;
    padding: 120px 0;
}

.about-intro-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 90px;
    align-items: center;
}

.intro-copy p {
    font-size: 17px;
    line-height: 1.8;
    color: #54341b;
    margin-bottom: 20px;
}

.section-title {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    font-weight: 600;
    color: #54341b;
    margin-bottom: 28px;
    line-height: 1.2;
}

.intro-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.highlight {
    background: #ffffff;
    padding: 26px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(84, 52, 27, 0.12);
    text-align: center;
}

.highlight h3 {
    font-family: 'Cormorant', serif;
    font-size: 40px;
    color: #54341b;
    margin-bottom: 6px;
}

.highlight span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(84, 52, 27, 0.8);
    letter-spacing: 0.5px;
}

.intro-visual {
    position: relative;
    min-height: 520px;
}

.intro-image {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(84, 52, 27, 0.18);
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-image.primary {
    width: 68%;
    height: 78%;
    top: 10%;
    right: 0;
}

.intro-image.secondary {
    width: 52%;
    height: 55%;
    top: 0;
    left: 5%;
}

.intro-image.accent {
    width: 44%;
    height: 48%;
    bottom: -6%;
    left: 25%;
}

.philosophy-section {
    background: #ffffff;
    padding: 140px 0;
}

.philosophy-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-heading {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
}

.section-heading p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(84, 52, 27, 0.85);
}

.philosophy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.philosophy-card {
    background: #f7f3ef;
    border-radius: 24px;
    padding: 42px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 18px 40px rgba(84, 52, 27, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philosophy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(84, 52, 27, 0.14);
}

.philosophy-card h3 {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    color: #54341b;
}

.philosophy-card p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(84, 52, 27, 0.85);
}

.card-icon {
    font-size: 28px;
}

.team-section {
    background: #eed5b6;
    padding: 140px 0;
}

.team-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-groups {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 70px;
}

.team-group {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.team-subheading {
    font-family: 'Cormorant', serif;
    font-size: 34px;
    font-weight: 600;
    color: #54341b;
    margin: 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.team-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-grid--two {
    justify-items: stretch;
}

.team-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 40px rgba(84, 52, 27, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(84, 52, 27, 0.15);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.team-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.team-content h3 {
    font-family: 'Cormorant', serif;
    font-size: 26px;
    color: #54341b;
}

.team-role {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(84, 52, 27, 0.7);
}

.team-credentials {
    font-size: 14px;
    font-weight: 600;
    color: rgba(84, 52, 27, 0.7);
    line-height: 1.7;
}

.team-content p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(84, 52, 27, 0.85);
}

.studio-gallery {
    background: #ffffff;
    padding: 140px 0;
}

.studio-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 24px;
}

.gallery-item {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(84, 52, 27, 0.12);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item.tall {
    grid-row: span 3;
    grid-column: span 2;
}

.gallery-item.wide {
    grid-row: span 2;
    grid-column: span 4;
}

.gallery-item.square {
    grid-row: span 2;
    grid-column: span 2;
}

.gallery-item.offset {
    grid-row: span 3;
    grid-column: span 2;
}

.cta-section {
    background: #eed5b6;
    padding: 120px 20px;
}

.about-cta {
    background: linear-gradient(135deg, rgba(84, 52, 27, 0.92), rgba(31, 20, 12, 0.9)),
        url("/images/Reformer Pilates Group Class.jpg") no-repeat center center / cover;
    text-align: center;
}

.about-cta .cta-button {
    border-color: #eed5b6;
    color: #eed5b6;
}

.about-cta .cta-button:hover {
    background: #eed5b6;
    color: #54341b;
}

.about-cta-container {
    max-width: 720px;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-cta-container h2 {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
}

.about-cta-container p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1200px) {
    .about-intro-container {
        gap: 60px;
    }

    .intro-visual {
        min-height: 460px;
    }

    .philosophy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .about-hero {
        height: auto;
        min-height: 520px;
        padding-bottom: 80px;
    }

    .about-hero-content {
        padding: 260px 20px 80px;
    }

    .about-hero .hero-headline {
        font-size: 54px;
    }

    .about-intro-container {
        grid-template-columns: 1fr;
    }

    .intro-visual {
        min-height: 380px;
        margin-top: 50px;
    }

    .intro-image.primary {
        position: relative;
        width: 100%;
        height: 320px;
        top: auto;
        right: auto;
    }

    .intro-image.secondary,
    .intro-image.accent {
        display: none;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: 160px;
    }

    .gallery-item.tall,
    .gallery-item.offset {
        grid-row: span 2;
    }

    .gallery-item.wide {
        grid-column: span 3;
    }

    .team-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-groups {
        margin-top: 60px;
        gap: 60px;
    }

    .team-subheading {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        height: auto;
        min-height: 500px;
        padding-bottom: 60px;
    }

    .about-hero-content {
        padding: 200px 20px 60px;
        gap: 16px;
    }

    .about-hero .hero-headline {
        font-size: 48px;
        line-height: 1.1;
        padding: 0 10px;
    }

    .about-hero .hero-subtext {
        font-size: 16px;
        line-height: 1.7;
        padding: 0 10px;
    }

    .about-hero .cta-button {
        padding: 12px 32px;
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .about-intro {
        padding: 80px 0;
    }

    .about-intro-container {
        padding: 0 20px;
        gap: 40px;
    }

    .intro-copy {
        padding: 0 10px;
    }

    .section-title {
        font-size: 38px;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .intro-copy p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .intro-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 32px;
    }

    .highlight {
        padding: 24px 20px;
    }

    .highlight h3 {
        font-size: 36px;
    }

    .highlight span {
        font-size: 13px;
    }

    .intro-visual {
        min-height: 300px;
        margin-top: 40px;
    }

    .intro-image.primary {
        height: 280px;
    }

    .philosophy-section {
        padding: 90px 0;
    }

    .philosophy-container {
        padding: 0 20px;
    }

    .section-heading {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .section-heading .eyebrow {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 16px;
    }

    .section-heading p {
        font-size: 16px;
        line-height: 1.75;
    }

    .philosophy-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .philosophy-card {
        padding: 32px 28px;
        gap: 14px;
    }

    .philosophy-card h3 {
        font-size: 24px;
    }

    .philosophy-card p {
        font-size: 14px;
        line-height: 1.75;
    }

    .card-icon {
        font-size: 24px;
    }

    .card-icon svg {
        width: 40px;
        height: 40px;
    }

    .team-section {
        padding: 90px 0;
    }

    .team-container {
        padding: 0 20px;
    }

    .team-groups {
        margin-top: 50px;
        gap: 50px;
    }

    .team-group {
        gap: 28px;
    }

    .team-subheading {
        font-size: 28px;
        padding: 0 10px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .team-grid--three {
        grid-template-columns: 1fr;
    }

    .team-card {
        border-radius: 20px;
    }

    .team-image img {
        height: 280px;
    }

    .team-content {
        padding: 24px;
        gap: 10px;
    }

    .team-content h3 {
        font-size: 24px;
    }

    .team-role {
        font-size: 12px;
    }

    .team-credentials {
        font-size: 13px;
    }

    .team-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .studio-gallery {
        padding: 90px 0;
    }

    .studio-container {
        padding: 0 20px;
    }

    .section-heading {
        padding: 0 10px;
    }

    .gallery-grid {
        margin-top: 50px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 180px;
        gap: 16px;
    }

    .gallery-item {
        border-radius: 16px;
    }

    .gallery-item.tall,
    .gallery-item.offset {
        grid-row: span 2;
    }

    .gallery-item.wide {
        grid-column: span 2;
    }

    .gallery-item.square {
        grid-row: span 2;
        grid-column: span 2;
    }

    .cta-section {
        padding: 90px 20px;
    }

    .about-cta-container {
        padding: 0 20px;
        gap: 18px;
    }

    .about-cta-container h2 {
        font-size: 40px;
        line-height: 1.15;
    }

    .about-cta-container p {
        font-size: 16px;
        line-height: 1.75;
    }

    .about-cta .cta-button {
        padding: 12px 32px;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 540px) {
    .about-hero {
        min-height: 450px;
        padding-bottom: 50px;
    }

    .about-hero-content {
        padding: 180px 18px 50px;
        gap: 14px;
    }

    .about-hero .hero-headline {
        font-size: 38px;
        line-height: 1.1;
        padding: 0 8px;
    }

    .about-hero .hero-subtext {
        font-size: 15px;
        line-height: 1.65;
        padding: 0 8px;
    }

    .about-hero .cta-button {
        padding: 11px 28px;
        font-size: 13px;
        letter-spacing: 1.2px;
        width: auto;
        display: inline-block;
    }

    .about-intro {
        padding: 70px 0;
    }

    .about-intro-container {
        padding: 0 18px;
        gap: 35px;
    }

    .intro-copy {
        padding: 0 8px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .intro-copy p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .intro-highlights {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 28px;
    }

    .highlight {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .highlight h3 {
        font-size: 32px;
    }

    .highlight span {
        font-size: 12px;
        line-height: 1.6;
    }

    .intro-visual {
        min-height: 260px;
        margin-top: 35px;
    }

    .intro-image.primary {
        height: 240px;
        border-radius: 16px;
    }

    .philosophy-section {
        padding: 70px 0;
    }

    .philosophy-container {
        padding: 0 18px;
    }

    .section-heading {
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .section-heading .eyebrow {
        font-size: 10px;
        letter-spacing: 2.5px;
        margin-bottom: 14px;
    }

    .section-heading .section-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .section-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .philosophy-grid {
        gap: 20px;
    }

    .philosophy-card {
        padding: 28px 24px;
        gap: 12px;
        border-radius: 20px;
    }

    .philosophy-card h3 {
        font-size: 22px;
    }

    .philosophy-card p {
        font-size: 13px;
        line-height: 1.7;
    }

    .card-icon {
        font-size: 22px;
    }

    .card-icon svg {
        width: 36px;
        height: 36px;
    }

    .team-section {
        padding: 70px 0;
    }

    .team-container {
        padding: 0 18px;
    }

    .team-groups {
        margin-top: 40px;
        gap: 40px;
    }

    .team-group {
        gap: 24px;
    }

    .team-subheading {
        font-size: 26px;
        padding: 0 8px;
    }

    .team-grid {
        gap: 24px;
    }

    .team-card {
        border-radius: 18px;
    }

    .team-image img {
        height: 260px;
    }

    .team-content {
        padding: 22px 20px;
        gap: 8px;
    }

    .team-content h3 {
        font-size: 22px;
    }

    .team-role {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .team-credentials {
        font-size: 12px;
        line-height: 1.6;
    }

    .team-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .studio-gallery {
        padding: 70px 0;
    }

    .studio-container {
        padding: 0 18px;
    }

    .section-heading {
        padding: 0 8px;
    }

    .gallery-grid {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
        gap: 14px;
    }

    .gallery-item {
        border-radius: 14px;
    }

    .gallery-item.tall,
    .gallery-item.offset,
    .gallery-item.wide,
    .gallery-item.square {
        grid-row: span 1;
        grid-column: span 1;
    }

    .cta-section {
        padding: 70px 18px;
    }

    .about-cta-container {
        padding: 0 18px;
        gap: 16px;
    }

    .about-cta-container h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .about-cta-container p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-cta .cta-button {
        padding: 11px 28px;
        font-size: 13px;
        letter-spacing: 1.2px;
    }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 400px;
        padding-bottom: 40px;
    }

    .about-hero-content {
        padding: 160px 16px 40px;
        gap: 12px;
    }

    .about-hero .hero-headline {
        font-size: 34px;
        line-height: 1.15;
        padding: 0 6px;
    }

    .about-hero .hero-subtext {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 6px;
    }

    .about-hero .cta-button {
        padding: 10px 24px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .about-intro {
        padding: 60px 0;
    }

    .about-intro-container {
        padding: 0 16px;
        gap: 30px;
    }

    .intro-copy {
        padding: 0 6px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .intro-copy p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 14px;
    }

    .intro-highlights {
        gap: 16px;
        margin-top: 24px;
    }

    .highlight {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .highlight h3 {
        font-size: 28px;
    }

    .highlight span {
        font-size: 11px;
        line-height: 1.55;
    }

    .intro-visual {
        min-height: 240px;
        margin-top: 30px;
    }

    .intro-image.primary {
        height: 220px;
        border-radius: 14px;
    }

    .philosophy-section {
        padding: 60px 0;
    }

    .philosophy-container {
        padding: 0 16px;
    }

    .section-heading {
        margin-bottom: 35px;
        padding: 0 6px;
    }

    .section-heading .eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .section-heading .section-title {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .section-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .philosophy-grid {
        gap: 18px;
    }

    .philosophy-card {
        padding: 24px 20px;
        gap: 10px;
        border-radius: 18px;
    }

    .philosophy-card h3 {
        font-size: 20px;
    }

    .philosophy-card p {
        font-size: 12px;
        line-height: 1.65;
    }

    .card-icon {
        font-size: 20px;
    }

    .card-icon svg {
        width: 32px;
        height: 32px;
    }

    .team-section {
        padding: 60px 0;
    }

    .team-container {
        padding: 0 16px;
    }

    .team-groups {
        margin-top: 35px;
        gap: 35px;
    }

    .team-group {
        gap: 20px;
    }

    .team-subheading {
        font-size: 24px;
        padding: 0 6px;
    }

    .team-grid {
        gap: 20px;
    }

    .team-card {
        border-radius: 16px;
    }

    .team-image img {
        height: 240px;
    }

    .team-content {
        padding: 20px 18px;
        gap: 6px;
    }

    .team-content h3 {
        font-size: 20px;
    }

    .team-role {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .team-credentials {
        font-size: 11px;
        line-height: 1.55;
    }

    .team-content p {
        font-size: 12px;
        line-height: 1.65;
    }

    .studio-gallery {
        padding: 60px 0;
    }

    .studio-container {
        padding: 0 16px;
    }

    .section-heading {
        padding: 0 6px;
    }

    .gallery-grid {
        margin-top: 35px;
        grid-auto-rows: 200px;
        gap: 12px;
    }

    .gallery-item {
        border-radius: 12px;
    }

    .cta-section {
        padding: 60px 16px;
    }

    .about-cta-container {
        padding: 0 16px;
        gap: 14px;
    }

    .about-cta-container h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .about-cta-container p {
        font-size: 14px;
        line-height: 1.65;
    }

    .about-cta .cta-button {
        padding: 10px 24px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.contact-detail-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-icon {
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 1;
    color: #54341b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
}

.contact-icon svg * {
    stroke: currentColor;
}

.contact-detail-content {
    flex: 1;
}

.contact-detail-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.contact-detail-value {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    line-height: 1.7;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
    font-weight: 400;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.contact-detail-value:hover {
    color: #54341b;
}

.contact-detail-value a {
    color: #54341b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-value a:hover {
    color: #7a4d2d;
    text-decoration: underline;
}

.contact-detail-content p.contact-detail-value {
    margin: 0;
}

.contact-hours {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1.5px solid #e8e8e8;
}

.contact-hours-title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.hours-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hours-day {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    font-weight: 500;
}

.hours-time {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    font-weight: 400;
}

/* Contact Page Responsive Styles */
@media (max-width: 1024px) {
    .contact-content-wrapper {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-form-wrapper {
        padding: 45px 38px;
    }

    .contact-title {
        font-size: 42px;
    }

    .contact-header {
        margin-bottom: 55px;
        padding: 0 10px;
    }

    .contact-container {
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 70px 0;
    }

    .contact-container {
        padding: 0 20px;
    }

    .contact-header {
        margin-bottom: 45px;
        padding: 0 10px;
    }

    .contact-title {
        font-size: 36px;
        margin-bottom: 12px;
        line-height: 1.2;
    }

    .contact-subtitle {
        font-size: 16px;
        max-width: 90%;
        line-height: 1.65;
    }

    .contact-content-wrapper {
        gap: 45px;
    }

    .contact-form-wrapper {
        padding: 38px 28px;
        border-radius: 14px;
    }

    /* Success/Error message mobile styles */
    .contact-form-wrapper > div[style*="background-color"] {
        padding: 12px 16px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
        margin-bottom: 20px !important;
        line-height: 1.5 !important;
    }

    .contact-form-wrapper > div[style*="background-color"] ul {
        margin: 0 !important;
        padding-left: 18px !important;
    }

    .contact-form-wrapper > div[style*="background-color"] li {
        margin-bottom: 4px !important;
        font-size: 14px !important;
    }

    .contact-form {
        gap: 24px;
    }

    .form-group {
        gap: 10px;
    }

    .form-label {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .form-input,
    .form-textarea {
        font-size: 16px;
        padding: 15px 18px;
        min-height: 48px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        box-sizing: border-box;
    }

    .form-textarea {
        min-height: 140px;
        resize: vertical;
    }

    .form-submit-button {
        padding: 15px 36px;
        font-size: 14px;
        letter-spacing: 1.8px;
        min-height: 48px;
        width: 100%;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        align-self: stretch;
    }

    /* Login page specific mobile styles */
    .contact-content-wrapper[style*="justify-content: center"] {
        justify-content: center !important;
        align-items: center !important;
    }

    .contact-form-wrapper[style*="max-width: 500px"] {
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Remember me checkbox mobile styles */
    .form-group[style*="flex-direction: row"] {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: -4px !important;
    }

    .form-group[style*="flex-direction: row"] input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        min-height: 20px !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        flex-shrink: 0;
    }

    .form-group[style*="flex-direction: row"] label {
        font-size: 14px !important;
        line-height: 1.5 !important;
        cursor: pointer !important;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .contact-info-section {
        gap: 35px;
    }

    .contact-info-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact-info-description {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .contact-details {
        gap: 28px;
    }

    .contact-detail-item {
        padding: 18px 0;
        gap: 18px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .contact-icon {
        font-size: 24px;
        flex-shrink: 0;
        width: 24px;
        height: 24px;
    }

    .contact-icon svg {
        width: 24px;
        height: 24px;
    }

    .contact-detail-content {
        flex: 1;
        min-width: 0;
    }

    .contact-detail-label {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .contact-detail-value {
        font-size: 14.5px;
        line-height: 1.65;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .contact-detail-value a {
        word-break: break-all;
        display: inline-block;
        max-width: 100%;
        color: #54341b;
        text-decoration: none;
    }

    .contact-detail-value a:hover {
        color: #7a4d2d;
        text-decoration: underline;
    }

    .contact-hours {
        padding-top: 32px;
        margin-top: 32px;
    }

    .contact-hours-title {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 22px;
    }

    .hours-list {
        gap: 16px;
    }

    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 12px;
    }

    .hours-day,
    .hours-time {
        font-size: 14.5px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-container {
        padding: 0 18px;
    }

    .contact-header {
        margin-bottom: 40px;
        padding: 0 8px;
    }

    .contact-title {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .contact-subtitle {
        font-size: 15px;
        max-width: 95%;
        line-height: 1.6;
    }

    .contact-content-wrapper {
        gap: 40px;
    }

    .contact-form-wrapper {
        padding: 32px 22px;
        border-radius: 12px;
    }

    /* Success/Error message mobile styles */
    .contact-form-wrapper > div[style*="background-color"] {
        padding: 11px 14px !important;
        font-size: 13.5px !important;
        border-radius: 7px !important;
        margin-bottom: 18px !important;
    }

    .contact-form-wrapper > div[style*="background-color"] ul {
        padding-left: 16px !important;
    }

    .contact-form-wrapper > div[style*="background-color"] li {
        font-size: 13.5px !important;
    }

    .contact-form {
        gap: 22px;
    }

    .form-group {
        gap: 8px;
    }

    .form-label {
        font-size: 11.5px;
        letter-spacing: 0.9px;
        margin-bottom: 2px;
    }

    .form-input,
    .form-textarea {
        font-size: 16px;
        padding: 14px 16px;
        min-height: 48px;
        border-radius: 6px;
        width: 100%;
        box-sizing: border-box;
    }

    .form-textarea {
        min-height: 130px;
        resize: vertical;
    }

    .form-submit-button {
        padding: 14px 32px;
        font-size: 13.5px;
        width: 100%;
        text-align: center;
        letter-spacing: 1.5px;
        white-space: nowrap;
        min-height: 48px;
        align-self: stretch;
    }

    /* Login page specific mobile styles */
    .form-group[style*="flex-direction: row"] input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
    }

    .form-group[style*="flex-direction: row"] label {
        font-size: 13.5px !important;
    }

    .contact-info-section {
        gap: 32px;
    }

    .contact-info-title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .contact-info-description {
        font-size: 14px;
        line-height: 1.6;
    }

    .contact-details {
        gap: 24px;
    }

    .contact-detail-item {
        padding: 16px 0;
        gap: 14px;
        flex-wrap: wrap;
    }

    .contact-icon {
        font-size: 22px;
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }

    .contact-icon svg {
        width: 22px;
        height: 22px;
    }

    .contact-detail-content {
        flex: 1;
        min-width: 0;
    }

    .contact-detail-label {
        font-size: 11.5px;
        letter-spacing: 0.9px;
        margin-bottom: 6px;
    }

    .contact-detail-value {
        font-size: 14px;
        line-height: 1.6;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .contact-detail-value a {
        word-break: break-all;
        display: inline-block;
        max-width: 100%;
        color: #54341b;
        text-decoration: none;
    }

    .contact-detail-value a:hover {
        color: #7a4d2d;
        text-decoration: underline;
    }

    .contact-hours {
        padding-top: 28px;
        margin-top: 28px;
    }

    .contact-hours-title {
        font-size: 13.5px;
        letter-spacing: 0.9px;
        margin-bottom: 20px;
    }

    .hours-list {
        gap: 14px;
    }

    .hours-item {
        padding-bottom: 10px;
        gap: 5px;
    }

    .hours-day,
    .hours-time {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .contact-section {
        padding: 50px 0;
    }

    .contact-container {
        padding: 0 16px;
    }

    .contact-header {
        margin-bottom: 35px;
        padding: 0 6px;
    }

    .contact-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .contact-subtitle {
        font-size: 14px;
        line-height: 1.55;
    }

    .contact-content-wrapper {
        gap: 35px;
    }

    .contact-form-wrapper {
        padding: 28px 18px;
        border-radius: 10px;
    }

    /* Success/Error message mobile styles */
    .contact-form-wrapper > div[style*="background-color"] {
        padding: 10px 12px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        margin-bottom: 16px !important;
    }

    .contact-form-wrapper > div[style*="background-color"] ul {
        padding-left: 14px !important;
    }

    .contact-form-wrapper > div[style*="background-color"] li {
        font-size: 13px !important;
    }

    .contact-form {
        gap: 20px;
    }

    .form-group {
        gap: 7px;
    }

    .form-label {
        font-size: 11px;
        letter-spacing: 0.8px;
    }

    .form-input,
    .form-textarea {
        font-size: 16px;
        padding: 13px 14px;
        min-height: 46px;
        width: 100%;
        box-sizing: border-box;
    }

    .form-textarea {
        min-height: 120px;
        resize: vertical;
    }

    .form-submit-button {
        padding: 13px 28px;
        font-size: 13px;
        letter-spacing: 1.2px;
        min-height: 46px;
        width: 100%;
        align-self: stretch;
    }

    /* Login page specific mobile styles */
    .form-group[style*="flex-direction: row"] {
        gap: 8px !important;
        margin-top: -2px !important;
    }

    .form-group[style*="flex-direction: row"] input[type="checkbox"] {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
    }

    .form-group[style*="flex-direction: row"] label {
        font-size: 13px !important;
    }

    .contact-info-section {
        gap: 30px;
    }

    .contact-info-title {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .contact-info-description {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .contact-details {
        gap: 22px;
    }

    .contact-detail-item {
        padding: 14px 0;
        gap: 12px;
        flex-wrap: wrap;
    }

    .contact-icon {
        font-size: 20px;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-detail-content {
        flex: 1;
        min-width: 0;
    }

    .contact-detail-label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .contact-detail-value {
        font-size: 13.5px;
        line-height: 1.55;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .contact-detail-value a {
        word-break: break-all;
        display: inline-block;
        max-width: 100%;
        color: #54341b;
        text-decoration: none;
    }

    .contact-detail-value a:hover {
        color: #7a4d2d;
        text-decoration: underline;
    }

    .contact-hours {
        padding-top: 24px;
        margin-top: 24px;
    }

    .contact-hours-title {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .hours-list {
        gap: 12px;
    }

    .hours-item {
        padding-bottom: 8px;
        gap: 4px;
    }

    .hours-day,
    .hours-time {
        font-size: 13.5px;
    }
}

.policies-hero {
    position: relative;
    padding: 260px 20px 140px;
    min-height: 60vh;
    background: url("/images/hero-background.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.policies-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 10, 6, 0.72), rgba(17, 10, 6, 0.45));
}

.policies-hero-container {
    position: relative;
    z-index: 1;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #ffffff;
}

.policies-hero-eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.policies-hero-title {
    font-family: 'Cormorant', serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
}

.policies-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.84);
    max-width: 620px;
    margin: 0 auto;
}

.policies-content {
    background: #f7f2ec;
    padding: 120px 20px 140px;
}

.policies-container {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.policy-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border-radius: 18px;
    border-left: 5px solid #bc9969;
    padding: 22px 28px;
    box-shadow: 0 18px 40px rgba(84, 52, 27, 0.12);
}

.policy-note-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #bc9969;
}

.policy-note p {
    margin: 0;
    font-size: 16px;
    color: rgba(84, 52, 27, 0.9);
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.policy-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 32px;
    box-shadow: 0 24px 50px -28px rgba(84, 52, 27, 0.55);
    border: 1px solid rgba(188, 153, 105, 0.25);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.policy-card h2 {
    font-family: 'Cormorant', serif;
    font-size: 32px;
    font-weight: 600;
    color: #54341b;
    margin: 0;
}

.policy-card p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(84, 52, 27, 0.85);
}

.policy-subsection {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.policy-subsection h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(84, 52, 27, 0.75);
    margin: 0 0 4px 0;
}

.policy-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.policy-list li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(84, 52, 27, 0.88);
}

.policy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bc9969;
}

@media (max-width: 992px) {
    .policies-hero {
        padding: 200px 20px 120px;
        min-height: 50vh;
    }

    .policies-hero-title {
        font-size: 54px;
    }

    .policy-grid {
        gap: 26px;
    }
}

@media (max-width: 768px) {
    .policies-hero {
        padding: 180px 20px 100px;
        min-height: 55vh;
    }

    .policies-hero-container {
        padding: 0 10px;
    }

    .policies-hero-eyebrow {
        font-size: 12px;
        letter-spacing: 0.3em;
        margin-bottom: 12px;
    }

    .policies-hero-title {
        font-size: 46px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .policies-hero-subtitle {
        font-size: 18px;
        line-height: 1.65;
        max-width: 95%;
    }

    .policies-content {
        padding: 80px 20px 100px;
    }

    .policies-container {
        gap: 40px;
        padding: 0 10px;
    }

    .policy-note {
        padding: 22px 20px;
        border-radius: 16px;
        gap: 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .policy-note-label {
        font-size: 11px;
        letter-spacing: 0.3em;
    }

    .policy-note p {
        font-size: 15px;
        line-height: 1.65;
    }

    .policy-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .policy-card {
        padding: 30px 24px;
        border-radius: 18px;
        gap: 20px;
    }

    .policy-card h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .policy-card p {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .policy-subsection {
        gap: 10px;
        margin-top: 16px;
    }

    .policy-subsection:first-child {
        margin-top: 0;
    }

    .policy-subsection h3 {
        font-size: 13px;
        letter-spacing: 0.22em;
        margin-bottom: 4px;
    }

    .policy-subsection p {
        font-size: 15px;
        line-height: 1.7;
    }

    .policy-list {
        gap: 10px;
        margin-top: 8px;
    }

    .policy-list li {
        font-size: 15px;
        line-height: 1.7;
        padding-left: 22px;
    }

    .policy-list li::before {
        width: 8px;
        height: 8px;
        top: 11px;
    }
}

@media (max-width: 540px) {
    .policies-hero {
        padding: 160px 18px 80px;
        min-height: 50vh;
    }

    .policies-hero-container {
        padding: 0 8px;
    }

    .policies-hero-eyebrow {
        font-size: 11.5px;
        letter-spacing: 0.28em;
        margin-bottom: 10px;
    }

    .policies-hero-title {
        font-size: 38px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .policies-hero-subtitle {
        font-size: 16px;
        line-height: 1.6;
        max-width: 98%;
    }

    .policies-content {
        padding: 70px 18px 80px;
    }

    .policies-container {
        gap: 35px;
        padding: 0 8px;
    }

    .policy-note {
        padding: 20px 18px;
        border-radius: 14px;
        gap: 12px;
    }

    .policy-note-label {
        font-size: 10.5px;
        letter-spacing: 0.28em;
    }

    .policy-note p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .policy-grid {
        gap: 24px;
    }

    .policy-card {
        padding: 28px 20px;
        gap: 18px;
        border-radius: 16px;
    }

    .policy-card h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .policy-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .policy-subsection {
        gap: 8px;
        margin-top: 14px;
    }

    .policy-subsection h3 {
        font-size: 12.5px;
        letter-spacing: 0.2em;
    }

    .policy-subsection p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .policy-list {
        gap: 9px;
        margin-top: 6px;
    }

    .policy-list li {
        font-size: 14.5px;
        line-height: 1.65;
        padding-left: 20px;
    }

    .policy-list li::before {
        width: 7px;
        height: 7px;
        top: 10px;
    }
}

@media (max-width: 480px) {
    .policies-hero {
        padding: 150px 16px 70px;
        min-height: 45vh;
    }

    .policies-hero-container {
        padding: 0 6px;
    }

    .policies-hero-eyebrow {
        font-size: 11px;
        letter-spacing: 0.26em;
        margin-bottom: 8px;
    }

    .policies-hero-title {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 14px;
    }

    .policies-hero-subtitle {
        font-size: 15px;
        line-height: 1.6;
    }

    .policies-content {
        padding: 60px 16px 70px;
    }

    .policies-container {
        gap: 32px;
        padding: 0 6px;
    }

    .policy-note {
        padding: 18px 16px;
        border-radius: 12px;
        gap: 10px;
    }

    .policy-note-label {
        font-size: 10px;
        letter-spacing: 0.26em;
    }

    .policy-note p {
        font-size: 14px;
        line-height: 1.6;
    }

    .policy-grid {
        gap: 22px;
    }

    .policy-card {
        padding: 26px 18px;
        gap: 16px;
        border-radius: 14px;
    }

    .policy-card h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .policy-card p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .policy-subsection {
        gap: 7px;
        margin-top: 12px;
    }

    .policy-subsection h3 {
        font-size: 12px;
        letter-spacing: 0.18em;
    }

    .policy-subsection p {
        font-size: 14px;
        line-height: 1.65;
    }

    .policy-list {
        gap: 8px;
        margin-top: 5px;
    }

    .policy-list li {
        font-size: 14px;
        line-height: 1.65;
        padding-left: 18px;
    }

    .policy-list li::before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}

@media (max-width: 360px) {
    .policies-hero {
        padding: 140px 14px 60px;
        min-height: 40vh;
    }

    .policies-hero-container {
        padding: 0 4px;
    }

    .policies-hero-eyebrow {
        font-size: 10.5px;
        letter-spacing: 0.24em;
    }

    .policies-hero-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .policies-hero-subtitle {
        font-size: 14px;
        line-height: 1.55;
    }

    .policies-content {
        padding: 50px 14px 60px;
    }

    .policies-container {
        gap: 28px;
        padding: 0 4px;
    }

    .policy-note {
        padding: 16px 14px;
        border-radius: 10px;
        gap: 8px;
    }

    .policy-note-label {
        font-size: 9.5px;
        letter-spacing: 0.24em;
    }

    .policy-note p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .policy-grid {
        gap: 20px;
    }

    .policy-card {
        padding: 24px 16px;
        gap: 14px;
        border-radius: 12px;
    }

    .policy-card h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .policy-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .policy-subsection {
        gap: 6px;
        margin-top: 10px;
    }

    .policy-subsection h3 {
        font-size: 11.5px;
        letter-spacing: 0.16em;
    }

    .policy-subsection p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .policy-list {
        gap: 7px;
        margin-top: 4px;
    }

    .policy-list li {
        font-size: 13.5px;
        line-height: 1.6;
        padding-left: 16px;
    }

    .policy-list li::before {
        width: 6px;
        height: 6px;
        top: 8px;
    }
}

/* Dashboard Page Styles */
.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 60px;
}

.stat-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.stat-icon svg {
    width: 48px;
    height: 48px;
    color: #bc9969;
}

.stat-value {
    font-family: 'Cormorant', serif;
    font-size: 42px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 8px 0;
    text-align: left;
    line-height: 1.1;
}

.stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0;
    text-align: left;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

.dashboard-section {
    display: flex;
    flex-direction: column;
}

.dashboard-section .contact-header {
    margin-bottom: 0;
    text-align: left;
}

.dashboard-section .contact-title {
    text-align: left;
}

.dashboard-section .contact-subtitle {
    text-align: left;
    margin: 0;
}

.dashboard-section-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.dashboard-section-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bookings-list,
.subscriptions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-card,
.subscription-card {
    background: #ffffff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.booking-card:hover,
.subscription-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

.booking-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.booking-class-name {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.booking-class-type {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.booking-description {
    margin: 12px 0 20px 0;
    padding: 12px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.booking-description-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.8);
    line-height: 1.6;
    margin: 0;
}

.booking-status,
.subscription-status {
    background: #d4edda;
    color: #155724;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
}

.booking-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.booking-detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: rgba(84, 52, 27, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 4px 0;
}

.detail-value {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    font-weight: 500;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.booking-package {
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.package-info {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0;
}

.package-info span {
    font-weight: 600;
}

.booking-card-actions {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.subscription-name {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.subscription-progress {
    margin-bottom: 20px;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.progress-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0;
}

.progress-value {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    font-weight: 600;
    margin: 0;
}

.progress-bar-container {
    background: #f0f0f0;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    background: linear-gradient(90deg, #bc9969, #eed5b6);
    height: 100%;
    transition: width 0.3s ease;
}

.subscription-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.subscription-detail-item {
    display: flex;
    flex-direction: column;
}

.empty-state {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.empty-state-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.empty-state-icon svg {
    width: 64px;
    height: 64px;
    color: #bc9969;
}

.empty-state h3 {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    color: #54341b;
    margin: 0 0 12px 0;
}

.empty-state p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0 0 24px 0;
}

.empty-state .form-submit-button {
    text-decoration: none;
    display: inline-block;
}

/* Dashboard Mobile Responsive Styles */
@media (max-width: 1024px) {
    .dashboard-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .dashboard-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }

    .stat-card {
        padding: 28px 24px;
        border-radius: 14px;
    }

    .stat-icon {
        margin-bottom: 14px;
    }

    .stat-icon svg {
        width: 42px;
        height: 42px;
    }

    .stat-value {
        font-size: 38px;
        margin-bottom: 6px;
    }

    .stat-label {
        font-size: 13px;
    }

    .dashboard-grid {
        gap: 35px;
    }

    .dashboard-section-header {
        margin-bottom: 28px;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .dashboard-section-actions {
        width: 100%;
        flex-direction: column;
    }

    .dashboard-section-actions .form-submit-button {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-size: 13px;
        min-height: 44px;
    }

    .bookings-list,
    .subscriptions-list {
        gap: 18px;
    }

    .booking-card,
    .subscription-card {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .booking-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 14px;
    }

    .booking-class-name {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .booking-class-type {
        font-size: 13px;
    }

    .booking-description {
        margin: 10px 0 18px 0;
        padding: 10px 0;
    }

    .booking-description-text {
        font-size: 13px;
    }

    .booking-status,
    .subscription-status {
        padding: 5px 10px;
        font-size: 11px;
        align-self: flex-start;
    }

    .booking-details {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 14px;
    }

    .detail-label {
        font-size: 10.5px;
        margin-bottom: 3px;
    }

    .detail-value {
        font-size: 14.5px;
        line-height: 1.5;
    }

    .booking-package {
        padding-top: 14px;
        margin-top: 14px;
    }

    .package-info {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .booking-card-actions {
        margin-top: 14px;
        padding-top: 14px;
    }

    .booking-card-actions .form-submit-button {
        width: 100%;
        padding: 12px 20px;
        font-size: 13px;
        min-height: 44px;
    }

    .subscription-name {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .subscription-progress {
        margin-bottom: 18px;
    }

    .progress-header {
        margin-bottom: 6px;
    }

    .progress-label {
        font-size: 12.5px;
    }

    .progress-value {
        font-size: 14.5px;
    }

    .progress-bar-container {
        height: 7px;
    }

    .subscription-details {
        gap: 10px;
    }

    .subscription-detail-item .detail-value {
        font-size: 17px;
    }

    .empty-state {
        padding: 50px 30px;
        border-radius: 14px;
    }

    .empty-state-icon svg {
        width: 56px;
        height: 56px;
    }

    .empty-state h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .empty-state p {
        font-size: 14.5px;
        margin-bottom: 20px;
    }

    .empty-state .form-submit-button {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        min-height: 44px;
    }
}

@media (max-width: 480px) {
    .dashboard-stats {
        gap: 18px;
        margin-bottom: 40px;
    }

    .stat-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .stat-icon {
        margin-bottom: 12px;
    }

    .stat-icon svg {
        width: 38px;
        height: 38px;
    }

    .stat-value {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .stat-label {
        font-size: 12.5px;
    }

    .dashboard-grid {
        gap: 30px;
    }

    .dashboard-section-header {
        margin-bottom: 24px;
        gap: 14px;
    }

    .dashboard-section-actions .form-submit-button {
        padding: 11px 18px;
        font-size: 12.5px;
    }

    .bookings-list,
    .subscriptions-list {
        gap: 16px;
    }

    .booking-card,
    .subscription-card {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .booking-card-header {
        margin-bottom: 12px;
        gap: 10px;
    }

    .booking-class-name {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .booking-class-type {
        font-size: 12.5px;
    }

    .booking-description {
        margin: 8px 0 16px 0;
        padding: 8px 0;
    }

    .booking-description-text {
        font-size: 12.5px;
    }

    .booking-status,
    .subscription-status {
        padding: 4px 9px;
        font-size: 10.5px;
    }

    .booking-details {
        gap: 12px;
        margin-bottom: 12px;
    }

    .detail-label {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .detail-value {
        font-size: 14px;
    }

    .booking-package {
        padding-top: 12px;
        margin-top: 12px;
    }

    .package-info {
        font-size: 12px;
    }

    .booking-card-actions {
        margin-top: 12px;
        padding-top: 12px;
    }

    .booking-card-actions .form-submit-button {
        padding: 11px 18px;
        font-size: 12.5px;
    }

    .subscription-name {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .subscription-progress {
        margin-bottom: 16px;
    }

    .progress-label {
        font-size: 12px;
    }

    .progress-value {
        font-size: 14px;
    }

    .progress-bar-container {
        height: 6px;
    }

    .subscription-details {
        gap: 9px;
    }

    .subscription-detail-item .detail-value {
        font-size: 16px;
    }

    .empty-state {
        padding: 40px 24px;
        border-radius: 12px;
    }

    .empty-state-icon svg {
        width: 48px;
        height: 48px;
    }

    .empty-state h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .empty-state p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .empty-state .form-submit-button {
        padding: 11px 18px;
        font-size: 12.5px;
    }
}

@media (max-width: 360px) {
    .dashboard-stats {
        gap: 16px;
        margin-bottom: 35px;
    }

    .stat-card {
        padding: 22px 18px;
        border-radius: 10px;
    }

    .stat-icon svg {
        width: 36px;
        height: 36px;
    }

    .stat-value {
        font-size: 30px;
    }

    .stat-label {
        font-size: 12px;
    }

    .dashboard-grid {
        gap: 28px;
    }

    .dashboard-section-header {
        margin-bottom: 20px;
        gap: 12px;
    }

    .dashboard-section-actions .form-submit-button {
        padding: 10px 16px;
        font-size: 12px;
    }

    .bookings-list,
    .subscriptions-list {
        gap: 14px;
    }

    .booking-card,
    .subscription-card {
        padding: 20px 16px;
        border-radius: 10px;
    }

    .booking-class-name {
        font-size: 18px;
    }

    .booking-class-type {
        font-size: 12px;
    }

    .booking-description {
        margin: 8px 0 14px 0;
        padding: 8px 0;
    }

    .booking-description-text {
        font-size: 12px;
    }

    .booking-status,
    .subscription-status {
        padding: 4px 8px;
        font-size: 10px;
    }

    .booking-details {
        gap: 10px;
    }

    .detail-label {
        font-size: 9.5px;
    }

    .detail-value {
        font-size: 13.5px;
    }

    .subscription-name {
        font-size: 18px;
    }

    .subscription-detail-item .detail-value {
        font-size: 15px;
    }

    .empty-state {
        padding: 35px 20px;
        border-radius: 10px;
    }

    .empty-state-icon svg {
        width: 44px;
        height: 44px;
    }

    .empty-state h3 {
        font-size: 22px;
    }

    .empty-state p {
        font-size: 13.5px;
    }
}

/* Subscription Pages Styles */
/* Subscription Index Page */
.subscriptions-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.subscriptions-page-header .contact-header {
    margin-bottom: 0;
}

/* Active Subscriptions Summary */
.active-subscriptions-summary {
    background: linear-gradient(135deg, #bc9969 0%, #eed5b6 100%);
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.active-subscriptions-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.active-subscriptions-icon {
    width: 32px;
    height: 32px;
    color: #54341b;
}

.active-subscriptions-title {
    font-family: 'Cormorant', serif;
    font-size: 28px;
    font-weight: 600;
    color: #54341b;
    margin: 0;
}

.active-subscriptions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.active-subscription-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 12px;
}

.active-subscription-name {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 8px 0;
}

.active-subscription-sessions {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0 0 12px 0;
}

.active-subscription-progress-bar {
    background: #f0f0f0;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.active-subscription-progress-fill {
    background: #54341b;
    height: 100%;
    transition: width 0.3s ease;
}

/* Subscription Filters */
.subscription-filters {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    overflow: hidden;
}

.subscription-filters-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    align-items: end;
    width: 100%;
    box-sizing: border-box;
}

.subscription-filter-group {
    margin: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.subscription-filter-select {
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    min-height: 54px;
    height: 54px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
}

.subscription-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.subscription-filter-actions-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
}

.subscription-filter-buttons {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: flex-end;
}

.subscription-filter-button {
    flex: 1;
    margin: 0;
    margin-top: 8px;
    min-width: 0;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 16px 20px;
    border: 2px solid #54341b;
    border-radius: 30px;
}

.subscription-filter-reset {
    text-decoration: none;
    background: transparent;
    border-color: #54341b;
    color: #54341b;
}

/* Alert Messages */
.alert {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Subscription Card Elements */
.subscription-card-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.subscription-card-info {
    flex: 1;
    min-width: 250px;
}

.subscription-package-info {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0 0 12px 0;
}

.subscription-status-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.subscription-status-active {
    background: #d4edda;
    color: #155724;
}

.subscription-status-upcoming {
    background: #e2d5f1;
    color: #4a3a5c;
}

.subscription-status-expired {
    background: #f8d7da;
    color: #721c24;
}

.subscription-status-cancelled {
    background: #fff3cd;
    color: #856404;
}

.subscription-status-completed {
    background: #d1ecf1;
    color: #0c5460;
}

.subscription-status-large {
    padding: 8px 16px;
    font-size: 13px;
    display: inline-block;
}

.subscription-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.detail-value-large {
    font-size: 18px;
    font-weight: 600;
}

.subscription-card-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.subscription-view-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #bc9969;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.subscription-view-link:hover {
    color: #54341b;
}

.subscription-view-link-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.subscription-card:hover .subscription-view-link-icon {
    transform: translateX(4px);
}

.subscriptions-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* Subscription Show Page */
.subscription-back-link-wrapper {
    margin-bottom: 24px;
}

.subscription-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #bc9969;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.subscription-back-link:hover {
    color: #54341b;
}

.subscription-back-link-icon {
    width: 18px;
    height: 18px;
}

.subscription-detail-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.subscription-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 20px;
}

.subscription-detail-title {
    font-family: 'Cormorant', serif;
    font-size: 36px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 12px 0;
}

.subscription-detail-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgba(84, 52, 27, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
}

.subscription-progress-section {
    margin-bottom: 32px;
    padding: 24px;
    background: #f9f9f9;
    border-radius: 12px;
}

.subscription-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.subscription-progress-title {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    color: #54341b;
    margin: 0;
}

.subscription-progress-value-large {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #54341b;
    font-weight: 600;
    margin: 0;
}

.subscription-progress-bar-large {
    background: #e0e0e0;
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.subscription-progress-fill-large {
    background: linear-gradient(90deg, #bc9969, #eed5b6);
    height: 100%;
    transition: width 0.3s ease;
}

.subscription-progress-remaining {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.7);
    margin: 12px 0 0 0;
}

.subscription-progress-remaining-bold {
    font-weight: 600;
}

.subscription-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.detail-card {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
}

.detail-value-card {
    font-size: 18px;
    font-weight: 600;
}

.subscription-description-card {
    padding: 24px;
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 32px;
}

.subscription-description-title {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 12px 0;
}

.subscription-description-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(84, 52, 27, 0.8);
    line-height: 1.6;
    margin: 0;
}

.subscription-class-types {
    margin-bottom: 32px;
}

.subscription-class-types-title {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 16px 0;
}

.subscription-class-types-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.subscription-class-type-badge {
    background: #eed5b6;
    color: #54341b;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.subscription-notes-card {
    padding: 24px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    margin-bottom: 32px;
}

.subscription-notes-title {
    font-family: 'Cormorant', serif;
    font-size: 20px;
    font-weight: 600;
    color: #856404;
    margin: 0 0 8px 0;
}

.subscription-notes-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #856404;
    line-height: 1.6;
    margin: 0;
}

.subscription-bookings {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.subscription-bookings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 20px;
}

.subscription-bookings-title {
    font-family: 'Cormorant', serif;
    font-size: 32px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 8px 0;
}

.subscription-bookings-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0;
}

.booking-card-subscription {
    background: #f9f9f9;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #bc9969;
}

.booking-card-info {
    flex: 1;
    min-width: 250px;
}

.booking-status-confirmed {
    background: #d4edda;
    color: #155724;
}

.booking-status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.booking-status-completed {
    background: #d1ecf1;
    color: #0c5460;
}

.booking-status-no-show {
    background: #fff3cd;
    color: #856404;
}

.booking-status-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* Subscription Pages Mobile Responsive Styles */
@media (max-width: 768px) {
    .subscriptions-page-header {
        margin-bottom: 32px;
    }

    .active-subscriptions-summary {
        padding: 24px;
        margin-bottom: 32px;
        border-radius: 14px;
    }

    .active-subscriptions-header {
        margin-bottom: 16px;
    }

    .active-subscriptions-icon {
        width: 28px;
        height: 28px;
    }

    .active-subscriptions-title {
        font-size: 24px;
    }

    .active-subscriptions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .active-subscription-card {
        padding: 18px;
    }

    .active-subscription-name {
        font-size: 18px;
    }

    .active-subscription-sessions {
        font-size: 13px;
    }

    .subscription-filters {
        padding: 20px;
        margin-bottom: 28px;
        border-radius: 14px;
    }

    .subscription-filters-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .subscription-filter-actions {
        grid-column: 1 / -1;
    }

    .subscription-filter-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .subscription-filter-button {
        width: 100%;
        margin-top: 0;
    }

    .subscription-card-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .subscription-card-info {
        min-width: 100%;
    }

    .subscription-status-wrapper {
        width: 100%;
    }

    .subscription-details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 14px;
    }

    .subscription-card-footer {
        margin-top: 18px;
        padding-top: 18px;
    }

    .subscriptions-pagination {
        margin-top: 32px;
    }

    .subscription-back-link-wrapper {
        margin-bottom: 20px;
    }

    .subscription-detail-card {
        padding: 28px 24px;
        margin-bottom: 32px;
        border-radius: 14px;
    }

    .subscription-detail-header {
        margin-bottom: 28px;
    }

    .subscription-detail-title {
        font-size: 30px;
    }

    .subscription-detail-subtitle {
        font-size: 15px;
    }

    .subscription-progress-section {
        padding: 20px;
        margin-bottom: 28px;
    }

    .subscription-progress-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 10px;
    }

    .subscription-progress-title {
        font-size: 22px;
    }

    .subscription-progress-value-large {
        font-size: 16px;
    }

    .subscription-progress-bar-large {
        height: 10px;
    }

    .subscription-progress-remaining {
        font-size: 13px;
        margin-top: 10px;
    }

    .subscription-details-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 28px;
    }

    .detail-card {
        padding: 18px;
    }

    .detail-value-card {
        font-size: 16px;
    }

    .subscription-description-card {
        padding: 20px;
        margin-bottom: 28px;
    }

    .subscription-description-title {
        font-size: 22px;
    }

    .subscription-description-text {
        font-size: 14.5px;
    }

    .subscription-class-types {
        margin-bottom: 28px;
    }

    .subscription-class-types-title {
        font-size: 22px;
        margin-bottom: 14px;
    }

    .subscription-class-types-list {
        gap: 10px;
    }

    .subscription-class-type-badge {
        padding: 7px 14px;
        font-size: 12.5px;
    }

    .subscription-notes-card {
        padding: 20px;
        margin-bottom: 28px;
    }

    .subscription-notes-title {
        font-size: 18px;
    }

    .subscription-notes-text {
        font-size: 13.5px;
    }

    .subscription-bookings {
        padding: 28px 24px;
        border-radius: 14px;
    }

    .subscription-bookings-header {
        margin-bottom: 28px;
    }

    .subscription-bookings-title {
        font-size: 28px;
    }

    .subscription-bookings-subtitle {
        font-size: 14.5px;
    }

    .booking-card-subscription {
        padding: 20px;
    }

    .booking-details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .subscriptions-page-header {
        margin-bottom: 28px;
    }

    .active-subscriptions-summary {
        padding: 20px;
        margin-bottom: 28px;
    }

    .active-subscriptions-icon {
        width: 24px;
        height: 24px;
    }

    .active-subscriptions-title {
        font-size: 22px;
    }

    .active-subscriptions-grid {
        gap: 14px;
    }

    .active-subscription-card {
        padding: 16px;
    }

    .active-subscription-name {
        font-size: 17px;
    }

    .active-subscription-sessions {
        font-size: 12.5px;
    }

    .subscription-filters {
        padding: 18px;
        margin-bottom: 24px;
    }

    .subscription-filters-form {
        gap: 10px;
    }

    .subscription-filter-select {
        padding: 14px 18px;
        min-height: 48px;
        height: 48px;
        font-size: 15px;
    }

    .subscription-filter-button {
        height: 48px;
        padding: 14px 18px;
        font-size: 14px;
    }

    .subscription-card-top {
        margin-bottom: 16px;
        gap: 10px;
    }

    .subscription-details-grid {
        gap: 10px;
        margin-bottom: 12px;
    }

    .subscription-card-footer {
        margin-top: 16px;
        padding-top: 16px;
    }

    .subscriptions-pagination {
        margin-top: 28px;
    }

    .subscription-back-link {
        font-size: 13px;
    }

    .subscription-back-link-icon {
        width: 16px;
        height: 16px;
    }

    .subscription-detail-card {
        padding: 24px 20px;
        margin-bottom: 28px;
    }

    .subscription-detail-header {
        margin-bottom: 24px;
    }

    .subscription-detail-title {
        font-size: 26px;
    }

    .subscription-detail-subtitle {
        font-size: 14px;
    }

    .subscription-progress-section {
        padding: 18px;
        margin-bottom: 24px;
    }

    .subscription-progress-title {
        font-size: 20px;
    }

    .subscription-progress-value-large {
        font-size: 15px;
    }

    .subscription-progress-bar-large {
        height: 8px;
    }

    .subscription-details-grid {
        gap: 14px;
        margin-bottom: 24px;
    }

    .detail-card {
        padding: 16px;
    }

    .detail-value-card {
        font-size: 15px;
    }

    .subscription-description-card {
        padding: 18px;
        margin-bottom: 24px;
    }

    .subscription-description-title {
        font-size: 20px;
    }

    .subscription-description-text {
        font-size: 14px;
    }

    .subscription-class-types {
        margin-bottom: 24px;
    }

    .subscription-class-types-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .subscription-class-type-badge {
        padding: 6px 12px;
        font-size: 12px;
    }

    .subscription-notes-card {
        padding: 18px;
        margin-bottom: 24px;
    }

    .subscription-notes-title {
        font-size: 17px;
    }

    .subscription-notes-text {
        font-size: 13px;
    }

    .subscription-bookings {
        padding: 24px 20px;
    }

    .subscription-bookings-header {
        margin-bottom: 24px;
    }

    .subscription-bookings-title {
        font-size: 24px;
    }

    .subscription-bookings-subtitle {
        font-size: 14px;
    }

    .booking-card-subscription {
        padding: 18px;
    }
}

@media (max-width: 360px) {
    .active-subscriptions-summary {
        padding: 18px;
    }

    .active-subscriptions-title {
        font-size: 20px;
    }

    .active-subscription-card {
        padding: 14px;
    }

    .active-subscription-name {
        font-size: 16px;
    }

    .subscription-filters {
        padding: 16px;
    }

    .subscription-detail-card {
        padding: 20px 18px;
    }

    .subscription-detail-title {
        font-size: 24px;
    }

    .subscription-progress-section {
        padding: 16px;
    }

    .subscription-progress-title {
        font-size: 18px;
    }

    .subscription-bookings {
        padding: 20px 18px;
    }

    .subscription-bookings-title {
        font-size: 22px;
    }
}

/* Profile Pages Styles */
/* Profile Back Link */
.profile-back-link-wrapper {
    margin-bottom: 24px;
}

.profile-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #bc9969;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.profile-back-link:hover {
    color: #54341b;
}

.profile-back-link-icon {
    width: 18px;
    height: 18px;
}

.alert-error-list {
    margin: 0;
    padding-left: 20px;
}

/* Profile Edit Page */
.profile-edit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.profile-edit-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.profile-edit-header {
    margin-bottom: 32px;
    text-align: left;
}

.profile-edit-header .contact-title {
    text-align: left;
}

.profile-edit-header .contact-subtitle {
    text-align: left;
    margin: 0;
}

.profile-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.profile-form-group-full {
    margin-bottom: 24px;
}

.profile-form-select {
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    min-height: 54px;
    height: 54px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
}

.profile-file-input {
    padding: 12px 20px;
}

.profile-file-hint {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    margin: 8px 0 0 0;
}

.profile-current-photo {
    margin-top: 12px;
}

.profile-current-photo-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0 0 8px 0;
}

.profile-current-photo-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eed5b6;
}

.profile-password-hint {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    margin: 8px 0 0 0;
}

.profile-submit-button {
    width: auto;
    min-width: 200px;
}

/* Profile Show Page */
.profile-show-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
}

.profile-sidebar {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: sticky;
    top: 20px;
}

.profile-photo-wrapper {
    margin-bottom: 24px;
}

.profile-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #eed5b6;
    margin: 0 auto;
    display: block;
}

.profile-photo-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #bc9969, #eed5b6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 4px solid #eed5b6;
}

.profile-photo-initial {
    font-family: 'Cormorant', serif;
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
}

.profile-sidebar-name {
    font-family: 'Cormorant', serif;
    font-size: 32px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 8px 0;
}

.profile-sidebar-email {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(84, 52, 27, 0.7);
    margin: 0 0 24px 0;
}

.profile-edit-button {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.profile-details-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.profile-details-header {
    margin-bottom: 32px;
    text-align: left;
}

.profile-details-header .contact-title {
    text-align: left;
}

.profile-details-header .contact-subtitle {
    text-align: left;
    margin: 0;
}

.profile-details-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.profile-detail-section {
    display: flex;
    flex-direction: column;
}

.profile-detail-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 8px 0;
}

.profile-detail-value {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #54341b;
    font-weight: 500;
    margin: 0;
}

.profile-detail-value-capitalize {
    text-transform: capitalize;
}

.profile-detail-value-address {
    line-height: 1.6;
}

.profile-complete-notice {
    margin-top: 32px;
    padding: 24px;
    background: #f8f3ed;
    border-radius: 12px;
    border-left: 4px solid #bc9969;
}

.profile-complete-notice-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    margin: 0;
}

/* Profile Pages Mobile Responsive Styles */
@media (max-width: 1024px) {
    .profile-show-grid {
        grid-template-columns: 1fr;
    }

    .profile-sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    .profile-back-link-wrapper {
        margin-bottom: 20px;
    }

    .profile-back-link {
        font-size: 13px;
    }

    .profile-back-link-icon {
        width: 16px;
        height: 16px;
    }

    .profile-edit-grid {
        gap: 32px;
    }

    .profile-edit-card {
        padding: 28px 24px;
        border-radius: 14px;
    }

    .profile-edit-header {
        margin-bottom: 28px;
    }

    .profile-form-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .profile-form-group-full {
        margin-bottom: 20px;
    }

    .profile-form-select {
        padding: 14px 18px;
        min-height: 48px;
        height: 48px;
        font-size: 15px;
    }

    .profile-file-input {
        padding: 11px 18px;
        font-size: 15px;
    }

    .profile-current-photo-img {
        width: 80px;
        height: 80px;
    }

    .profile-submit-button {
        width: 100%;
        min-width: 0;
    }

    .profile-show-grid {
        gap: 32px;
    }

    .profile-sidebar {
        padding: 28px 24px;
        border-radius: 14px;
    }

    .profile-photo-wrapper {
        margin-bottom: 20px;
    }

    .profile-photo,
    .profile-photo-placeholder {
        width: 120px;
        height: 120px;
    }

    .profile-photo-initial {
        font-size: 40px;
    }

    .profile-sidebar-name {
        font-size: 28px;
    }

    .profile-sidebar-email {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .profile-details-card {
        padding: 28px 24px;
        border-radius: 14px;
    }

    .profile-details-header {
        margin-bottom: 28px;
    }

    .profile-details-list {
        gap: 20px;
    }

    .profile-detail-label {
        font-size: 11.5px;
        margin-bottom: 6px;
    }

    .profile-detail-value {
        font-size: 15px;
    }

    .profile-complete-notice {
        margin-top: 28px;
        padding: 20px;
    }

    .profile-complete-notice-text {
        font-size: 13.5px;
    }
}

@media (max-width: 480px) {
    .profile-back-link-wrapper {
        margin-bottom: 18px;
    }

    .profile-back-link {
        font-size: 12.5px;
    }

    .profile-edit-grid {
        gap: 28px;
    }

    .profile-edit-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .profile-edit-header {
        margin-bottom: 24px;
    }

    .profile-form-row {
        gap: 18px;
        margin-bottom: 18px;
    }

    .profile-form-group-full {
        margin-bottom: 18px;
    }

    .profile-form-select {
        padding: 12px 16px;
        min-height: 44px;
        height: 44px;
        font-size: 14px;
    }

    .profile-file-input {
        padding: 10px 16px;
        font-size: 14px;
    }

    .profile-file-hint {
        font-size: 11.5px;
    }

    .profile-current-photo {
        margin-top: 10px;
    }

    .profile-current-photo-label {
        font-size: 12.5px;
    }

    .profile-current-photo-img {
        width: 70px;
        height: 70px;
    }

    .profile-password-hint {
        font-size: 11.5px;
    }

    .profile-submit-button {
        padding: 12px 20px;
        font-size: 13px;
        min-height: 44px;
    }

    .profile-show-grid {
        gap: 28px;
    }

    .profile-sidebar {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .profile-photo-wrapper {
        margin-bottom: 18px;
    }

    .profile-photo,
    .profile-photo-placeholder {
        width: 100px;
        height: 100px;
    }

    .profile-photo-initial {
        font-size: 36px;
    }

    .profile-sidebar-name {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .profile-sidebar-email {
        font-size: 12.5px;
        margin-bottom: 18px;
    }

    .profile-edit-button {
        padding: 12px 20px;
        font-size: 13px;
        min-height: 44px;
    }

    .profile-details-card {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .profile-details-header {
        margin-bottom: 24px;
    }

    .profile-details-list {
        gap: 18px;
    }

    .profile-detail-label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .profile-detail-value {
        font-size: 14.5px;
    }

    .profile-complete-notice {
        margin-top: 24px;
        padding: 18px;
        border-radius: 10px;
    }

    .profile-complete-notice-text {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .profile-edit-card {
        padding: 20px 18px;
    }

    .profile-form-row {
        gap: 16px;
        margin-bottom: 16px;
    }

    .profile-form-group-full {
        margin-bottom: 16px;
    }

    .profile-form-select {
        padding: 11px 14px;
        font-size: 13.5px;
    }

    .profile-current-photo-img {
        width: 60px;
        height: 60px;
    }

    .profile-sidebar {
        padding: 20px 18px;
    }

    .profile-photo,
    .profile-photo-placeholder {
        width: 90px;
        height: 90px;
    }

    .profile-photo-initial {
        font-size: 32px;
    }

    .profile-sidebar-name {
        font-size: 22px;
    }

    .profile-details-card {
        padding: 20px 18px;
    }

    .profile-details-list {
        gap: 16px;
    }

    .profile-detail-value {
        font-size: 14px;
    }
}

/* Booking Pages Styles */
/* Booking Index Page */
.bookings-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.bookings-page-header .contact-header {
    margin-bottom: 0;
}

.bookings-create-button {
    text-decoration: none;
    display: inline-block;
}

/* Booking Filters */
.booking-filters {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    overflow: hidden;
}

.booking-filters-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    align-items: end;
    width: 100%;
    box-sizing: border-box;
}

.booking-filter-group {
    margin: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.booking-filter-select {
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    min-height: 54px;
    height: 54px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
}

.booking-filter-date {
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    min-height: 54px;
    height: 54px;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.booking-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.booking-filter-actions-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
}

.booking-filter-buttons {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: flex-end;
}

.booking-filter-button {
    flex: 1;
    margin: 0;
    margin-top: 8px;
    min-width: 0;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 16px 20px;
    border: 2px solid #54341b;
    border-radius: 30px;
}

.booking-filter-reset {
    text-decoration: none;
    background: transparent;
    border-color: #54341b;
    color: #54341b;
}

.alert-warning {
    background-color: #fff3cd;
    color: #856404;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ffeeba;
}

.alert-warning-list {
    margin: 10px 0 0 18px;
    padding: 0;
    list-style: disc;
}

.alert-warning-list li {
    margin-bottom: 4px;
}

.package-info-label {
    font-weight: 600;
}

.bookings-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.bookings-pagination nav,
.subscriptions-pagination nav {
    display: block;
}

.bookings-pagination .pagination,
.subscriptions-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bookings-pagination .pagination li,
.subscriptions-pagination .pagination li {
    margin: 0;
}

.bookings-pagination .pagination a,
.bookings-pagination .pagination span,
.subscriptions-pagination .pagination a,
.subscriptions-pagination .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #54341b;
    background: #fff;
    border: 1px solid rgba(84, 52, 27, 0.2);
    border-radius: 10px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bookings-pagination .pagination a:hover,
.subscriptions-pagination .pagination a:hover {
    background: rgba(188, 153, 105, 0.12);
    border-color: #bc9969;
    color: #54341b;
}

.bookings-pagination .pagination li.active span,
.subscriptions-pagination .pagination li.active span {
    background: #54341b;
    border-color: #54341b;
    color: #fff;
    cursor: default;
}

.bookings-pagination .pagination li.disabled span,
.subscriptions-pagination .pagination li.disabled span {
    background: rgba(84, 52, 27, 0.06);
    border-color: rgba(84, 52, 27, 0.12);
    color: rgba(84, 52, 27, 0.45);
    cursor: not-allowed;
}

/* Booking Show Page */
.booking-detail-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.booking-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 20px;
}

.booking-detail-title {
    font-family: 'Cormorant', serif;
    font-size: 36px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 12px 0;
}

.booking-detail-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgba(84, 52, 27, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
}

.booking-status-large {
    padding: 8px 16px;
    font-size: 13px;
    display: inline-block;
}

.booking-detail-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.detail-section {
    display: flex;
    flex-direction: column;
}

.detail-section-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 12px 0;
}

.detail-section-value {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #54341b;
    font-weight: 600;
    margin: 0;
}

.booking-package-card {
    padding: 24px;
    background: #f8f3ed;
    border-radius: 12px;
    margin-bottom: 32px;
}

.booking-package-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 12px 0;
}

.booking-package-value {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #54341b;
    font-weight: 600;
    margin: 0;
}

.booking-cancellation-card {
    padding: 24px;
    background: #fff3cd;
    border-radius: 12px;
    margin-bottom: 32px;
}

.booking-cancellation-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 12px 0;
}

.booking-cancellation-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #54341b;
    margin: 0;
}

.booking-cancellation-date {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(84, 52, 27, 0.6);
    margin: 12px 0 0 0;
}

.booking-cancel-section {
    padding-top: 32px;
    border-top: 2px solid #f0f0f0;
}

.booking-cancel-title {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 20px 0;
}

.booking-cancel-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-cancel-button {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
    width: auto;
    align-self: flex-start;
}

.booking-cancel-button:hover {
    background: #c82333;
    border-color: #bd2130;
}

/* Booking Create Page */
.booking-create-filters {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.booking-create-filters-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.booking-create-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.booking-create-filter-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #54341b;
}

.booking-create-filter-select {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    background: #fff;
    cursor: pointer;
    min-height: 40px;
}

.booking-create-custom-date {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    background: #fff;
    display: none;
    min-height: 40px;
}

.booking-selection-info {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    font-weight: 500;
}

.booking-subscription-info {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 24px;
    border-left: 4px solid #bc9969;
}

.booking-subscription-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.booking-subscription-name {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.booking-subscription-sessions {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #54341b;
    font-weight: 600;
}

.booking-subscription-limit {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(84, 52, 27, 0.6);
    margin-top: 4px;
}

.subscription-info {
    flex: 1;
    min-width: 200px;
}

.booking-select-all-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.booking-select-all-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.booking-select-all-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.booking-select-all-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #54341b;
    cursor: pointer;
    margin: 0;
}

.booking-table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
}

.booking-table-scroll {
    overflow-x: auto;
}

.booking-table {
    width: 100%;
    border-collapse: collapse;
}

.booking-table-header {
    background: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
}

.booking-table-th {
    padding: 12px 16px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #54341b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.booking-table-th-checkbox {
    width: 40px;
}

.booking-table-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.booking-table-row {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.booking-table-row:hover {
    background-color: #f8f9fa;
}

.booking-table-row input[type="checkbox"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.booking-table-td {
    padding: 10px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #54341b;
}

.booking-table-date-main {
    font-weight: 600;
}

.booking-table-date-day {
    font-size: 11px;
    color: rgba(84, 52, 27, 0.6);
}

.booking-table-time {
    font-weight: 500;
}

.booking-table-class-name {
    font-weight: 600;
}

.booking-table-description {
    font-size: 12px;
    color: rgba(84, 52, 27, 0.7);
    max-width: 200px;
    line-height: 1.4;
}

.booking-table-description-inline {
    font-size: 11px;
    color: rgba(84, 52, 27, 0.65);
    line-height: 1.4;
    margin-top: 6px;
    max-width: 250px;
}

.booking-table-type {
    font-size: 12px;
    color: rgba(84, 52, 27, 0.7);
}

.booking-table-availability {
    font-weight: 600;
}

.booking-submit-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    gap: 16px;
}

.booking-validation-message {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #dc3545;
    font-weight: 500;
    display: none;
}

.booking-submit-button {
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.booking-submit-button:not([style*="opacity: 0.5"]) {
    opacity: 1;
    pointer-events: auto;
}

/* Book a Class – polished step UI */
.book-hero-compact .hero-subtext {
    font-size: 1.05rem;
    opacity: 0.92;
    letter-spacing: 0.01em;
}

.book-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.book-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.book-back {
    margin-bottom: 1.5rem;
}

.book-back .profile-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: rgba(84, 52, 27, 0.75);
    text-decoration: none;
    transition: color 0.2s;
}

.book-back .profile-back-link:hover {
    color: #54341b;
}

/* Step card container */
.book-step-screen.book-step-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(84, 52, 27, 0.08);
    padding: 2rem 1.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    border: 1px solid rgba(84, 52, 27, 0.06);
}

.book-step-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #54341b;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.book-step {
    margin-bottom: 0;
}

.book-step-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.01em;
    padding-right: 2.5rem;
}

.book-step-hint {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: rgba(84, 52, 27, 0.65);
    margin: 0 0 1.25rem 0;
    line-height: 1.5;
}

.book-step-dates-summary {
    margin-bottom: 1rem;
}

/* Date chips */
.book-date-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.book-date-chip {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 0.75rem 0.6rem;
    background: #faf9f7;
    border: 2px solid rgba(84, 52, 27, 0.1);
    border-radius: 14px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #54341b;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s ease;
}

.book-date-chip:hover {
    border-color: #d4c4a8;
    background: #fff;
    box-shadow: 0 2px 12px rgba(84, 52, 27, 0.06);
}

.book-date-chip:focus-visible {
    outline: none;
    border-color: #bc9969;
    box-shadow: 0 0 0 3px rgba(188, 153, 105, 0.25);
}

.book-date-chip.selected {
    border-color: #bc9969;
    background: linear-gradient(135deg, #f8f4ef 0%, #f2ebe2 100%);
    color: #54341b;
    box-shadow: 0 2px 12px rgba(188, 153, 105, 0.2);
}

.book-date-chip-day {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(84, 52, 27, 0.6);
}

.book-date-chip.selected .book-date-chip-day {
    color: rgba(84, 52, 27, 0.8);
}

.book-date-chip-num {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.book-date-chip-month {
    font-size: 0.7rem;
    color: rgba(84, 52, 27, 0.55);
}

.book-date-chip.selected .book-date-chip-month {
    color: rgba(84, 52, 27, 0.75);
}

/* Step actions – Next button */
.book-step-actions {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(84, 52, 27, 0.08);
}

.book-btn-next {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    background: rgba(84, 52, 27, 0.12);
    color: rgba(84, 52, 27, 0.5);
    cursor: not-allowed;
    transition: background 0.2s, color 0.2s, transform 0.15s ease;
}

.book-btn-next:not(:disabled) {
    background: #54341b;
    color: #fff;
    cursor: pointer;
}

.book-btn-next:not(:disabled):hover {
    background: #432a14;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(84, 52, 27, 0.25);
}

.book-btn-next:not(:disabled):focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(84, 52, 27, 0.3);
}

/* Back link (step 2) */
.book-back-step {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0;
    margin-bottom: 0.75rem;
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: rgba(84, 52, 27, 0.7);
    cursor: pointer;
    transition: color 0.2s;
}

.book-back-step:hover {
    color: #54341b;
}

.book-step-classes .book-step-title {
    padding-right: 0;
}

.book-step-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 0.75rem 0;
}

.book-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

.book-toolbar-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.book-toolbar-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #54341b;
}

.book-toolbar-select {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #54341b;
    background: #fff;
    cursor: pointer;
    min-height: 40px;
}

.book-toolbar-date {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #54341b;
    background: #fff;
    display: none;
    min-height: 40px;
}

.book-toolbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.book-selection-badge {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #54341b;
    background: rgba(84, 52, 27, 0.08);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
}

.book-select-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: rgba(84, 52, 27, 0.7);
    cursor: pointer;
    margin: 0;
}

.book-select-all input {
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #54341b;
}

.book-subscription-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.book-subscription-pill {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    background: rgba(188, 153, 105, 0.1);
    border: 1px solid rgba(188, 153, 105, 0.25);
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
}

.book-subscription-name {
    font-weight: 600;
    color: #54341b;
}

.book-subscription-meta {
    color: rgba(84, 52, 27, 0.6);
    margin-left: 0.25rem;
}

.book-date-group {
    margin-bottom: 1.75rem;
}

.book-date-group:last-child {
    margin-bottom: 0;
}

.book-date-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #54341b;
    margin: 0 0 0.65rem 0;
    padding: 0.4rem 0 0.4rem 0.75rem;
    border-left: 3px solid #bc9969;
    letter-spacing: 0.01em;
}

.book-cards {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.book-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0.2rem 1rem;
    align-items: center;
    padding: 1.1rem 1.35rem;
    background: #faf9f7;
    border: 2px solid rgba(84, 52, 27, 0.08);
    border-radius: 14px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    margin: 0;
}

.book-card:hover {
    border-color: rgba(188, 153, 105, 0.4);
    background: #fff;
    box-shadow: 0 2px 12px rgba(84, 52, 27, 0.06);
}

.book-card:has(.book-card-checkbox:checked) {
    border-color: #bc9969;
    background: #fff;
    box-shadow: 0 2px 14px rgba(188, 153, 105, 0.15);
}

/* Full / no spots – not selectable */
.book-card-full {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.book-card-full .book-card-checkbox {
    cursor: default;
}

.book-card-full:hover {
    border-color: rgba(84, 52, 27, 0.08);
    background: #faf9f7;
    box-shadow: none;
}

.book-card-checkbox {
    grid-row: 1 / -1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0;
    accent-color: #54341b;
}

.book-card-time {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #54341b;
}

.book-card-class {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #54341b;
}

.book-card-meta {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: rgba(84, 52, 27, 0.65);
    grid-column: 2;
}

.book-card-spots {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    grid-row: 1 / -1;
    grid-column: 3;
}

/* Inline submit (step 2) */
.book-step-actions-submit {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(84, 52, 27, 0.08);
}

.book-step-actions-submit .book-validation {
    margin-bottom: 0.75rem;
}

.book-cta-inline {
    width: 100%;
}

.book-validation {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
    color: #b54a4a;
    font-weight: 500;
    display: none;
}

.book-cta {
    width: 100%;
    padding: 1rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    background: #54341b;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s, background 0.2s, transform 0.15s ease;
}

.book-cta:not([style*="opacity: 0.5"]) {
    opacity: 1;
    pointer-events: auto;
}

.book-cta:not([style*="opacity: 0.5"]):hover {
    background: #432a14;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(84, 52, 27, 0.25);
}

@media (max-width: 768px) {
    .book-section {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .book-container {
        padding: 0 1rem;
    }
    .book-step-screen.book-step-card {
        padding: 1.5rem 1.25rem;
        margin-bottom: 1.25rem;
    }
    .book-step-badge {
        top: 1rem;
        right: 1.25rem;
        width: 28px;
        height: 28px;
        font-size: 0.8125rem;
    }
    .book-step-title {
        font-size: 1.1rem;
        padding-right: 2.25rem;
    }
    .book-step-hint {
        font-size: 0.875rem;
    }
    .book-date-chips {
        gap: 0.5rem;
    }
    .book-date-chip {
        min-width: 58px;
        padding: 0.65rem 0.5rem;
    }
    .book-date-chip-num {
        font-size: 1.2rem;
    }
    .book-step-actions,
    .book-step-actions-submit {
        margin-top: 1.5rem;
        padding-top: 1.25rem;
    }
    .book-btn-next,
    .book-cta {
        min-height: 48px;
        padding: 0.875rem 1.25rem;
    }
    .book-step-toolbar {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    .book-card {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto auto;
        padding: 1rem 1.15rem;
        min-height: 44px;
    }
    .book-card-spots {
        grid-column: 2;
        grid-row: auto;
    }
    .book-date-heading {
        font-size: 0.875rem;
    }
    .book-date-group {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .book-section {
        padding-top: 1.25rem;
        padding-bottom: 1.75rem;
    }
    .book-container {
        padding: 0 0.875rem;
    }
    .book-back {
        margin-bottom: 1.25rem;
    }
    .book-step-screen.book-step-card {
        padding: 1.25rem 1rem;
        border-radius: 14px;
        margin-bottom: 1rem;
    }
    .book-step-badge {
        top: 0.875rem;
        right: 1rem;
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }
    .book-step-title {
        font-size: 1rem;
        padding-right: 2rem;
    }
    .book-step-hint {
        font-size: 0.8125rem;
    }
    .book-date-chips {
        gap: 0.45rem;
    }
    .book-date-chip {
        min-width: 52px;
        padding: 0.6rem 0.4rem;
    }
    .book-date-chip-day,
    .book-date-chip-month {
        font-size: 0.65rem;
    }
    .book-date-chip-num {
        font-size: 1.05rem;
    }
    .book-step-actions,
    .book-step-actions-submit {
        margin-top: 1.25rem;
        padding-top: 1rem;
    }
    .book-btn-next,
    .book-cta {
        padding: 0.875rem 1rem;
        font-size: 0.9375rem;
        min-height: 48px;
    }
    .book-step-toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .book-card {
        padding: 0.875rem 1rem;
    }
    .book-card-time,
    .book-card-class {
        font-size: 0.875rem;
    }
    .book-card-meta,
    .book-card-spots {
        font-size: 0.75rem;
    }
    .book-date-heading {
        font-size: 0.8125rem;
        padding-left: 0.5rem;
    }
    .book-back-step {
        font-size: 0.8125rem;
    }
    .book-subscription-bar {
        gap: 0.5rem;
        margin-bottom: 1.25rem;
    }
    .book-subscription-pill {
        font-size: 0.75rem;
        padding: 0.45rem 0.75rem;
    }
}

/* Booking Pages Mobile Responsive Styles */
@media (max-width: 768px) {
    .bookings-page-header {
        margin-bottom: 32px;
        flex-direction: column;
        align-items: stretch;
    }

    .bookings-create-button {
        width: 100%;
        text-align: center;
    }

    .booking-filters {
        padding: 20px;
        margin-bottom: 28px;
        border-radius: 14px;
    }

    .booking-filters-form {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .booking-filter-actions {
        grid-column: 1 / -1;
    }

    .booking-filter-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .booking-filter-button {
        width: 100%;
        margin-top: 0;
    }

    .bookings-pagination,
    .subscriptions-pagination {
        margin-top: 32px;
    }

    .bookings-pagination .pagination a,
    .bookings-pagination .pagination span,
    .subscriptions-pagination .pagination a,
    .subscriptions-pagination .pagination span {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .booking-detail-card {
        padding: 28px 24px;
        border-radius: 14px;
    }

    .booking-detail-header {
        margin-bottom: 28px;
    }

    .booking-detail-title {
        font-size: 30px;
    }

    .booking-detail-subtitle {
        font-size: 15px;
    }

    .booking-detail-sections {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 28px;
    }

    .detail-section-label {
        font-size: 11.5px;
        margin-bottom: 10px;
    }

    .detail-section-value {
        font-size: 16px;
    }

    .booking-package-card {
        padding: 20px;
        margin-bottom: 28px;
    }

    .booking-package-label {
        font-size: 11.5px;
        margin-bottom: 10px;
    }

    .booking-package-value {
        font-size: 16px;
    }

    .booking-cancellation-card {
        padding: 20px;
        margin-bottom: 28px;
    }

    .booking-cancellation-label {
        font-size: 11.5px;
        margin-bottom: 10px;
    }

    .booking-cancellation-text {
        font-size: 14.5px;
    }

    .booking-cancellation-date {
        font-size: 12.5px;
        margin-top: 10px;
    }

    .booking-cancel-section {
        padding-top: 28px;
    }

    .booking-cancel-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .booking-cancel-form {
        gap: 18px;
    }

    .booking-cancel-button {
        width: 100%;
        align-self: stretch;
    }

    .booking-create-filters {
        padding: 18px;
        margin-bottom: 20px;
    }

    .booking-create-filters-content {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .booking-create-filter-group {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .booking-create-filter-label {
        font-size: 13px;
    }

    .booking-create-filter-select,
    .booking-create-custom-date {
        width: 100%;
        padding: 10px 14px;
        font-size: 14px;
    }

    .booking-selection-info {
        font-size: 13px;
        text-align: center;
    }

    .booking-subscription-info {
        padding: 14px;
        margin-bottom: 20px;
    }

    .booking-subscription-list {
        flex-direction: column;
        gap: 16px;
    }

    .booking-select-all-card {
        padding: 18px;
        margin-bottom: 18px;
    }

    .booking-select-all-checkbox {
        width: 20px;
        height: 20px;
    }

    .booking-select-all-label {
        font-size: 13px;
    }

    .booking-table-wrapper {
        margin-bottom: 18px;
        border-radius: 10px;
    }

    .booking-table-th {
        padding: 10px 12px;
        font-size: 11px;
        min-width: 80px;
    }

    .booking-table-td {
        padding: 10px 12px;
        font-size: 12px;
    }

    .booking-table-date-main {
        font-size: 12px;
    }

    .booking-table-date-day {
        font-size: 10px;
    }

    .booking-table-time {
        font-size: 11.5px;
    }

    .booking-table-class-name {
        font-size: 12px;
    }

    .booking-table-description {
        font-size: 11px;
        max-width: 150px;
    }

    .booking-table-description-inline {
        font-size: 10px;
        margin-top: 5px;
        max-width: 200px;
    }

    .booking-table-type {
        font-size: 11px;
    }

    .booking-submit-section {
        flex-direction: column;
        align-items: stretch;
        margin-top: 20px;
        padding: 18px;
    }

    .booking-validation-message {
        font-size: 12.5px;
        width: 100%;
        order: 1;
    }

    .booking-submit-button {
        width: 100%;
        padding: 14px 24px;
        font-size: 14px;
        order: 2;
    }
}

@media (max-width: 480px) {
    .bookings-page-header {
        margin-bottom: 28px;
    }

    .bookings-pagination,
    .subscriptions-pagination {
        margin-top: 28px;
    }

    .bookings-pagination .pagination,
    .subscriptions-pagination .pagination {
        gap: 6px;
    }

    .bookings-pagination .pagination a,
    .bookings-pagination .pagination span,
    .subscriptions-pagination .pagination a,
    .subscriptions-pagination .pagination span {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 13px;
    }

    .booking-filters {
        padding: 18px;
        margin-bottom: 24px;
    }

    .booking-filter-select,
    .booking-filter-date {
        padding: 14px 18px;
        min-height: 48px;
        height: 48px;
        font-size: 15px;
    }

    .booking-filter-button {
        height: 48px;
        padding: 14px 18px;
        font-size: 14px;
    }

    .booking-detail-card {
        padding: 24px 20px;
    }

    .booking-detail-title {
        font-size: 26px;
    }

    .booking-detail-subtitle {
        font-size: 14px;
    }

    .booking-detail-sections {
        gap: 20px;
        margin-bottom: 24px;
    }

    .detail-section-value {
        font-size: 15px;
    }

    .booking-package-card {
        padding: 18px;
        margin-bottom: 24px;
    }

    .booking-package-value {
        font-size: 15px;
    }

    .booking-cancellation-card {
        padding: 18px;
        margin-bottom: 24px;
    }

    .booking-cancellation-text {
        font-size: 14px;
    }

    .booking-cancel-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .booking-create-filters {
        padding: 16px;
    }

    .booking-create-filter-select,
    .booking-create-custom-date {
        padding: 9px 12px;
        font-size: 13px;
    }

    .booking-subscription-info {
        padding: 12px;
    }

    .booking-subscription-list {
        gap: 14px;
    }

    .booking-table-th {
        padding: 8px 10px;
        font-size: 10px;
    }

    .booking-table-td {
        padding: 8px 10px;
        font-size: 11px;
    }

    .booking-submit-section {
        padding: 16px;
    }

    .booking-submit-button {
        padding: 12px 20px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .booking-detail-card {
        padding: 20px 18px;
    }

    .booking-detail-title {
        font-size: 24px;
    }

    .booking-detail-sections {
        gap: 18px;
    }

    .detail-section-value {
        font-size: 14px;
    }

    .booking-table-th {
        padding: 6px 8px;
        font-size: 9.5px;
    }

    .booking-table-td {
        padding: 6px 8px;
        font-size: 10px;
    }
}

