:root {
  --book-cream: #fafaf8;
  --book-soft: #f6f6f6;
  --book-hero-soft: rgba(227, 229, 229, 0.62);
  --book-gold: #ecc368;
  --book-gold-soft: #c9a961;
  --book-gold-dark: #c69a52;
  --book-gold-light: #f2ddb4;
  --book-purple-dark: #120719;
  --book-purple: #500082;
  --book-ink: #2a1a3f;
  --book-text: #1a1a1a;
  --book-muted: #6b6b6b;
  --book-line: #e8e8e8;
  --book-field: #272727;
}

* {
  box-sizing: border-box;
}

body.page-book-consultation {
  margin: 0;
  background: #ffffff;
  color: var(--book-text);
  font-family: Arial, Helvetica, sans-serif;
}

.page-book-consultation main {
  overflow: hidden;
}

.page-book-consultation img {
  display: block;
  max-width: 100%;
}

.page-book-consultation header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 28px 50px;
}

.book-eyebrow {
  margin: 0;
  color: var(--book-gold);
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.book-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background: currentColor;
  color: var(--book-gold);
}

.book-hero {
  display: grid;
  grid-template-columns: minmax(420px, 701fr) minmax(420px, 739fr);
  min-height: 780px;
  background: var(--book-hero-soft);
}

.book-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 780px;
  padding: 120px 68px 70px;
  background: var(--book-hero-soft);
}

