/**
 * MOVA — clients area dashboard (home + bookings).
 * Loaded via app_customers_head so it applies regardless of theme head edits.
 */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400&display=swap");

/* ----- Home hero (aligned with https://movaadventures.onhercules.app/) ----- */
body.customers #wrapper .section-client-dashboard {
  overflow-x: clip;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero.hero {
  --mova-hero-accent: #9d521a;
  --mova-hero-ink: #fafaf9;
  --mova-hero-muted: rgb(250 250 249 / 0.72);
  --mova-hero-lead: rgb(250 250 249 / 0.88);
  position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 88vh;
  min-height: min(36rem, 92vh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--mova-hero-ink);
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-media {
  position: absolute;
  inset: 0;
  background-color: #1a1510;
  background-image: var(--mova-bookings-client-dashboard-hero, none);
  background-size: cover;
  background-position: center 35%;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(12 10 8 / 0%) 0%, rgb(12 10 8 / 42%) 42%, rgb(12 10 8 / 68%) 100%);
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem 5.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-content {
    padding: 0 2.5rem 6.5rem;
  }
}

@media (min-width: 1024px) {
  body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .eyebrow {
  margin: 0 0 1rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--mova-hero-muted);
}

body.customers #wrapper .section-client-dashboard .mova-client-hero h1 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
  font-size: clamp(2.75rem, 8vw, 4.75rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--mova-hero-ink);
  text-wrap: balance;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero h1 em {
  font-style: italic;
  font-weight: 300;
  color: rgb(255 255 255 / 0.98);
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .lead {
  margin: 0 0 2rem;
  max-width: 34rem;
  font-size: clamp(0.9375rem, 2.2vw, 1.125rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--mova-hero-lead);
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .mova-client-hero__btn-primary.btn-primary {
  border-radius: 0;
  padding: 0.85rem 1.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid var(--mova-hero-accent);
  background: var(--mova-hero-accent);
  color: #fff;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .mova-client-hero__btn-primary.btn-primary:hover,
body.customers #wrapper .section-client-dashboard .mova-client-hero .mova-client-hero__btn-primary.btn-primary:focus {
  background: #7a3f15;
  border-color: #7a3f15;
  color: #fff;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0.85rem 1.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid rgb(255 255 255 / 0.45);
  background: transparent;
  color: rgb(255 255 255 / 0.92);
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .btn-hero-outline:hover,
body.customers #wrapper .section-client-dashboard .mova-client-hero .btn-hero-outline:focus {
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.75);
  color: #fff;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.45);
  pointer-events: none;
}

body.customers #wrapper .section-client-dashboard .mova-client-hero .hero-scroll-line {
  width: 1px;
  height: 2.5rem;
  background: linear-gradient(to bottom, transparent, rgb(255 255 255 / 0.35));
}

/* ----- Booking cards (plain CSS; no Tailwind build required) ----- */
.mova-client-bookings {
  margin-bottom: 2rem;
}

.mova-client-bookings__title {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
  font-size: clamp(2.75rem, 8vw, 2.75rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--mova-hero-ink);
  text-wrap: balance;
  text-align: center;
}

.mova-client-bookings__title .fa-regular {
  color: #737373;
}

.mova-client-bookings__list > article + article {
  margin-top: 1.5rem;
}

.mova-client-bookings article.mova-booking-card {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(229, 229, 229, 0.95);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.06),
    0 0 0 1px rgb(0 0 0 / 0.02);
}

.mova-booking-card__row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .mova-booking-card__row {
    flex-direction: row;
  }
}

.mova-booking-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  min-width: 6.5rem;
  padding: 1rem;
  color: #fff;
  text-align: center;
}

