﻿:root {
    --bk-bg: #f6e9ee;
    --bk-ink: #2a1f26;
    --bk-muted: #6b5a63;
    --bk-accent: #d86a93;
    --bk-accent2: #b9577c;
    --bk-glass: rgba(255,255,255,.58);
    --bk-border: rgba(255,255,255,.55);
    --bk-shadow: 0 18px 50px rgba(50,20,35,.10);
    --bk-radius: 18px;
}

.bk {
    background: radial-gradient(1200px 800px at 30% 5%, #f9dce8, transparent), radial-gradient(1000px 700px at 80% 30%, #f4c8db, transparent), #f7eef2;
    padding-bottom: 110px;
}

.bk-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
}

.bk-hero {
    padding: 34px 0 16px;
}

.bk-title {
    font-size: 44px;
    letter-spacing: -.02em;
    margin: 0;
    color: var(--bk-ink);
}

.bk-sub {
    margin-top: 6px;
    color: var(--bk-muted);
    font-size: 16px;
}

.bk-steps {
    margin-top: 14px;
    background: rgba(255,255,255,.65);
    border: 1px solid var(--bk-border);
    border-radius: 999px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.bk-step {
    font-size: 13px;
    color: var(--bk-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.bk-stepNum {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(216,106,147,.12);
    color: var(--bk-accent2);
    font-weight: 700;
}

.bk-step.is-on {
    color: var(--bk-accent2);
    font-weight: 700;
}

.bk-dots {
    margin-left: auto;
    color: #c9b8c1;
}

.bk-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 18px;
    padding: 18px 0;
}

@media (max-width: 980px) {
    .bk-grid {
        grid-template-columns: 1fr;
    }

    .bk-right {
        position: static;
    }
}

.bk-glass {
    background: var(--bk-glass);
    border: 1px solid var(--bk-border);
    border-radius: var(--bk-radius);
    box-shadow: var(--bk-shadow);
    backdrop-filter: blur(12px);
}

.bk-card {
    padding: 16px;
    margin-bottom: 14px;
}

.bk-cardTitle {
    font-weight: 800;
    color: var(--bk-ink);
    margin-bottom: 10px;
}

.bk-location {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.75);
    cursor: pointer;
}

.bk-locationName {
    font-weight: 700;
    color: var(--bk-ink);
}

.bk-caret {
    margin-left: auto;
    color: #7c6a73;
}

.bk-locationDrop {
    margin-top: 10px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.72);
    display: none;
}

    .bk-locationDrop.is-open {
        display: block;
    }

.bk-lrow {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 10px;
    padding: 6px 0;
}

.bk-llabel {
    color: #7a6972;
    font-size: 12px;
    font-weight: 700;
}

.bk-lval {
    color: var(--bk-ink);
    font-size: 13px;
}

    .bk-lval a {
        color: var(--bk-accent2);
        text-decoration: none;
    }

.bk-mapBtnRow {
    margin-top: 8px;
}

.bk-mapBtn {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(216,106,147,.14);
    color: var(--bk-accent2);
    font-weight: 800;
    text-decoration: none;
}

.bk-search {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    gap: 10px;
    align-items: end;
}

@media (max-width:700px) {
    .bk-search {
        grid-template-columns: 1fr;
    }
}

.bk-field label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #6f5c66;
    margin-bottom: 6px;
}

.bk-field select {
    width: 100%;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.80);
    outline: none;
}

/*.bk-btnAdd {
    height: 44px;
    border-radius: 14px;
    border: 0;
    background: linear-gradient(135deg, var(--bk-accent), var(--bk-accent2));
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(216,106,147,.28);
}*/

.bk-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.74);
}

.bk-itemTitle {
    font-weight: 900;
    color: var(--bk-ink);
}

.bk-itemMeta {
    margin-left: auto;
    color: #6f5c66;
    font-weight: 800;
    font-size: 12px;
}

.bk-remove {
    margin-left: 10px;
    border: 0;
    background: rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 8px 10px;
    cursor: pointer;
}

