.lc-template-page {
  min-height: 100vh;
  background: #fff;
  color: #222;
}

.lc-template-logo {
  width: 160px;
  height: 70px;
  object-fit: contain;
}

.lc-template-user-link,
.lc-template-user-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lc-template-user-icon {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px;
  object-fit: contain;
}

.lc-template-page .topbar-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.lc-template-footer-logo {
  width: 220px;
  max-height: 124px;
  object-fit: contain;
}

.lc-template-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.lc-template-menu-trigger img {
  width: 26px;
  height: 16px;
}

.lc-template-menu {
  position: fixed;
  z-index: 1100;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(390px, 88vw);
  padding: 110px 48px 48px;
  background: #fff;
  box-shadow: 18px 0 40px rgba(0, 0, 0, .12);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: opacity .3s ease, transform .3s ease;
}

.lc-menu-is-open .lc-template-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.lc-template-menu nav {
  display: grid;
  gap: 22px;
}

.lc-template-menu nav a {
  color: #222;
  font-family: "Eina", sans-serif;
  font-size: 24px;
}

.lc-template-menu nav a:hover {
  color: #f33;
}

.lc-template-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
}

.lc-template-menu-backdrop {
  position: fixed;
  z-index: 1090;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, .25);
  cursor: pointer;
}

.lc-checkout-page {
  padding: 55px 0 80px;
}

/* Booking is an immersive, chrome-free flow: its own carousel owns the first frame. */
.lc-booking-immersive {
  padding: 0;
  background: #f2f2f2;
}

.lc-checkout-page .titlell h2 {
  text-transform: none;
}

.lc-checkout-page .form-name .content h5 {
  text-transform: none;
}

.lc-checkout-page .billing h2 {
  text-transform: none;
}