.book-step__heading h2 {
  margin: 28px 0 0;
  background: linear-gradient(90deg, var(--book-purple-dark) 14%, var(--book-purple) 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.book-step__heading h2 span {
  font-style: italic;
}

.book-step__heading > p:not(.book-eyebrow) {
  max-width: 500px;
  margin: 26px 0 0;
  color: var(--book-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.book-hero__image {
  min-height: 780px;
}

.book-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.book-glance {
  background: var(--book-cream);
}

.book-glance__inner {
  width: min(1100px, calc(100% - 100px));
  min-height: 184px;
  margin: 0 auto;
  padding: 30px 0 34px;
}

.book-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.book-timeline li {
  position: relative;
  min-height: 118px;
  text-align: center;
}

.book-timeline li::before {
  position: absolute;
  top: 25px;
  left: calc(50% + 25px);
  width: calc(100% - 8px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--book-gold-soft), #d8d8d8);
}

.book-timeline li:last-child::before {
  display: none;
}

.book-timeline span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--book-gold-dark), var(--book-gold-light));
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.book-timeline li:nth-child(2) span {
  opacity: 0.72;
}

.book-timeline li:nth-child(3) span {
  opacity: 0.5;
}

.book-timeline li:nth-child(4) span {
  opacity: 0.3;
}

.book-timeline strong {
  display: block;
  margin-top: 8px;
  color: var(--book-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
}

.book-flow {
  padding-top: 250px;
  background: #ffffff;
}

.book-form {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
}

.merciproject-choice-panel {
  padding: 72px max(64px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.merciproject-choice-panel--format {
  background: var(--book-soft);
}

.merciproject-choice-panel__inner {
  width: 100%;
  margin: 0 auto;
}

.merciproject-choice-heading {
  margin-bottom: 38px;
}

.merciproject-choice-heading__eyebrow {
  margin: 0;
  color: var(--book-gold);
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.merciproject-choice-heading__rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background: currentColor;
  color: var(--book-gold);
}

.merciproject-choice-heading h2 {
  max-width: 560px;
  margin: 28px 0 0;
  padding: 0.04em 0 0.08em;
  background: linear-gradient(90deg, var(--book-purple-dark) 14%, var(--book-purple) 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.merciproject-field-legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.merciproject-service-field,
.merciproject-format-field {
  width: 100%;
  min-width: 0;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.merciproject-service-field__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.merciproject-service-option,
.merciproject-format-option {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--book-line);
  background: #ffffff;
  cursor: pointer;
}

.merciproject-service-option {
  min-height: 200px;
  padding: 32px 30px 24px;
}

.merciproject-service-option input,
.merciproject-format-option input {
  position: absolute;
  width: 1px;
  min-height: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.merciproject-service-option__category {
  display: block;
  color: var(--book-gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.merciproject-service-option strong,
.merciproject-format-option strong {
  display: block;
  color: var(--book-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
}

.merciproject-service-option strong {
  margin-top: 12px;
  font-size: 28px;
}

.merciproject-service-option em {
  display: block;
  max-width: 520px;
  margin-top: 18px;
  color: var(--book-text);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.merciproject-service-option small {
  display: block;
  margin-top: 22px;
  color: var(--book-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.merciproject-service-option.is-selected,
.merciproject-service-option:has(input:checked) {
  border-color: var(--book-gold-soft);
  background: linear-gradient(90deg, var(--book-purple-dark), var(--book-purple));
}

.merciproject-service-option.is-selected::after,
.merciproject-service-option:has(input:checked)::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--book-gold-dark), var(--book-gold-light));
  color: #ffffff;
  content: "\2713";
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.merciproject-service-option.is-selected .merciproject-service-option__category,
.merciproject-service-option.is-selected strong,
.merciproject-service-option.is-selected em,
.merciproject-service-option.is-selected small,
.merciproject-service-option:has(input:checked) .merciproject-service-option__category,
.merciproject-service-option:has(input:checked) strong,
.merciproject-service-option:has(input:checked) em,
.merciproject-service-option:has(input:checked) small {
  color: #ffffff;
}

.merciproject-format-field__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.merciproject-format-option {
  min-height: 140px;
  padding: 52px 24px 26px;
}

.merciproject-format-option strong {
  font-size: 24px;
}

.merciproject-format-option span {
  display: block;
  margin-top: 14px;
  color: var(--book-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.book-form .merciproject-format-option > span {
  margin: 14px 0 0;
  color: var(--book-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.merciproject-format-option.is-selected,
.merciproject-format-option:has(input:checked) {
  border-color: var(--book-purple);
  box-shadow: inset 0 0 0 1px var(--book-purple);
}

.book-step {
  padding: 72px max(64px, calc((100% - 1200px) / 2));
  background: #ffffff;
}

.book-step + .book-step {
  padding-top: 72px;
}

.book-step:nth-child(even) {
  background: var(--book-soft);
}

.book-step__heading {
  margin-bottom: 30px;
}

.book-step__heading h2 {
  max-width: 520px;
  font-size: 68px;
  padding: 0.04em 0 0.08em;
  line-height: 1.04;
}

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

.book-service-card,
.book-format-card {
  position: relative;
  display: block;
  min-width: 0;
  border: 1px solid var(--book-line);
  background: #ffffff;
  cursor: pointer;
}

.book-service-card {
  min-height: 170px;
  padding: 28px 28px 24px;
}

.book-service-card input,
.book-format-card input,
.book-choice input,
.book-times input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.book-service-card span,
.book-summary__appointment span,
.book-summary__total p,
.book-upload-block__heading span,
.book-form label > span,
.book-choice-field legend,
.book-form__full > span,
.book-times__heading p,
.book-times__heading span {
  display: block;
  color: var(--book-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.book-service-card strong {
  display: block;
  margin-top: 12px;
  color: var(--book-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.book-service-card em {
  display: block;
  max-width: 500px;
  margin-top: 11px;
  color: var(--book-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.55;
}

.book-service-card small {
  display: block;
  margin-top: 18px;
  color: var(--book-gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.book-service-card.is-selected,
.book-service-card:has(input:checked) {
  border-color: transparent;
  background: linear-gradient(90deg, var(--book-purple-dark), var(--book-purple));
}

.book-service-card.is-selected::after,
.book-service-card:has(input:checked)::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--book-gold-dark), var(--book-gold-light));
  color: #ffffff;
  content: "\2713";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.book-service-card.is-selected span,
.book-service-card.is-selected strong,
.book-service-card.is-selected em,
.book-service-card:has(input:checked) span,
.book-service-card:has(input:checked) strong,
.book-service-card:has(input:checked) em {
  color: #ffffff;
}

.book-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.book-format-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
  padding: 24px 20px;
}

.book-format-card strong {
  display: block;
  color: var(--book-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.book-form .book-format-card span {
  display: block;
  margin-top: 15px;
  color: var(--book-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.book-format-card.is-selected,
.book-format-card:has(input:checked) {
  border-color: var(--book-purple);
  box-shadow: inset 0 0 0 1px var(--book-purple);
}

.book-step--date {
  display: block;
}

.book-scheduler {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(280px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.book-calendar,
.book-times {
  background: #ffffff;
  border: 1px solid var(--book-line);
}

.book-calendar__header {
  display: grid;
  grid-template-columns: 58px 1fr 58px;
  align-items: center;
  min-height: 56px;
  background: linear-gradient(90deg, var(--book-purple-dark), var(--book-purple));
  color: #ffffff;
}

.book-calendar__header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-height: 34px;
  height: 34px;
  margin: 0 auto;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--book-gold-dark), var(--book-gold-light));
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
}

.book-calendar__header strong {
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.book-calendar__weekdays,
.book-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.book-calendar__weekdays {
  gap: 6px;
  padding: 16px 20px 6px;
}

.book-calendar__weekdays span {
  color: var(--book-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.book-calendar__days {
  gap: 6px;
  padding: 0 20px 20px;
}

.book-calendar__days button,
.book-calendar__days > span,
.book-times__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid var(--book-line);
  background: #ffffff;
  color: var(--book-ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.book-calendar__days button {
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.book-calendar__days button span {
  color: inherit;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.book-calendar__days button small {
  color: var(--book-gold-soft);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.book-calendar__days button.is-muted {
  color: #8e8e8e;
}

.book-calendar__days button.is-unavailable {
  color: #b7b7b7;
  cursor: not-allowed;
  opacity: 0.48;
}

.book-calendar__days button.is-full,
.book-calendar__days button.is-selected {
  border-color: transparent;
  background: var(--book-purple);
  color: #ffffff;
}

.book-calendar__days button.is-full small,
.book-calendar__days button.is-selected small {
  color: rgba(255, 255, 255, 0.85);
}

.book-times {
  width: 100%;
  min-width: 0;
  padding: 0;
  background: #ffffff;
  color: var(--book-ink);
}

.book-times__heading {
  display: block;
  min-height: 56px;
  padding: 15px 24px 14px;
  background: linear-gradient(90deg, var(--book-purple-dark), var(--book-purple));
}

.book-times__heading p,
.book-times__heading span {
  color: #ffffff;
}

.book-times__heading p {
  margin-top: 7px;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.book-times__heading span {
  color: var(--book-gold);
  font-size: 9px;
  opacity: 1;
}

.book-times__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  padding: 20px 24px 14px;
}

.book-times label {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-width: 0;
  cursor: pointer;
}

.book-times__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--book-line);
  background: #ffffff;
  color: var(--book-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.book-form .book-times__grid label > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  color: var(--book-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.book-times label.is-selected span,
.book-times label:has(input:checked) span {
  border-color: transparent;
  background: var(--book-purple);
  color: #ffffff;
}

.book-times__timezone,
.book-times__note {
  margin: 0;
  padding: 8px 24px 0;
  color: var(--book-muted);
  font-size: 12px;
  line-height: 1.5;
}

.book-times__note {
  padding-top: 20px;
  padding-bottom: 22px;
}

.book-times__note a {
  color: var(--book-ink);
  font-weight: 700;
  text-decoration: none;
}

.book-step--details {
  padding-bottom: 70px;
}

.book-form__section {
  padding-bottom: 46px;
}

.book-form__section + .book-form__section {
  padding-top: 10px;
}

.book-form__section-title {
  display: block;
  margin: 0 0 28px;
  padding-top: 20px;
  border-top: 1px solid var(--book-line);
  color: var(--book-gold-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.book-form-grid {
  display: grid;
  gap: 26px 18px;
}

.book-form-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.book-form label,
.book-choice-field {
  min-width: 0;
}

.book-form label > span,
.book-choice-field legend,
.book-form__full > span {
  margin-bottom: 11px;
}

.book-form input,
.book-form select,
.book-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--book-field);
  border-radius: 0;
  background: #ffffff;
  color: var(--book-ink);
  font: 14px "Google Sans Flex", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.book-form input,
.book-form select {
  padding: 0 16px;
}

.book-form textarea {
  min-height: 180px;
  padding: 16px;
  resize: vertical;
  line-height: 1.7;
}

.book-form ::placeholder {
  color: #a7a7a7;
  opacity: 0.75;
}

.book-service-card input,
.book-format-card input,
.book-times input {
  width: 1px;
  min-height: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.book-choice-field {
  margin: 0 0 34px;
  padding: 0;
  border: 0;
}

.book-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.book-choice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--book-field);
  background: #ffffff;
  color: var(--book-ink);
  cursor: pointer;
}

.book-choice input {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  pointer-events: auto;
}

.book-choice input:checked::after {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.book-choice span {
  margin: 0;
  color: currentColor;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}

.book-form .book-choice > span {
  display: flex;
  align-items: center;
  min-height: 16px;
  margin: 0;
  color: currentColor;
  line-height: 1.2;
}

.book-form .book-choice input[type="radio"] {
  align-self: center;
  margin: 0;
}

.book-choice.is-selected,
.book-choice:has(input:checked) {
  border-color: transparent;
  background: linear-gradient(90deg, var(--book-purple-dark), var(--book-purple));
  color: #ffffff;
}

.book-form .book-choice.is-selected > span,
.book-form .book-choice:has(input:checked) > span {
  color: #ffffff;
}

.book-form .book-choice.is-selected input,
.book-form .book-choice:has(input:checked) input {
  border-color: #ffffff;
  color: #ffffff;
}

.book-form .book-choice.is-selected input:checked::after,
.book-form .book-choice:has(input:checked) input:checked::after {
  background: #ffffff;
}

.book-form__full {
  display: block;
  margin-top: 28px;
}

/* Without this, display:block above would override the native [hidden]
   attribute, so JS toggling `hidden` on the "Please specify" field would
   have no visual effect. */
.book-form__full[hidden] {
  display: none;
}

.book-form__full small {
  display: block;
  margin-top: -28px;
  padding-right: 15px;
  color: var(--book-muted);
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
}

.book-upload-block {
  margin-top: 0;
}

.book-upload-block__heading {
  margin-bottom: 16px;
}

.book-upload-block__heading p {
  margin: 8px 0 0;
  color: var(--book-muted);
  font-size: 12px;
  line-height: 1.5;
}

.book-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid var(--book-gold-soft);
  background: rgba(91, 61, 122, 0.04);
  text-align: center;
}

.book-upload .upload-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 170px;
  padding: 24px 18px;
  cursor: pointer;
}

.book-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.book-upload .upload-dropzone > strong {
  color: var(--book-gold-soft);
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.book-upload span {
  margin-top: 16px;
  color: var(--book-ink);
  font-size: 14px;
  font-weight: 700;
}

.book-upload small {
  margin-top: 10px;
  color: var(--book-muted);
  font-size: 11px;
}

.book-upload .upload-supporting {
  margin-top: 20px;
}

.book-upload .upload-limits {
  margin-top: 8px;
}

.book-upload .upload-limits strong {
  color: inherit;
  font: inherit;
  font-weight: 700;
}

.book-upload .upload-total {
  margin-top: 10px;
  color: var(--book-ink);
  font-weight: 700;
}

.book-upload.is-dragging,
.book-upload.has-files {
  border-color: var(--book-gold-dark);
  background: rgba(91, 61, 122, 0.08);
}

.book-upload.has-files {
  margin-bottom: 0;
}

.book-upload.has-files .upload-dropzone {
  min-height: 140px;
  padding-bottom: 16px;
}

.upload-file-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  padding: 0 18px 18px;
}

.upload-file-list:empty {
  display: none;
}

.upload-file-status {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--book-muted);
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.upload-file-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--book-line);
  background: #ffffff;
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-align: left;
}

.upload-file-item > div {
  min-width: 0;
}

.upload-file-item strong {
  display: block;
  overflow: hidden;
  color: var(--book-ink);
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-file-item span {
  display: block;
  margin-top: 4px;
  color: var(--book-muted);
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.upload-file-item.is-processing {
  border-color: rgba(201, 169, 97, 0.7);
}

.upload-file-spinner {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid rgba(42, 26, 63, 0.16);
  border-top-color: var(--book-gold-dark);
  border-radius: 50%;
  animation: uploadSpin 0.8s linear infinite;
}

.upload-file-remove {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--book-gold-soft);
  background: transparent;
  color: var(--book-ink);
  cursor: pointer;
  font-family: "Google Sans Flex", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.upload-file-remove:hover,
.upload-file-remove:focus-visible {
  background: var(--book-ink);
  color: #ffffff;
  outline: none;
}

@keyframes uploadSpin {
  to {
    transform: rotate(360deg);
  }
}

.book-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 26px 0 18px;
}

.book-checkbox input {
  width: 20px;
  min-height: 20px;
  height: 20px;
  padding: 0;
  border-color: #c8c8c8;
}

.book-checkbox span {
  margin: 0;
  color: var(--book-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.book-form__privacy {
  margin: 0;
  color: var(--book-muted);
  font-size: 12px;
  line-height: 1.6;
}

.book-form__privacy a {
  color: var(--book-ink);
  font-weight: 700;
  text-decoration: none;
}

.book-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 24px;
  align-items: stretch;
  padding: 72px max(64px, calc((100% - 1200px) / 2)) 104px;
  background: var(--book-soft);
}

.book-summary__card,
.book-summary__total {
  background: #ffffff;
  border: 1px solid var(--book-line);
}

.book-summary__card {
  padding: 26px 28px;
}

.book-summary__appointment {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.book-summary__appointment strong {
  display: block;
  margin-top: 8px;
  color: var(--book-ink);
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.book-summary__card a {
  display: inline-flex;
  margin-top: 28px;
  color: var(--book-ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.book-summary__total {
  padding: 26px 28px;
  background: linear-gradient(90deg, var(--book-purple-dark), var(--book-purple));
  color: #ffffff;
}

.book-summary__total p {
  color: var(--book-gold);
}

.book-summary__total strong {
  display: block;
  margin-top: 24px;
  color: #ffffff;
  font-family: "Canela Deck", "Lora", Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.book-summary__total span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
}

.book-confirm {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 280px;
  min-height: 50px;
  border: 0;
  background: linear-gradient(90deg, var(--book-gold-dark), var(--book-gold-light));
  color: #ffffff;
  cursor: pointer;
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-book-consultation [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  will-change: opacity, transform;
}

.page-book-consultation [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .page-book-consultation header {
    padding: 25px 32px;
  }

  .book-hero {
    grid-template-columns: 1fr 1fr;
    min-height: 700px;
  }

  .book-hero__copy {
    min-height: 700px;
    padding: 120px 32px 64px;
  }

  .book-hero h1 {
    font-size: 70px;
  }

  .book-form {
    width: 100%;
  }

  .book-timeline {
    gap: 24px;
  }

  .book-scheduler {
    grid-template-columns: 1fr;
  }

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

  .merciproject-format-field__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .book-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-book-consultation header {
    padding: 18px 15px;
  }

  .book-hero {
    position: relative;
    display: block;
    min-height: 640px;
    background: var(--book-purple-dark);
  }

  .book-hero__image {
    position: absolute;
    inset: 38px 0 0;
    min-height: 602px;
  }

  .book-hero__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.34);
  }

  .book-hero__copy {
    position: relative;
    z-index: 3;
    display: block;
    min-height: 640px;
    padding: 238px 15px 0;
    background: transparent;
    color: #ffffff;
  }

  .book-hero .book-eyebrow,
  .book-hero .book-rule {
    display: none;
  }

  .book-hero h1 {
    margin: 0;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: #ffffff;
    font-size: 51px;
    line-height: 0.92;
  }

  .book-hero__copy > p:not(.book-eyebrow) {
    max-width: 330px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35;
  }

  .book-form {
    width: 100%;
  }

  .book-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .book-timeline li {
    min-height: 92px;
    text-align: left;
  }

  .book-timeline li::before {
    display: none;
  }

  .book-timeline strong {
    font-size: 17px;
  }

  .book-form {
    padding: 0;
  }

  .merciproject-choice-panel {
    padding: 58px 30px 58px 15px;
  }

  .merciproject-choice-panel__inner,
  .merciproject-service-field,
  .merciproject-format-field,
  .merciproject-service-field__grid,
  .merciproject-format-field__grid,
  .merciproject-service-option,
  .merciproject-format-option {
    inline-size: calc(100% - 15px) !important;
    max-inline-size: calc(100% - 15px) !important;
  }

  .merciproject-choice-heading {
    margin-bottom: 30px;
  }

  .merciproject-choice-heading h2 {
    font-size: 52px;
  }

  .merciproject-service-field__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .merciproject-service-option {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 28px 24px 24px;
  }

  .merciproject-service-option em,
  .merciproject-format-option span {
    overflow-wrap: anywhere;
  }

  .merciproject-format-field__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .merciproject-format-option {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 30px 24px 26px;
  }

  .book-step {
    padding: 58px 15px;
  }

  .book-step__heading h2 {
    font-size: 52px;
  }

  .book-service-grid,
  .book-format-grid,
  .book-form-grid--two,
  .book-summary,
  .book-summary__appointment {
    grid-template-columns: 1fr;
  }

  .book-service-card,
  .book-format-card {
    min-height: auto;
  }

  .book-scheduler {
    gap: 14px;
  }

  .book-calendar__weekdays,
  .book-calendar__days {
    gap: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .book-calendar__days button,
  .book-calendar__days > span {
    min-height: 48px;
    font-size: 10px;
  }

  .book-times {
    padding: 0;
  }

  .book-form-grid {
    gap: 20px 10px;
  }

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

  .book-upload {
    padding: 18px;
  }

  .book-upload .upload-dropzone {
    min-height: 145px;
    padding: 0;
  }

  .book-upload.has-files .upload-dropzone {
    min-height: 125px;
  }

  .book-upload span,
  .book-upload small {
    max-width: 300px;
  }

  .book-summary__card,
  .book-summary__total {
    padding: 24px 20px;
  }

  .book-summary {
    padding: 58px 15px 86px;
  }

  .book-confirm {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .book-hero h1 {
    font-size: 45px;
  }

  .merciproject-choice-heading h2,
  .book-step__heading h2 {
    font-size: 42px;
  }

  .book-choice-grid,
  .book-times__grid {
    grid-template-columns: 1fr;
  }

  .book-calendar__weekdays span {
    font-size: 8px;
  }

  .book-calendar__days button,
  .book-calendar__days > span {
    min-height: 44px;
  }
}

@media (max-width: 486px) {
  .merciproject-choice-panel {
    padding-right: 15px;
  }

  .merciproject-choice-panel__inner,
  .merciproject-service-field,
  .merciproject-format-field,
  .merciproject-service-field__grid,
  .merciproject-format-field__grid,
  .merciproject-service-option,
  .merciproject-format-option {
    width: 100% !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
  }

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

/* iPad Air & Mini and smaller tablets — drop the uploaded-file cards to two per row */
@media (min-width: 487px) and (max-width: 833px) {
  .upload-file-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Closing image break */
.work-image-break {
  height: 560px;
  overflow: hidden;
  background: #120719;
}

.work-image-break img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .work-image-break {
    height: 360px;
  }
}

@media (max-width: 486px) {
  .work-image-break {
    height: 300px;
  }
}
