/* LuxeStay Concierge guest layout */
.guest-book.guest-layout-luxe,
.guest-book-themed.guest-layout-luxe {
  --luxe-bg: #f8f9ff;
  --luxe-sand: #FDFCF7;
  --luxe-sand-muted: #F3F2ED;
  --luxe-midnight: #0F172A;
  --luxe-sunset: #F43F5E;
  --luxe-on-surface: #0b1c30;
  --luxe-muted: #45464d;
  --luxe-page-ink: #0b1c30;
  --luxe-page-muted: #45464d;
  --luxe-glass: rgba(255, 255, 255, 0.72);
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  background: var(--guest-gradient, linear-gradient(180deg, #FDFCF7 0%, #dae2fd 100%)) !important;
  color: var(--luxe-page-ink);
  min-height: 100%;
  position: relative;
}

.guest-book.guest-layout-luxe {
  padding: 0 0 28px;
}

.guest-layout-luxe .lx-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 10px 16px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.guest-layout-luxe.is-lang-open .lx-nav {
  z-index: 40;
}
.guest-layout-luxe.is-lang-open .lx-nav-actions .guest-lang-wrap,
.guest-layout-luxe.is-lang-open .lx-nav-actions .guest-lang-menu {
  z-index: 41;
}

.guest-layout-luxe .lx-nav-spacer {
  display: none;
}

.guest-layout-luxe .lx-brand {
  display: none;
}

.guest-layout-luxe .lx-nav-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.guest-layout-luxe .lx-nav-actions .guest-lang-wrap {
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
}

.guest-layout-luxe .lx-nav-actions .guest-lang-btn {
  width: 36px;
  height: 36px;
  color: var(--luxe-page-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.guest-layout-luxe .lx-nav-actions .guest-maps-pin {
  display: none;
}

.guest-layout-luxe .lx-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--luxe-page-ink);
  text-decoration: none;
  border: none;
  padding: 0;
}

.guest-layout-luxe .lx-icon-btn:hover {
  background: rgba(15, 23, 42, 0.06);
}

.guest-layout-luxe .lx-icon-btn .ti {
  font-size: 18px;
}

.guest-layout-luxe .lx-main {
  padding: 14px 16px 0;
}

.guest-layout-luxe .lx-hero-media {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  background: var(--luxe-sand-muted);
}

.guest-layout-luxe .lx-hero-media img,
.guest-layout-luxe .lx-hero-media video,
.guest-layout-luxe .lx-hero-media .guest-video {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.guest-layout-luxe .lx-hero-media .guest-video-wrap,
.guest-layout-luxe .lx-hero-media .guest-video {
  margin: 0;
  border-radius: 0;
  height: 180px;
}

.guest-layout-luxe .lx-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--luxe-page-ink);
  margin: 0 0 10px;
}

.guest-layout-luxe .lx-card {
  background: var(--luxe-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  border-radius: 18px;
  --luxe-midnight: var(--luxe-card-ink, #0F172A);
  --luxe-on-surface: var(--luxe-card-ink, #0b1c30);
  --luxe-muted: var(--luxe-card-muted, #45464d);
}

.guest-layout-luxe .lx-welcome-card {
  padding: 14px 16px;
  margin-bottom: 12px;
}

.guest-layout-luxe .lx-welcome-text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--luxe-muted);
  margin: 0;
}

.guest-layout-luxe .lx-host-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.guest-layout-luxe .lx-host-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--luxe-midnight);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guest-layout-luxe .lx-host-avatar .ti {
  font-size: 16px;
  line-height: 1;
}

.guest-layout-luxe .lx-host-avatar .guest-wave-icon {
  display: inline-block;
  transform-origin: 70% 80%;
  animation: guest-wave 1.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .guest-layout-luxe .lx-host-avatar .guest-wave-icon {
    animation: none;
  }
}

.guest-layout-luxe .lx-host-name {
  font-weight: 600;
  font-size: 13px;
  color: var(--luxe-midnight);
}

.guest-layout-luxe .lx-host-sub {
  font-size: 11px;
  color: var(--luxe-muted);
  margin-top: 2px;
}

.guest-layout-luxe .lx-access {
  padding: 14px 16px;
  margin-bottom: 12px;
  border: 2px solid rgba(15, 23, 42, 0.05);
}

.guest-layout-luxe .lx-section-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.guest-layout-luxe .lx-section-head .ti {
  font-size: 17px;
  color: var(--luxe-midnight);
}

.guest-layout-luxe .lx-section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--luxe-midnight);
  margin: 0;
}

.guest-layout-luxe .lx-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: var(--luxe-sand-muted);
  border-radius: 12px;
  margin-bottom: 8px;
}

.guest-layout-luxe .lx-field:last-child {
  margin-bottom: 0;
}

.guest-layout-luxe .lx-field-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--luxe-muted);
  margin-bottom: 3px;
}

.guest-layout-luxe .lx-field-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--luxe-midnight);
  word-break: break-word;
}

.guest-layout-luxe .lx-copy {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: #7c839b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guest-layout-luxe .lx-copy:hover {
  background: #fff;
}

.guest-layout-luxe .lx-entry {
  margin-top: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--luxe-muted);
}

.guest-layout-luxe .lx-accordion {
  margin-bottom: 8px;
  overflow: hidden;
}

.guest-layout-luxe .lx-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: transparent;
  border: none;
  text-align: left;
  color: var(--luxe-midnight);
}

.guest-layout-luxe .lx-acc-btn-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
}

.guest-layout-luxe .lx-acc-btn .ti-chevron-down {
  transition: transform 0.25s ease;
}