.lc-checkout-page .lc-booking-disclaimer {
  margin: 0 0 18px;
  color: #777;
  font-family: "Eina", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.lc-checkout-page .lc-reservation-workspace {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lc-checkout-page .lc-reservation-toolbar {
  display: none;
}

.lc-checkout-page .lc-reservation-steps {
  display: none;
}

.lc-checkout-page .lc-reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: 30px;
  padding: 0;
}

.lc-checkout-page .lc-reservation-flow {
  display: grid;
  gap: 28px;
}

.lc-booking-immersive .lc-reservation-flow {
  padding: 0 30px 30px;
}

.lc-checkout-page .lc-reservation-panel {
  padding: 0 0 28px;
  border: 0;
  border-bottom: 1px solid #eee;
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading {
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid #eee;
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading > span {
  display: none;
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading h3 {
  margin: 0;
  color: #333;
  font-family: "Eina", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
}

.lc-checkout-page .lc-reservation-copy {
  margin: 0 0 20px;
  color: #777;
  font-family: "Eina", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.lc-checkout-page .lc-reservation-summary {
  position: sticky;
  top: 30px;
  align-self: start;
  padding: 35px;
  border: 1px solid #eee;
  background: #fff;
}

.lc-checkout-page .lc-reservation-summary .lc-summary-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.lc-checkout-page .lc-reservation-summary .lc-summary-heading span,
.lc-checkout-page .lc-reservation-summary .lc-summary-heading h3 {
  color: #333;
  font-family: "Eina", sans-serif;
  text-transform: none;
}

.lc-checkout-page .lc-reservation-summary .lc-summary-heading span {
  display: block;
  font-size: 12px;
}

.lc-checkout-page .lc-reservation-summary .lc-summary-heading h3 {
  margin: 8px 0 0;
  font-size: 26px;
  font-weight: 600;
}

.lc-checkout-page .lc-reservation-summary dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin: 22px 0;
}

.lc-checkout-page .lc-reservation-summary dt,
.lc-checkout-page .lc-reservation-summary dd {
  margin: 0;
  color: #666;
  font-family: "Eina", sans-serif;
  font-size: 13px;
}

.lc-checkout-page .lc-reservation-summary dd {
  color: #333;
  text-align: right;
}

.lc-checkout-page .lc-summary-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #333;
  font-family: "Eina", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.lc-checkout-page .lc-summary-total strong {
  font-size: 17px;
}

.lc-checkout-page .lc-summary-note {
  margin: 20px 0 0;
  color: #777;
  font-family: "Eina", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.lc-checkout-page .lc-reservation-panel input,
.lc-checkout-page .lc-reservation-panel textarea {
  border-radius: 0;
  font-family: "Eina", sans-serif;
}

.lc-checkout-page .lc-reservation-panel button {
  border-radius: 0;
}

.lc-checkout-page .lc-reservation-service-tabs button,
.lc-checkout-page .lc-reservation-choice,
.lc-checkout-page .lc-reservation-mode,
.lc-checkout-page .lc-reservation-day,
.lc-checkout-page .lc-reservation-slot {
  border-radius: 0;
}

.lc-account-page {
  padding: 28px 0 110px;
}

.lc-account-page .titlelt h2 {
  padding-bottom: 25px;
}

.lc-account-page .address ul li a,
.lc-account-page .login ul li a,
.lc-account-page .lc-account-logout {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  color: #888;
  font-family: "Eina", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
}

.lc-account-page .address ul li a:hover,
.lc-account-page .login ul li a:hover,
.lc-account-page .lc-account-logout:hover {
  color: #f33;
}

.lc-account-page .address ul li a img,
.lc-account-page .login ul li a img,
.lc-account-page .lc-account-logout img {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  object-fit: cover;
}

.lc-account-page .lc-account-content {
  min-width: 0;
}

.lc-account-page .lc-account-tabs > li > a {
  padding: 0 0 18px;
  white-space: nowrap;
}

.lc-account-page .lc-account-tabs > li.active > a,
.lc-account-page .lc-account-tabs > li > a:hover {
  color: #222;
}

.lc-account-page .lc-account-form {
  padding-bottom: 40px;
}

.lc-account-page .lc-account-form label {
  display: block;
  margin-bottom: 8px;
}

.lc-account-page .lc-account-form input {
  box-sizing: border-box;
  margin-left: 0;
  color: #555;
  text-transform: none;
}

.lc-account-page .lc-account-form input.firstname,
.lc-account-page .lc-account-form input.lastname {
  border-color: #eee;
  color: #555;
}

.lc-account-page .lc-account-form input.gmail,
.lc-account-page .lc-account-form input.phone {
  margin-bottom: 25px;
}

.lc-account-note {
  margin: 0 0 22px;
  color: #888;
  font-family: "Eina", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.lc-account-action {
  display: inline-flex;
  width: auto !important;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0 22px;
  text-decoration: none;
}

.lc-account-appointments h3 {
  margin: 0 0 12px;
  color: #222;
  font-family: "Eina", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.lc-account-appointment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  color: #555;
  font-family: "Eina", sans-serif;
}

.lc-account-appointment > div {
  display: grid;
  gap: 5px;
}

.lc-account-appointment strong {
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

.lc-account-appointment span,
.lc-account-appointment b {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.lc-account-appointment b {
  color: #222;
  white-space: nowrap;
}

.lc-account-empty {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .lc-booking-immersive {
    padding: 0;
  }

  .lc-account-page {
    padding-top: 10px;
  }

  .lc-account-page .howday {
    margin-bottom: 30px;
  }

  .lc-account-page .lc-account-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lc-account-page .lc-account-tabs > li:nth-child(1),
  .lc-account-page .lc-account-tabs > li:nth-child(2) {
    padding: 0;
    border: 0;
    min-width: 0;
  }

  .lc-account-page .lc-account-tabs > li > a {
    font-size: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .lc-account-appointment {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .lc-checkout-page .lc-reservation-layout {
    grid-template-columns: 1fr;
  }

  .lc-checkout-page .lc-reservation-summary {
    position: static;
    order: -1;
  }

  .lc-booking-immersive .lc-reservation-summary {
    order: initial;
  }
}

@media (max-width: 767px) {
  .lc-template-logo {
    width: 120px;
    height: 58px;
  }

  .lc-template-footer-logo {
    width: 180px;
    max-height: 102px;
  }

  .lc-checkout-page {
    padding-top: 30px;
  }

  .lc-booking-immersive {
    padding-top: 0;
  }

  .lc-checkout-page .lc-reservation-summary {
    padding: 22px;
  }

  .lc-booking-immersive .lc-reservation-flow {
    padding: 0 22px 22px;
  }

  .lc-template-menu {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Reservation overlay: the Mighti rhythm stays visible while the image carousel
   sits behind one readable white booking surface. */
.lc-checkout-page.lc-booking-immersive,
.lc-checkout-page .lc-reservation-workspace {
  background: #141414;
  color: #141414;
  font-family: "Hanken Grotesk", Arial, sans-serif;
}

.lc-checkout-page .lc-reservation-toolbar {
  display: flex !important;
  background: rgba(255, 255, 255, .97);
  color: #141414;
}

.lc-checkout-page .lc-reservation-steps {
  display: grid !important;
  background: #fff;
}

.lc-checkout-page .lc-reservation-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
  gap: 28px;
  padding: 28px;
  background: rgba(0, 0, 0, .15);
}

.lc-booking-immersive .lc-reservation-flow {
  padding: 0;
}

.lc-checkout-page .lc-reservation-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: transparent;
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading > span {
  display: inline;
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading {
  border-color: rgba(255, 255, 255, .52);
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading h3 {
  color: #fff !important;
}

.lc-checkout-page .lc-reservation-panel .lc-reservation-heading h3,
.lc-checkout-page .lc-reservation-copy,
.lc-checkout-page .lc-reservation-panel input,
.lc-checkout-page .lc-reservation-panel textarea,
.lc-checkout-page .lc-reservation-summary,
.lc-checkout-page .lc-reservation-summary * {
  font-family: "Hanken Grotesk", Arial, sans-serif;
}

.lc-checkout-page .lc-reservation-summary {
  position: sticky;
  top: 28px;
  padding: 28px;
  border: 0;
  background: #141414;
  color: #fff;
}

.lc-checkout-page .lc-reservation-summary .lc-summary-heading span,
.lc-checkout-page .lc-reservation-summary .lc-summary-heading h3,
.lc-checkout-page .lc-reservation-summary dt,
.lc-checkout-page .lc-reservation-summary dd,
.lc-checkout-page .lc-summary-total,
.lc-checkout-page .lc-summary-note {
  color: inherit;
}

.lc-checkout-page .lc-reservation-summary .lc-summary-heading {
  border-color: rgba(255, 255, 255, .2);
}

.lc-checkout-page .lc-reservation-summary .lc-summary-total {
  border-color: rgba(255, 255, 255, .24);
}

@media (max-width: 991px) {
  .lc-checkout-page .lc-reservation-layout {
    grid-template-columns: 1fr;
  }

  .lc-checkout-page .lc-reservation-summary {
    position: sticky;
    top: 16px;
    order: initial;
  }
}

@media (max-width: 767px) {
  .lc-checkout-page .lc-reservation-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .lc-checkout-page .lc-reservation-layout {
    gap: 12px;
    padding: 12px;
  }

  .lc-checkout-page .lc-reservation-panel {
    padding: 22px;
  }

  .lc-checkout-page .lc-reservation-summary {
    position: static;
  }

  .lc-checkout-page.lc-booking-immersive,
  .lc-checkout-page .lc-reservation-workspace {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .lc-checkout-page .lc-reservation-steps,
  .lc-checkout-page .lc-reservation-layout,
  .lc-checkout-page .lc-reservation-flow,
  .lc-checkout-page .lc-reservation-panel,
  .lc-checkout-page .lc-reservation-summary {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .lc-checkout-page .lc-reservation-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
  }

  .lc-checkout-page .lc-reservation-steps span {
    min-width: 0;
    overflow: hidden;
    padding-right: 2px;
    padding-left: 2px;
    font-size: clamp(6.5px, 2.1vw, 8px);
    letter-spacing: .04em;
    white-space: nowrap;
  }

  .lc-checkout-page .lc-reservation-service-tabs {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }

  .lc-checkout-page .lc-reservation-service-tabs button,
  .lc-checkout-page .lc-reservation-service-tabs button strong {
    min-width: 0;
    overflow: hidden;
  }

  .lc-checkout-page .lc-reservation-service-tabs button strong {
    font-size: clamp(8.5px, 2.8vw, 11px);
    letter-spacing: -.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
