.chalet-services-shell,
.chalet-booking-app,
.chalet-booking-page .wc-appointments-appointment-form-wrap,
.chalet-design-preview-shell {
  --chalet-bg:#0b0b0b;
  --chalet-panel:#111111;
  --chalet-panel-2:#171717;
  --chalet-line:#323232;
  --chalet-line-soft:rgba(255,255,255,.08);
  --chalet-line-mid:rgba(255,255,255,.12);
  --chalet-line-strong:rgba(255,255,255,.28);
  --chalet-text:#f5f5f5;
  --chalet-muted:#a8a8a8;
  --chalet-muted-soft:rgba(255,255,255,.45);
  --chalet-accent:#ffffff;
  --chalet-heading:#ffffff;
  --chalet-button-bg:#ffffff;
  --chalet-button-text:#000000;
  --chalet-button-border:#ffffff;
  --chalet-calendar-bg:#101010;
  --chalet-calendar-text:#f5f5f5;
  --chalet-calendar-muted:#9f9f9f;
  --chalet-calendar-available-bg:#1a1a1a;
  --chalet-calendar-available-text:#ffffff;
  --chalet-calendar-selected-bg:#ffffff;
  --chalet-calendar-selected-text:#000000;
  --chalet-surface-soft:rgba(255,255,255,.03);
  --chalet-surface-strong:rgba(255,255,255,.08);
  --chalet-grid-line:rgba(255,255,255,.025);
  --chalet-shadow:0 30px 80px rgba(0,0,0,.35);
  --chalet-radius:22px;
  --chalet-radius-sm:14px;
  --chalet-radius-lg:32px;
  --chalet-container:1320px;
  --chalet-gap:20px;
  --chalet-body-font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --chalet-heading-font:"Bebas Neue",Inter,Arial,sans-serif;
  --chalet-body-size:16px;
  --chalet-label-size:14px;
  --chalet-button-size:16px;
  --chalet-service-title-size:96px;
  --chalet-service-price-size:48px;
  color:var(--chalet-text);
  font-family:var(--chalet-body-font);
  font-size:var(--chalet-body-size);
}
.chalet-services-shell *,
.chalet-booking-app *,
.chalet-booking-page .wc-appointments-appointment-form-wrap *,
.chalet-design-preview-shell * { box-sizing:border-box; }
.chalet-services-shell,
.chalet-booking-app,
.chalet-booking-page .wc-appointments-appointment-form-wrap,
.chalet-design-preview-shell {
  position:relative;
  max-width:var(--chalet-container);
  margin:0 auto;
}
.chalet-services-shell,
.chalet-booking-app,
.chalet-booking-page .wc-appointments-appointment-form-wrap,
.chalet-design-preview-shell,
.chalet-calendar-preview {
  background:
    linear-gradient(var(--chalet-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--chalet-grid-line) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 25%),
    var(--chalet-bg);
  background-size:56px 56px,56px 56px,100% 100%,100% 100%;
}
.chalet-services-shell,
.chalet-booking-app { 
  padding:28px;
  border-radius:var(--chalet-radius-lg);
  border:1px solid var(--chalet-line-soft);
  box-shadow:var(--chalet-shadow);
}
.chalet-services-shell a,
.chalet-booking-app a { color:inherit; text-decoration:none; }
.chalet-services-shell h1,
.chalet-services-shell h2,
.chalet-services-shell h3,
.chalet-services-shell h4,
.chalet-services-shell h5,
.chalet-services-shell h6,
.chalet-booking-app h1,
.chalet-booking-app h2,
.chalet-booking-app h3,
.chalet-booking-app h4,
.chalet-booking-app h5,
.chalet-booking-app h6,
.chalet-booking-page .wc-appointments-appointment-form-wrap h1,
.chalet-booking-page .wc-appointments-appointment-form-wrap h2,
.chalet-booking-page .wc-appointments-appointment-form-wrap h3,
.chalet-booking-page .wc-appointments-appointment-form-wrap h4,
.chalet-booking-page .wc-appointments-appointment-form-wrap h5,
.chalet-booking-page .wc-appointments-appointment-form-wrap h6,
.chalet-design-preview-shell h1,
.chalet-design-preview-shell h2,
.chalet-design-preview-shell h3,
.chalet-design-preview-shell h4,
.chalet-design-preview-shell h5,
.chalet-design-preview-shell h6 {
  color:var(--chalet-heading)!important;
  font-family:var(--chalet-heading-font);
  font-weight:700;
  font-size:var(--chalet-button-size);
  letter-spacing:.02em;
  line-height:.95;
  text-transform:uppercase;
  margin:0;
}
.chalet-booking-hero__eyebrow,
.chalet-service-card__eyebrow {
  color:var(--chalet-muted);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.85rem;
}
.chalet-button,
.chalet-services-shell .button,
.chalet-booking-app button,
.chalet-booking-page .wc-appointments-appointment-form-wrap button,
.chalet-booking-page .wc-appointments-appointment-form-wrap .button,
.chalet-booking-page .single_add_to_cart_button {
  appearance:none;
  border:1px solid var(--chalet-button-border)!important;
  background:var(--chalet-button-bg)!important;
  color:var(--chalet-button-text)!important;
  border-radius:999px!important;
  padding:14px 22px!important;
  min-height:auto!important;
  font-weight:700;
  font-size:var(--chalet-button-size);
  letter-spacing:.02em;
  line-height:1.1;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:transform .18s ease, opacity .18s ease, background .18s ease, color .18s ease;
}
.chalet-button:hover,
.chalet-services-shell .button:hover,
.chalet-booking-app button:hover,
.chalet-booking-page .wc-appointments-appointment-form-wrap button:hover,
.chalet-booking-page .wc-appointments-appointment-form-wrap .button:hover,
.chalet-booking-page .single_add_to_cart_button:hover { transform:translateY(-1px); opacity:.96; }
.chalet-button--ghost {
  background:transparent!important;
  color:var(--chalet-text)!important;
  border-color:var(--chalet-line-strong)!important;
}
.chalet-services-head,
.chalet-booking-app__head { margin-bottom:22px; }
.chalet-services-head h2,
.chalet-booking-app__title { font-size:clamp(40px, 6vw, 82px); }
.chalet-services-head p,
.chalet-booking-app__text,
.chalet-booking-app__panel-head p,
.chalet-service-card__text,
.chalet-booking-hero__text { color:var(--chalet-muted); font-size:1rem; line-height:1.7; margin:0; }
.chalet-services-grid,
.chalet-staff-grid,
.chalet-shortcode-grid,
.chalet-dashboard-stats,
.chalet-design-preview-wrap .chalet-design-preview-shell {
  display:grid;
  gap:var(--chalet-gap);
}
.chalet-services-grid { grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); }
.chalet-service-card,
.chalet-staff-card,
.chalet-shortcode-card,
.chalet-dashboard-stat,
.chalet-booking-app__panel,
.chalet-admin-card,
.chalet-calendar-preview,
.chalet-design-preview {
  border:1px solid var(--chalet-line-soft);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border-radius:var(--chalet-radius);
  overflow:hidden;
}
.chalet-service-card {
  display:flex;
  flex-direction:column;
  min-height:100%;
  cursor:pointer;
}
.chalet-service-card__media {
  min-height:180px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.45)),
    var(--chalet-service-image, linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.02)));
  background-size:cover;
  background-position:center;
}
.chalet-service-card__body { padding:22px; display:flex; flex-direction:column; gap:14px; flex:1; }
.chalet-service-card__title { font-size:clamp(28px,4vw,48px); }
.chalet-service-card__badge,
.chalet-check-pill,
.chalet-service-card__staff-pill,
.chalet-booking-app__panel-meta span,
.chalet-flow-step {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--chalet-line-soft);
  background:rgba(255,255,255,.03);
  color:var(--chalet-text);
  font-size:.9rem;
}
.chalet-service-card__meta,
.chalet-service-card__staff,
.chalet-booking-app__panel-meta { display:flex; flex-wrap:wrap; gap:10px; }
.chalet-service-card__footer { margin-top:auto; }
.chalet-service-card.is-active,
.chalet-service-card:hover,
.chalet-option-card.is-selected,
.chalet-flow-step.is-active {
  border-color:var(--chalet-line-strong);
  box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;
}
.chalet-booking-flow { display:grid; grid-template-columns:minmax(260px, 400px) minmax(0, 1fr); gap:var(--chalet-gap); align-items:start; }
.chalet-booking-flow__steps { display:flex; flex-wrap:wrap; gap:10px; margin:0 0 18px; }
.chalet-booking-app__service-list,
.chalet-booking-flow__panels { display:grid; gap:var(--chalet-gap); }
.chalet-booking-app__panel { display:none; padding:24px; }
.chalet-booking-app__panel.is-active { display:block; }
.chalet-booking-app__panel-head { display:grid; gap:14px; margin-bottom:18px; }
.chalet-booking-app__panel-head h3 { font-size:clamp(36px, 5vw, 72px); }
.chalet-booking-step-title {
  margin:24px 0 14px;
  padding-top:10px;
  border-top:1px solid var(--chalet-line-soft);
  color:var(--chalet-heading);
  font-family:var(--chalet-heading-font);
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size:1.1rem;
}
.chalet-booking-options__groups,
.chalet-booking-options__items { display:grid; gap:14px; }
.chalet-option-card {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  border:1px solid var(--chalet-line-soft);
  border-radius:var(--chalet-radius-sm);
  background:rgba(255,255,255,.025);
  color:var(--chalet-text);
  cursor:pointer;
}
.chalet-option-card input { accent-color:var(--chalet-accent); }
.chalet-option-card__price { white-space:nowrap; color:var(--chalet-heading); font-weight:700; }
.chalet-booking-page .wc-appointments-appointment-form-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap {
  padding:0!important;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  color:var(--chalet-text)!important;
}
.chalet-booking-app form.cart,
.chalet-booking-page form.cart { display:grid; gap:16px; }
.chalet-booking-app table,
.chalet-booking-app .form-row,
.chalet-booking-page table,
.chalet-booking-page .form-row { color:var(--chalet-text)!important; }
.chalet-booking-app label,
.chalet-booking-page label,
.chalet-booking-app legend,
.chalet-booking-page legend,
.chalet-booking-app .wc-bookings-booking-cost,
.chalet-booking-page .wc-bookings-booking-cost,
.chalet-booking-app .price,
.chalet-booking-page .price { color:var(--chalet-text)!important; }
.chalet-booking-app input[type="text"],
.chalet-booking-app input[type="number"],
.chalet-booking-app input[type="email"],
.chalet-booking-app input[type="tel"],
.chalet-booking-app input[type="date"],
.chalet-booking-app select,
.chalet-booking-app textarea,
.chalet-booking-page input[type="text"],
.chalet-booking-page input[type="number"],
.chalet-booking-page input[type="email"],
.chalet-booking-page input[type="tel"],
.chalet-booking-page input[type="date"],
.chalet-booking-page select,
.chalet-booking-page textarea {
  width:100%;
  background:var(--chalet-panel-2)!important;
  border:1px solid var(--chalet-line-mid)!important;
  color:var(--chalet-text)!important;
  border-radius:14px!important;
  padding:14px 16px!important;
}
.chalet-booking-app ::placeholder,
.chalet-booking-page ::placeholder { color:var(--chalet-muted); }
.chalet-booking-app .ui-datepicker,
.chalet-booking-page .ui-datepicker,
.chalet-booking-app .picker,
.chalet-booking-page .picker,
.chalet-booking-app .wc-appointments-date-picker,
.chalet-booking-page .wc-appointments-date-picker,
.chalet-booking-app .wc-appointments-time-picker,
.chalet-booking-page .wc-appointments-time-picker {
  background:var(--chalet-calendar-bg)!important;
  color:var(--chalet-calendar-text)!important;
  border:1px solid var(--chalet-line-soft)!important;
  border-radius:18px!important;
}
.chalet-booking-app .wc-appointments-date-picker .ui-datepicker-header,
.chalet-booking-page .wc-appointments-date-picker .ui-datepicker-header,
.chalet-booking-app .ui-datepicker-header,
.chalet-booking-page .ui-datepicker-header {
  background:transparent!important;
  border:none!important;
  color:var(--chalet-calendar-text)!important;
}
.chalet-booking-app .ui-datepicker-calendar th,
.chalet-booking-app .ui-datepicker-calendar td,
.chalet-booking-app .ui-datepicker-calendar a,
.chalet-booking-app .ui-datepicker-calendar span,
.chalet-booking-page .ui-datepicker-calendar th,
.chalet-booking-page .ui-datepicker-calendar td,
.chalet-booking-page .ui-datepicker-calendar a,
.chalet-booking-page .ui-datepicker-calendar span,
.chalet-booking-app .wc-appointments-date-picker-date-field,
.chalet-booking-app .wc-appointments-date-picker-date-field *,
.chalet-booking-page .wc-appointments-date-picker-date-field,
.chalet-booking-page .wc-appointments-date-picker-date-field *,
.chalet-booking-app .wc-appointments-time-picker,
.chalet-booking-app .wc-appointments-time-picker *,
.chalet-booking-page .wc-appointments-time-picker,
.chalet-booking-page .wc-appointments-time-picker * {
  color:var(--chalet-calendar-text)!important;
}
.chalet-booking-app .ui-datepicker td a,
.chalet-booking-app .ui-datepicker td span,
.chalet-booking-page .ui-datepicker td a,
.chalet-booking-page .ui-datepicker td span {
  border-radius:12px!important;
  background:transparent!important;
  border:1px solid transparent!important;
}
.chalet-booking-app .ui-datepicker td a:hover,
.chalet-booking-page .ui-datepicker td a:hover,
.chalet-booking-app .wc-appointments-time-picker ul li a:hover,
.chalet-booking-page .wc-appointments-time-picker ul li a:hover {
  background:var(--chalet-calendar-available-bg)!important;
  color:var(--chalet-calendar-available-text)!important;
  border-color:var(--chalet-line-mid)!important;
}
.chalet-booking-app .ui-datepicker td.ui-datepicker-current-day a,
.chalet-booking-app .ui-datepicker td .ui-state-active,
.chalet-booking-page .ui-datepicker td.ui-datepicker-current-day a,
.chalet-booking-page .ui-datepicker td .ui-state-active,
.chalet-booking-app .wc-appointments-time-picker ul li.selected a,
.chalet-booking-page .wc-appointments-time-picker ul li.selected a,
.chalet-calendar-preview__grid .is-selected,
.chalet-calendar-preview__slots .is-selected {
  background:var(--chalet-calendar-selected-bg)!important;
  color:var(--chalet-calendar-selected-text)!important;
}
.chalet-booking-app .wc-appointments-time-picker ul,
.chalet-booking-page .wc-appointments-time-picker ul {
  list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:10px;
}
.chalet-booking-app .wc-appointments-time-picker ul li,
.chalet-booking-page .wc-appointments-time-picker ul li { margin:0!important; }
.chalet-booking-app .wc-appointments-time-picker ul li a,
.chalet-booking-page .wc-appointments-time-picker ul li a,
.chalet-calendar-preview__slots span,
.chalet-calendar-preview__grid span {
  display:flex; align-items:center; justify-content:center;
  min-height:44px; padding:10px 12px; border-radius:12px;
  background:var(--chalet-calendar-available-bg); color:var(--chalet-calendar-available-text)!important; border:1px solid var(--chalet-line-soft);
}
.chalet-booking-app .wc-appointments-time-picker ul li.slot-empty a,
.chalet-booking-page .wc-appointments-time-picker ul li.slot-empty a,
.chalet-booking-app .ui-datepicker .ui-state-disabled span,
.chalet-booking-page .ui-datepicker .ui-state-disabled span,
.chalet-calendar-preview__grid .is-muted,
.chalet-calendar-preview__slots .is-muted {
  opacity:.45; color:var(--chalet-calendar-muted)!important; background:rgba(255,255,255,.02)!important;
}
.chalet-calendar-preview { padding:20px; display:grid; gap:16px; }
.chalet-calendar-preview__head,
.chalet-calendar-preview__weekdays,
.chalet-calendar-preview__grid,
.chalet-calendar-preview__slots { display:grid; gap:10px; }
.chalet-calendar-preview__head { grid-template-columns:1fr auto; align-items:center; }
.chalet-calendar-preview__weekdays,
.chalet-calendar-preview__grid { grid-template-columns:repeat(7,1fr); }
.chalet-calendar-preview__slots { grid-template-columns:repeat(4,1fr); }
.chalet-staff-grid { grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }
.chalet-staff-card { padding:22px; display:grid; gap:12px; }
.chalet-staff-card__avatar { width:64px; height:64px; border-radius:50%; background:rgba(255,255,255,.06); }
.chalet-admin-card,
.chalet-shortcode-card,
.chalet-dashboard-stat { padding:22px; }
.chalet-layout--stacked .chalet-booking-flow,
.chalet-layout--editorial .chalet-booking-flow { grid-template-columns:1fr; }
.chalet-layout--editorial .chalet-booking-app__service-list { grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); display:grid; }


