
:root {
  --ink: #0a0a0a;
  --muted: #666c68;
  --line: #e4e8e5;
  --soft: #f5f7f6;
  --green: #58bb72;
  --green-dark: #3d8c52;
  --green-soft: #eaf7ed;
  --black: #0b0d0c;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fafbfa;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.brand-header {
  background: var(--black);
  color: #fff;
  min-height: 82px;
  display: flex;
  align-items: center;
}

.brand-header__inner,
.intro,
.stepper,
.booking-shell,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.brand-header__inner { display: flex; align-items: center; gap: 28px; }
.brand-header img { width: 174px; height: auto; display: block; }
.brand-header__inner > a:first-child { padding-right: 28px; border-right: 1px solid #313431; }
.clinic-label { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; color: #d7dbd8; letter-spacing: .02em; }
.clinic-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(88, 187, 114, .13); }
.help-link { margin-left: auto; text-decoration: none; font-weight: 750; font-size: 14px; display: flex; gap: 14px; align-items: center; }
.help-link span { color: #939895; font-size: 12px; font-weight: 500; }

.intro { padding: 62px 0 35px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.intro > div:first-child { max-width: 730px; }
.eyebrow { margin: 0 0 13px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.intro h1, .success-card h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.03; letter-spacing: -.045em; margin: 0; font-weight: 820; }
.intro p:not(.eyebrow) { max-width: 680px; color: #5a5f5b; font-size: 18px; margin: 18px 0 0; }
.trust-pill { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 11px 16px; white-space: nowrap; color: #525753; font-size: 12px; font-weight: 650; box-shadow: 0 6px 20px rgba(15, 30, 18, .04); }
.trust-pill span { color: var(--green-dark); margin-right: 6px; }

.stepper { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.stepper__item { border: 0; background: none; padding: 16px 8px 19px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #999d9a; font-weight: 700; font-size: 13px; cursor: pointer; position: relative; }
.stepper__item > span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; background: #e8ebe9; color: #727773; font-size: 11px; }
.stepper__item.is-active { color: var(--ink); }
.stepper__item.is-active::after { content: ""; position: absolute; left: 18%; right: 18%; bottom: -1px; height: 3px; background: var(--green); border-radius: 3px 3px 0 0; }
.stepper__item.is-active > span, .stepper__item.is-complete > span { background: var(--green); color: #fff; }
.stepper__item:disabled { cursor: default; }

.booking-shell { padding: 44px 0 88px; display: grid; grid-template-columns: minmax(0, 1fr) 338px; gap: 34px; align-items: start; }
.booking-panel { min-width: 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.section-heading > div { display: flex; align-items: center; gap: 13px; }
.section-number { color: var(--green-dark); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.section-heading h2 { font-size: 26px; letter-spacing: -.025em; margin: 0; line-height: 1.15; }
.section-heading > p { margin: 0; color: #777c78; font-size: 12px; max-width: 320px; text-align: right; }
.add-on-heading { margin-top: 52px; }
.modality-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.modality-controls > span { color: #777c78; font-size: 12px; margin-right: 3px; }
.modality-controls button { border: 1px solid #dce2dd; background: #fff; color: var(--green-dark); border-radius: 999px; padding: 6px 10px; font-size: 10px; font-weight: 800; cursor: pointer; }
.modality-controls button:hover { border-color: var(--green); background: var(--green-soft); }
.modality-controls button:disabled { color: #a9aeaa; background: #f3f5f4; border-color: #e8ebe9; cursor: default; }

.session-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.session-card, .addon-card { position: relative; border: 1.5px solid var(--line); border-radius: 16px; background: #fff; text-align: left; padding: 20px; min-height: 210px; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; }
.session-card:hover, .addon-card:hover { transform: translateY(-2px); border-color: #a7cbae; box-shadow: 0 12px 30px rgba(24, 56, 31, .07); }
.session-card.is-selected, .addon-card.is-selected { border-color: var(--green); box-shadow: 0 0 0 3px rgba(88, 187, 114, .10); }
.service-icon, .addon-icon { width: 44px; height: 44px; border-radius: 13px; background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; font-size: 12px; font-weight: 850; letter-spacing: -.02em; margin-bottom: 22px; }
.session-card > strong, .addon-card > strong { font-size: 16px; margin-bottom: 7px; }
.session-card > span:not(.service-icon):not(.selection-mark):not(.card-badge), .addon-card > span:not(.addon-icon):not(.selection-mark) { color: #727773; font-size: 12px; line-height: 1.45; }
.selection-mark { position: absolute; right: 17px; top: 17px; border: 1px solid #dfe4e0; width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: #808581; font-weight: 800; }
.is-selected .selection-mark { color: #fff; background: var(--green); border-color: var(--green); }
.card-badge { position: absolute; top: -9px; left: 17px; border-radius: 999px; padding: 4px 9px; background: var(--black); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.card-meta { border-top: 1px solid #edf0ee; margin-top: auto; padding-top: 13px; display: flex; justify-content: space-between; font-size: 12px; }
.card-meta b:first-child { color: #747a75; font-weight: 600; }
.intro-price { display: flex; align-items: baseline; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
.intro-price s { color: #9a9f9b; font-size: 9px; font-weight: 600; }
.intro-price em, .bundle-price em, .frequency-price em { border-radius: 999px; padding: 2px 5px; background: var(--green-soft); color: var(--green-dark); font-size: 7px; font-style: normal; font-weight: 850; white-space: nowrap; }

.pricing-switch { margin-top: 16px; border: 1px solid var(--line); background: #fff; border-radius: 15px; padding: 14px 15px 14px 17px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.pricing-switch__copy strong, .pricing-switch__copy span { display: block; }
.pricing-switch__copy strong { font-size: 12px; }
.pricing-switch__copy span { color: #7b807c; font-size: 10px; margin-top: 2px; }
.pricing-tabs { display: flex; padding: 4px; border-radius: 999px; background: #f0f3f1; flex: 0 0 auto; }
.pricing-tabs button { border: 0; border-radius: 999px; background: transparent; padding: 8px 13px; color: #717772; font-size: 10px; font-weight: 800; cursor: pointer; }
.pricing-tabs button.is-selected { background: var(--black); color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.12); }

.bundle-strip { background: #101512; color: #fff; border-radius: 17px; padding: 13px; display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.bundle-strip__label { display: flex; align-items: center; gap: 12px; padding: 8px 10px; }
.bundle-strip__label > span { width: 34px; height: 34px; border-radius: 50%; background: rgba(88,187,114,.13); color: var(--green); display: grid; place-items: center; }
.bundle-strip__label strong, .bundle-strip__label small { display: block; }
.bundle-strip__label strong { font-size: 12px; }
.bundle-strip__label small { color: #8f9691; font-size: 10px; margin-top: 2px; }
.bundle-strip button { border: 1px solid #303732; background: #1a201c; border-radius: 11px; color: #fff; padding: 10px 13px; text-align: left; cursor: pointer; }
.bundle-strip button.is-selected { border-color: var(--green); background: #17251b; }
.bundle-strip button span, .bundle-strip button strong, .bundle-strip button small { display: block; }
.bundle-strip button span { color: var(--green); text-transform: uppercase; font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.bundle-strip button strong { margin: 2px 0; font-size: 12px; }
.bundle-strip button small { color: #9da39f; font-size: 9px; }
.bundle-strip .bundle-price { display: flex; align-items: baseline; gap: 5px; margin-top: 7px; }
.bundle-price s { color: #758078; font-size: 8px; }
.bundle-price b { color: #fff; font-size: 11px; }
.bundle-price em { display: inline-block; }

.selection-rule { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; padding: 13px 15px; border: 1px solid #ead9aa; border-radius: 14px; background: #fff9e9; }
.selection-rule > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #c1882b; color: #fff; font-size: 11px; font-weight: 850; }
.selection-rule strong, .selection-rule small { display: block; }
.selection-rule strong { font-size: 11px; }
.selection-rule small { color: #756a4e; font-size: 10px; margin-top: 1px; }
.selection-rule.is-ready { border-color: #cfe7d4; background: var(--green-soft); }
.selection-rule.is-ready > span { background: var(--green); }
.selection-rule.is-ready small { color: #647167; }

.hands-on-rate-note { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; padding: 13px 15px; border: 1px solid #cfe7d4; border-radius: 14px; background: var(--green-soft); }
.hands-on-rate-note > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 850; }
.hands-on-rate-note strong, .hands-on-rate-note small { display: block; }
.hands-on-rate-note strong { font-size: 11px; }
.hands-on-rate-note small { color: #647167; font-size: 10px; margin-top: 1px; }

.addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.addon-card { min-height: 260px; }
.addon-card .addon-icon { margin-bottom: 16px; }
.addon-card--coral .addon-icon { background: #fff0ed; color: #c65c4f; }
.addon-card--blue .addon-icon { background: #edf7fb; color: #43829a; }
.addon-card--amber .addon-icon { background: #fff6e6; color: #b17428; }
.addon-card--violet .addon-icon { background: #f3effb; color: #7058a4; }
.addon-card .wellness-benefit { border-top: 1px solid #edf0ee; margin-top: 12px; padding-top: 10px; color: #606863 !important; font-size: 10px !important; }
.wellness-benefit b { display: block; margin-bottom: 2px; color: var(--green-dark); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.membership-section { margin-top: 54px; }
.membership-heading { margin-bottom: 22px; }
.membership-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.membership-card { position: relative; border: 1.5px solid var(--line); border-radius: 17px; background: #fff; padding: 21px; display: flex; flex-direction: column; min-height: 350px; }
.membership-card.is-selected { border-color: var(--green); box-shadow: 0 0 0 3px rgba(88, 187, 114, .1); }
.membership-badge { position: absolute; right: 16px; top: 16px; border-radius: 999px; padding: 4px 8px; background: var(--green-soft); color: var(--green-dark); font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.membership-kicker { color: var(--green-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.membership-card h3 { font-size: 18px; line-height: 1.15; letter-spacing: -.02em; margin: 9px 0 7px; }
.membership-card > p { color: #747a75; font-size: 10px; min-height: 46px; margin: 0; }
.membership-price { display: flex; align-items: baseline; gap: 4px; margin-top: 17px; }
.membership-price strong { font-size: 28px; letter-spacing: -.04em; }
.membership-price span { color: #7c817d; font-size: 9px; }
.membership-card > small { color: var(--green-dark); font-size: 9px; font-weight: 750; }
.membership-card ul { list-style: none; padding: 0; margin: 17px 0 0; color: #5f6560; font-size: 10px; }
.membership-card li { position: relative; padding: 4px 0 4px 17px; }
.membership-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 850; }
.membership-card .button { margin-top: auto; min-height: 42px; font-size: 10px; }
.membership-feature .membership-card { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.3fr) auto; column-gap: 28px; align-items: start; }
.membership-feature .membership-card > .membership-kicker,
.membership-feature .membership-card > h3,
.membership-feature .membership-card > p { grid-column: 1; }
.membership-feature .membership-card > .membership-price,
.membership-feature .membership-card > small { grid-column: 2; text-align: right; }
.membership-feature .membership-card > .membership-price { grid-row: 1 / span 2; justify-content: flex-end; margin: 0; }
.membership-feature .membership-card > ul { grid-column: 1; display: flex; flex-wrap: wrap; gap: 4px 16px; margin-bottom: 0; }
.membership-feature .membership-card > .button { grid-column: 2; grid-row: 3 / span 2; min-width: 170px; align-self: end; }
.care-membership-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 13px; }
.care-plan { position: relative; border: 1.5px solid var(--line); border-radius: 17px; background: #fff; padding: 21px; }
.care-plan--featured { border-color: #a7d5b1; box-shadow: 0 0 0 3px rgba(88, 187, 114, .07); }
.care-plan h3 { margin: 8px 0 3px; font-size: 18px; }
.care-plan > p { margin: 0 0 15px; color: #777c78; font-size: 10px; }
.frequency-options { display: grid; gap: 7px; }
.frequency-options button { border: 1px solid #e1e5e2; border-radius: 11px; background: #f8faf9; padding: 10px 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; cursor: pointer; }
.frequency-options button.is-selected { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }
.frequency-options button span > strong, .frequency-options button span > small { display: block; }
.frequency-options button span > strong { font-size: 11px; }
.frequency-options button span > small { color: #838884; font-size: 8px; }
.frequency-price { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 1px 6px; text-align: right; }
.frequency-price s { color: #969b97; font-size: 8px; }
.frequency-price > strong { font-size: 14px !important; }
.frequency-price em { grid-column: 1 / -1; justify-self: end; }
.technology-upgrade { margin-top: 13px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #cfe7d4; border-radius: 15px; background: var(--green-soft); cursor: pointer; }
.technology-upgrade input { margin-top: 3px; accent-color: var(--green-dark); }
.technology-upgrade span, .technology-upgrade strong, .technology-upgrade small { display: block; }
.technology-upgrade strong { font-size: 12px; }
.technology-upgrade small { margin-top: 3px; color: #677069; font-size: 9px; }
.technology-upgrade small b { display: inline; color: var(--green-dark); }
.button--selected { background: var(--black); color: #fff; }
.founding-pass { margin-top: 14px; padding: 18px 20px; border-radius: 16px; background: var(--black); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.founding-pass > div:first-child span, .founding-pass > div:first-child strong, .founding-pass > div:first-child small { display: block; }
.founding-pass > div:first-child span { color: var(--green); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.founding-pass > div:first-child strong { font-size: 14px; margin: 3px 0; }
.founding-pass > div:first-child small { color: #aeb4af; font-size: 9px; }
.founding-pass__price { flex: 0 0 auto; text-align: right; }
.founding-pass__price strong, .founding-pass__price span { display: block; }
.founding-pass__price strong { color: var(--green); font-size: 25px; letter-spacing: -.04em; }
.founding-pass__price span { color: #8f9691; font-size: 9px; }
.membership-terms { margin: 10px 4px 0; color: #848985; font-size: 9px; }

.booking-summary { position: sticky; top: 24px; background: #fff; border: 1px solid var(--line); border-radius: 19px; padding: 22px; box-shadow: 0 18px 55px rgba(10, 25, 14, .08); }
.summary-topline { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #edf0ee; padding-bottom: 15px; margin-bottom: 17px; }
.summary-topline > span { font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.summary-topline button, .route-preview summary { border: 0; background: none; padding: 0; color: var(--green-dark); font-size: 11px; font-weight: 750; cursor: pointer; }
.summary-service { display: flex; gap: 12px; align-items: center; }
.summary-service .service-icon { width: 40px; height: 40px; margin: 0; flex: 0 0 auto; }
/* The icon is a span too, and it must keep its grid centering. */
.summary-service strong, .summary-service span:not(.service-icon) { display: block; }
.summary-service strong { font-size: 13px; }
.summary-service div span { color: #777c78; font-size: 11px; margin-top: 2px; }
.summary-addons { margin: 17px 0 0 52px; padding-left: 13px; border-left: 2px solid #dcefe0; }
.summary-addons div, .saving-row { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; padding: 4px 0; }
.summary-addons span { color: #6e736f; }
.saving-row { color: var(--green-dark); background: var(--green-soft); border-radius: 9px; padding: 8px 10px; margin-top: 16px; font-weight: 750; }
.membership-summary { margin-top: 16px; border: 1px solid #dcefe0; border-radius: 11px; background: #f5fbf6; padding: 10px 11px; }
.membership-summary span, .membership-summary strong, .membership-summary small { display: block; }
.membership-summary span { color: var(--green-dark); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.membership-summary strong { font-size: 11px; margin: 2px 0; }
.membership-summary small { color: #777f79; font-size: 9px; }
.summary-time { display: flex; gap: 11px; align-items: center; border-top: 1px solid #edf0ee; padding-top: 16px; margin-top: 16px; }
.summary-time > span { width: 36px; height: 36px; border-radius: 11px; background: var(--soft); display: grid; place-items: center; }
.summary-time strong, .summary-time small { display: block; }
.summary-time strong { font-size: 12px; }
.summary-time small { color: #7c817d; font-size: 10px; }
.summary-total { border-top: 1px solid #e6e9e7; margin-top: 18px; padding-top: 16px; }
.summary-total div { display: flex; justify-content: space-between; margin-bottom: 6px; }
.summary-total div span { color: #777c78; font-size: 11px; }
.summary-total div strong { font-size: 13px; }
.summary-total div:nth-child(2) strong { font-size: 25px; letter-spacing: -.04em; }
.summary-total small { display: block; text-align: right; color: #999d9a; font-size: 9px; }
.button { border: 0; border-radius: 999px; min-height: 48px; padding: 0 21px; font-weight: 800; font-size: 13px; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--green); color: #fff; }
.button--primary:hover { background: var(--green-dark); }
.button--primary:disabled { background: #c8cdca; cursor: not-allowed; transform: none; }
.button--full { width: 100%; margin-top: 18px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.summary-assurance { text-align: center; color: #747a75; font-size: 10px; }
.summary-assurance span { color: var(--green-dark); }
.route-preview { border-top: 1px solid #eef0ef; margin-top: 14px; padding-top: 12px; }
.route-preview code { margin-top: 8px; display: block; padding: 8px 9px; border-radius: 8px; background: #f4f6f5; color: #58605a; font-size: 9px; overflow-wrap: anywhere; }

.back-link { border: 0; padding: 0; background: none; color: #686e69; font-size: 12px; cursor: pointer; margin-bottom: 28px; }
.location-card { background: var(--black); color: #fff; border-radius: 16px; padding: 17px 19px; display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.location-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--green); font-weight: 850; }
.location-card div strong, .location-card div span { display: block; }
.location-card div strong { font-size: 13px; }
.location-card div span { color: #aeb4af; font-size: 10px; }
.open-label { margin-left: auto; color: var(--green); font-size: 10px; font-weight: 800; }
.date-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.date-row button { padding: 12px 7px; min-width: 0; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; }
.date-row button span, .date-row button strong, .date-row button small { display: block; }
.date-row button span, .date-row button small { color: #898e8a; font-size: 9px; text-transform: uppercase; }
.date-row button strong { font-size: 19px; margin: 1px 0; }
.date-row button.is-selected { background: var(--green-soft); border-color: var(--green); }
.slot-section { margin-top: 26px; }
.slot-section > p { font-size: 11px; font-weight: 800; color: #6c726d; text-transform: uppercase; letter-spacing: .08em; }
.slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.slot-grid button { border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 13px; cursor: pointer; text-align: left; }
.slot-grid button strong, .slot-grid button span { display: block; }
.slot-grid button strong { font-size: 13px; }
.slot-grid button span { color: #8a8f8b; font-size: 9px; margin-top: 2px; }
.slot-grid button.is-selected { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }

.verification-card, .details-card { max-width: 520px; margin: 18px auto 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; box-shadow: 0 18px 45px rgba(14, 32, 18, .06); }
.phone-visual { width: 55px; height: 55px; border-radius: 18px; background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; letter-spacing: 3px; font-weight: 850; }
.verification-card h3, .details-card h3 { font-size: 21px; letter-spacing: -.02em; margin: 18px 0 5px; }
.verification-card > p { color: #747a75; font-size: 12px; margin: 0 0 20px; }
.verification-card label, .details-card label { display: block; color: #5d625e; font-size: 10px; font-weight: 800; margin: 0 0 7px; }
.phone-field { display: flex; align-items: center; border: 1px solid #dfe4e0; border-radius: 12px; overflow: hidden; background: #fff; }
.phone-field span { padding: 0 13px; font-size: 11px; color: #626863; border-right: 1px solid #e2e6e3; white-space: nowrap; }
.phone-field input, .code-field, .details-card input[type="text"], .name-grid input { border: 0; outline: none; height: 48px; padding: 0 14px; width: 100%; background: #fff; }
.code-field, .name-grid input { border: 1px solid #dfe4e0; border-radius: 12px; }
.code-field { font-size: 25px; font-weight: 800; letter-spacing: .25em; text-align: center; }
.demo-hint { text-align: center; margin: 9px 0 0 !important; font-size: 10px !important; }
.demo-hint button, .text-button { border: 0; background: none; padding: 0; color: var(--green-dark); font-weight: 800; cursor: pointer; }
.text-button { display: block; margin: 13px auto 0; font-size: 10px; }
.verified-row { background: var(--green-soft); padding: 11px 13px; display: flex; gap: 11px; align-items: center; border-radius: 12px; }
.verified-row > span { width: 27px; height: 27px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; }
.verified-row strong, .verified-row small { display: block; }
.verified-row strong { font-size: 11px; }
.verified-row small { color: #687169; font-size: 9px; }
.name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.name-grid label { margin: 0; }
.name-grid input { display: block; margin-top: 7px; }
.consent-row { margin-top: 20px !important; display: flex !important; align-items: start; gap: 9px; font-weight: 500 !important; line-height: 1.4; }
.consent-row input { accent-color: var(--green); }

footer { border-top: 1px solid var(--line); padding: 28px 0 42px; display: flex; justify-content: space-between; align-items: center; color: #747a75; font-size: 10px; }
footer > div { display: flex; align-items: center; gap: 16px; }
footer img { width: 120px; }
footer p { margin: 0; }

.success-page { min-height: 100vh; background: radial-gradient(circle at 50% 10%, #eef9f0 0, #fafbfa 42%); }
.brand-header--simple { padding: 0 max(24px, calc((100% - 1120px) / 2)); justify-content: space-between; }
.brand-header--simple > span { color: #a9afaa; font-size: 12px; }
.success-card { width: min(720px, calc(100% - 40px)); margin: 70px auto; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(30px, 6vw, 62px); box-shadow: 0 24px 70px rgba(18, 52, 25, .09); text-align: center; }
.success-mark { width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; background: var(--green); color: #fff; font-size: 26px; box-shadow: 0 0 0 10px var(--green-soft); }
.success-card h1 { font-size: clamp(36px, 6vw, 54px); }
.success-lead { color: #656b66; font-size: 16px; max-width: 520px; margin: 17px auto 30px; }
.confirmation-grid { display: grid; grid-template-columns: 1fr 1fr; text-align: left; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.confirmation-grid > div { padding: 15px 17px; border-bottom: 1px solid var(--line); }
.confirmation-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.confirmation-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.confirmation-grid span, .confirmation-grid strong { display: block; }
.confirmation-grid span, .reference-row span { color: #858a86; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.confirmation-grid strong { margin-top: 3px; font-size: 12px; }
.reference-row { display: flex; justify-content: space-between; background: var(--black); color: #fff; border-radius: 12px; padding: 14px 16px; margin-top: 14px; align-items: center; }
.reference-row span { color: #9ea49f; }
.reference-row strong { letter-spacing: .12em; color: var(--green); }
.confirmation-note { color: #7a807b; font-size: 10px; }
.success-actions { display: flex; gap: 10px; justify-content: center; margin-top: 25px; }
.button--quiet { background: #f0f3f1; }

@media (max-width: 900px) {
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { position: static; order: -1; }
  .summary-addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 16px; }
  .intro { align-items: start; }
  .trust-pill { display: none; }
  .bundle-strip { grid-template-columns: 1fr 1fr; }
  .bundle-strip__label { grid-column: 1 / -1; }
  .membership-grid { grid-template-columns: 1fr; }
  .membership-card { min-height: 0; }
  .membership-feature .membership-card { display: flex; }
  .membership-feature .membership-card > .membership-price { margin-top: 17px; }
  .membership-feature .membership-card > small { text-align: left; }
}

@media (max-width: 680px) {
  .brand-header__inner, .intro, .stepper, .booking-shell, footer { width: min(100% - 28px, 1180px); }
  .brand-header { min-height: 70px; }
  .brand-header img { width: 122px; }
  /* Three items now compete for the phone-width header (logo, My bookings,
     phone), so tighten every gap rather than let any of them wrap. */
  .brand-header__inner { gap: 10px; }
  .brand-header__inner > a:first-child { padding-right: 0; border-right: 0; }
  .clinic-label { display: none; }
  .help-link span { display: none; }
  .help-link { margin-left: 8px; font-size: 13px; }
  .manage-link { font-size: 11px; padding: 7px 11px; }
  .intro { padding: 43px 0 28px; }
  .intro h1 { font-size: 40px; }
  .intro p:not(.eyebrow) { font-size: 15px; }
  .stepper__item { font-size: 10px; gap: 6px; }
  .stepper__item > span { width: 22px; height: 22px; }
  .booking-shell { padding-top: 30px; }
  .section-heading { align-items: start; }
  .section-heading > p { display: none; }
  .pricing-switch { align-items: stretch; flex-direction: column; }
  .pricing-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .add-on-heading { display: block; }
  .modality-controls { justify-content: flex-start; margin-top: 12px; }
  .modality-controls > span { width: 100%; }
  .session-grid, .addon-grid { grid-template-columns: 1fr; }
  .session-card, .addon-card { min-height: 170px; }
  .bundle-strip { grid-template-columns: 1fr; }
  .bundle-strip__label { grid-column: auto; }
  .founding-pass { align-items: flex-start; }
  .care-membership-grid { grid-template-columns: 1fr; }
  .date-row { overflow-x: auto; grid-template-columns: repeat(6, 68px); padding-bottom: 5px; }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
  .name-grid, .confirmation-grid { grid-template-columns: 1fr; }
  .confirmation-grid > div, .confirmation-grid > div:nth-child(odd), .confirmation-grid > div:nth-last-child(-n+2) { border: 0; border-bottom: 1px solid var(--line); }
  .confirmation-grid > div:last-child { border-bottom: 0; }
  .success-actions { flex-direction: column; }
  footer { display: block; text-align: center; }
  footer > div { justify-content: center; margin-bottom: 10px; }
}

@media print {
  .brand-header, .success-actions { display: none; }
  .success-card { box-shadow: none; margin-top: 0; }
}

/* ── Additions for the production app ───────────────────────────────── */

.boot-screen { min-height: 60vh; display: grid; place-items: center; align-content: center; gap: 14px; color: #747a75; font-size: 13px; }

.demo-ribbon { background: #103322; color: #cfe9d6; text-align: center; font-size: 11px; font-weight: 700; padding: 8px 14px; }
.demo-ribbon b { color: #7fd99a; }

.form-error { margin: 14px 0 0; padding: 11px 14px; border-radius: 12px; border: 1px solid #ecc8c2; background: #fdf1ef; color: #a03d2e; font-size: 12px; font-weight: 600; }

.slot-loading, .slot-empty { padding: 26px 18px; border: 1px dashed #d7ddd8; border-radius: 14px; text-align: center; color: #7a7f7b; font-size: 12px; margin-top: 20px; }
.slot-loading::before { content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 9px; vertical-align: -2px; border-radius: 50%; border: 2px solid #cfd6d0; border-top-color: var(--green); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.membership-hold-note { margin-top: 14px; padding: 11px 13px; border-radius: 12px; border: 1px solid #dcefe0; background: #f5fbf6; color: #4c6a52; font-size: 11px; }

.status-pill { display: inline-block; border-radius: 999px; padding: 4px 10px; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.status-pill--held { background: #fff6e6; color: #9a6b1f; border: 1px solid #ead9aa; }

/* ── My bookings link in the header + confirmation hint ──────────────── */
.manage-link { margin-left: auto; text-decoration: none; font-weight: 700; font-size: 12px; color: #cdd3ce; border: 1px solid #313431; border-radius: 999px; padding: 8px 13px; white-space: nowrap; }
.manage-link:hover { border-color: var(--green); color: #fff; }
.help-link { margin-left: 18px; white-space: nowrap; }
.manage-hint { margin: 18px 0 0; text-align: center; color: #7a807b; font-size: 12px; }
.manage-hint a { color: var(--green-dark); font-weight: 700; }

/* ── Standalone pages (manage + admin) ──────────────────────────────── */
.page-shell { width: min(760px, calc(100% - 40px)); margin: 40px auto 80px; }
.page-shell--wide { width: min(1140px, calc(100% - 40px)); }
.page-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.page-head h1 { font-size: clamp(28px, 4vw, 40px); letter-spacing: -.03em; margin: 0; }
.page-head a { color: var(--green-dark); font-weight: 700; font-size: 13px; text-decoration: none; }
.panel-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; box-shadow: 0 14px 40px rgba(14,32,18,.05); }
.field-label { display: block; color: #5d625e; font-size: 11px; font-weight: 800; margin: 0 0 7px; }
.text-input { border: 1px solid #dfe4e0; border-radius: 12px; height: 48px; padding: 0 14px; width: 100%; outline: none; background: #fff; }
.text-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(88,187,114,.12); }
.stack > * + * { margin-top: 14px; }
.muted { color: #7a807b; font-size: 12px; }

.mybooking { border: 1px solid var(--line); border-radius: 14px; padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.mybooking + .mybooking { margin-top: 12px; }
.mybooking strong { font-size: 14px; display: block; }
.mybooking small { color: #767c77; font-size: 12px; display: block; margin-top: 3px; }
.mybooking .ref { color: var(--green-dark); font-weight: 800; letter-spacing: .06em; font-size: 11px; }
.mybooking-actions { flex: 0 0 auto; text-align: right; }
.btn-danger { border: 1px solid #e2b7ae; background: #fdf1ef; color: #a83a29; border-radius: 999px; padding: 9px 15px; font-size: 12px; font-weight: 800; cursor: pointer; }
.btn-danger:hover { background: #fbe6e2; }
.btn-danger:disabled { opacity: .5; cursor: default; }

.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th { text-align: left; color: #6c726d; font-weight: 800; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.admin-table td { padding: 12px; border-bottom: 1px solid #eef0ee; vertical-align: top; }
.admin-table tr.is-flagged { background: #fff9ec; }
.admin-table .flags { color: #9a6b1f; font-size: 11px; margin-top: 4px; }
.admin-actions button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 6px 11px; font-size: 11px; font-weight: 800; cursor: pointer; margin: 0 0 4px 6px; }
.admin-actions .btn-cancel { color: #a83a29; border-color: #e2b7ae; }
.admin-actions .btn-resolve { color: var(--green-dark); border-color: #bfe0c6; }
.status-tag { display: inline-block; border-radius: 999px; padding: 3px 9px; font-size: 9px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.status-tag.confirmed { background: var(--green-soft); color: var(--green-dark); }
.status-tag.action_required { background: #fff1d6; color: #9a6b1f; }
.status-tag.cancelled { background: #f1f2f1; color: #8a8f8b; }
.filter-row { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.filter-row button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 7px 13px; font-size: 11px; font-weight: 800; color: #5d625e; cursor: pointer; }
.filter-row button.is-active { background: var(--black); color: #fff; border-color: var(--black); }
.overflow-x { overflow-x: auto; }

/* ── Membership: three plain choices, then the frequency ─────────────── */
.plan-mode { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; margin-bottom: 14px; }
.plan-mode__option { position: relative; border: 1.5px solid var(--line); border-radius: 16px; background: #fff; text-align: left; padding: 20px; cursor: pointer; display: flex; flex-direction: column; gap: 6px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.plan-mode__option:hover { transform: translateY(-2px); border-color: #a7cbae; box-shadow: 0 12px 30px rgba(24, 56, 31, .07); }
.plan-mode__option.is-selected { border-color: var(--green); box-shadow: 0 0 0 3px rgba(88, 187, 114, .10); }
.plan-mode__option > strong { font-size: 16px; padding-right: 34px; }
.plan-mode__option > span:not(.selection-mark):not(.card-badge) { color: #727773; font-size: 12px; line-height: 1.45; }
.plan-mode__option > b { margin-top: auto; padding-top: 10px; color: var(--green-dark); font-size: 12px; font-weight: 800; }

.member-perks { border: 1px solid #cfe7d4; background: var(--green-soft); border-radius: 15px; padding: 14px 17px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; }
.member-perks > strong { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--green-dark); }
.member-perks ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 20px; margin: 0; padding: 0; }
.member-perks li { position: relative; padding-left: 17px; color: #46514a; font-size: 12px; font-weight: 600; }
.member-perks li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 850; }

.plan-includes { margin: 12px 0 0; padding-top: 11px; border-top: 1px solid #edf0ee; color: var(--green-dark); font-size: 11px; font-weight: 650; }

@media (max-width: 900px) { .plan-mode { grid-template-columns: 1fr; } }

/* ── Hands-on inclusions + rate savings on session cards ─────────────── */
.session-includes { margin-top: 8px; color: var(--green-dark) !important; font-size: 10px !important; font-weight: 700; }

/* ── First-hydrogen cannula + sauna-for-two ─────────────────────────── */
.cannula-row { margin-top: 13px; }
.sauna-two { margin-top: 13px; }
.sauna-two__toggle { margin-top: 0; }
.sauna-two__guest { border: 1px solid #cfe7d4; border-top: 0; border-radius: 0 0 15px 15px; background: #fff; padding: 14px 18px; margin-top: -8px; }
.sauna-two.is-open .sauna-two__toggle { border-radius: 15px 15px 0 0; }
.sauna-two__guest p { margin: 0 0 9px; font-size: 11px; font-weight: 800; color: #5d625e; }
.sauna-two__guest p.is-warning { color: #b17428; }
.guest-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.guest-chips button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 11px; font-weight: 800; color: #5d625e; cursor: pointer; }
.guest-chips button.is-selected { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); }
.sauna-two__guest > small { display: block; margin-top: 9px; color: #7a807b; font-size: 10px; }
.summary-extras { margin-top: 10px !important; }

/* ── Romee ──────────────────────────────────────────────────────────── */
.romee-note { margin-top: 18px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; background: #fafbfa; display: flex; gap: 11px; align-items: flex-start; }
.romee-note__icon { font-size: 20px; line-height: 1.3; }
.romee-note strong { display: block; font-size: 11px; font-weight: 650; color: #46514a; }
.romee-note__optout { margin-top: 8px !important; font-size: 11px; }
.romee-note__optout span { color: #6c726d; }

/* ── Reschedule panel on /manage ────────────────────────────────────── */
.btn-quiet { border: 1px solid #dce2dd; background: #fff; color: var(--green-dark); border-radius: 999px; padding: 9px 15px; font-size: 12px; font-weight: 800; cursor: pointer; margin-right: 6px; }
.btn-quiet:hover { border-color: var(--green); background: var(--green-soft); }
.btn-quiet:disabled { opacity: .5; cursor: default; }
.reschedule-panel { border: 1px solid #cfe7d4; border-radius: 14px; background: #f5fbf6; padding: 16px 18px; margin-top: -4px; margin-bottom: 12px; }
.reschedule-panel > p { margin: 0 0 10px; font-size: 12px; color: #46514a; }
.reschedule-dates { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.reschedule-dates button, .reschedule-slots button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 8px 12px; font-size: 11px; font-weight: 800; color: #5d625e; cursor: pointer; }
.reschedule-dates button.is-selected, .reschedule-slots button.is-selected { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); }
.reschedule-slots button.is-current { opacity: .55; cursor: default; }
.reschedule-period { margin: 8px 0 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: #6c726d; }
.reschedule-slots { display: flex; flex-wrap: wrap; gap: 7px; }
.reschedule-actions { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.reschedule-actions .button { min-height: 42px; font-size: 12px; }

/* ── Staff day calendar ─────────────────────────────────────────────── */
.page-head__links { display: flex; gap: 18px; align-items: baseline; }
.cal-nav { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.cal-nav button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 8px 14px; font-size: 12px; font-weight: 800; color: #5d625e; cursor: pointer; }
.cal-nav button:hover { border-color: var(--green); background: var(--green-soft); }
.cal-nav input[type="date"] { border: 1px solid #dfe4e0; border-radius: 10px; height: 38px; padding: 0 10px; font: inherit; font-size: 13px; }
.cal-nav__label { margin-left: auto; color: #6c726d; font-size: 13px; font-weight: 650; }
.cal-grid { display: flex; gap: 8px; min-width: 760px; }
.cal-ruler { position: relative; width: 64px; flex: 0 0 auto; padding-top: 34px; }
.cal-hour { position: absolute; right: 8px; transform: translateY(-7px); color: #9a9f9b; font-size: 10px; font-weight: 700; }
.cal-column { flex: 1 1 0; min-width: 118px; }
.cal-column__head { height: 26px; margin-bottom: 8px; text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; color: #5d625e; }
.cal-column__head span { color: var(--green-dark); }
.cal-column__body { position: relative; border: 1px solid var(--line); border-radius: 12px; background: repeating-linear-gradient(to bottom, #fff, #fff 83px, #f4f6f5 83px, #f4f6f5 84px); overflow: hidden; }
.cal-item { position: absolute; left: 4px; right: 4px; border-radius: 8px; padding: 4px 7px; font-size: 10px; line-height: 1.3; overflow: hidden; border: 1px solid; }
.cal-item b { font-size: 9px; }
.cal-item small { display: block; opacity: .8; font-size: 9px; }
.cal-item--booking { background: var(--green-soft); border-color: #bfe0c6; color: #2f5c3b; }
.cal-item--guest { background: #f3effb; border-color: #d9cdf0; color: #5a4a88; }
.cal-item--held { background: #fff6e6; border-color: #ead9aa; color: #9a6b1f; }
.cal-item--block { background: #f1f2f1; border-color: #d7dcd8; color: #6c726d; }
.cal-item--diary { background: #edf3fb; border-color: #c9dcf0; color: #3c6285; }
.cal-item--roster { background: repeating-linear-gradient(135deg, #f3f4f3 0 6px, #e9ebea 6px 12px); border-color: #dfe3e0; color: #7b817d; font-style: italic; }
.cal-item__delete { position: absolute; top: 2px; right: 4px; border: 0; background: none; color: inherit; font-size: 12px; cursor: pointer; opacity: .7; }
.cal-item__delete:hover { opacity: 1; }
.block-form { margin-top: 14px; }
.block-form > strong { display: block; font-size: 12px; margin-bottom: 10px; }
.block-form__row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.block-form__row select, .block-form__row input[type="time"], .block-form__row input[type="text"] { border: 1px solid #dfe4e0; border-radius: 10px; height: 40px; padding: 0 10px; font: inherit; font-size: 12px; }
.block-form__row input[type="text"] { flex: 1 1 220px; }
.block-form__row .button { min-height: 40px; font-size: 12px; }
.block-form small { display: block; margin-top: 8px; }

/* ── Live ops: now line, session timers, turnover shoulders ─────────── */
.cal-grid { position: relative; }
.cal-now { position: absolute; left: 0; right: 0; height: 0; border-top: 2px solid #d64545; z-index: 5; pointer-events: none; }
.cal-now span { position: absolute; left: 0; top: -9px; background: #d64545; color: #fff; font-size: 9px; font-weight: 800; padding: 1px 6px; border-radius: 999px; }
.cal-buffer { position: absolute; left: 4px; right: 4px; border-radius: 6px; background: repeating-linear-gradient(-45deg, #f3f6f4, #f3f6f4 5px, #e6ece8 5px, #e6ece8 10px); border: 1px dashed #cfd8d1; }
.cal-item--live { box-shadow: 0 0 0 2px #2f8f4e; }
.cal-item--past { opacity: .45; }
.cal-chip { display: inline-block; margin-top: 2px; padding: 1px 6px; border-radius: 999px; font-size: 8px; font-weight: 850; letter-spacing: .03em; }
.cal-chip--upcoming { background: #eef1ef; color: #5d625e; }
.cal-chip--setup { background: #fff1d6; color: #8a5d13; }
.cal-chip--active { background: #2f8f4e; color: #fff; }
.cal-chip--clean { background: #e3ecf7; color: #3c6285; }

/* Now / Next strip — the whole floor at a glance */
.nownext { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; margin-bottom: 12px; }
.nownext__cell { border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; display: flex; flex-direction: column; gap: 3px; }
.nownext__cell--busy { border-color: #bfe0c6; background: var(--green-soft); }
.nownext__station { font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; color: #5d625e; }
.nownext__status { font-size: 12px; font-weight: 700; color: #2f3a32; }

/* Run sheet — the day as a chronological checklist */
.runsheet { margin-bottom: 12px; }
.runsheet > strong { display: block; font-size: 12px; margin-bottom: 10px; }
.runsheet__row { display: flex; gap: 12px; align-items: baseline; padding: 5px 8px; border-radius: 8px; font-size: 12px; }
.runsheet__time { flex: 0 0 64px; font-weight: 800; font-variant-numeric: tabular-nums; color: #5d625e; }
.runsheet__row--setup { color: #8a5d13; }
.runsheet__row--finish { color: #3c6285; }
.runsheet__row--block { color: #6c726d; font-style: italic; }
.runsheet__row--past { opacity: .45; }
.runsheet__row--next { background: var(--green-soft); outline: 1px solid #bfe0c6; }
.cal-nav button.is-selected { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); }

/* ── Program quote calculator ───────────────────────────────────────── */
.quote-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
@media (max-width: 860px) { .quote-layout { grid-template-columns: 1fr; } }
.quote-options { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
.quote-option { display: flex; flex-direction: column; gap: 2px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; cursor: pointer; }
.quote-option input { position: absolute; opacity: 0; pointer-events: none; }
.quote-option.is-selected { border-color: var(--green); background: var(--green-soft); }
.quote-option__name { font-size: 13px; font-weight: 800; }
.quote-option__price { font-size: 12px; color: #5d625e; }
.quote-cannula { display: flex; gap: 8px; align-items: center; margin-top: 10px; font-size: 12px; color: #4c524e; }
.quote-rhythm { display: flex; gap: 20px; flex-wrap: wrap; }
.quote-rhythm select { border: 1px solid #dfe4e0; border-radius: 10px; height: 42px; padding: 0 10px; font: inherit; font-size: 13px; margin-right: 6px; }
.quote-result { position: sticky; top: 16px; }
.quote-lines > div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: 13px; }
.quote-lines span { color: #5d625e; }
.quote-lines__total { border-bottom: 0 !important; font-size: 15px !important; padding-top: 12px !important; }
.quote-lines__total span { color: inherit; font-weight: 800; }
.quote-member { margin-top: 14px; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font-size: 13px; }
.quote-member--win { border-color: #bfe0c6; background: var(--green-soft); }
.quote-member__headline { font-size: 15px; font-weight: 850; color: var(--green-dark); margin-bottom: 6px; }
.quote-member p + p { margin-top: 6px; }
.quote-fineprint { margin-top: 12px; font-size: 11px; }
@media print {
  .brand-header, .success-actions, .quote-layout > .panel-card:first-child { display: none; }
  .quote-layout { grid-template-columns: 1fr; }
}

/* ── Block time off: single day or holiday range ─────────────────────── */
.block-form__lead { display: block; margin: -4px 0 12px; }
.block-form__row + .block-form__row { margin-top: 10px; }
.seg { display: inline-flex; border: 1px solid #dfe4e0; border-radius: 999px; overflow: hidden; }
.seg button { border: 0; background: #fff; padding: 9px 16px; font: inherit; font-size: 12px; font-weight: 800; color: #5d625e; cursor: pointer; }
.seg button.is-selected { background: var(--green-soft); color: var(--green-dark); }
.block-field { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #5d625e; }
.block-field input[type="date"] { border: 1px solid #dfe4e0; border-radius: 10px; height: 40px; padding: 0 10px; font: inherit; font-size: 12px; }
.block-check { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: #4c524e; }
.block-times { display: inline-flex; align-items: center; gap: 6px; }
.block-note { flex: 1 1 260px; }

.blocklist { margin-top: 14px; }
.blocklist > strong { display: block; font-size: 12px; margin-bottom: 10px; }
.blocklist__rows { display: flex; flex-direction: column; gap: 6px; }
.blocklist__row { position: relative; display: flex; gap: 12px; align-items: baseline; flex-wrap: wrap; padding: 9px 34px 9px 12px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; }
.blocklist__span { font-weight: 800; color: #2f3a32; }
.blocklist__where { color: #5d625e; }
.blocklist__note { color: #777c78; font-style: italic; }
.blocklist__row .cal-item__delete { top: 50%; transform: translateY(-50%); right: 10px; font-size: 15px; }

/* ── Regular hours editor ────────────────────────────────────────────── */
.hours-card { margin-bottom: 14px; }
.hours-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hours-head > strong { font-size: 12px; }
.hours-head select { border: 1px solid #dfe4e0; border-radius: 10px; height: 36px; padding: 0 10px; font: inherit; font-size: 12px; }
.hours-head .button { margin-left: auto; min-height: 34px; font-size: 12px; padding: 0 14px; }
.hours-lead { display: block; margin: 8px 0 12px; }
.hours-card--closed .hours-head { margin-bottom: 6px; }
.hours-rows { display: flex; flex-direction: column; gap: 6px; }
.hours-row { display: flex; align-items: center; gap: 14px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; }
.hours-row.is-closed { background: #fafbfa; color: #9a9f9b; }
.hours-day { flex: 0 0 96px; font-weight: 800; color: #2f3a32; }
.hours-row.is-closed .hours-day { color: #9a9f9b; }
.hours-check { display: inline-flex; align-items: center; gap: 6px; color: #5d625e; }
.hours-times { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.hours-times input[type="time"] { border: 1px solid #dfe4e0; border-radius: 9px; height: 34px; padding: 0 9px; font: inherit; font-size: 12px; }
.hours-times input:disabled { opacity: .4; }
.hours-actions { display: flex; align-items: center; gap: 10px; margin: 14px 0 8px; flex-wrap: wrap; }
.hours-saved { font-size: 12px; font-weight: 800; color: var(--green-dark); }

/* First-Time Recovery Pass: the banner is bookable now. */
.founding-pass__cta { margin-top: 8px; border: 0; border-radius: 999px; padding: 8px 16px; background: var(--green); color: #06230d; font-size: 11px; font-weight: 850; cursor: pointer; }
.founding-pass__cta:hover { filter: brightness(1.06); }
.founding-pass.is-selected { outline: 2px solid var(--green); outline-offset: 2px; }
.membership-summary .text-button { margin-top: 6px; padding: 0; border: 0; background: none; color: var(--green-dark); font-size: 10px; font-weight: 750; cursor: pointer; text-decoration: underline; }
.hours-error { font-size: 12px; font-weight: 700; color: #b3261e; }
.day-closed-banner { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 10px 14px; border: 1px solid #ead9aa; background: #fff6e6; border-radius: 12px; font-size: 12px; font-weight: 700; color: #9a6b1f; }

/* The wellness upsell: the room is free around the chosen time. */
.upsell-panel { margin-top: 18px; border-radius: 16px; padding: 16px 18px; background: linear-gradient(120deg, #0d2b16, #14401f); color: #fff; }
.upsell-panel__head { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.upsell-panel__head > span { width: 38px; height: 38px; border-radius: 12px; background: rgba(255,255,255,.12); display: grid; place-items: center; font-size: 17px; flex: 0 0 auto; }
.upsell-panel__head strong { display: block; font-size: 13px; }
.upsell-panel__head small { display: block; color: #b9cdbc; font-size: 10px; margin-top: 2px; }
.upsell-panel__chips { display: grid; gap: 8px; }
.upsell-chip { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; padding: 10px 12px; cursor: pointer; }
.upsell-chip:hover { background: rgba(255,255,255,.12); }
.upsell-chip .addon-icon { width: 34px; height: 34px; margin: 0; flex: 0 0 auto; }
.upsell-chip__body { flex: 1; }
.upsell-chip__body strong { display: block; font-size: 12px; }
.upsell-chip__body small { display: block; color: #b9cdbc; font-size: 9.5px; margin-top: 2px; }
.upsell-chip > em { flex: 0 0 auto; font-style: normal; font-size: 9px; font-weight: 850; color: #06230d; background: var(--green); border-radius: 999px; padding: 4px 9px; }

/* ── Admin: the desk's one screen ────────────────────────────────────── */
.admin-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 0 0 22px; padding: 6px; background: #fff; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 10px 30px rgba(14,32,18,.04); position: sticky; top: 10px; z-index: 5; }
.admin-nav a, .admin-nav button { border: 0; background: transparent; border-radius: 999px; padding: 9px 15px; font: inherit; font-size: 12.5px; font-weight: 800; color: #5d625e; cursor: pointer; text-decoration: none; white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; }
.admin-nav a:hover, .admin-nav button:hover { background: var(--soft); color: var(--ink); }
.admin-nav .is-active { background: var(--black); color: #fff; }
.admin-nav .nav-spacer { flex: 1; }
.admin-nav .nav-count { background: #e64f3f; color: #fff; font-size: 10px; border-radius: 999px; padding: 1px 6px; min-width: 17px; text-align: center; }
.admin-nav .is-active .nav-count { background: #fff; color: var(--black); }
.admin-nav .nav-ext { color: var(--green-dark); }
.admin-nav .nav-out { color: #a83a29; }

.admin-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 0 0 16px; flex-wrap: wrap; }
.admin-head h1 { font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -.03em; margin: 0; }
.admin-head .muted { font-size: 13px; }
.admin-notice { border-radius: 12px; padding: 11px 14px; font-size: 13px; font-weight: 650; margin-bottom: 14px; }
.admin-notice.ok { background: var(--green-soft); color: var(--green-dark); border: 1px solid #cfe7d4; }
.admin-notice.err { background: #fdf1ef; color: #a83a29; border: 1px solid #e2b7ae; }

.stat-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; text-align: left; font: inherit; cursor: default; }
.stat button, button.stat { cursor: pointer; }
button.stat:hover { border-color: #a7cbae; }
.stat > small { color: #6c726d; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.stat > strong { font-size: 26px; letter-spacing: -.03em; line-height: 1.1; }
.stat > span { color: #7a807b; font-size: 12px; }
.stat.is-alert { border-color: #f0c9a0; background: #fff9ec; }
.stat.is-alert > strong { color: #9a6b1f; }
.stat.is-live { border-color: #bfe0c6; background: var(--green-soft); }
.stat.is-live > strong { color: var(--green-dark); }

.board { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 16px; align-items: start; }
.board .panel-card { padding: 20px 22px; }
.panel-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 12px; }
.panel-title h2 { font-size: 15px; margin: 0; letter-spacing: -.01em; }
.panel-title a, .panel-title button { font: inherit; font-size: 12px; font-weight: 800; color: var(--green-dark); background: none; border: 0; cursor: pointer; text-decoration: none; }

.arrivals { list-style: none; margin: 0; padding: 0; }
.arrival { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 11px 6px; border-top: 1px solid #eef0ee; cursor: pointer; border-radius: 10px; }
.arrival:first-child { border-top: 0; }
.arrival:hover { background: var(--soft); }
.arrival time { font-weight: 850; font-size: 14px; letter-spacing: -.01em; }
.arrival time small { display: block; color: #7a807b; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.arrival .who { min-width: 0; }
.arrival .who strong { display: block; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.arrival .who span { display: block; color: #7a807b; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.arrival .phase { font-size: 10.5px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; color: #6c726d; text-align: right; white-space: nowrap; }
.arrival.is-now .phase { color: var(--green-dark); }
.arrival.is-now time { color: var(--green-dark); }
.arrival.is-done { opacity: .55; }
.arrival .who span .chip { margin-top: 4px; }
.arrival-actions { display: flex; gap: 6px; justify-content: flex-end; margin-top: 6px; }
.arrival-actions .btn { padding: 6px 10px; font-size: 11px; }
.preview-frame { width: 100%; height: 720px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.waitlist-cta { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; margin-top: 12px; }
.waitlist-cta small { color: #7a807b; font-size: 12px; }
.checkin-done { color: var(--green-dark); font-weight: 700; }
.checkin-link { color: var(--green-dark); font-weight: 800; font-size: 12px; padding: 0; }
.checkin-panel p { margin: 0 0 12px; font-size: 13px; }
.checkin-q { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding: 9px 0; border-top: 1px solid #eef0ee; font-size: 13px; }
.checkin-choices { display: flex; gap: 12px; white-space: nowrap; }
.checkin-choices label { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; cursor: pointer; }
.checkin-choices input { accent-color: var(--green); width: 16px; height: 16px; margin: 0; }
.checkin-notes { display: block; margin-top: 12px; font-size: 12px; font-weight: 700; color: #5d625e; }
.checkin-notes textarea { display: block; width: 100%; margin-top: 6px; border: 1px solid #dfe4e0; border-radius: 12px; padding: 10px 12px; font: inherit; font-size: 13px; resize: vertical; }
@media (max-width: 680px) { .checkin-q { flex-direction: column; align-items: flex-start; gap: 6px; } }
.arrival.is-flagged .phase { color: #9a6b1f; }
.empty { color: #7a807b; font-size: 13px; padding: 12px 0; }

.mini-list { list-style: none; margin: 0; padding: 0; }
.mini-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid #eef0ee; font-size: 13px; }
.mini-list li:first-child { border-top: 0; }
.mini-list li span:last-child { color: #7a807b; white-space: nowrap; }
.mini-list li strong { font-weight: 800; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #c8cdca; margin-right: 8px; vertical-align: 1px; }
.dot.on { background: var(--green); box-shadow: 0 0 0 3px rgba(88,187,114,.16); }
.dot.warn { background: #e9a23b; }
.dot.off { background: #c8cdca; }

.status-tag.pending_payment { background: #e9f0fb; color: #2f5aa3; }
.status-tag.desk { background: #ece9fb; color: #5b4bb5; }
.status-tag.online { background: #f1f2f1; color: #6c726d; }
.chip { display: inline-block; border-radius: 999px; padding: 2px 8px; font-size: 10px; font-weight: 800; background: var(--soft); color: #5d625e; margin: 2px 4px 0 0; }
.chip.green { background: var(--green-soft); color: var(--green-dark); }
.chip.amber { background: #fff1d6; color: #9a6b1f; }
.chip.blue { background: #e9f0fb; color: #2f5aa3; }

.toolbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 14px; }
.toolbar .text-input { height: 42px; max-width: 320px; }
.toolbar input[type="date"] { height: 42px; border: 1px solid #dfe4e0; border-radius: 12px; padding: 0 10px; font: inherit; font-size: 13px; background: #fff; }
.toolbar .filter-row { margin: 0; }
.toolbar .grow { flex: 1; }
.result-count { color: #7a807b; font-size: 12px; white-space: nowrap; }
.link-button { background: none; border: 0; color: var(--green-dark); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; padding: 0; }
.link-button.danger { color: #a83a29; }
.row-click { cursor: pointer; }
.row-click:hover td { background: var(--soft); }
.admin-table .sub { display: block; color: #7a807b; font-size: 11.5px; margin-top: 2px; }
.admin-table td strong { font-weight: 800; }
.admin-table .num { text-align: right; white-space: nowrap; }
.load-more { display: flex; justify-content: center; margin-top: 14px; }

/* Detail drawer */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(10,12,11,.42); z-index: 40; display: flex; justify-content: flex-end; }
.drawer { width: min(560px, 100%); height: 100%; background: #fff; overflow-y: auto; padding: 26px 28px 40px; box-shadow: -20px 0 60px rgba(0,0,0,.18); animation: drawer-in .18s ease-out; }
@keyframes drawer-in { from { transform: translateX(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.drawer-head h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.drawer-head .ref { color: var(--green-dark); font-weight: 850; letter-spacing: .06em; font-size: 12px; display: block; margin-bottom: 4px; }
.drawer-close { border: 1px solid var(--line); background: #fff; border-radius: 999px; width: 34px; height: 34px; font-size: 18px; cursor: pointer; line-height: 1; flex: 0 0 auto; }
.kv { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 7px 14px; font-size: 13px; margin: 14px 0; }
.kv dt { color: #6c726d; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding-top: 2px; }
.kv dd { margin: 0; overflow-wrap: anywhere; }
.kv dd a { color: var(--green-dark); font-weight: 700; text-decoration: none; }
.seg-list { list-style: none; margin: 0; padding: 0; }
.seg-list li { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; padding: 6px 0; border-top: 1px solid #eef0ee; }
.seg-list li:first-child { border-top: 0; }
.drawer h3 { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #6c726d; margin: 20px 0 8px; }
.drawer textarea { width: 100%; min-height: 76px; border: 1px solid #dfe4e0; border-radius: 12px; padding: 10px 12px; font: inherit; font-size: 13px; resize: vertical; }
.drawer-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.btn { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 9px 15px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; color: #333; }
.btn:hover { background: var(--soft); }
.btn:disabled { opacity: .5; cursor: default; }
.btn.primary { background: var(--green); border-color: var(--green); color: #fff; }
.btn.primary:hover { background: var(--green-dark); }
.btn.danger { color: #a83a29; border-color: #e2b7ae; }
.btn.danger:hover { background: #fdf1ef; }
.history { list-style: none; margin: 0; padding: 0; font-size: 12px; }
.history li { padding: 6px 0; border-top: 1px solid #eef0ee; color: #5d625e; }
.history li:first-child { border-top: 0; }
.history li b { color: var(--ink); }
.flag-list { margin: 0; padding: 0; list-style: none; }
.flag-list li { background: #fff9ec; color: #9a6b1f; border: 1px solid #f0dcb0; border-radius: 10px; padding: 8px 10px; font-size: 12px; margin-top: 6px; }

/* Desk booking form */
.desk-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr); gap: 16px; align-items: start; }
.desk-layout .panel-card { padding: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid .text-input { height: 44px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-card { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--line); border-radius: 12px; padding: 11px 13px; cursor: pointer; font-size: 13px; background: #fff; }
.check-card:hover { border-color: #a7cbae; }
.check-card.is-on { border-color: var(--green); background: var(--green-soft); }
.check-card input { accent-color: var(--green); width: 16px; height: 16px; margin: 0; }
.check-card b { flex: 1; }
.check-card span { color: #6c726d; font-size: 12px; white-space: nowrap; }
.inline-check { display: flex; align-items: center; gap: 9px; font-size: 13px; cursor: pointer; }
.inline-check input { accent-color: var(--green); width: 16px; height: 16px; margin: 0; }
.seg-select { display: flex; gap: 6px; flex-wrap: wrap; }
.seg-select button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 8px 13px; font: inherit; font-size: 12px; font-weight: 800; color: #5d625e; cursor: pointer; }
.seg-select button.is-active { background: var(--black); color: #fff; border-color: var(--black); }
.slot-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 7px; margin-top: 8px; }
.slot-chips button { border: 1px solid #dce2dd; background: #fff; border-radius: 10px; padding: 9px 6px; font: inherit; font-size: 12.5px; font-weight: 750; cursor: pointer; }
.slot-chips button.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.price-box { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 14px; display: flex; justify-content: space-between; align-items: baseline; }
.price-box strong { font-size: 24px; letter-spacing: -.03em; }
.desk-summary dl { margin: 0; }
.desk-summary .kv { margin: 0 0 8px; grid-template-columns: 96px 1fr; }
.desk-done { text-align: center; padding: 10px 0; }
.desk-done .ref { font-size: 26px; font-weight: 850; letter-spacing: .06em; color: var(--green-dark); display: block; margin: 6px 0 10px; }

/* Settings */
.settings-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.settings-tabs button { border: 1px solid #dce2dd; background: #fff; border-radius: 999px; padding: 8px 14px; font: inherit; font-size: 12px; font-weight: 800; color: #5d625e; cursor: pointer; }
.settings-tabs button.is-active { background: var(--black); color: #fff; border-color: var(--black); }
.station-row { display: grid; grid-template-columns: minmax(0, 1.3fr) repeat(3, 92px) auto; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid #eef0ee; }
.station-row--unit { grid-template-columns: minmax(0, 1.2fr) minmax(120px, .9fr) 80px 84px 84px minmax(150px, .9fr) auto; }
.station-row--room { grid-template-columns: minmax(0, 1.4fr) 150px 80px auto; }
.station-row--new { background: var(--soft); border-radius: 12px; padding: 12px; margin-top: 8px; border-top: 0; }
.station-row.is-off { opacity: .6; }
.station-row select.text-input { text-align: left; padding: 0 10px; }
.station-flags { display: flex; flex-direction: column; gap: 6px; font-size: 12px; }
.station-flags .inline-check { font-size: 12px; }
.station-row:first-of-type { border-top: 0; }
.station-row .text-input { height: 40px; padding: 0 10px; text-align: center; }
.station-row .lbl { font-size: 10px; color: #6c726d; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; display: block; margin-bottom: 4px; }
.station-row strong { display: block; }
.station-row small { color: #7a807b; font-size: 11.5px; display: block; }
.station-row .actions { display: flex; gap: 6px; }
.snap-list li span:first-child { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.audit-table td { font-size: 12px; }
.audit-table code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; color: #5d625e; }

@media (max-width: 1000px) {
  .stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .board, .desk-layout { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .admin-nav { position: static; border-radius: 16px; }
  .admin-nav a, .admin-nav button { padding: 8px 11px; font-size: 12px; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .stat { padding: 12px 14px; }
  .stat > strong { font-size: 22px; }
  .arrival { grid-template-columns: 62px minmax(0, 1fr); }
  .arrival .phase { grid-column: 2; text-align: left; }
  .toolbar .text-input { max-width: none; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .station-row, .station-row--unit, .station-row--room { grid-template-columns: 1fr 1fr; }
  .station-row > :first-child, .station-row .actions, .station-row .station-flags { grid-column: 1 / -1; }
  .station-row--new > div[style] { grid-column: 1 / -1; }
  .drawer { padding: 20px 18px 40px; }
  .kv { grid-template-columns: 96px 1fr; }
  /* Tables become cards: each cell carries its heading. */
  .admin-table.cards thead { display: none; }
  .admin-table.cards tr { display: block; border: 1px solid var(--line); border-radius: 14px; padding: 8px 12px; margin-bottom: 10px; background: #fff; }
  .admin-table.cards tr.is-flagged { background: #fff9ec; }
  .admin-table.cards td { display: block; border: 0; padding: 6px 0; }
  .admin-table.cards td[data-label]::before { content: attr(data-label); display: block; color: #6c726d; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px; }
  .admin-table.cards .num { text-align: left; }
  .admin-table.cards .admin-actions { padding-top: 8px; }
  .admin-table.cards .admin-actions button { margin: 0 6px 4px 0; }
}

/* ── The circuit ring: a visit's sessions around one circle ─────────── */
.circuit { margin: 4px auto 26px; max-width: 460px; }
.circuit__ring { display: flex; justify-content: center; }
.circuit__svg { max-width: 100%; height: auto; overflow: visible; }
.circuit__svg--compact { width: 64px; height: 64px; }
.circuit__arc { stroke-dasharray: var(--len); stroke-dashoffset: var(--len); animation: circuit-draw 1s cubic-bezier(.2, .8, .2, 1) forwards; animation-delay: var(--delay, 0s); filter: drop-shadow(0 6px 10px rgba(14, 32, 18, .10)); }
.circuit__arc--guest { filter: none; }
.circuit__glyph, .circuit__time, .circuit__steps li { opacity: 0; animation: circuit-fade .5s ease-out forwards; animation-delay: var(--delay, 0s); }
.circuit__time { font-size: 11.5px; font-weight: 750; fill: #5d625e; }
.circuit__eyebrow { fill: var(--green-dark); }
.circuit__total { fill: var(--ink); letter-spacing: -.04em; }
.circuit__unit, .circuit__span { fill: #6c726d; }
.circuit__date { text-align: center; color: #6c726d; font-size: 13px; font-weight: 700; margin: 6px 0 12px; }
.circuit__steps { list-style: none; margin: 0; padding: 0; text-align: left; }
.circuit__steps li { display: grid; grid-template-columns: 14px minmax(0, 1fr) auto auto; gap: 10px; align-items: center; padding: 9px 4px; border-top: 1px solid var(--line); font-size: 13.5px; }
.circuit__steps li:first-child { border-top: 0; }
.circuit__dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.circuit__step-name { font-weight: 800; }
.circuit__step-name em { font-style: normal; font-weight: 700; color: #7a807b; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; margin-right: 2px; }
.circuit__step-when { color: #6c726d; white-space: nowrap; }
.circuit__step-min { color: var(--green-dark); font-weight: 800; white-space: nowrap; font-size: 12px; }
.circuit--compact { margin: 0; flex: 0 0 auto; }
.circuit--compact .circuit__arc { animation-duration: .7s; filter: none; }
.circuit--compact .circuit__total { font-size: 46px; }
.mybooking__ring { display: flex; align-items: center; }
@keyframes circuit-draw { to { stroke-dashoffset: 0; } }
@keyframes circuit-fade { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .circuit__arc { animation: none; stroke-dashoffset: 0; }
  .circuit__glyph, .circuit__time, .circuit__steps li { animation: none; opacity: 1; }
}
@media (max-width: 680px) {
  .circuit__steps li { grid-template-columns: 12px minmax(0, 1fr) auto; }
  .circuit__step-when { grid-column: 2; font-size: 12px; }
  .circuit__step-min { grid-row: 1; grid-column: 3; }
  .mybooking { flex-wrap: wrap; }
}

.cannula-row--note { cursor: default; }
.cannula-row__mark { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--green-soft); color: var(--green-dark); font-weight: 900; font-size: 13px; flex: 0 0 auto; }

.member-strip { border: 1px solid #cfe7d4; background: var(--green-soft); border-radius: 12px; padding: 10px 13px; margin-bottom: 12px; display: flex; flex-direction: column; gap: 2px; }
.member-strip strong { font-size: 12px; color: var(--green-dark); }
.member-strip span { font-size: 11.5px; color: #4d6a55; }
.member-hint { color: #7a807b; font-size: 11px; margin: 0 0 12px; }
.membership-member-note { margin: 12px 0 0; padding: 12px 14px; border-radius: 12px; background: var(--green-soft); color: var(--green-dark); font-weight: 700; font-size: 13px; }
.member-inclusions { display: flex; flex-wrap: wrap; gap: 6px; }
.member-inclusions .chip { font-size: 11px; padding: 4px 10px; }

.demo-ribbon--stripe { background: #5d6cf5; }
