.phc-promo-bar { padding: 8px 18px; text-align: center; }
.phc-promo-bar--butter { background: var(--butter, #ffe58a); color: var(--ink, #11100e); }
.phc-promo-bar--aqua { background: var(--aqua, #7dbfba); color: var(--ink, #11100e); }
.phc-promo-bar--rust { background: var(--rust, #d85d3f); color: #fffefa; }
.phc-promo-bar--ink { background: var(--ink, #11100e); color: var(--cream, #f5efdf); }
.phc-promo-message { min-width: 0; }
.phc-promo-bar > a { padding: 3px 0; color: inherit; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-underline-offset: 4px; text-transform: uppercase; white-space: nowrap; }

.phc-booking-panel { min-width: 0; }
.phc-square-widget { min-width: 0; overflow: hidden; }
.phc-square-widget iframe { display: block; width: 100% !important; max-width: 100%; min-height: 560px; border: 0; }
.phc-square-widget > a, .phc-square-widget > button { width: 100% !important; max-width: 100%; min-height: 54px !important; display: flex !important; align-items: center; justify-content: center; border: 2px solid var(--ink, #11100e) !important; background: var(--butter, #ffe58a) !important; color: var(--ink, #11100e) !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 11px !important; font-weight: 900 !important; letter-spacing: .08em !important; text-align: center; text-decoration: none !important; text-transform: uppercase; }
.phc-widget-backup { margin: 14px 0 0; color: #6b655a; font-size: 10px; font-weight: 700; line-height: 1.5; text-align: center; }
.phc-widget-backup a { color: var(--ink, #11100e); font-weight: 900; text-underline-offset: 4px; }
.phc-booking-fallback { padding: 24px; background: var(--cream, #f5efdf); border: 2px solid var(--ink, #11100e); }
.phc-booking-fallback strong { display: block; margin: 0 0 9px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 27px; line-height: 1.05; letter-spacing: .035em; text-transform: uppercase; }
.phc-booking-fallback p { margin: 0 0 18px; color: #514c43; font-size: 13px; font-weight: 600; line-height: 1.55; }
.phc-booking-fallback .button { width: 100%; }
.phc-awaiting-square { min-height: 50px; padding: 12px 16px; display: flex; align-items: center; justify-content: center; background: #ded8ca; border: 2px dashed #7b7467; color: #5a554d; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }


.phc-success-toast { position: fixed; z-index: 100000; top: 22px; left: 50%; width: min(560px, calc(100vw - 32px)); padding: 18px 18px 18px 21px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; transform: translateX(-50%); background: #ccebd8; border: 2px solid var(--ink, #11100e); box-shadow: 7px 7px 0 #3a8f65; color: var(--ink, #11100e); }
.phc-success-toast__copy { min-width: 0; display: grid; gap: 5px; }
.phc-success-toast__copy > span { font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.phc-success-toast__copy > strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(24px, 4vw, 31px); line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
.phc-success-toast__copy > p { margin: 2px 0 0; font-size: 12px; font-weight: 700; line-height: 1.5; }
.phc-success-toast__close { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; padding: 0; background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); font-size: 25px; line-height: 1; cursor: pointer; }

.phc-consultation-dialog { width: min(1120px, calc(100vw - 36px)); max-width: none; height: min(94dvh, 940px); max-height: none; margin: auto; padding: 0; overflow: hidden; background: var(--cream, #f5efdf); border: 3px solid var(--ink, #11100e); box-shadow: 14px 14px 0 var(--butter, #ffe58a); color: var(--ink, #11100e); }
.phc-consultation-dialog::backdrop { background: rgba(17,16,14,.78); backdrop-filter: blur(4px); }
.phc-dialog-shell { height: 100%; display: grid; grid-template-rows: auto 1fr; }
.phc-dialog-header { min-height: 82px; padding: 16px 20px 16px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--aqua, #7dbfba); border-bottom: 2px solid var(--ink, #11100e); }
.phc-dialog-header > div { display: grid; gap: 4px; }
.phc-dialog-header span { font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.phc-dialog-header h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(27px, 4vw, 42px); line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
.phc-dialog-header button { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); font-size: 31px; line-height: 1; cursor: pointer; }
.phc-dialog-content { overflow-y: auto; overscroll-behavior: contain; }

.phc-consultation-flow { width: min(1120px, 100%); margin: 0 auto; display: grid; gap: 28px; }
.phc-consultation-flow--modal { padding: 30px; }
.phc-form-notice { padding: 18px 20px; border: 2px solid var(--ink, #11100e); font-size: 14px; font-weight: 800; line-height: 1.55; }
.phc-form-notice--success { background: #ccebd8; box-shadow: 6px 6px 0 #3a8f65; }
.phc-form-notice--error { background: #ffe1d9; box-shadow: 6px 6px 0 var(--rust, #d85d3f); }
.phc-consultation-summary { padding: 19px 22px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; background: var(--ink, #11100e); color: var(--cream, #f5efdf); border: 2px solid var(--ink, #11100e); }
.phc-consultation-summary span, .phc-consultation-summary small { font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.phc-consultation-summary strong { color: var(--butter, #ffe58a); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 24px; letter-spacing: .04em; text-transform: uppercase; }
.phc-consultation-step { padding: clamp(24px, 4vw, 42px); background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); box-shadow: 9px 9px 0 var(--aqua, #7dbfba); }
.phc-consultation-step + .phc-consultation-step { box-shadow: 9px 9px 0 var(--butter, #ffe58a); }
.phc-step-heading { display: flex; align-items: center; gap: 16px; }
.phc-step-heading > span { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; background: var(--rust, #d85d3f); border: 2px solid var(--ink, #11100e); border-radius: 50%; color: #fff; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 25px; }
.phc-step-heading > div { display: grid; gap: 4px; }
.phc-step-heading p { margin: 0; color: var(--aqua-deep, #549c98); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.phc-step-heading h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(34px, 5vw, 54px); line-height: 1; letter-spacing: .035em; text-transform: uppercase; }
.phc-step-intro { max-width: 760px; margin: 18px 0 27px; color: #5a544b; font-size: 14px; font-weight: 600; line-height: 1.65; }
.phc-consultation-step .phc-booking-panel { max-width: 760px; }

.phc-consultation-form { display: grid; gap: 26px; }
.phc-inline-notice { padding: 17px 18px; border: 2px solid var(--ink, #11100e); font-size: 13px; font-weight: 800; line-height: 1.55; }
.phc-inline-notice.is-success { background: #ccebd8; box-shadow: 5px 5px 0 #3a8f65; }
.phc-inline-notice.is-error { background: #ffe1d9; box-shadow: 5px 5px 0 var(--rust, #d85d3f); }
.phc-consultation-form.is-complete > :not(.phc-inline-notice) { display: none; }
.phc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.phc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.phc-consultation-form label { min-width: 0; }
.phc-form-grid label, .phc-full-field { display: grid; gap: 8px; }
.phc-form-grid label > span:not(.phc-datetime-control), .phc-full-field > span, .phc-method-fieldset legend { font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.phc-consultation-form input[type="text"], .phc-consultation-form input[type="email"], .phc-consultation-form input[type="tel"], .phc-consultation-form input[type="datetime-local"], .phc-consultation-form textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 52px; padding: 12px 13px; background: #fff; border: 2px solid var(--ink, #11100e); border-radius: 0; box-sizing: border-box; color: var(--ink, #11100e); font-size: 16px; }
.phc-datetime-control { width: 100%; max-width: 100%; min-width: 0; display: block; overflow: hidden; }
.phc-datetime-control input[type="datetime-local"] { width: 100% !important; max-width: 100% !important; min-width: 0 !important; inline-size: 100% !important; min-inline-size: 0 !important; max-inline-size: 100% !important; display: block; overflow: hidden; -webkit-appearance: none; appearance: none; color-scheme: light; }
.phc-datetime-control input[type="datetime-local"]::-webkit-date-and-time-value { min-width: 0; overflow: hidden; text-align: left; }
.phc-datetime-control input[type="datetime-local"]::-webkit-datetime-edit { min-width: 0; overflow: hidden; padding: 0; }
.phc-consultation-form textarea { min-height: 118px; resize: vertical; }
.phc-consultation-form label small { color: #756e63; font-size: 10px; line-height: 1.45; }
.phc-method-fieldset { margin: 0; padding: 0; border: 0; }
.phc-method-fieldset legend { margin-bottom: 11px; }
.phc-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.phc-choice-grid label { min-height: 85px; padding: 14px; display: flex; align-items: flex-start; gap: 10px; background: var(--cream, #f5efdf); border: 2px solid #9b9487; cursor: pointer; }
.phc-choice-grid label:has(input:checked) { background: var(--butter, #ffe58a); border-color: var(--ink, #11100e); box-shadow: 4px 4px 0 var(--ink, #11100e); }
.phc-choice-grid input { margin-top: 3px; accent-color: var(--rust, #d85d3f); }
.phc-choice-grid label > span { display: grid; gap: 5px; }
.phc-choice-grid strong { font-size: 12px; text-transform: uppercase; }
.phc-choice-grid small { font-size: 10px; line-height: 1.4; }
.phc-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.phc-photo-field { min-height: 230px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; background: var(--aqua, #7dbfba); border: 2px dashed var(--ink, #11100e); cursor: pointer; position: relative; }
.phc-photo-field:focus-within { outline: 4px solid var(--rust, #d85d3f); outline-offset: 3px; }
.phc-photo-field:nth-child(2) { background: var(--butter, #ffe58a); }
.phc-photo-number { margin-left: auto; font-size: 10px; font-weight: 900; }
.phc-photo-field > strong { margin-top: 20px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 29px; letter-spacing: .04em; text-transform: uppercase; }
.phc-photo-field > small { margin: 7px 0 18px; color: #4e4941; font-size: 11px; line-height: 1.45; }
.phc-photo-field input[type="file"] { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.phc-file-name { max-width: 100%; margin-top: auto; padding: 10px 12px; overflow: hidden; background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.phc-consent { padding: 16px; display: flex; align-items: flex-start; gap: 11px; background: #eee8da; border: 1px solid #aaa397; cursor: pointer; }
.phc-consent input { margin-top: 2px; accent-color: var(--rust, #d85d3f); }
.phc-consent span { font-size: 11px; line-height: 1.5; }
.phc-submit-row { display: flex; align-items: center; gap: 20px; }
.phc-submit-row p { max-width: 420px; margin: 0; color: #6b655a; font-size: 10px; line-height: 1.5; }

@media (min-width: 761px) {
  .phc-mobile-service-summary { display: none !important; }
}

@media (min-width: 761px) {
  .phc-mobile-time-summary { display: none !important; }
}

@media (max-width: 760px) {
  .phc-success-toast { top: 12px; width: calc(100vw - 24px); padding: 15px 14px 15px 16px; gap: 12px; box-shadow: 5px 5px 0 #3a8f65; }
  .phc-success-toast__copy > strong { font-size: 24px; }
  .phc-promo-bar { min-height: 42px; padding: 9px 12px; justify-content: center; gap: 10px; flex-wrap: wrap; font-size: 9px; line-height: 1.35; letter-spacing: .1em; }
  .phc-promo-bar > a { font-size: 9px; }
  .phc-square-widget iframe { min-height: 620px; }
  .phc-booking-fallback { padding: 20px 16px; }
  .phc-booking-fallback strong { font-size: 24px; }
  .phc-consultation-dialog { width: 100vw; height: 100dvh; margin: 0; border: 0; box-shadow: none; }
  .phc-dialog-header { min-height: 75px; padding: 13px 12px 13px 17px; }
  .phc-dialog-header h2 { font-size: 26px; }
  .phc-dialog-header button { width: 44px; height: 44px; flex-basis: 44px; }
  .phc-consultation-flow--modal { padding: 17px 14px 95px; }
  .phc-consultation-summary { grid-template-columns: 1fr; gap: 6px; }
  .phc-consultation-summary strong { font-size: 22px; }
  .phc-consultation-step { padding: 23px 17px; box-shadow: 6px 6px 0 var(--aqua, #7dbfba); }
  .phc-consultation-step + .phc-consultation-step { box-shadow: 6px 6px 0 var(--butter, #ffe58a); }
  .phc-step-heading { align-items: flex-start; }
  .phc-step-heading > span { width: 44px; height: 44px; flex-basis: 44px; font-size: 21px; }
  .phc-step-heading h2 { font-size: clamp(31px, 10vw, 43px); }
  .phc-form-grid, .phc-choice-grid, .phc-photo-grid { grid-template-columns: 1fr; }
  .phc-form-grid, .phc-form-grid > label { width: 100%; max-width: 100%; min-width: 0; }
  .phc-choice-grid label { min-height: 72px; }
  .phc-photo-field { min-height: 205px; }
  .phc-submit-row { align-items: stretch; flex-direction: column; }
  .phc-submit-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .phc-consultation-dialog::backdrop { backdrop-filter: none; }
}

/* v0.2.1 scalable barber + native Square booking */
.phc-booking-panel--barbers { display: grid; gap: 14px; }
.phc-booking-panel--barbers [hidden] { display: none !important; }
.booking-dock.is-phc-native-booking-active .booking-dock-topline,
.booking-dock.is-phc-native-booking-active .booking-dock-heading { display: none !important; }
.phc-barber-booking-list { display: grid; gap: 10px; }
.phc-barber-booking-choice { width: 100%; padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); border-radius: 0; color: var(--ink, #11100e); cursor: pointer; font: inherit; text-align: left; text-decoration: none; box-sizing: border-box; transition: transform .15s ease, box-shadow .15s ease; }
.phc-barber-booking-choice:hover, .phc-barber-booking-choice:focus-visible { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink, #11100e); outline: none; }
.phc-barber-booking-choice > span { min-width: 0; display: grid; gap: 3px; }
.phc-barber-booking-choice strong { font-size: 14px; line-height: 1.1; text-transform: uppercase; }
.phc-barber-booking-choice small { color: #6b655a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phc-barber-booking-choice > b { flex: 0 0 auto; color: var(--rust, #d85d3f); font-size: 11px; font-weight: 900; letter-spacing: .045em; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; text-transform: uppercase; }
.phc-barber-booking-choice.is-disabled { cursor: default; opacity: .62; }
.phc-barber-booking-choice.is-disabled:hover { transform: none; box-shadow: none; }
.phc-native-booking { padding: 16px; background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); }
.phc-native-heading { margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.phc-native-heading > div { display: grid; gap: 2px; }
.phc-native-heading span { color: #6b655a; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.phc-native-heading strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 23px; letter-spacing: .035em; text-transform: uppercase; }
.phc-native-back { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; background: var(--cream, #f5efdf); border: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font-size: 18px; font-weight: 900; }
.phc-native-field { min-width: 0; max-width: 100%; margin: 0 0 13px; display: grid; gap: 7px; }
.phc-native-field > span, .phc-native-label { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.phc-native-field > span b, .phc-native-label b { width: 21px; height: 21px; display: inline-grid; place-items: center; background: var(--rust, #d85d3f); border-radius: 50%; color: #fff; font-size: 10px; }
.phc-native-field select, .phc-native-field input[type="date"], .phc-native-details input, .phc-native-details textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 46px; padding: 10px 11px; background: #fff; border: 2px solid var(--ink, #11100e); border-radius: 0; box-sizing: border-box; color: var(--ink, #11100e); font-size: 16px; }
.phc-native-field input[type="date"] { width: 100% !important; max-width: 100% !important; min-width: 0 !important; inline-size: 100% !important; min-inline-size: 0 !important; max-inline-size: 100% !important; display: block; overflow: hidden; -webkit-appearance: none; appearance: none; color-scheme: light; }
.phc-native-field input[type="date"]::-webkit-date-and-time-value { min-width: 0; overflow: hidden; text-align: left; }
.phc-native-field input[type="date"]::-webkit-datetime-edit { min-width: 0; overflow: hidden; padding: 0; }

.phc-mobile-date-picker { margin: -2px 0 16px; padding: 12px; background: #fff; border: 2px solid var(--ink, #11100e); }
.phc-mobile-calendar-head { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: center; gap: 8px; }
.phc-mobile-calendar-head strong { text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.phc-mobile-calendar-nav { min-width: 42px; min-height: 42px; padding: 0; display: grid; place-items: center; background: var(--cream, #f5efdf); border: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font-size: 17px; font-weight: 900; line-height: 1; }
.phc-mobile-calendar-nav:disabled { cursor: default; opacity: .3; }
.phc-mobile-calendar-weekdays, .phc-mobile-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
.phc-mobile-calendar-weekdays { margin: 11px 0 5px; color: #6b655a; font-size: 9px; font-weight: 900; text-align: center; }
.phc-mobile-calendar-weekdays span { padding: 3px 0; }
.phc-mobile-calendar-grid > span { min-height: 38px; }
.phc-mobile-calendar-day { min-width: 0; min-height: 38px; padding: 0; display: grid; place-items: center; background: #fff; border: 1px solid #c9c2b5; color: var(--ink, #11100e); cursor: pointer; font-size: 12px; font-weight: 900; line-height: 1; }
.phc-mobile-calendar-day:hover, .phc-mobile-calendar-day:focus-visible { border-color: var(--ink, #11100e); outline: 2px solid var(--aqua, #83ddd2); outline-offset: 1px; }
.phc-mobile-calendar-day.is-today { box-shadow: inset 0 0 0 1px var(--rust, #d85d3f); }
.phc-mobile-calendar-day.is-selected { background: var(--butter, #ffe58a); border-color: var(--ink, #11100e); box-shadow: 2px 2px 0 var(--ink, #11100e); }
.phc-mobile-calendar-day:disabled { cursor: default; opacity: .2; box-shadow: none; }
.phc-mobile-service-summary { margin: 0 0 12px; padding: 8px 10px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; background: #eee8da; border: 1px solid #aaa397; }
.phc-mobile-service-summary-text { min-width: 0; display: flex; align-items: center; gap: 8px; }
.phc-mobile-service-summary-text b { width: 21px; height: 21px; flex: 0 0 21px; display: inline-grid; place-items: center; background: var(--rust, #d85d3f); border-radius: 50%; color: #fff; font-size: 10px; }
.phc-mobile-service-summary-text strong { min-width: 0; overflow: hidden; color: var(--ink, #11100e); font-size: 11px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.phc-mobile-service-summary button { min-height: 36px; padding: 5px 2px; background: transparent; border: 0; border-bottom: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font: inherit; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.phc-mobile-service-summary button:focus-visible { outline: 2px solid var(--aqua, #83ddd2); outline-offset: 3px; }
.phc-mobile-time-summary { margin: 0 0 12px; padding: 8px 10px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; background: #fff1b8; border: 1px solid #b8a66d; }
.phc-mobile-time-summary-text { min-width: 0; display: flex; align-items: center; gap: 8px; }
.phc-mobile-time-summary-text b { width: 21px; height: 21px; flex: 0 0 21px; display: inline-grid; place-items: center; background: var(--rust, #d85d3f); border-radius: 50%; color: #fff; font-size: 10px; }
.phc-mobile-time-summary-text strong { min-width: 0; overflow: hidden; color: var(--ink, #11100e); font-size: 11px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.phc-mobile-time-summary button { min-height: 36px; padding: 5px 2px; background: transparent; border: 0; border-bottom: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font: inherit; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.phc-mobile-time-summary button:focus-visible { outline: 2px solid var(--aqua, #83ddd2); outline-offset: 3px; }
.phc-native-field select:disabled, .phc-native-field input:disabled { opacity: .58; }
.phc-native-times { margin: 16px 0; }
.phc-time-status { margin: 8px 0 9px; color: #625c52; font-size: 10px; font-weight: 700; line-height: 1.4; }
.phc-time-buttons { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; }
.phc-time-button { min-height: 40px; padding: 7px 5px; background: var(--cream, #f5efdf); border: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font-size: 10px; font-weight: 900; }
.phc-time-button.is-selected { background: var(--butter, #ffe58a); box-shadow: 3px 3px 0 var(--ink, #11100e); }
.phc-native-details { margin-top: 17px; padding-top: 16px; border-top: 2px dashed #9f988c; }
.phc-native-grid { margin: 12px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.phc-native-grid label { display: grid; gap: 5px; }
.phc-native-grid label > span { font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.phc-native-span { grid-column: 1 / -1; }
.phc-native-details textarea { min-height: 70px; resize: vertical; }
.phc-native-consent { margin: 12px 0; padding: 10px; display: flex; align-items: flex-start; gap: 8px; background: #eee8da; border: 1px solid #aaa397; cursor: pointer; }
.phc-native-consent input { margin-top: 2px; accent-color: var(--rust, #d85d3f); }
.phc-native-consent span { font-size: 9px; line-height: 1.45; }
.phc-native-submit { width: 100%; justify-content: center; }
.phc-square-note { margin: 9px 0 0; color: #746d62; font-size: 8px; line-height: 1.45; text-align: center; }
.phc-native-error, .phc-native-success { margin-bottom: 14px; padding: 12px 13px; border: 2px solid var(--ink, #11100e); font-size: 10px; font-weight: 800; line-height: 1.45; }
.phc-native-error { background: #ffe1d9; box-shadow: 4px 4px 0 var(--rust, #d85d3f); }
.phc-native-success { display: grid; gap: 9px; background: #ccebd8; box-shadow: 4px 4px 0 #3a8f65; }
.phc-native-success strong { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 24px; letter-spacing: .03em; text-transform: uppercase; }
.phc-native-success span { font-size: 11px; line-height: 1.5; }
.phc-native-success .button { justify-self: start; }
@media (max-width: 520px) {
  .phc-barber-booking-choice { padding: 13px 12px; }
  .phc-barber-booking-choice > b { max-width: 108px; text-align: right; }
  .phc-native-booking { padding: 13px; }
  .phc-time-buttons { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .phc-native-grid { grid-template-columns: 1fr; }
  .phc-native-span { grid-column: auto; }
}


@media (max-width: 760px) {
  .phc-native-booking.is-phc-mobile-calendar-ready .phc-native-date-field input[type="date"] { display: none !important; }
  .phc-native-booking.is-phc-mobile-calendar-ready .phc-native-date-field { margin-bottom: 4px; }
  .phc-native-booking.has-phc-mobile-scroll-room { margin-bottom: calc(128px + env(safe-area-inset-bottom, 0px)); }
  .phc-mobile-date-picker { margin-top: 0; padding: 10px; }
  .phc-mobile-calendar-head { grid-template-columns: 44px minmax(0, 1fr) 44px; }
  .phc-mobile-calendar-nav { min-width: 44px; min-height: 44px; }
  .phc-mobile-calendar-day { min-height: 42px; font-size: 13px; }
}

/* v0.2.11: viewport-level Square booking confirmation. */
.phc-booking-success-overlay { position: fixed; z-index: 100100; inset: 0; padding: 24px; display: grid; place-items: center; overflow: auto; overscroll-behavior: contain; }
.phc-booking-success-overlay__backdrop { position: fixed; z-index: 0; inset: 0; background: rgba(17, 16, 14, .72); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.phc-booking-success-overlay__card { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); overflow: auto; padding: 34px 30px 30px; display: grid; gap: 14px; background: #ccebd8; border: 3px solid var(--ink, #11100e); box-shadow: 9px 9px 0 #3a8f65; color: var(--ink, #11100e); }
.phc-booking-success-overlay__close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; background: var(--paper, #fffaf0); border: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font-size: 28px; font-weight: 900; line-height: 1; }
.phc-booking-success-overlay__eyebrow { padding-right: 48px; color: #4b6455; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.phc-booking-success-overlay__title { padding-right: 48px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(35px, 8vw, 54px); line-height: .95; letter-spacing: .025em; text-transform: uppercase; }
.phc-booking-success-overlay__message { margin: 4px 0 5px; font-size: 15px; font-weight: 800; line-height: 1.5; }
.phc-booking-success-overlay__actions { margin-top: 4px; display: grid; gap: 10px; }
.phc-booking-success-overlay__again { width: 100%; justify-content: center; min-height: 54px; }
.phc-booking-success-overlay__done { min-height: 44px; justify-self: center; padding: 4px 2px; background: transparent; border: 0; border-bottom: 2px solid var(--ink, #11100e); color: var(--ink, #11100e); cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.phc-booking-success-overlay__close:focus-visible, .phc-booking-success-overlay__done:focus-visible { outline: 3px solid var(--aqua, #83ddd2); outline-offset: 3px; }
@media (max-width: 520px) {
  .phc-booking-success-overlay { padding: 18px; }
  .phc-booking-success-overlay__card { max-height: calc(100vh - 36px); max-height: calc(100dvh - 36px); padding: 31px 22px 24px; gap: 12px; box-shadow: 6px 6px 0 #3a8f65; }
  .phc-booking-success-overlay__title { font-size: clamp(37px, 12vw, 48px); }
  .phc-booking-success-overlay__message { font-size: 14px; }
}