.chalet-booking-page .wc-appointments-appointment-form-wrap label,
.chalet-booking-page .wc-appointments-appointment-form-wrap legend,
.chalet-booking-page .wc-appointments-appointment-form-wrap .label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-price,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-price,
.chalet-booking-page .wc-appointments-appointment-form-wrap .amount,
.chalet-booking-page .wc-appointments-appointment-form-wrap .price,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals *,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-container,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-page .wc-appointments-appointment-form-wrap .form-row,
.chalet-booking-page .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-page .wc-appointments-appointment-form-wrap fieldset *,
.chalet-booking-app .wc-appointments-appointment-form-wrap label,
.chalet-booking-app .wc-appointments-appointment-form-wrap legend,
.chalet-booking-app .wc-appointments-appointment-form-wrap .label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-price,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-price,
.chalet-booking-app .wc-appointments-appointment-form-wrap .amount,
.chalet-booking-app .wc-appointments-appointment-form-wrap .price,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals *,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-container,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap .form-row,
.chalet-booking-app .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-app .wc-appointments-appointment-form-wrap fieldset * {
  color:var(--chalet-text)!important;
  font-size:inherit;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-page .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-page .wc-appointments-appointment-form-wrap .form-row,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-app .wc-appointments-appointment-form-wrap .form-row {
  background:transparent!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-page .wc-appointments-appointment-form-wrap legend,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-app .wc-appointments-appointment-form-wrap legend {
  color:var(--chalet-heading)!important;
  font-size:var(--chalet-label-size)!important;
  font-weight:700!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon small,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-choose-date,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost small,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals ul li,
.chalet-booking-app .wc-appointments-appointment-form-wrap .description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon small,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-choose-date,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost small,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals ul li {
  color:var(--chalet-muted)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap select,
.chalet-booking-page .wc-appointments-appointment-form-wrap textarea,
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="text"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="number"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="email"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="tel"],
.chalet-booking-page .wc-appointments-appointment-form-wrap option,
.chalet-booking-app .wc-appointments-appointment-form-wrap select,
.chalet-booking-app .wc-appointments-appointment-form-wrap textarea,
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="text"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="number"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="email"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="tel"],
.chalet-booking-app .wc-appointments-appointment-form-wrap option {
  background:var(--chalet-panel)!important;
  color:var(--chalet-text)!important;
  border:1px solid var(--chalet-line-soft)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap input::placeholder,
.chalet-booking-page .wc-appointments-appointment-form-wrap textarea::placeholder,
.chalet-booking-app .wc-appointments-appointment-form-wrap input::placeholder,
.chalet-booking-app .wc-appointments-appointment-form-wrap textarea::placeholder {
  color:var(--chalet-muted)!important;
}

@media (max-width: 1100px) {
  .chalet-booking-flow { grid-template-columns:1fr; }
}
@media (max-width: 782px) {
  .chalet-services-shell,
  .chalet-booking-app { padding:18px; border-radius:22px; }
  .chalet-booking-app__panel { padding:18px; }
  .chalet-booking-flow__steps { overflow:auto; white-space:nowrap; flex-wrap:nowrap; padding-bottom:4px; }
  .chalet-booking-app .wc-appointments-time-picker ul,
  .chalet-booking-page .wc-appointments-time-picker ul,
  .chalet-calendar-preview__slots { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 580px) {
  .chalet-services-head h2,
  .chalet-booking-app__title,
  .chalet-booking-app__panel-head h3,
  .chalet-service-card__title { word-break:break-word; }
  .chalet-service-card__body,
  .chalet-staff-card,
  .chalet-shortcode-card,
  .chalet-dashboard-stat { padding:16px; }
  .chalet-calendar-preview__weekdays,
  .chalet-calendar-preview__grid,
  .chalet-calendar-preview__slots { gap:6px; }
  .chalet-booking-app .wc-appointments-time-picker ul,
  .chalet-booking-page .wc-appointments-time-picker ul,
  .chalet-calendar-preview__slots { grid-template-columns:1fr 1fr; }
}


.chalet-booking-hero {
  position:relative;
  margin:0 0 24px;
  padding:clamp(18px,2.8vw,32px);
  border:1px solid var(--chalet-line-soft);
  border-radius:var(--chalet-radius);
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    var(--chalet-panel);
  background-size:100% 100%,56px 56px,56px 56px,100% 100%;
  color:var(--chalet-text)!important;
}
.chalet-booking-hero * { color:inherit; }
.chalet-booking-hero__grid {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:clamp(18px,2vw,28px);
  align-items:start;
}
.chalet-booking-hero__copy {
  display:grid;
  gap:18px;
  min-width:0;
}
.chalet-booking-hero__title {
  font-size:clamp(40px,7vw,var(--chalet-service-title-size))!important;
  line-height:.9!important;
  max-width:12ch;
  word-break:break-word;
}
.chalet-booking-hero__text {
  max-width:34rem;
}
.chalet-booking-hero__aside {
  display:flex;
  justify-content:flex-end;
}
.chalet-booking-hero__price {
  width:100%;
  min-height:100%;
  display:grid;
  align-content:start;
  gap:10px;
  padding:24px;
  border-radius:calc(var(--chalet-radius) - 4px);
  border:1px solid var(--chalet-line-soft);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.chalet-booking-hero__price,
.chalet-booking-hero__price *,
.chalet-booking-hero__price .price,
.chalet-booking-hero__price .woocommerce-Price-amount,
.chalet-booking-hero__price bdi,
.chalet-booking-hero__price .amount,
.chalet-booking-hero__price .duration {
  color:var(--chalet-heading)!important;
}
.chalet-booking-hero__price {
  font-family:var(--chalet-body-font);
  font-size:clamp(24px,4.2vw,var(--chalet-service-price-size));
  line-height:1.05;
}
.chalet-booking-hero__price .duration {
  display:inline-block;
  margin-left:8px;
  font-size:clamp(18px,2vw,24px);
  opacity:.92;
}

.chalet-booking-page .wc-appointments-appointment-form-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap {
  padding:24px!important;
  border:1px solid var(--chalet-line-soft)!important;
  border-radius:var(--chalet-radius)!important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.012)),
    var(--chalet-panel)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap,
.chalet-booking-page .wc-appointments-appointment-form-wrap p,
.chalet-booking-page .wc-appointments-appointment-form-wrap div,
.chalet-booking-page .wc-appointments-appointment-form-wrap small,
.chalet-booking-page .wc-appointments-appointment-form-wrap strong,
.chalet-booking-page .wc-appointments-appointment-form-wrap span,
.chalet-booking-page .wc-appointments-appointment-form-wrap li,
.chalet-booking-page .wc-appointments-appointment-form-wrap td,
.chalet-booking-page .wc-appointments-appointment-form-wrap th,
.chalet-booking-app .wc-appointments-appointment-form-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap p,
.chalet-booking-app .wc-appointments-appointment-form-wrap div,
.chalet-booking-app .wc-appointments-appointment-form-wrap small,
.chalet-booking-app .wc-appointments-appointment-form-wrap strong,
.chalet-booking-app .wc-appointments-appointment-form-wrap span,
.chalet-booking-app .wc-appointments-appointment-form-wrap li,
.chalet-booking-app .wc-appointments-appointment-form-wrap td,
.chalet-booking-app .wc-appointments-appointment-form-wrap th {
  color:var(--chalet-text)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .woocommerce-Price-currencySymbol,
.chalet-booking-app .wc-appointments-appointment-form-wrap .woocommerce-Price-currencySymbol {
  color:inherit!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-bookings-booking-cost,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-date-field,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-time-picker,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-bookings-booking-cost,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-date-field,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-time-picker {
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)), var(--chalet-panel-2)!important;
  color:var(--chalet-text)!important;
  border:1px solid var(--chalet-line-soft)!important;
  border-radius:16px!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon {
  padding:16px!important;
  margin:0 0 16px!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon .description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon small,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-choose-date,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost small,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals ul li,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon .description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon small,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-choose-date,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost small,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals ul li {
  color:var(--chalet-muted)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-name {
  color:var(--chalet-heading)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap select,
.chalet-booking-page .wc-appointments-appointment-form-wrap textarea,
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="text"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="number"],
.chalet-booking-app .wc-appointments-appointment-form-wrap select,
.chalet-booking-app .wc-appointments-appointment-form-wrap textarea,
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="text"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="number"] {
  background:var(--chalet-panel)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .quantity .qty,
.chalet-booking-app .wc-appointments-appointment-form-wrap .quantity .qty {
  min-height:48px;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .single_add_to_cart_button,
.chalet-booking-app .wc-appointments-appointment-form-wrap .single_add_to_cart_button {
  width:100%;
  justify-content:center;
}



.chalet-booking-page .wc-appointments-appointment-form-wrap label,
.chalet-booking-page .wc-appointments-appointment-form-wrap legend,
.chalet-booking-page .wc-appointments-appointment-form-wrap .label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-price,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-price,
.chalet-booking-page .wc-appointments-appointment-form-wrap .amount,
.chalet-booking-page .wc-appointments-appointment-form-wrap .price,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals *,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-container,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-page .wc-appointments-appointment-form-wrap .form-row,
.chalet-booking-page .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-page .wc-appointments-appointment-form-wrap fieldset *,
.chalet-booking-app .wc-appointments-appointment-form-wrap label,
.chalet-booking-app .wc-appointments-appointment-form-wrap legend,
.chalet-booking-app .wc-appointments-appointment-form-wrap .label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-price,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-price,
.chalet-booking-app .wc-appointments-appointment-form-wrap .amount,
.chalet-booking-app .wc-appointments-appointment-form-wrap .price,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals *,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-container,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap .form-row,
.chalet-booking-app .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-app .wc-appointments-appointment-form-wrap fieldset * {
  color:var(--chalet-text)!important;
  font-size:inherit;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-page .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-page .wc-appointments-appointment-form-wrap .form-row,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-field,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-wrap,
.chalet-booking-app .wc-appointments-appointment-form-wrap fieldset,
.chalet-booking-app .wc-appointments-appointment-form-wrap .form-row {
  background:transparent!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-page .wc-appointments-appointment-form-wrap legend,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-label,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-name,
.chalet-booking-app .wc-appointments-appointment-form-wrap legend {
  color:var(--chalet-heading)!important;
  font-size:var(--chalet-label-size)!important;
  font-weight:700!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap .description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon small,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-choose-date,
.chalet-booking-page .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost small,
.chalet-booking-page .wc-appointments-appointment-form-wrap .product-addon-totals ul li,
.chalet-booking-app .wc-appointments-appointment-form-wrap .description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-pao-addon-description,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon small,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-date-picker-choose-date,
.chalet-booking-app .wc-appointments-appointment-form-wrap .wc-appointments-appointment-cost small,
.chalet-booking-app .wc-appointments-appointment-form-wrap .product-addon-totals ul li {
  color:var(--chalet-muted)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap select,
.chalet-booking-page .wc-appointments-appointment-form-wrap textarea,
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="text"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="number"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="email"],
.chalet-booking-page .wc-appointments-appointment-form-wrap input[type="tel"],
.chalet-booking-page .wc-appointments-appointment-form-wrap option,
.chalet-booking-app .wc-appointments-appointment-form-wrap select,
.chalet-booking-app .wc-appointments-appointment-form-wrap textarea,
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="text"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="number"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="email"],
.chalet-booking-app .wc-appointments-appointment-form-wrap input[type="tel"],
.chalet-booking-app .wc-appointments-appointment-form-wrap option {
  background:var(--chalet-panel)!important;
  color:var(--chalet-text)!important;
  border:1px solid var(--chalet-line-soft)!important;
}
.chalet-booking-page .wc-appointments-appointment-form-wrap input::placeholder,
.chalet-booking-page .wc-appointments-appointment-form-wrap textarea::placeholder,
.chalet-booking-app .wc-appointments-appointment-form-wrap input::placeholder,
.chalet-booking-app .wc-appointments-appointment-form-wrap textarea::placeholder {
  color:var(--chalet-muted)!important;
}

@media (max-width: 1100px) {
  .chalet-booking-hero__grid { grid-template-columns:1fr; }
  .chalet-booking-hero__title { max-width:100%; }
  .chalet-booking-hero__aside { justify-content:flex-start; }
}
@media (max-width: 640px) {
  .chalet-booking-page .wc-appointments-appointment-form-wrap,
  .chalet-booking-app .wc-appointments-appointment-form-wrap,
  .chalet-booking-hero { padding:18px!important; }
  .chalet-booking-hero__price { padding:18px; }
}
