@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500;6..96,600&family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --ink: #17120f;
  --wine: #17120f;
  --plum: #6f3327;
  --rose: #b8693f;
  --coral: #b8693f;
  --gold: #d9bf8f;
  --pearl: #f8f3eb;
  --blush: #fffaf3;
  --almond: #e8dfd2;
  --muted: #786b64;
  --white: #ffffff;
  --error: #a13b3b;
  --success: #3c7256;
  --shadow: 0 24px 80px rgba(43, 23, 23, 0.12);
  --soft-shadow: 0 12px 32px rgba(43, 23, 23, 0.08);
  --body-font: "Manrope", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --display-font: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  color-scheme: light;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pearl);
  color: var(--ink);
  min-width: 320px;
  overflow-x: clip;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(225, 136, 112, 0.72);
  outline-offset: 3px;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--wine);
  color: white;
  left: 18px;
  padding: 12px 16px;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.booking-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(251, 249, 247, 0.92);
  border-bottom: 1px solid rgba(43, 23, 23, 0.1);
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  padding: 10px clamp(20px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 40;
}

.booking-brand {
  align-items: center;
  display: inline-flex;
  gap: 13px;
  text-decoration: none;
}

.booking-brand img {
  height: 62px;
  object-fit: contain;
  width: 60px;
}

.booking-brand span {
  font-family: var(--display-font);
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: -0.03em;
}

.booking-brand strong {
  color: var(--plum);
  font-weight: 600;
}

.header-actions {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 26px;
}

.header-actions a {
  text-decoration: none;
}

.header-call {
  background: var(--wine);
  color: white;
  padding: 12px 18px;
}

.booking-hero {
  background: var(--wine);
  color: white;
  display: grid;
  font-family: "DM Sans", var(--body-font);
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  min-height: 450px;
  overflow: hidden;
  padding-top: 130px;
}

.hero-copy {
  align-self: center;
  padding: clamp(54px, 8vw, 105px) clamp(28px, 8vw, 120px);
  position: relative;
  z-index: 2;
}

.hero-copy::after {
  border: 1px solid rgba(202, 166, 107, 0.34);
  border-radius: 50%;
  content: "";
  height: 280px;
  left: -150px;
  position: absolute;
  top: 5%;
  width: 280px;
  z-index: -1;
}

.eyebrow,
.step-label {
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-family: "Bodoni Moda", var(--display-font);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 820px;
}

.hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
  margin: 25px 0 0;
  max-width: 650px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 34px;
}

.trust-row span {
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
}