/*.bk-addMore, .bk-addPerson {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.62);
    color: var(--bk-accent2);
    font-weight: 900;
    cursor: pointer;
    text-align: left;
}*/

.bk-att {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-person {
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.72);
    display: flex;
    align-items: center;
    gap: 10px;
}

.bk-avatar {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(216,106,147,.18);
    display: grid;
    place-items: center;
    font-weight: 900;
    color: var(--bk-accent2);
}

.bk-personMain {
    display: flex;
    flex-direction: column;
}

.bk-personName {
    font-weight: 900;
    color: var(--bk-ink);
}

.bk-personPhone {
    font-size: 12px;
    color: #6f5c66;
    font-weight: 700;
}

.bk-calendarMock {
    border-radius: 16px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(0,0,0,.06);
    padding: 12px;
}

.bk-calHead {
    font-weight: 900;
    color: var(--bk-ink);
    margin-bottom: 10px;
}

.bk-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bk-slot {
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.06);
    background: rgba(255,255,255,.76);
    cursor: pointer;
    font-weight: 800;
    color: #6f5c66;
}

    .bk-slot.is-on {
        background: rgba(216,106,147,.20);
        color: var(--bk-accent2);
        border-color: rgba(216,106,147,.24);
    }

.bk-policy {
    margin-top: 12px;
    font-size: 12px;
    color: #7a6972;
    font-weight: 700;
}

.bk-right {
    position: sticky;
    top: 92px;
    align-self: start;
}

.bk-rightTitle {
    font-weight: 950;
    font-size: 18px;
    color: var(--bk-ink);
    margin-bottom: 10px;
}

.bk-chipRow {
    margin-bottom: 10px;
}

.bk-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(216,106,147,.16);
    color: var(--bk-accent2);
    font-weight: 900;
    font-size: 12px;
}

.bk-sumBox {
    margin-top: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(0,0,0,.06);
    padding: 12px;
}

.bk-sumRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    color: #6f5c66;
    font-weight: 800;
}

.bk-sumTotal {
    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 6px;
    padding-top: 12px;
    color: var(--bk-ink);
    font-weight: 950;
}

.bk-confirm {
    margin-top: 10px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 0;
    background: linear-gradient(135deg, var(--bk-accent), var(--bk-accent2));
    color: #fff;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(216,106,147,.28);
}

.bk-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 16px;
    background: rgba(255,255,255,.30);
    backdrop-filter: blur(14px);
}

.bk-stickyInner {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.55);
    box-shadow: 0 18px 50px rgba(50,20,35,.12);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bk-stickyTitle {
    font-weight: 950;
    color: var(--bk-ink);
    font-size: 18px;
}

.bk-stickyLabel {
    color: #6f5c66;
    font-weight: 800;
    margin-right: 10px;
}

.bk-stickyAmount {
    font-weight: 950;
    color: var(--bk-accent2);
    font-size: 22px;
}

.bk-left {
/*    padding: 22px;
    border-radius: 22px;*/
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bk-section {
    padding: 6px 0 6px 0;
}

.bk-divider {
    height: 1px;
    background: rgba(0,0,0,.06);
    margin: 22px 0;
}


.bk-availableList {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-availableEmpty {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.45);
    border: 1px dashed rgba(0,0,0,.08);
    color: #7a6972;
    font-weight: 700;
    font-size: 13px;
}

.bk-avItem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
}

.bk-avThumb {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #f4eef1 center/cover no-repeat;
    border: 1px solid rgba(0,0,0,.05);
    flex: 0 0 54px;
}

.bk-avBody {
    min-width: 0;
    flex: 1;
}

.bk-avTitle {
    font-weight: 900;
    color: #2a1f26;
    line-height: 1.2;
}

.bk-avSub {
    margin-top: 3px;
    font-size: 12px;
    color: #7a6972;
    font-weight: 700;
}