.mova-booking-card__date--upcoming {
  background: linear-gradient(to bottom, #9d521a, #6b3410);
}

@media (min-width: 992px) {
  .mova-booking-card__date--upcoming {
    border-radius: 1rem 0 0 1rem;
  }
}

.mova-booking-card__date--past {
  background: linear-gradient(to bottom, #737373, #525252);
}

@media (min-width: 992px) {
  .mova-booking-card__date--past {
    border-radius: 1rem 0 0 1rem;
  }
}

.mova-booking-card__date-kicker {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.9;
}

.mova-booking-card__date-num {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mova-booking-card__date-sub {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.95;
}

.mova-booking-card__date-dow {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.85;
}

.mova-booking-card__past-badge {
  margin-top: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: rgb(0 0 0 / 0.2);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mova-booking-card__body {
  flex: 1;
  min-width: 0;
  border-top: 1px solid #f5f5f5;
}

@media (min-width: 992px) {
  .mova-booking-card__body {
    border-top: none;
    border-left: 1px solid #f5f5f5;
  }
}

.mova-booking-card__head {
  border-bottom: 1px solid #f5f5f5;
  background: rgb(250 250 250 / 0.85);
  padding: 0.75rem 1rem 0.75rem;
}

@media (min-width: 576px) {
  .mova-booking-card__head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mova-booking-card__id {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #262626;
}

.mova-booking-card__contact {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #525252;
}

.mova-booking-card__contact-label {
  color: #a3a3a3;
}

.mova-booking-card__sections {
  padding: 1rem 1rem 1.25rem;
}

@media (min-width: 576px) {
  .mova-booking-card__sections {
    padding: 1.25rem 1.25rem 1.5rem;
  }
}

.mova-booking-card__sections > div + div {
  margin-top: 1.25rem;
}

.mova-booking-card__section-title {
  margin: 0 0 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #737373;
}

.mova-booking-card__section-title--main {
  color: #9d521a;
}

.mova-booking-card__section-title .fa-solid,
.mova-booking-card__section-title .fa-regular {
  font-size: 10px;
  opacity: 0.9;
}

.mova-booking-card__lines > div + div {
  margin-top: 0.75rem;
}

.mova-booking-line {
    border-radius: 0.5rem;
    border: 1px solid rgb(139 72 23 / 16%);
    background: linear-gradient(to bottom right, rgb(144 74 23 / 9%), #fff);
    padding: 1rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

.mova-booking-line__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.mova-booking-line__title {
  font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
  font-size: clamp(1.75rem, 8vw, 1.75rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--mova-hero-ink);
  text-wrap: balance;
  text-align: center;
}

.mova-booking-line__price {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.65rem;
  border-radius: 9999px;
  background: #9d521a;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.mova-booking-line__content {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(120 53 15 / 0.12);
  font-size: 0.875rem;
  line-height: 1.65;
  color: #525252;
}

.mova-booking-line__content p {
  margin: 0 0 0.5rem;
}

.mova-booking-line__content p:last-child {
  margin-bottom: 0;
}

.mova-booking-line__content ul,
.mova-booking-line__content ol {
  margin: 0 0 0.5rem;
  padding-left: 1.25rem;
}

.mova-booking-card__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px dashed #e5e5e5;
  background: #fafafa;
}

.mova-booking-card__total-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #404040;
}

.mova-booking-card__total-value {
  font-size: 1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #9d521a;
}

.mova-booking-card__actions {
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid #f5f5f5;
  background: rgb(255 255 255 / 0.96);
}

@media (min-width: 576px) {
  .mova-booking-card__actions {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mova-booking-card__waiver-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9d521a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.mova-booking-card__waiver-link:hover,
.mova-booking-card__waiver-link:focus {
  color: #6b3410;
  border-bottom-color: currentColor;
}

.mova-booking-card__waiver-link .fa-regular {
  font-size: 1rem;
  opacity: 0.9;
}

/* Client home — new booking CTA */
.customers .mova-client-new-booking-btn {
  border-radius: 0.5rem;
}
.customers .booking-btn {
    text-align: right;
    margin-top: 3%;
}

/* Rebook wizard — two-step indicator */
.booking-main--client-rebook .booking-steps--two {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.booking-main--client-rebook .booking-steps--two .booking-step-unit {
  flex: 1;
}

.booking-main--client-rebook .mova-client-book-visit-profile-hid {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.booking-main--client-rebook .mova-client-rebook-total {
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #9d521a;
}
.booking-guest {
    margin-bottom: 5%;
}
.booking-main--client-rebook .mova-client-rebook-submit-wrap {
  justify-content: center;
  margin-top: 1rem;
}

.booking-main--client-rebook .mova-client-rebook-submit {
  min-width: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* ----- Booking calendar + day detail modal (clients) ----- */
body.customers .mova-booking-calendar-page {
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

body.customers .mova-booking-calendar-page__title {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 400;
  color: #201914;
}

body.customers .mova-booking-calendar-page__intro {
  margin: 0 0 1.75rem;
  color: #6f6258;
  font-size: 1rem;
  line-height: 1.6;
}

body.customers .mova-cal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

body.customers .mova-cal-toolbar__month {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #201914;
  flex: 1;
  text-align: center;
}

body.customers .mova-cal-grid {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

body.customers .mova-cal-grid__th {
  padding: 0.5rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6f6258;
  border-bottom: 1px solid rgb(32 25 20 / 0.12);
}

body.customers .mova-cal-grid__td {
  vertical-align: top;
  height: 3.25rem;
  border: 1px solid rgb(32 25 20 / 0.08);
  padding: 0.35rem;
  position: relative;
}

body.customers .mova-cal-grid__td--empty {
  background: #fafafa;
}

body.customers .mova-cal-grid__td--today .mova-cal-grid__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  min-height: 1.75rem;
  border-radius: 999px;
  background: rgb(157 82 26 / 0.15);
  color: #9d521a;
  font-weight: 700;
}

body.customers .mova-cal-grid__td--has-booking {
  background: rgb(157 82 26 / 0.06);
  padding: 0;
}

body.customers .mova-cal-grid__day-link {
  display: block;
  position: relative;
  min-height: 3.25rem;
  padding: 0.35rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

body.customers .mova-cal-grid__day-link:hover,
body.customers .mova-cal-grid__day-link:focus-visible {
  outline: 2px solid rgb(157 82 26 / 0.45);
  outline-offset: 1px;
}

body.customers .mova-cal-grid__td--selected {
  box-shadow: inset 0 0 0 2px #9d521a;
  background: rgb(157 82 26 / 0.12) !important;
}

body.customers .mova-cal-details-panel {
  margin-top: 1.5rem;
}

body.customers .mova-cal-details-panel .mova-cal-details-panel__heading {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #201914;
}

body.customers .mova-cal-details-panel .mova-cal-details-panel__toolbar {
  margin: -0.35rem 0 1rem;
  font-size: 0.875rem;
}

body.customers .mova-cal-details-panel .mova-cal-details-panel__toolbar a {
  text-decoration: underline;
}

body.customers .mova-cal-details-panel .mova-cal-details-panel__hint {
  margin: 0;
  font-size: 0.9375rem;
}

body.customers .mova-cal-details-panel .mova-cal-details-panel__empty {
  margin: 0;
  font-size: 0.9375rem;
}

body.customers .mova-cal-details-panel article.mova-booking-card.mova-cal-booking-card {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(229, 229, 229, 0.95);
  background: #fff;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.06),
    0 0 0 1px rgb(0 0 0 / 0.02);
}

body.customers .mova-cal-details-panel .mova-cal-booking-card {
  margin-bottom: 1.25rem;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card:last-child {
  margin-bottom: 0;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card .mova-booking-card__body {
  border-top: none;
  border-left: none;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card .mova-booking-card__head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card__visit-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #201914;
  line-height: 1.35;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card__visit-title-label {
  font-weight: 500;
  color: #737373;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.customers .mova-cal-details-panel .mova-booking-card__status-pill {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #737373;
}

body.customers .mova-cal-details-panel .mova-cal-booking-card__empty {
  margin: 0 0 0.5rem;
}

body.customers .mova-cal-details-panel .mova-cal-details-panel__inner {
  margin-top: 0.25rem;
}

body.customers .mova-cal-grid__num {
  font-size: 0.9375rem;
  color: #201914;
}

body.customers .mova-cal-grid__badge {
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #9d521a;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
}
