:root {
  --lm-ink: #0b2330;
  --lm-ink-soft: #173541;
  --lm-sand: #d8b98c;
  --lm-cream: #f7efe2;
  --lm-paper: #fffdf9;
  --lm-line: #e5d7c2;
  --lm-muted: #816f5e;
  --lm-danger: #a83232;
  --lm-success: #216b4e;
}

body.lm-reservation-page {
  margin: 0;
  background: var(--lm-paper);
}

body.lm-reservation-page .site-header,
body.lm-reservation-page .site-footer,
body.lm-reservation-page .page-header,
body.lm-reservation-page .post-navigation,
body.lm-reservation-page .elementor-widget-post-navigation,
body.lm-reservation-page .elementor-post-navigation,
body.lm-reservation-page #wpadminbar + .site-header,
body.lm-reservation-page > .elementor-location-header,
body.lm-reservation-page > .elementor-location-footer,
body.lm-reservation-page .elementor-location-single .elementor-widget-theme-post-title,
body.lm-reservation-page .elementor-location-single > .elementor-section:not(:has(#lumina-reservation)) {
  display: none !important;
}

body.lm-reservation-page .site-main,
body.lm-reservation-page .content-area,
body.lm-reservation-page .page-content,
body.lm-reservation-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.lm-reservation-page .elementor-location-single,
body.lm-reservation-page .elementor-location-single > .elementor-section:has(#lumina-reservation),
body.lm-reservation-page .elementor-location-single > .elementor-section:has(#lumina-reservation) > .elementor-container,
body.lm-reservation-page .elementor-location-single .elementor-column:has(#lumina-reservation),
body.lm-reservation-page .elementor-location-single .elementor-widget-wrap:has(#lumina-reservation),
body.lm-reservation-page .elementor-location-single .elementor-widget:has(#lumina-reservation),
body.lm-reservation-page .elementor-location-single .elementor-widget-container:has(#lumina-reservation) {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lm-reservation-shell,
.lm-reservation-shell * {
  box-sizing: border-box;
}

.lm-reservation-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(580px, 1fr);
  color: #30261f;
  background: var(--lm-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lm-reservation-visual {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: clamp(42px, 6vw, 90px);
  background:
    linear-gradient(155deg, rgba(8, 34, 44, 0.2) 0%, rgba(5, 25, 34, 0.9) 78%),
    radial-gradient(circle at 76% 18%, rgba(223, 184, 127, 0.72), transparent 32%),
    linear-gradient(145deg, #315a64 0%, #163844 45%, #08232f 100%);
}

.lm-reservation-visual::before,
.lm-reservation-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(244, 225, 195, 0.24);
  border-radius: 50%;
}

.lm-reservation-visual::before {
  width: 520px;
  height: 520px;
  top: -190px;
  right: -230px;
}

.lm-reservation-visual::after {
  width: 320px;
  height: 320px;
  left: -180px;
  bottom: 12%;
}

.lm-visual-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.07) 42.2%, transparent 42.5%),
    linear-gradient(155deg, transparent 62%, rgba(216, 185, 140, 0.14) 62.2%, transparent 62.6%);
}

.lm-visual-content {
  position: relative;
  z-index: 1;
  max-width: 570px;
  color: var(--lm-cream);
}

.lm-eyebrow,
.lm-kicker {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.lm-eyebrow {
  color: var(--lm-sand);
}

.lm-visual-content h1 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 0.99;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.lm-visual-content > p:last-child {
  margin: 0;
  color: rgba(247, 239, 226, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.lm-reservation-panel {
  min-width: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 185, 140, 0.1), transparent 26%),
    var(--lm-paper);
}

.lm-reservation-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(30px, 5vw, 76px);
  border-bottom: 1px solid rgba(216, 185, 140, 0.4);
}

.lm-brand {
  display: block;
  width: 230px;
  height: 72px;
  color: var(--lm-ink);
  text-decoration: none !important;
}

.lm-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.lm-language {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  border: 1px solid #d4c6b4;
  border-radius: 999px;
  background: #f0e9df;
}

.lm-language button {
  width: 48px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--lm-muted);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.lm-language button.is-active {
  color: #fff;
  background: var(--lm-ink);
}

.lm-form-wrap {
  width: min(740px, 100%);
  margin: 0 auto;
  padding: clamp(46px, 7vw, 88px) clamp(30px, 6vw, 80px) 88px;
}

.lm-form-intro {
  margin-bottom: 30px;
}

.lm-kicker {
  margin-bottom: 13px;
  color: #a67e47;
}

.lm-form-intro h2,
.lm-success h2 {
  margin: 0;
  color: var(--lm-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lm-form-intro > p:last-child {
  max-width: 590px;
  margin: 16px 0 0;
  color: var(--lm-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lm-time-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 34px;
  padding: 17px 19px;
  border: 1px solid #e5cfaa;
  border-radius: 14px;
  color: #695138;
  background: #fbf5e9;
}

.lm-notice-icon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ad803d;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.lm-time-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.lm-dress-code {
  display: grid;
  grid-template-columns: 22px auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: -20px 2px 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(183, 140, 82, 0.28);
  color: var(--lm-muted);
  font-size: 14px;
  line-height: 1.5;
}

.lm-dress-code-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(145, 72, 53, 0.42);
  border-radius: 50%;
  color: #914835;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.lm-dress-code strong {
  flex: 0 0 auto;
  color: #9a6c2e;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lm-dress-code-copy,
.lm-dress-code-welcome {
  color: #695138;
  font-weight: 700;
}

.lm-dress-code-welcome {
  white-space: nowrap;
}

.lm-dress-code-welcome::before {
  content: "•";
  margin-right: 10px;
  color: #ad803d;
}

.lm-reservation-form {
  display: grid;
  gap: 24px;
}

.lm-field-grid {
  display: grid;
  gap: 18px;
}

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

.lm-field {
  display: grid;
  gap: 9px;
  min-width: 0;
  color: #655748;
  font-size: 13px;
  font-weight: 650;
}

.lm-field em {
  color: #a18f7c;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.lm-field input,
.lm-field textarea,
.lm-field select {
  width: 100%;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  outline: none;
  color: #2f251e;
  background: #fbf7f0;
  font: inherit;
  font-size: 16px;
  font-weight: 450;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.lm-field input {
  min-width: 0;
  max-width: 100%;
  height: 58px;
  padding: 0 16px;
}

.lm-field textarea {
  min-height: 118px;
  padding: 16px;
  resize: vertical;
  line-height: 1.5;
}

.lm-select-bubble {
  position: relative;
  display: block;
}

.lm-table-picker {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(240px, 1.1fr);
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--lm-line);
  border-radius: 20px;
  background: rgba(251, 247, 240, 0.72);
}

.lm-table-map {
  min-width: 0;
  margin: 0;
}

.lm-table-map a,
.lm-table-map img {
  display: block;
  width: 100%;
}

.lm-table-map a {
  overflow: hidden;
  border-radius: 14px;
}

.lm-table-map img {
  height: auto;
  aspect-ratio: 1206 / 674;
  object-fit: contain;
}

.lm-table-map figcaption {
  margin-top: 7px;
  color: #8c7a68;
  font-size: 10px;
  line-height: 1.35;
}

.lm-field select {
  display: block;
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 54px 0 20px;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.lm-select-arrow {
  position: absolute;
  top: 50%;
  right: 22px;
  color: #8c6b3a;
  font-size: 22px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-58%);
}

.lm-field input::placeholder,
.lm-field textarea::placeholder {
  color: #b2a493;
}

.lm-field input:focus,
.lm-field textarea:focus,
.lm-field select:focus {
  border-color: #b78c52;
  box-shadow: 0 0 0 3px rgba(183, 140, 82, 0.12);
  background: #fffdf9;
}

.lm-field input.is-invalid,
.lm-field textarea.is-invalid,
.lm-field select.is-invalid {
  border-color: var(--lm-danger);
}

.lm-field small {
  color: #a39586;
  font-size: 11px;
  font-weight: 500;
}

.lm-phone-row {
  display: grid;
  grid-template-columns: minmax(210px, 0.52fr) minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

.lm-phone-row .lm-select-bubble,
.lm-phone-row select,
.lm-phone-row input {
  min-width: 0;
}

.lm-phone-row select {
  border-radius: 12px;
}

.lm-phone-row input:disabled {
  color: #9e9183;
  background: #f1ece5;
  cursor: not-allowed;
}

.lm-guests {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.lm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lm-guests legend {
  margin-bottom: 12px;
  color: #655748;
  font-size: 13px;
  font-weight: 650;
}

.lm-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lm-counter-grid--single {
  grid-template-columns: 1fr;
}

.lm-counter {
  padding: 13px;
  border: 1px solid var(--lm-line);
  border-radius: 12px;
  background: #fbf7f0;
  text-align: center;
}

.lm-counter--single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 15px;
  border-radius: 999px;
  text-align: left;
}

.lm-counter--single > span {
  margin: 0;
  color: #655748;
  font-size: 13px;
  font-weight: 650;
}

.lm-counter--single .lm-counter-control {
  width: 150px;
  grid-template-columns: 36px 1fr 36px;
  text-align: center;
}

.lm-counter > span {
  display: block;
  margin-bottom: 10px;
  color: var(--lm-muted);
  font-size: 12px;
}

.lm-counter-control {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
}

.lm-counter-control button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d8c6ad;
  border-radius: 50%;
  color: #8e672f;
  background: #fff;
  font: inherit;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.lm-counter-control button:hover,
.lm-counter-control button:focus-visible {
  color: #fff;
  background: var(--lm-ink);
  border-color: var(--lm-ink);
}

.lm-counter-control output {
  color: #332820;
  font-size: 19px;
  font-weight: 600;
}

.lm-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--lm-muted);
  background: #f3ede5;
  font-size: 13px;
}

.lm-total strong {
  color: var(--lm-ink);
  font-size: 19px;
}

.lm-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 4px;
  color: #786c60;
}

.lm-privacy-note > span {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lm-ink);
  background: #eadbc6;
  font-size: 12px;
  font-weight: 800;
}

.lm-privacy-note p {
  margin: 1px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.lm-deposit-note {
  margin-top: 7px !important;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (min-width: 981px) {
  body.lm-reservation-page {
    height: 100vh;
    overflow: hidden;
  }

  .lm-reservation-shell,
  .lm-reservation-visual,
  .lm-reservation-panel {
    height: 100vh;
    min-height: 0;
  }

  .lm-reservation-panel {
    overflow: hidden;
  }

  .lm-reservation-visual {
    position: relative;
    padding: clamp(38px, 4vw, 64px);
  }

  .lm-visual-content {
    max-width: 520px;
  }

  .lm-visual-content h1 {
    font-size: clamp(44px, 4.5vw, 68px);
    line-height: 1.01;
  }

  .lm-reservation-header {
    min-height: 68px;
    padding: 10px clamp(26px, 3vw, 46px);
  }

  .lm-brand {
    width: 195px;
    height: 58px;
  }

  .lm-form-wrap {
    width: min(820px, 100%);
    height: calc(100vh - 68px);
    padding: 14px clamp(24px, 3vw, 44px) 12px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .lm-form-intro {
    margin-bottom: 8px;
  }

  .lm-kicker {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .lm-form-intro h2 {
    font-size: clamp(29px, 2.4vw, 38px);
    line-height: 1;
  }

  .lm-form-intro > p:last-child {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .lm-time-notice {
    gap: 9px;
    margin-bottom: 8px;
    padding: 7px 10px;
    border-radius: 10px;
  }

  .lm-notice-icon {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .lm-time-notice p {
    font-size: 11px;
    line-height: 1.35;
  }

  .lm-dress-code {
    gap: 7px;
    margin: -3px 1px 7px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 1.3;
  }

  .lm-dress-code strong {
    font-size: 9px;
  }

  .lm-dress-code-icon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
    font-size: 14px;
  }

  .lm-dress-code-welcome::before {
    margin-right: 7px;
  }

  .lm-reservation-form {
    gap: 7px;
  }

  .lm-field-grid {
    gap: 10px;
  }

  .lm-field {
    gap: 3px;
    font-size: 11px;
  }

  .lm-field input {
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 9px;
  }

  .lm-field select {
    height: 38px;
    padding-left: 12px;
    font-size: 13px;
    border-radius: 999px;
  }

  .lm-field textarea {
    min-height: 44px;
    height: 44px;
    padding: 9px 12px;
    resize: none;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 9px;
  }

  .lm-field small {
    display: none;
  }

  .lm-phone-row select {
    padding-right: 34px;
    font-size: 12px;
    border-radius: 9px;
  }

  .lm-phone-row .lm-select-arrow {
    right: 12px;
    font-size: 17px;
  }

  .lm-guests legend {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .lm-counter-grid {
    gap: 8px;
  }

  .lm-counter {
    padding: 5px 8px;
    border-radius: 9px;
  }

  .lm-counter > span {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .lm-counter-control {
    grid-template-columns: 26px 1fr 26px;
  }

  .lm-counter-control button {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }

  .lm-counter-control output,
  .lm-total strong {
    font-size: 14px;
  }

  .lm-total {
    margin-top: 5px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .lm-privacy-note {
    gap: 8px;
    padding-top: 0;
  }

  .lm-privacy-note > span {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .lm-privacy-note p {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.35;
  }

  .lm-deposit-note {
    margin-top: 3px !important;
  }

  .lm-submit {
    min-height: 40px;
    padding: 9px 18px;
    font-size: 10px;
  }
}

.lm-form-message {
  display: none;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.lm-form-message.is-error {
  display: block;
  color: #7e2626;
  background: #faeaea;
}

.lm-submit {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 24px;
  border: 1px solid var(--lm-ink) !important;
  border-radius: 999px;
  color: #fff !important;
  background: var(--lm-ink) !important;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(11, 35, 48, 0.16);
  transition: transform 160ms ease, background 160ms ease;
}

.lm-submit:hover,
.lm-submit:focus-visible {
  transform: translateY(-1px);
  border-color: var(--lm-ink-soft) !important;
  background: var(--lm-ink-soft) !important;
}

.lm-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.lm-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.lm-success {
  padding: 50px 0;
  text-align: center;
}

.lm-success-mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border-radius: 50%;
  color: #fff;
  background: var(--lm-success);
  font-size: 32px;
}

.lm-success h2 {
  font-size: clamp(38px, 5vw, 50px);
}

.lm-success > p {
  max-width: 520px;
  margin: 18px auto 0;
  color: var(--lm-muted);
  font-size: 15px;
  line-height: 1.7;
}

.lm-reference {
  padding: 15px;
  border-radius: 10px;
  background: #f3ede5;
}

.lm-reference strong {
  color: var(--lm-ink);
}

.lm-home-link {
  display: inline-block;
  margin-top: 26px;
  color: var(--lm-ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 981px) {
  .lm-submit {
    min-height: 40px;
    padding: 9px 18px;
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .lm-reservation-shell {
    display: block;
  }

  .lm-reservation-visual {
    display: none;
  }

  .lm-reservation-header {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 88px;
    padding: 20px clamp(22px, 5vw, 42px);
    background: rgba(255, 253, 249, 0.94);
    backdrop-filter: blur(12px);
  }

  .lm-form-wrap {
    max-width: 760px;
    padding-top: 52px;
  }
}

@media (max-width: 600px) {
  .lm-reservation-header {
    min-height: 78px;
    padding: 15px 18px;
  }

  .lm-brand {
    width: 168px;
    height: 52px;
  }

  .lm-language button {
    width: 40px;
    height: 30px;
    font-size: 11px;
  }

  .lm-form-wrap {
    padding: 38px 18px 58px;
  }

  .lm-dress-code {
    grid-template-columns: 22px auto minmax(0, 1fr);
  }

  .lm-dress-code-welcome {
    grid-column: 2 / -1;
    white-space: normal;
  }

  .lm-form-intro h2 {
    font-size: 39px;
  }

  .lm-table-picker {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 10px;
  }

  .lm-table-map figcaption {
    font-size: 11px;
  }

  .lm-field-grid--two {
    grid-template-columns: 1fr;
  }

  .lm-counter-grid {
    gap: 8px;
  }

  .lm-counter {
    padding: 11px 7px;
  }

  .lm-counter-control {
    grid-template-columns: 30px 1fr 30px;
  }

  .lm-counter-control button {
    width: 30px;
    height: 30px;
  }

  .lm-field input {
    height: 56px;
  }

  .lm-field select {
    height: 56px;
  }

  .lm-phone-row {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 8px;
  }

  .lm-phone-row select {
    padding-right: 34px;
    font-size: 13px;
    border-radius: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lm-reservation-shell *,
  .lm-reservation-shell *::before,
  .lm-reservation-shell *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