.trust-row span::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.hero-portrait {
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

.hero-portrait::after {
  background: linear-gradient(90deg, var(--wine) 0%, rgba(43, 23, 23, 0.3) 24%, transparent 62%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-portrait picture,
.hero-portrait img {
  height: 100%;
  width: 100%;
}

.hero-portrait img {
  object-fit: cover;
  object-position: 50% 19%;
}

.hero-seal {
  align-items: center;
  background: rgba(251, 249, 247, 0.93);
  border-radius: 50%;
  bottom: 34px;
  color: var(--wine);
  display: flex;
  flex-direction: column;
  height: 116px;
  justify-content: center;
  position: absolute;
  right: 34px;
  width: 116px;
  z-index: 2;
}

.hero-seal::before {
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
  inset: 8px;
  position: absolute;
}

.hero-seal span {
  font-family: var(--display-font);
  font-size: 25px;
  line-height: 1;
}

.hero-seal small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 7px;
}

.booking-section {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 clamp(18px, 4vw, 60px) clamp(70px, 8vw, 120px);
}

.booking-progress {
  background: white;
  box-shadow: var(--soft-shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -34px auto 34px;
  max-width: 1080px;
  min-height: 100px;
  position: relative;
  z-index: 3;
}

.progress-step {
  align-items: center;
  background: white;
  border: 0;
  border-right: 1px solid var(--almond);
  cursor: pointer;
  display: grid;
  gap: 2px 13px;
  grid-template-columns: 38px 1fr;
  padding: 20px 25px;
  position: relative;
  text-align: left;
}

.progress-step:last-child {
  border-right: 0;
}

.progress-step:disabled {
  color: #a69c98;
  cursor: default;
}

.progress-step > span {
  align-items: center;
  background: var(--blush);
  border-radius: 50%;
  display: inline-flex;
  font-family: var(--display-font);
  font-size: 19px;
  grid-row: 1 / 3;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.progress-step strong {
  font-size: 14px;
}

.progress-step small {
  color: var(--muted);
  font-size: 11px;
}

.progress-step.is-active::after,
.progress-step.is-complete::after {
  background: var(--coral);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.progress-step.is-active > span,
.progress-step.is-complete > span {
  background: var(--wine);
  color: white;
}

.booking-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.booking-card {
  background: white;
  box-shadow: var(--shadow);
  min-width: 0;
  min-height: 730px;
  padding: clamp(28px, 4vw, 54px);
}

.booking-panel {
  min-width: 0;
}

.booking-panel[hidden],
.confirmation-panel[hidden] {
  display: none;
}

.panel-heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.panel-heading h2,
.confirmation-panel h2 {
  font-family: var(--display-font);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
}

.panel-heading > div > p:last-child,
.confirmation-panel > p {
  color: var(--muted);
  line-height: 1.55;
  margin: 10px 0 0;
}

.service-search {
  min-width: min(100%, 285px);
  position: relative;
}

.service-search::before {
  color: var(--plum);
  content: "⌕";
  font-size: 22px;
  left: 15px;
  position: absolute;
  top: 11px;
}

.service-search input,
.staff-select select,
.booking-form input,
.booking-form textarea {
  background: var(--pearl);
  border: 1px solid var(--almond);
  border-radius: 0;
  color: var(--ink);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.service-search input {
  padding-left: 43px;
}

.service-search input:focus,
.staff-select select:focus,
.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(169, 99, 111, 0.09);
  outline: 0;
}

.category-ribbon {
  display: flex;
  gap: 9px;
  margin: 0 0 30px;
  overflow-x: auto;
  padding: 3px 1px 10px;
  scrollbar-width: thin;
}

.category-button {
  background: transparent;
  border: 1px solid var(--almond);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.category-button:hover,
.category-button.is-active {
  background: var(--wine);
  border-color: var(--wine);
  color: white;
}

.service-groups {
  display: grid;
  gap: 38px;
}

.service-group {
  scroll-margin-top: 132px;
}

.service-group-head {
  align-items: end;
  border-bottom: 1px solid var(--almond);
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 11px;
}

.service-group-head h3 {
  font-family: var(--display-font);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
}

.service-group-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-option {
  align-items: center;
  background: var(--pearl);
  border: 1px solid transparent;
  cursor: pointer;
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 30px minmax(0, 1fr);
  min-height: 86px;
  padding: 16px 17px;
  position: relative;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.service-option:hover {
  border-color: var(--rose);
  transform: translateY(-1px);
}

.service-option.is-selected {
  background: #fff6f2;
  border-color: var(--coral);
}

.service-number {
  align-items: center;
  align-self: center;
  background: rgba(184, 105, 63, 0.11);
  border: 1px solid rgba(184, 105, 63, 0.24);
  border-radius: 50%;
  color: var(--wine);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

.service-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.service-option strong {
  font-size: 14px;
  line-height: 1.35;
}

.service-option small {
  color: var(--muted);
  font-size: 11px;
}

.service-option .service-check {
  align-items: center;
  background: white;
  border: 1px solid var(--almond);
  border-radius: 50%;
  display: flex;
  height: 21px;
  justify-content: center;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -7px;
  transform: scale(0.7);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 21px;
}

.service-option.is-selected .service-check {
  background: var(--wine);
  border-color: var(--wine);
  color: white;
  opacity: 1;
  transform: scale(1);
}

.empty-services {
  background: var(--blush);
  color: var(--muted);
  margin: 30px 0;
  padding: 24px;
  text-align: center;
}

.panel-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

.panel-actions.end {
  justify-content: flex-end;
}

.panel-actions.split {
  justify-content: space-between;
}

.action-button {
  align-items: center;
  border: 1px solid var(--wine);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.action-button.primary {
  background: var(--wine);
  color: white;
}

.action-button.primary:hover:not(:disabled) {
  background: var(--plum);
  border-color: var(--plum);
  transform: translateY(-1px);
}

.action-button.quiet {
  background: transparent;
  border-color: transparent;
  color: var(--plum);
}

.action-button.quiet:hover {
  background: var(--blush);
}

.action-button:disabled {
  background: #cfc6c2;
  border-color: #cfc6c2;
  color: white;
  cursor: not-allowed;
}

.appointment-ribbon {
  background: var(--wine);
  box-shadow: var(--soft-shadow);
  color: white;
  min-height: 610px;
  min-width: 0;
  overflow: hidden;
  padding: 30px 28px;
  position: sticky;
  top: 112px;
}

.appointment-ribbon::before {
  border: 1px solid rgba(202, 166, 107, 0.22);
  border-radius: 50%;
  content: "";
  height: 270px;
  position: absolute;
  right: -160px;
  top: -110px;
  width: 270px;
}

.ribbon-head {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
}

.ribbon-head p,
.ribbon-head span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
}

.ribbon-head span {
  color: var(--gold);
  letter-spacing: 0.05em;
}

.appointment-ribbon h2 {
  font-family: var(--display-font);
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 25px 0;
}

.summary-empty {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  gap: 13px;
  padding: 17px;
}

.summary-empty span {
  color: var(--gold);
}

.summary-empty p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.summary-services {
  display: grid;
  gap: 12px;
  max-height: 235px;
  overflow: auto;
}

.summary-service {
  align-items: start;
  display: grid;
  gap: 5px 8px;
  grid-template-columns: 1fr auto;
  padding-left: 17px;
  position: relative;
}

.summary-service::before {
  background: var(--gold);
  content: "";
  height: calc(100% + 12px);
  left: 2px;
  position: absolute;
  top: 3px;
  width: 1px;
}

.summary-service:last-child::before {
  height: 10px;
}

.summary-service strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.summary-service small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.summary-service button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  font-size: 17px;
  grid-column: 2;
  grid-row: 1 / 3;
  line-height: 1;
  padding: 0;
}

.summary-meta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 11px;
  margin: 26px 0 20px;
  padding: 20px 0;
}

.summary-meta div,
.summary-total div {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.summary-meta dt,
.summary-total span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.summary-meta dd {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  max-width: 62%;
  text-align: right;
}

.summary-total {
  display: grid;
  gap: 9px;
}

.summary-total strong {
  color: var(--gold);
  font-family: var(--display-font);
  font-size: 21px;
  font-weight: 500;
}

.summary-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.55;
  margin: 18px 0;
}

.summary-help {
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.schedule-heading {
  align-items: end;
}

.staff-select {
  color: var(--muted);
  display: grid;
  font-size: 11px;
  font-weight: 600;
  gap: 7px;
  min-width: 230px;
}

.schedule-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(310px, 1.1fr);
}

.calendar-card,
.time-card {
  background: var(--pearl);
  border: 1px solid var(--almond);
  padding: 24px;
}

.calendar-toolbar,
.time-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.calendar-toolbar h3,
.time-heading h3 {
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
}

.calendar-toolbar button {
  align-items: center;
  background: white;
  border: 1px solid var(--almond);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.calendar-toolbar button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.weekday-row,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.weekday-row {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  margin: 24px 0 8px;
  text-align: center;
  text-transform: uppercase;
}

.calendar-day {
  align-items: center;
  aspect-ratio: 1;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin: 2px;
  position: relative;
}

.calendar-day:hover:not(:disabled) {
  background: var(--blush);
}

.calendar-day.is-selected {
  background: var(--wine);
  color: white;
}

.calendar-day.is-today::after {
  background: var(--coral);
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 3px;
  position: absolute;
  width: 3px;
}

.calendar-day.is-outside {
  color: #bbb1ad;
}

.calendar-day:disabled {
  color: #cdc5c2;
  cursor: not-allowed;
  text-decoration: line-through;
}

.time-heading .step-label {
  margin-bottom: 6px;
}

.duration-pill {
  background: var(--blush);
  color: var(--plum);
  font-size: 10px;
  font-weight: 700;
  padding: 7px 9px;
}

.availability-message {
  color: var(--muted);
  font-size: 12px;
  margin: 22px 0 14px;
  min-height: 18px;
}

.availability-message.is-error {
  color: var(--error);
}

.time-groups {
  display: grid;
  gap: 20px;
  max-height: 390px;
  overflow: auto;
  padding-right: 4px;
}

.time-group h4 {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.time-options {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}

.time-option {
  background: white;
  border: 1px solid var(--almond);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  min-height: 40px;
  padding: 8px 5px;
}

.time-option:hover:not(:disabled),
.time-option.is-selected {
  background: var(--wine);
  border-color: var(--wine);
  color: white;
}

.time-option:disabled {
  background: #f2efed;
  color: #c1b8b4;
  cursor: not-allowed;
  text-decoration: line-through;
}

.booking-form {
  margin-top: 10px;
}

.form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-form label:not(.consent-row):not(.honeypot) {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
}

.booking-form label b {
  color: var(--coral);
}

.booking-form .full-field {
  grid-column: 1 / -1;
}

.booking-form textarea {
  min-height: 112px;
  resize: vertical;
}

.booking-form [aria-invalid="true"] {
  border-color: var(--error);
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.consent-row {
  align-items: flex-start;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  gap: 10px;
  line-height: 1.5;
  margin-top: 24px;
}

.consent-row input {
  accent-color: var(--wine);
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  min-height: auto;
  width: 18px;
}

.form-status {
  color: var(--error);
  font-size: 12px;
  margin-top: 18px;
  min-height: 18px;
}

.form-status.is-success {
  color: var(--success);
}

.submit-button.is-loading {
  cursor: progress;
  opacity: 0.75;
}

.confirmation-panel {
  margin: 20px auto;
  max-width: 660px;
  padding: 55px 20px;
  text-align: center;
}

.confirmation-mark {
  align-items: center;
  background: var(--wine);
  border: 8px solid var(--blush);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 28px;
  height: 84px;
  justify-content: center;
  margin: 0 auto 26px;
  width: 84px;
}

.confirmation-ticket {
  background: var(--blush);
  border-left: 3px solid var(--coral);
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 22px;
  text-align: left;
}

.confirmation-ticket div {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.confirmation-ticket span {
  color: var(--muted);
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.booking-footer {
  align-items: center;
  background: #1e1212;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 34px clamp(20px, 5vw, 72px);
}

.booking-footer div {
  display: flex;
  gap: 13px 24px;
}

.booking-footer span,
.booking-footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .booking-hero {
    grid-template-columns: minmax(0, 1fr) 38%;
  }

  .booking-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .time-options {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 860px) {
  .booking-hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 65px;
  }

  .hero-portrait {
    display: none;
  }

  .booking-progress {
    margin-top: -24px;
    min-height: 82px;
  }

  .progress-step {
    display: flex;
    justify-content: center;
    padding: 16px 10px;
  }

  .progress-step strong,
  .progress-step small {
    display: none;
  }

  .booking-layout {
    grid-template-columns: 1fr;
  }

  .appointment-ribbon {
    min-height: auto;
    position: static;
  }

  .summary-meta {
    grid-template-columns: repeat(3, 1fr);
  }

  .summary-meta div {
    display: grid;
    gap: 4px;
  }

  .summary-meta dd {
    max-width: none;
    text-align: left;
  }

  .summary-services {
    max-height: 145px;
  }
}

@media (max-width: 680px) {
  .booking-header {
    min-height: 70px;
    padding: 8px 16px;
  }

  .booking-brand img {
    height: 48px;
    width: 47px;
  }

  .booking-brand span,
  .header-actions > a:first-child {
    display: none;
  }

  .header-call {
    font-size: 11px;
    padding: 10px 12px;
  }

  .booking-hero {
    min-height: 390px;
  }

  .hero-copy {
    padding: 60px 22px 78px;
  }

  .hero-copy h1 {
    font-size: clamp(41px, 13vw, 59px);
  }

  .trust-row {
    display: grid;
  }

  .booking-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .booking-progress {
    margin-bottom: 14px;
  }

  .booking-card {
    min-height: 0;
    padding: 26px 18px;
  }

  .panel-heading,
  .schedule-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .service-search,
  .staff-select {
    min-width: 0;
    width: 100%;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-option {
    min-height: 78px;
  }

  .panel-actions.split {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .panel-actions .action-button {
    width: 100%;
  }

  .appointment-ribbon {
    padding: 25px 21px;
  }

  .summary-meta {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .calendar-card,
  .time-card {
    padding: 18px 14px;
  }

  .schedule-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .time-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .booking-form .full-field {
    grid-column: auto;
  }

  .booking-footer,
  .booking-footer div {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .booking-panel.is-active,
  .confirmation-panel:not([hidden]) {
    animation: panel-in 280ms ease both;
  }

  @keyframes panel-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.mobile-booking-tabs,
.mobile-staff-panel,
.mobile-sheet-close,
.mobile-sheet-backdrop,
.mobile-booking-dock {
  display: none;
}

/* Mobile booking: a focused, single-column flow inspired by familiar salon booking apps. */
@media (max-width: 680px) {
  body.booking1-page {
    background: #ffffff;
  }

  .booking1-page main {
    background: #ffffff;
    overflow: clip;
  }

  .booking-hero {
    background: #ffffff;
    border-bottom: 1px solid #e8e0d7;
    color: var(--ink);
    min-height: 0;
    padding-top: 0;
  }

  .hero-copy {
    padding: 28px 22px 30px;
    text-align: center;
  }

  .hero-copy::before {
    background: url("/assets/tyra-logo-192.webp") center / contain no-repeat;
    content: "";
    display: block;
    height: 76px;
    margin: 0 auto 12px;
    width: 74px;
  }

  .hero-copy::after {
    display: none;
  }

  .hero-copy .eyebrow {
    color: var(--rose);
    font-size: 10px;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
  }

  .hero-copy h1 {
    color: var(--ink);
    font-size: clamp(32px, 9.5vw, 40px);
    letter-spacing: -0.045em;
    line-height: 1.04;
    margin-inline: auto;
    max-width: 11ch;
  }

  .hero-copy > p:not(.eyebrow) {
    color: #706762;
    font-size: 14px;
    line-height: 1.55;
    margin: 15px auto 0;
    max-width: 34ch;
  }

  .trust-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
  }

  .trust-row span {
    background: #f7f3ee;
    border-radius: 999px;
    color: #635a55;
    font-size: 9px;
    gap: 5px;
    padding: 7px 9px;
  }

  .trust-row span::before {
    background: var(--rose);
    height: 4px;
    width: 4px;
  }

  .booking-section {
    background: #ffffff;
    max-width: 540px;
    padding: 0 16px 64px;
  }

  .booking-progress {
    border: 1px solid #e8e0d7;
    border-radius: 14px;
    box-shadow: none;
    margin: 18px 0 14px;
    min-height: 64px;
    overflow: hidden;
  }

  .progress-step {
    background: #ffffff;
    min-width: 0;
    padding: 12px 6px;
  }

  .progress-step > span {
    background: #f7f3ee;
    font-family: "DM Sans", var(--body-font);
    font-size: 12px;
    height: 34px;
    width: 34px;
  }

  .progress-step.is-active::after,
  .progress-step.is-complete::after {
    height: 2px;
  }

  .booking-layout {
    display: block;
  }

  .booking-card {
    box-shadow: none;
    min-height: 0;
    padding: 24px 0 8px;
  }

  .panel-heading {
    gap: 16px;
    margin-bottom: 18px;
  }

  .panel-heading h2,
  .confirmation-panel h2 {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.06;
  }

  .panel-heading > div > p:last-child,
  .confirmation-panel > p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .step-label {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .mobile-booking-tabs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 16px;
  }

  .mobile-booking-tabs button {
    background: #ffffff;
    border: 1px solid var(--ink);
    border-radius: 999px;
    color: var(--ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 46px;
  }

  .mobile-booking-tabs button.is-active {
    background: var(--ink);
    color: #ffffff;
  }

  .service-search {
    display: block;
    margin: 0 0 16px;
    width: 100%;
  }

  .service-search::before {
    border: 2px solid var(--ink);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 18px;
    top: 17px;
    width: 10px;
  }

  .service-search input {
    background: #f7f5f2;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    min-height: 48px;
    padding-left: 44px;
  }

  .category-ribbon {
    display: none !important;
  }

  .service-groups {
    display: grid;
    gap: 10px;
  }

  .mobile-service-category {
    border: 1px solid #dfd8d1;
    border-radius: 12px;
    overflow: hidden;
  }

  .mobile-category-toggle {
    align-items: center;
    background: #ffffff;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 62px;
    padding: 11px 15px;
    text-align: left;
    width: 100%;
  }

  .mobile-category-toggle > span {
    display: grid;
    gap: 3px;
  }

  .mobile-category-toggle strong {
    font-size: 15px;
  }

  .mobile-category-toggle small {
    color: #81766f;
    font-size: 10px;
  }

  .mobile-category-toggle i {
    border-bottom: 2px solid var(--rose);
    border-right: 2px solid var(--rose);
    height: 9px;
    margin-right: 3px;
    transform: rotate(45deg);
    transition: transform 160ms ease;
    width: 9px;
  }

  .mobile-service-category.is-expanded .mobile-category-toggle i {
    transform: rotate(225deg);
  }

  .mobile-category-services {
    background: #faf8f5;
    border-top: 1px solid #e6ded6;
    display: grid;
    gap: 8px;
    padding: 10px;
  }

  .mobile-category-services[hidden] {
    display: none;
  }

  .service-group-head {
    display: none;
  }

  .service-option {
    background: #ffffff;
    border: 1px solid #e7e0d9;
    border-radius: 10px;
    box-shadow: none;
    min-height: 70px;
    padding: 13px 46px 13px 12px;
  }

  .service-number {
    background: #f7eee8;
    border-color: #ead5c8;
  }

  .service-option strong {
    font-size: 13px;
  }

  .service-option small {
    color: #7d736d;
    font-size: 10px;
    margin-top: 5px;
  }

  .service-copy small {
    margin-top: 0;
  }

  .service-option .service-check {
    background: #ffffff;
    border: 1px solid #d9d0c8;
    color: transparent;
    height: 24px;
    left: auto;
    opacity: 1;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }

  .service-option.is-selected {
    background: #fff8f3;
    border-color: var(--rose);
  }

  .service-option.is-selected .service-check {
    background: var(--rose);
    border-color: var(--rose);
    color: #ffffff;
    transform: translateY(-50%);
  }

  .mobile-staff-panel {
    display: block;
  }

  .mobile-staff-panel[hidden] {
    display: none;
  }

  .mobile-staff-heading {
    margin: 6px 2px 16px;
  }

  .mobile-staff-heading h3 {
    font-family: var(--display-font);
    font-size: 27px;
    font-weight: 500;
    margin: 0;
  }

  .mobile-staff-heading p {
    color: #766c66;
    font-size: 12px;
    line-height: 1.5;
    margin: 6px 0 0;
  }

  .mobile-staff-options {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-staff-options button {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfd8d1;
    border-radius: 12px;
    cursor: pointer;
    display: grid;
    min-height: 126px;
    padding: 14px 8px;
    text-align: center;
  }

  .mobile-staff-options button > span {
    align-items: center;
    background: #f2ece6;
    border-radius: 50%;
    display: flex;
    font-family: var(--display-font);
    font-size: 22px;
    height: 44px;
    justify-content: center;
    margin: 0 auto 8px;
    width: 44px;
  }

  .mobile-staff-options strong {
    font-size: 12px;
  }

  .mobile-staff-options small {
    color: #81766f;
    font-size: 9px;
    margin-top: 3px;
  }

  .mobile-staff-options button.is-selected {
    background: #fff8f3;
    border-color: var(--rose);
    box-shadow: inset 0 0 0 1px var(--rose);
  }

  .mobile-staff-options button.is-selected > span {
    background: var(--rose);
    color: #ffffff;
  }

  .panel-actions {
    margin-top: 20px;
  }

  .action-button {
    border-radius: 999px;
    justify-content: center;
    min-height: 50px;
  }

  .panel-actions.end .action-button,
  .panel-actions .action-button {
    width: 100%;
  }

  .schedule-grid {
    gap: 12px;
  }

  .calendar-card,
  .time-card {
    border: 1px solid #e1dad3;
    border-radius: 12px;
    box-shadow: none;
    padding: 16px 12px;
  }

  .calendar-toolbar button,
  .calendar-day,
  .time-option {
    border-radius: 8px;
  }

  .time-option {
    min-height: 42px;
  }

  .staff-select select,
  .booking-form input,
  .booking-form textarea {
    border-radius: 10px;
  }

  .consent-row {
    align-items: flex-start;
  }

  .appointment-ribbon {
    border-radius: 14px;
    box-shadow: none;
    margin-top: 16px;
    padding: 24px 20px;
  }

  .appointment-ribbon h2 {
    font-size: 30px;
  }

  .summary-services {
    max-height: none;
  }

  .confirmation-panel {
    padding: 14px 0 24px;
    text-align: center;
  }

  body.booking1-page {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  body.booking-sheet-open {
    overflow: hidden;
  }

  .hero-copy {
    padding: 12px 18px 16px;
  }

  .hero-copy::before {
    height: 46px;
    margin-bottom: 4px;
    width: 45px;
  }

  .hero-copy .eyebrow {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.02;
    max-width: 14ch;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 7px;
    max-width: 42ch;
  }

  .trust-row {
    display: none;
  }

  .booking-progress {
    border-radius: 12px;
    margin: 8px 0;
    min-height: 48px;
  }

  .progress-step {
    padding: 7px 4px;
  }

  .progress-step > span {
    font-size: 11px;
    height: 28px;
    width: 28px;
  }

  .booking-card {
    padding-top: 12px;
  }

  .panel-heading {
    margin-bottom: 12px;
  }

  .panel-heading h2,
  .confirmation-panel h2 {
    font-size: clamp(24px, 6.8vw, 30px);
  }

  .panel-heading > div > p:last-child,
  .confirmation-panel > p {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 4px;
  }

  .step-label {
    display: none;
  }

  .booking-panel[data-panel="1"]:not([hidden]) {
    display: flex;
    flex-direction: column;
  }

  .booking-panel[data-panel="1"] > .panel-heading {
    display: contents;
  }

  .booking-panel[data-panel="1"] > .panel-heading > div {
    margin-bottom: 10px;
    order: 1;
  }

  .booking-panel[data-panel="1"] > .mobile-booking-tabs {
    margin-bottom: 10px;
    order: 2;
  }

  .booking-panel[data-panel="1"] > .panel-heading > .service-search {
    margin-bottom: 10px;
    order: 3;
  }

  .booking-panel[data-panel="1"] > [data-mobile-service-panel],
  .booking-panel[data-panel="1"] > .mobile-staff-panel {
    order: 4;
  }

  .booking-panel[data-panel="1"] > .panel-actions {
    display: none;
  }

  .mobile-booking-tabs button {
    min-height: 42px;
  }

  .service-search input {
    min-height: 44px;
  }

  .service-search::before {
    top: 15px;
  }

  .service-groups {
    gap: 8px;
  }

  .mobile-category-toggle {
    min-height: 56px;
    padding-block: 9px;
  }

  .mobile-staff-options {
    max-height: min(43dvh, 370px);
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 1px;
  }

  .panel-actions .action-button.primary {
    display: none;
  }

  .panel-actions.split {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 12px;
  }

  .panel-actions .action-button.quiet {
    align-self: flex-start;
    min-height: 40px;
    padding-inline: 4px;
    width: auto;
  }

  .time-groups {
    max-height: min(38dvh, 330px);
    overscroll-behavior: contain;
    overflow-y: auto;
    padding-right: 2px;
  }

  .mobile-booking-dock {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid #ded6ce;
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(23, 18, 15, 0.12);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 0.9fr) minmax(150px, 1.1fr);
    left: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transition: transform 180ms ease;
    z-index: 80;
  }

  body.booking-sheet-open .mobile-booking-dock {
    pointer-events: none;
    transform: translateY(110%);
  }

  .mobile-booking-dock[hidden] {
    display: none !important;
  }

  .mobile-dock-summary {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    min-width: 0;
    padding: 3px 2px;
    text-align: left;
  }

  .mobile-dock-summary small {
    color: #7c716a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-dock-summary strong {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-dock-primary {
    background: var(--ink);
    border: 1px solid var(--ink);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    min-height: 50px;
    padding: 10px 16px;
  }

  .mobile-dock-primary:disabled {
    background: #d5cec8;
    border-color: #d5cec8;
    color: #ffffff;
    cursor: not-allowed;
  }

  .mobile-sheet-backdrop {
    background: rgba(23, 18, 15, 0.48);
    border: 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 90;
  }

  .mobile-sheet-backdrop[hidden] {
    display: none;
  }

  .appointment-ribbon {
    border-radius: 24px 24px 0 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-height: min(82dvh, 720px);
    max-width: 540px;
    overflow-y: auto;
    padding: 34px 20px calc(28px + env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed !important;
    right: 0;
    top: auto;
    transform: translateY(105%);
    transition: transform 220ms ease, visibility 220ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 92;
  }

  .appointment-ribbon::before {
    background: rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
    width: 44px;
  }

  .appointment-ribbon.is-open {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .mobile-sheet-close {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 23px;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 22px;
    width: 38px;
    z-index: 2;
  }

  .appointment-ribbon .ribbon-head {
    padding-right: 48px;
  }
}

/* Readability pass: slightly larger booking UI for a wider age range. */
.booking1-page .progress-step strong {
  font-size: 15px;
}

.booking1-page .progress-step small,
.booking1-page .service-option small,
.booking1-page .summary-service small {
  font-size: 12px;
}

.booking1-page .service-option strong {
  font-size: 15px;
}

.booking1-page .action-button {
  font-size: 14px;
}

.booking1-page .ribbon-head p,
.booking1-page .ribbon-head span {
  font-size: 11px;
}

.booking1-page .summary-empty p,
.booking1-page .summary-service strong,
.booking1-page .summary-meta dd,
.booking1-page .summary-meta dt,
.booking1-page .summary-total span,
.booking1-page .summary-note,
.booking1-page .summary-help {
  font-size: 12px;
}

.booking1-page .staff-select,
.booking1-page .weekday-row,
.booking1-page .time-group h4 {
  font-size: 11px;
}

.booking1-page .calendar-day,
.booking1-page .time-option,
.booking1-page .availability-message,
.booking1-page .booking-form label:not(.consent-row):not(.honeypot),
.booking1-page .form-status,
.booking1-page .confirmation-ticket div {
  font-size: 13px;
}

.booking1-page .consent-row {
  font-size: 12px;
}

@media (max-width: 680px) {
  .booking1-page .hero-copy h1 {
    font-size: clamp(28px, 7.8vw, 32px);
  }

  .booking1-page .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.45;
    max-width: 38ch;
  }

  .booking1-page .progress-step > span {
    font-size: 13px;
  }

  .booking1-page .panel-heading h2,
  .booking1-page .confirmation-panel h2 {
    font-size: clamp(27px, 7.4vw, 32px);
  }

  .booking1-page .panel-heading > div > p:last-child,
  .booking1-page .confirmation-panel > p {
    font-size: 13px;
    line-height: 1.45;
  }

  .booking1-page .mobile-booking-tabs button {
    font-size: 15px;
  }

  .booking1-page .service-search input,
  .booking1-page .staff-select select,
  .booking1-page .booking-form input,
  .booking1-page .booking-form textarea {
    font-size: 16px;
  }

  .booking1-page .mobile-category-toggle strong {
    font-size: 16px;
  }

  .booking1-page .mobile-category-toggle small,
  .booking1-page .service-option small {
    font-size: 12px;
  }

  .booking1-page .service-option strong {
    font-size: 15px;
  }

  .booking1-page .mobile-staff-heading p {
    font-size: 13px;
  }

  .booking1-page .mobile-staff-options strong {
    font-size: 14px;
  }

  .booking1-page .mobile-staff-options small {
    font-size: 11px;
  }

  .booking1-page .calendar-toolbar h3,
  .booking1-page .time-heading h3 {
    font-size: 26px;
  }

  .booking1-page .weekday-row,
  .booking1-page .time-group h4 {
    font-size: 11px;
  }

  .booking1-page .calendar-day,
  .booking1-page .time-option {
    font-size: 14px;
  }

  .booking1-page .duration-pill,
  .booking1-page .availability-message {
    font-size: 13px;
  }

  .booking1-page .booking-form label:not(.consent-row):not(.honeypot) {
    font-size: 14px;
  }

  .booking1-page .consent-row,
  .booking1-page .form-status {
    font-size: 13px;
  }

  .booking1-page .mobile-dock-summary small {
    font-size: 11px;
  }

  .booking1-page .mobile-dock-summary strong {
    font-size: 14px;
  }

  .booking1-page .mobile-dock-primary {
    font-size: 15px;
  }

  .booking1-page .appointment-ribbon h2 {
    font-size: 32px;
  }

  .booking1-page .summary-service strong,
  .booking1-page .summary-meta dd,
  .booking1-page .summary-help {
    font-size: 14px;
  }

  .booking1-page .summary-service small,
  .booking1-page .summary-meta dt,
  .booking1-page .summary-total span,
  .booking1-page .summary-note {
    font-size: 12px;
  }
}

/* Mobile task focus and spacious, reference-style service choices. */
@media (max-width: 680px) {
  .booking1-page[data-booking-step="2"] .booking-hero,
  .booking1-page[data-booking-step="3"] .booking-hero,
  .booking1-page[data-booking-step="complete"] .booking-hero {
    display: none;
  }

  .booking1-page[data-booking-step="2"] .booking-progress,
  .booking1-page[data-booking-step="3"] .booking-progress,
  .booking1-page[data-booking-step="complete"] .booking-progress {
    margin-top: 12px;
  }

  .booking1-page .mobile-category-services {
    gap: 10px;
    padding: 11px;
  }

  .booking1-page .service-option {
    border-color: #ddd8d3;
    border-radius: 12px;
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 84px;
    padding: 15px 52px 15px 13px;
  }

  .booking1-page .service-number {
    font-size: 13px;
    height: 32px;
    width: 32px;
  }

  .booking1-page .service-option strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }

  .booking1-page .service-option small {
    line-height: 1.35;
  }

  .booking1-page .service-option .service-check {
    border-color: #d4cec8;
    border-width: 1.5px;
    height: 30px;
    right: 14px;
    width: 30px;
  }
}