.guest-layout-luxe .lx-accordion.is-open .lx-acc-btn .ti-chevron-down {
  transform: rotate(180deg);
}

.guest-layout-luxe .lx-acc-body {
  display: none;
  padding: 0 14px 14px;
}

.guest-layout-luxe .lx-accordion.is-open .lx-acc-body {
  display: block;
}

.guest-layout-luxe .lx-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--luxe-on-surface);
}

.guest-layout-luxe .lx-list-item .ti {
  color: var(--luxe-muted);
  flex-shrink: 0;
}

.guest-layout-luxe .lx-list-text {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}

.guest-layout-luxe .lx-list-pin {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.guest-layout-luxe .lx-list-pin .g-place-pin {
  margin: 0;
}

.guest-layout-luxe .lx-subhead {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--luxe-muted);
  margin: 10px 0 6px;
}

.guest-layout-luxe .lx-amenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.guest-layout-luxe .lx-amenity {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 10px 6px;
  text-align: center;
}

.guest-layout-luxe .lx-amenity .ti {
  font-size: 17px;
  color: var(--luxe-midnight);
  display: block;
  margin-bottom: 4px;
}

.guest-layout-luxe .lx-amenity span {
  font-size: 10px;
  font-weight: 600;
  color: var(--luxe-muted);
  line-height: 1.25;
}

.guest-layout-luxe .lx-rule {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--luxe-muted);
}

.guest-layout-luxe .lx-rule .ti {
  color: var(--luxe-midnight);
  margin-top: 1px;
}

.guest-layout-luxe .lx-checklist {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--luxe-on-surface);
}

.guest-layout-luxe .lx-extras {
  margin-top: 20px;
}

.guest-layout-luxe .lx-extras-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--luxe-page-ink);
}

.guest-layout-luxe .lx-extras-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.guest-layout-luxe .lx-extra-card {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 132px;
}

.guest-layout-luxe .lx-extra-media {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.06);
  aspect-ratio: 16 / 10;
  margin-bottom: 8px;
}

.guest-layout-luxe .lx-extra-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-layout-luxe .lx-extra-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(244, 63, 94, 0.1);
  color: var(--luxe-sunset);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.guest-layout-luxe .lx-extra-pay-note {
  font-size: 9px;
  line-height: 1.4;
  color: var(--luxe-muted);
  margin: 0 0 8px;
}

.guest-layout-luxe .lx-extra-name {
  font-weight: 600;
  font-size: 12px;
  color: var(--luxe-midnight);
  margin-bottom: 3px;
}

.guest-layout-luxe .lx-extra-desc {
  font-size: 10px;
  line-height: 1.35;
  color: var(--luxe-muted);
  margin-bottom: 10px;
}

.guest-layout-luxe .lx-extra-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.guest-layout-luxe .lx-extra-price {
  font-weight: 700;
  font-size: 13px;
  color: var(--luxe-midnight);
}

.guest-layout-luxe .lx-extra-btn {
  background: var(--luxe-midnight);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.guest-layout-luxe .lx-footer {
  text-align: center;
  padding: 28px 12px 16px;
}

.guest-layout-luxe .lx-footer-sign {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: var(--luxe-page-ink);
  margin-bottom: 4px;
}

.guest-layout-luxe .lx-footer-sub {
  font-size: 11px;
  color: var(--luxe-page-muted);
}

.guest-layout-luxe .lx-dock {
  position: sticky;
  bottom: 12px;
  z-index: 35;
  margin: 16px 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: var(--luxe-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.guest-layout-luxe .lx-dock a,
.guest-layout-luxe .lx-dock button {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: transparent;
  border: none;
  color: var(--luxe-midnight);
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 4px;
}

.guest-layout-luxe .lx-dock .ti {
  font-size: 16px;
}

.guest-layout-luxe .lx-dock-cta {
  flex: 1.4 !important;
  flex-direction: row !important;
  gap: 5px !important;
  background: var(--luxe-midnight) !important;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 12px !important;
  font-size: 10px !important;
  letter-spacing: 0 !important;
}

.guest-layout-luxe .lx-review {
  margin: 14px 12px 0;
  background: var(--luxe-sunset);
  color: #fff;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(244, 63, 94, 0.28);
}

.guest-layout-luxe .lx-review-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.guest-layout-luxe .lx-review-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guest-layout-luxe .lx-review strong {
  display: block;
  font-size: 12px;
}

.guest-layout-luxe .lx-review span {
  display: block;
  font-size: 10px;
  opacity: 0.92;
  line-height: 1.35;
}

.guest-layout-luxe .lx-review-btn {
  background: #fff;
  color: var(--luxe-sunset);
  border: none;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}

/* Hide classic chrome pieces that shouldn't appear in luxe */
.guest-layout-luxe .guest-header,
.guest-layout-luxe > .guest-footer {
  display: none;
}

.guest-layout-luxe .g-place-pin {
  color: var(--luxe-sunset);
}

.guest-layout-luxe .g-appliance-guide {
  margin-bottom: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
}

.layout-picker {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.layout-picker-btn {
  flex: 1;
  min-width: 110px;
  border: 1.5px solid var(--border);
  background: var(--card);
  border-radius: 12px;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.12s, background 0.12s;
}

.layout-picker-btn strong {
  display: block;
  font-size: 13px;
  color: var(--ink);
  margin-bottom: 2px;
}

.layout-picker-btn span {
  font-size: 11px;
  color: var(--ink3);
}

.layout-picker-btn.active {
  border-color: var(--ink);
  background: var(--accent2);
}

.layout-picker-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 8px;
}