.bk-avMeta {
    margin-top: 6px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bk-avTag {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(216,106,147,.10);
    color: #b9577c;
    font-size: 11px;
    font-weight: 800;
}

.bk-avActions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.bk-avBtn {
    border: 0;
    border-radius: 12px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #d86a93, #b9577c);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(216,106,147,.20);
}

.bk-avItem.is-highlight {
    border-color: rgba(216,106,147,.28);
    box-shadow: 0 0 0 2px rgba(216,106,147,.10), 0 8px 22px rgba(0,0,0,.04);
}



/*.bk-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 120px;
    gap: 10px;
    align-items: end;
}*/

.bk-search {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

@media (max-width:900px) {
    .bk-search {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:700px) {
    .bk-search {
        grid-template-columns: 1fr;
    }
}






.bk-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #5e4d56;
}

.bk-input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    padding: 0 12px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

    .bk-input:focus {
        border-color: #caa6b6;
        box-shadow: 0 0 0 3px rgba(202,166,182,.15);
    }

@media (max-width: 767px) {
    .bk-formGrid {
        grid-template-columns: 1fr !important;
    }
}





.bk-dobGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

@media (max-width: 767px) {
    .bk-dobGrid {
        grid-template-columns: 1fr;
    }
}




.bk-dateTimeGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 767px) {
    .bk-dateTimeGrid {
        grid-template-columns: 1fr;
    }
}




.bk-formAlert {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
    background: #fff1f3;
    border: 1px solid #f3b6c3;
    color: #9f2f56;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.bk-input.is-invalid {
    border-color: #d6456f !important;
    box-shadow: 0 0 0 3px rgba(214,69,111,.10) !important;
}

.bk-fieldFlash {
    animation: bkFieldFlash 1.2s ease;
}

@keyframes bkFieldFlash {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-3px);
    }

    40% {
        transform: translateX(3px);
    }

    60% {
        transform: translateX(-2px);
    }

    80% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}





.bk-confirmBox {
    margin-top: 20px;
    padding: 28px;
    border-radius: 16px;
    background: #f8fff9;
    border: 1px solid #b7e3c4;
    text-align: center;
}

.bk-confirmIcon {
    font-size: 34px;
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 10px;
}

.bk-confirmTitle {
    font-size: 20px;
    font-weight: 800;
    color: #2b2b2b;
    margin-bottom: 10px;
}

.bk-confirmText {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.bk-confirmRefLabel {
    font-size: 13px;
    color: #777;
    margin-bottom: 4px;
}

.bk-confirmRef {
    font-size: 22px;
    font-weight: 800;
    color: #1f6b3f;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.bk-confirmNote {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}






.bk {
    /*background: linear-gradient(180deg, #fcf5f8 0%, #f8edf2 100%);*/
    background: linear-gradient(180deg, rgba(255,245,249,.40) 0%, rgba(255,245,249,.12) 100%), url('/images/treatments/treatments-hero-soft.jpg') center center / cover no-repeat;
}

.bk-hero {
    position: relative;
    overflow: hidden;
    min-height: 200px; /* reduced from 330 */
    padding: 80px 0 30px; /* reduce bottom padding */

    background: radial-gradient(circle at 50% 10%, rgba(255,229,238,.95) 0%, rgba(250,239,245,.96) 34%, rgba(247,240,244,1) 100%);
}

.bk-heroBg {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(180deg, rgba(255,245,249,.40) 0%, rgba(255,245,249,.12) 100%), url('/images/treatments/treatments-hero-soft.jpg') center center / cover no-repeat;*/
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.55) 0%, rgba(255,255,255,0) 34%), radial-gradient(circle at 80% 15%, rgba(255,223,235,.55) 0%, rgba(255,223,235,0) 28%);
    opacity: .24;
    pointer-events: none;
}

.bk-heroWrap {
    position: relative;
    z-index: 2;
}

