/* SUBX Booking flow: matches the suit customizer design language */
html body:not(#subx-a):not(#subx-b) .subx-book { --bk-gold: #D4AF37; --bk-ink: #171717; --bk-paper: #FBF9F4; --bk-line: #E7E4DC; max-width: 1060px; margin: 0 auto; padding: 8px 20px 72px; font-family: inherit; }
html body:not(#subx-a):not(#subx-b) .subx-book, html body:not(#subx-a):not(#subx-b) .subx-book * { box-sizing: border-box; transition: none; text-transform: none; }

/* Panel */
html body:not(#subx-a):not(#subx-b) .subx-bk-panel { background: #FBF9F4; border: 0.8px solid #E6DFD0; border-radius: 20px; overflow: hidden; box-shadow: none; }
html body:not(#subx-a):not(#subx-b) .subx-bk-head { padding: 30px 38px 20px; border-bottom: 1px solid rgba(23,23,23,.08); }
html body:not(#subx-a):not(#subx-b) .subx-bk-body { padding: 30px 38px 40px; }

/* Stepper */
html body:not(#subx-a):not(#subx-b) .subx-bk-stepper { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
html body:not(#subx-a):not(#subx-b) .subx-bk-step { display: flex; align-items: center; gap: 10px; opacity: .38; }
html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-active, html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-done { opacity: 1; }
html body:not(#subx-a):not(#subx-b) .subx-bk-step-num { width: 26px; height: 26px; border-radius: 999px; border: 1px solid var(--bk-ink); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--bk-ink); background: transparent; }
html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-active .subx-bk-step-num, html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-done .subx-bk-step-num { background: var(--bk-gold); border-color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-step-name { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-done { cursor: pointer; }

/* Location line */
html body:not(#subx-a):not(#subx-b) .subx-bk-location { display: flex; align-items: center; gap: 7px; margin: 16px 0 0; font-size: 13px; color: rgba(23,23,23,.62); }
html body:not(#subx-a):not(#subx-b) .subx-bk-location svg { color: var(--bk-gold); flex-shrink: 0; }

/* Summary chips */
html body:not(#subx-a):not(#subx-b) .subx-bk-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-chips:empty { display: none; }
html body:not(#subx-a):not(#subx-b) .subx-bk-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--bk-line); border-radius: 999px; padding: 7px 14px; font-size: 12.5px; color: var(--bk-ink); cursor: pointer; }
html body:not(#subx-a):not(#subx-b) .subx-bk-chip b { font-weight: 600; }
html body:not(#subx-a):not(#subx-b) .subx-bk-chip .subx-bk-chip-edit { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(23,23,23,.5); }
html body:not(#subx-a):not(#subx-b) .subx-bk-chip:hover { border-color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-chip:hover .subx-bk-chip-edit { color: var(--bk-gold); }

/* Panes */
html body:not(#subx-a):not(#subx-b) .subx-bk-pane { display: none; }
html body:not(#subx-a):not(#subx-b) .subx-bk-pane.is-open { display: block; }
html body:not(#subx-a):not(#subx-b) .subx-bk-pane-title { font-family: 'Fraunces', Georgia, serif !important; font-size: 26px; font-weight: 500; color: var(--bk-ink); margin: 0 0 20px; text-transform: none; }

/* Service cards */
html body:not(#subx-a):not(#subx-b) .subx-bk-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-card { position: relative; display: flex; flex-direction: column; gap: 8px; background: #fff; border: 1px solid var(--bk-line); border-radius: 14px; padding: 26px 26px 24px; cursor: pointer; }
html body:not(#subx-a):not(#subx-b) .subx-bk-card:hover { border-color: var(--bk-gold); box-shadow: 0 12px 26px -20px rgba(23,23,23,.35); }
html body:not(#subx-a):not(#subx-b) .subx-bk-card.is-selected { background: #FBF8EF; border-color: var(--bk-gold); box-shadow: 0 0 0 3px rgba(212,175,55,.16); }
html body:not(#subx-a):not(#subx-b) .subx-bk-card.is-selected::after { content: "\2713"; position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; border-radius: 999px; background: var(--bk-gold); color: var(--bk-ink); font-size: 12px; font-weight: 700; line-height: 22px; text-align: center; font-family: Arial, sans-serif; }
html body:not(#subx-a):not(#subx-b) .subx-bk-card-icon { color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-card-title { font-family: 'Fraunces', Georgia, serif !important; font-size: 20px; font-weight: 600; color: var(--bk-ink); line-height: 1.25; }
html body:not(#subx-a):not(#subx-b) .subx-bk-card-meta { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-card-desc { font-size: 13.5px; line-height: 1.6; color: rgba(23,23,23,.65); }

/* Calendar */
html body:not(#subx-a):not(#subx-b) .subx-bk-cal { background: #fff; border: 1px solid var(--bk-line); border-radius: 14px; padding: 22px; max-width: 560px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-cal-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-cal-nav span { font-family: 'Fraunces', Georgia, serif !important; font-size: 18px; font-weight: 600; color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-cal-nav button { width: 34px; height: 34px; border-radius: 999px; border: 1px solid var(--bk-line); background: #fff; color: var(--bk-ink); font-size: 18px; line-height: 1; cursor: pointer; }
html body:not(#subx-a):not(#subx-b) .subx-bk-cal-nav button:hover:not(:disabled) { border-color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-cal-nav button:disabled { opacity: .3; cursor: default; }
html body:not(#subx-a):not(#subx-b) .subx-bk-weekdays, html body:not(#subx-a):not(#subx-b) .subx-bk-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-weekdays div { text-align: center; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(23,23,23,.45); padding: 6px 0; }
html body:not(#subx-a):not(#subx-b) .subx-bk-cell { text-align: center; padding: 0; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 14px; color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-day { cursor: pointer; background: #FBF9F4; border: 1px solid transparent; }
html body:not(#subx-a):not(#subx-b) .subx-bk-day:hover { border-color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-day.is-selected { background: var(--bk-gold); font-weight: 700; }
html body:not(#subx-a):not(#subx-b) .subx-bk-day.is-today { border-color: var(--bk-line); }
html body:not(#subx-a):not(#subx-b) .subx-bk-off { color: rgba(23,23,23,.25); }

/* Slots */
html body:not(#subx-a):not(#subx-b) .subx-bk-hint { font-size: 13px; color: rgba(23,23,23,.6); margin: -8px 0 16px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-slots { display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); gap: 10px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-slot { text-align: center; background: #fff; border: 1px solid var(--bk-line); border-radius: 999px; padding: 12px 6px; font-size: 13.5px; font-weight: 600; color: var(--bk-ink); cursor: pointer; }
html body:not(#subx-a):not(#subx-b) .subx-bk-slot:hover { border-color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-slot.is-selected { background: var(--bk-gold); border-color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-slot.is-busy { opacity: .32; cursor: default; text-decoration: line-through; }
html body:not(#subx-a):not(#subx-b) .subx-bk-slots-empty { font-size: 14px; color: rgba(23,23,23,.6); }

/* Review strip on details step */
html body:not(#subx-a):not(#subx-b) .subx-bk-review { display: flex; flex-wrap: wrap; gap: 10px 26px; background: #fff; border: 1px solid var(--bk-line); border-radius: 14px; padding: 16px 20px; margin-bottom: 22px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-review div { font-size: 13.5px; color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-review span { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(23,23,23,.45); margin-bottom: 2px; }

/* Fields */
html body:not(#subx-a):not(#subx-b) .subx-bk-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-field { display: flex; flex-direction: column; gap: 6px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-field-wide { grid-column: 1 / -1; }
html body:not(#subx-a):not(#subx-b) .subx-bk-field label { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-field input, html body:not(#subx-a):not(#subx-b) .subx-bk-field textarea { background: #fff; border: 1px solid var(--bk-line); border-radius: 10px; padding: 13px 15px; font-size: 14.5px; color: var(--bk-ink); width: 100%; outline: none; }
html body:not(#subx-a):not(#subx-b) .subx-bk-field input:focus, html body:not(#subx-a):not(#subx-b) .subx-bk-field textarea:focus { border-color: var(--bk-gold); box-shadow: 0 0 0 3px rgba(212,175,55,.14); }
html body:not(#subx-a):not(#subx-b) .subx-bk-req { color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: rgba(23,23,23,.7); margin: 18px 0 6px; cursor: pointer; }
html body:not(#subx-a):not(#subx-b) .subx-bk-consent input { margin-top: 3px; accent-color: var(--bk-gold); width: 16px; height: 16px; flex-shrink: 0; }

/* Buttons and continue bars */
html body:not(#subx-a):not(#subx-b) .subx-bk-continue { margin-top: 24px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-btn { display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 999px; padding: 15px 34px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; text-decoration: none; }
html body:not(#subx-a):not(#subx-b) .subx-bk-btn-gold { background: var(--bk-gold); color: var(--bk-ink); }
html body:not(#subx-a):not(#subx-b) .subx-bk-btn-gold:hover { background: #171717; color: var(--bk-gold); }
html body:not(#subx-a):not(#subx-b) .subx-bk-submit { margin-top: 20px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-error { background: #fff; border: 1px solid #D9534F; border-radius: 10px; color: #B03A36; font-size: 13.5px; line-height: 1.6; padding: 14px 16px; margin-top: 18px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-alert { max-width: 1060px; margin: 0 auto 18px; background: #FDF3F2; border: 1px solid #E8B4B1; border-radius: 10px; color: #B03A36; padding: 14px 18px; font-size: 14px; }

/* Success */
html body:not(#subx-a):not(#subx-b) .subx-bk-success { max-width: 620px; margin: 0 auto; text-align: center; background: var(--bk-paper); border-radius: 16px; padding: 60px 40px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-success-badge { width: 64px; height: 64px; border-radius: 999px; background: var(--bk-gold); color: var(--bk-ink); font-size: 28px; line-height: 64px; margin: 0 auto 20px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-success-title { font-family: 'Fraunces', Georgia, serif !important; font-size: 32px; font-weight: 500; color: var(--bk-ink); margin: 0 0 10px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-success-text { font-size: 15px; line-height: 1.7; color: rgba(23,23,23,.65); margin: 0 0 14px; }
html body:not(#subx-a):not(#subx-b) .subx-bk-success-ref { font-size: 14px; color: var(--bk-ink); margin: 0 0 26px; }

/* Responsive */
@media (max-width: 760px) {
    html body:not(#subx-a):not(#subx-b) .subx-book { padding: 4px 12px 56px; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-head { padding: 22px 20px 16px; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-body { padding: 22px 20px 30px; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-stepper { gap: 14px; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-step-name { display: none; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-active .subx-bk-step-name { display: inline; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-fields { grid-template-columns: 1fr; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-cal { padding: 14px; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-cell { height: 40px; }
    html body:not(#subx-a):not(#subx-b) .subx-bk-pane-title { font-size: 22px; }
}
/* Guard against generic is-active painters */
html body:not(#subx-a):not(#subx-b) .subx-bk-step, html body:not(#subx-a):not(#subx-b) .subx-bk-step.is-active { background: transparent !important; }