.bk-heroContent {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.bk-title {
    margin: 0 0 16px;
    /*font-size: clamp(46px, 5.3vw, 78px);
    line-height: .96;*/
    font-size: clamp(30px, 4.2vw, 54px);
    line-height: 1.08;
    letter-spacing: -.03em;
    font-weight: 800;
    color: #261d2d;
}

.bk-sub {
    max-width: 760px;
    margin: 0 auto 26px;
    font-size: 18px;
    line-height: 1.65;
    color: #6d5b67;
}

.bk-main {
    position: relative;
    /*margin-top: -50px; */ /* pull booking section upward */
    padding: 0 0 100px;
    /*padding-bottom: 90px;*/
}  

.bk-wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.bk-grid {
    align-items: start;
}

.bk-steps {
    max-width: 980px;
    margin: 18px auto 0;
    box-shadow: 0 10px 28px rgba(69, 39, 58, .06);
    margin-top: 10px;
}

@media (max-width: 991px) {
    .bk-hero {
        min-height: 250px;
        padding: 92px 0 58px;
    }

    .bk-title {
        font-size: 42px;
    }

    .bk-sub {
        font-size: 15px;
        margin-bottom: 18px;
    }

/*    .bk-main {
        margin-top: -96px;
        padding-bottom: 80px;
    }*/

    .bk-wrap {
        width: min(100%, calc(100% - 28px));
    }
}






.bk-stickyHelp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bk-waIcon {
    font-size: 18px;
}

.bk-waBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: .2s;
}

.bk-waBtn:hover {
    background: #1ebe5d;
}



/* =========================================
   APPOINTMENTS PAGE — FONT SCALE ONLY
   (no layout width changes)
========================================= */

/* Main page title */
.bk-title {
    font-size: clamp(34px, 4.6vw, 60px);
}

/* subtitle under title */
.bk-sub {
    font-size: 19px;
}

/* step indicator */
.bk-step {
    font-size: 14px;
}

/* section titles (Location, Treatments, etc) */
.bk-cardTitle {
    font-size: 19px;
}

/* treatment title */
.bk-avTitle {
    font-size: 16px;
}

/* treatment subtitle */
.bk-avSub {
    font-size: 13px;
}

/* treatment tags */
.bk-avTag {
    font-size: 12px;
}

/* add button */
.bk-avBtn {
    font-size: 14px;
}

/* person name */
.bk-personName {
    font-size: 15px;
}

/* person phone */
.bk-personPhone {
    font-size: 13px;
}

/* calendar header */
.bk-calHead {
    font-size: 15px;
}

/* time slot */
.bk-slot {
    font-size: 14px;
}

/* labels */
.bk-label {
    font-size: 13px;
}

/* inputs */
.bk-input {
    font-size: 15px;
}

/* summary title */
.bk-rightTitle {
    font-size: 20px;
}

/* summary rows */
.bk-sumRow {
    font-size: 14px;
}

/* total */
.bk-sumTotal {
    font-size: 17px;
}

/* confirm button */
.bk-confirm {
    font-size: 16px;
}

/* sticky footer title */
.bk-stickyTitle {
    font-size: 19px;
}

/* sticky amount */
.bk-stickyAmount {
    font-size: 24px;
}

/* alert text */
.bk-formAlert {
    font-size: 14px;
}

/* confirmation page text */
.bk-confirmTitle {
    font-size: 22px;
}

.bk-confirmText {
    font-size: 15px;
}

.bk-confirmNote {
    font-size: 14px;
}












/* Toast */
.bk-toastHost {
    position: fixed;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 9999;
    display: grid;
    gap: 10px;
    justify-items: center;
    pointer-events: none;
}

.bk-toast {
    min-width: 280px;
    max-width: 420px;
    width: max-content;
    max-width: min(420px, calc(100vw - 28px));
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(49, 35, 42, 0.96);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.10);
    transform: translateY(14px);
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
    pointer-events: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: start;
}

    .bk-toast.is-show {
        opacity: 1;
        transform: translateY(0);
    }

    .bk-toast.is-success {
        background: linear-gradient(135deg, #cf5d8f, #b84f7d);
    }

    .bk-toast.is-info {
        background: rgba(49, 35, 42, 0.96);
    }

.bk-toastMsg {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.bk-toastClose {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

@media (max-width: 640px) {
    .bk-toastHost {
        bottom: 16px;
        left: 14px;
        right: 14px;
        transform: none;
        justify-items: stretch;
    }

/*    .bk-toast {
        width: 100%;
        min-width: 0;
        max-width: none;
    }*/
}