/*
Theme Name: Los Naranjos Premium
Theme URI: http://los-naranjos.local
Description: Child theme premium para Hotel Los Naranjos, basado en Twenty Twenty-Three.
Author: Codex
Template: twentytwentythree
Version: 1.5.20
*/

:root {
  --ln-ink: #1c3028;
  --ln-forest: #3f5c4e;
  --ln-olive: #7f8968;
  --ln-orange: #aa6238;
  --ln-orange-dark: #824727;
  --ln-water: #6aabb0;
  --ln-sky: #e5f3f2;
  --ln-paper: #f8fbf9;
  --ln-white: #ffffff;
  --ln-muted: #596861;
  --ln-line: rgba(28, 48, 40, 0.12);
  --ln-shadow: 0 18px 48px rgba(28, 48, 40, 0.1);
  --ln-radius: 0;
  --ln-ease-out: cubic-bezier(0.25, 1, 0.5, 1);
  --ln-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ln-sans: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ln-paper);
  color: var(--ln-ink);
  font-family: var(--ln-sans);
  letter-spacing: 0;
}

.ln-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;
}

body .wp-site-blocks {
  padding: 0;
}

a {
  color: inherit;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--ln-orange-dark);
  outline-offset: 3px;
}

:where(.ln-header, .ln-section--green, .ln-footer) :where(a, button):focus-visible {
  outline-color: var(--ln-sky);
}

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(p, li) {
  text-wrap: pretty;
}

.ln-site-main {
  margin-top: 0;
}

.ln-site-main > .wp-block-post-content:not(:has(.ln-page)) {
  width: min(1180px, calc(100% - 36px));
  min-height: 42vh;
  margin: 0 auto;
  padding: 72px 0 86px;
}

.mphb-reservation-submitted-title {
  margin: 0 0 20px;
  font-family: var(--ln-serif);
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.02;
}

.mphb_sc_checkout-success-reservation-message {
  max-width: 720px;
  color: var(--ln-muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.wp-block-template-part:has(.ln-header) {
  position: sticky;
  top: 0;
  z-index: 50;
}

.ln-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(47, 72, 60, 0.92);
  color: var(--ln-white);
  backdrop-filter: blur(18px);
}

.ln-header__inner {
  width: min(1180px, calc(100% - 36px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ln-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ln-brand__logo {
  width: 176px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.ln-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.9rem;
  font-weight: 650;
}

.ln-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.ln-nav a:hover {
  color: var(--ln-white);
}

.ln-nav .ln-nav__cta {
  padding: 11px 16px;
  border-radius: 0;
  background: var(--ln-orange);
  color: var(--ln-white);
}

.ln-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--ln-white);
  cursor: pointer;
}

.ln-menu-toggle__icon {
  width: 19px;
  display: grid;
  gap: 4px;
}

.ln-menu-toggle__icon span {
  width: 100%;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.ln-menu-toggle[aria-expanded="true"] .ln-menu-toggle__icon span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.ln-menu-toggle[aria-expanded="true"] .ln-menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.ln-menu-toggle[aria-expanded="true"] .ln-menu-toggle__icon span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.ln-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ln-page {
  overflow: clip;
  background: var(--ln-paper);
}

.ln-section {
  padding: 86px 0;
}

.ln-section--white {
  background: var(--ln-white);
}

.ln-section--green {
  background: var(--ln-forest);
  color: var(--ln-white);
}

.ln-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.ln-kicker {
  margin: 0 0 12px;
  color: var(--ln-orange);
  font-family: var(--ln-serif);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}

.ln-section--green .ln-kicker {
  color: #edbd92;
}

.ln-title {
  margin: 0;
  max-width: 820px;
  font-family: var(--ln-serif);
  font-size: clamp(2.2rem, 4.2vw, 4.9rem);
  font-weight: 600;
  line-height: 0.98;
}

.ln-section-title {
  margin: 0;
  max-width: 780px;
  font-family: var(--ln-serif);
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  font-weight: 600;
  line-height: 1.02;
}

.ln-lede {
  margin: 20px 0 0;
  max-width: 690px;
  color: var(--ln-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.72;
}

.ln-section--green .ln-lede {
  color: rgba(255, 255, 255, 0.86);
}

.ln-button,
.ln-button:visited,
.ln-form button,
.mphb_sc_search-submit-button-wrapper input,
.mphb-book-button,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 20px;
  background: var(--ln-orange);
  color: var(--ln-white);
  font-family: var(--ln-sans);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms var(--ln-ease-out), color 180ms var(--ln-ease-out), border-color 180ms var(--ln-ease-out), transform 180ms var(--ln-ease-out);
}

.ln-button:hover,
.ln-button:focus-visible,
.ln-button:visited:hover,
.ln-form button:hover,
.ln-form button:focus-visible,
.mphb_sc_search-submit-button-wrapper input:hover,
.mphb-book-button:hover,
.button:hover {
  background: var(--ln-orange-dark);
  border-color: var(--ln-orange-dark);
  color: var(--ln-white);
}

.ln-button:active,
.ln-form button:active,
.mphb_sc_search-submit-button-wrapper input:active,
.mphb-book-button:active,
.button:active {
  transform: translateY(1px);
}

.ln-button--ghost,
.ln-button--ghost:visited {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: var(--ln-white);
}

.ln-button--ghost:hover,
.ln-button--ghost:focus-visible,
.ln-button--ghost:visited:hover {
  border-color: var(--ln-white);
  background: var(--ln-white);
  color: var(--ln-ink);
}

.ln-button--light,
.ln-button--light:visited {
  border-color: var(--ln-line);
  background: var(--ln-white);
  color: var(--ln-ink);
}

.ln-button--light:hover,
.ln-button--light:focus-visible,
.ln-button--light:visited:hover {
  border-color: var(--ln-orange);
  background: var(--ln-white);
  color: var(--ln-orange-dark);
}

.ln-floating-whatsapp {
  position: fixed;
  right: calc(22px + env(safe-area-inset-right));
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 40;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #167a45;
  color: var(--ln-white);
  box-shadow: 0 6px 8px rgba(20, 55, 39, 0.24);
  line-height: 0;
  text-decoration: none;
  transition: background-color 180ms var(--ln-ease-out), transform 180ms var(--ln-ease-out), box-shadow 180ms var(--ln-ease-out);
}

.ln-floating-whatsapp:hover {
  background: #0f6337;
  color: var(--ln-white);
  box-shadow: 0 8px 8px rgba(20, 55, 39, 0.28);
  transform: translateY(-2px);
}

.ln-floating-whatsapp:active {
  transform: translateY(0);
}

.ln-floating-whatsapp svg {
  width: 27px;
  height: 27px;
  display: block;
  overflow: visible;
  transform: translate(0.5px, -0.5px);
}

.ln-floating-whatsapp path:first-child {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.ln-floating-whatsapp path:last-child {
  fill: currentColor;
}

.ln-hero {
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  background: #1c3028;
  color: var(--ln-white);
}

.ln-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--ln-hero-img);
  background-size: cover;
  background-position: center 50%;
  filter: brightness(1.06) saturate(1.02);
}

.ln-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 39, 32, 0.8) 0%, rgba(20, 39, 32, 0.48) 45%, rgba(20, 39, 32, 0.14) 100%),
    linear-gradient(0deg, rgba(20, 39, 32, 0.76) 0%, rgba(20, 39, 32, 0.08) 42%);
}

.ln-hero__content {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0 52px;
}

.ln-hero__copy {
  max-width: 760px;
}

.ln-hero__logo {
  width: clamp(260px, 32vw, 440px);
  height: auto;
  display: block;
  margin-bottom: 24px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 3px 12px rgba(8, 20, 14, 0.48));
}

.ln-hero__copy p {
  max-width: 640px;
  color: var(--ln-white);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.7;
  text-shadow: 0 2px 10px rgba(8, 20, 14, 0.62);
}

.ln-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ln-booking-strip {
  margin-top: 48px;
  padding: 16px;
  border: 0;
  border-radius: var(--ln-radius);
  background: rgba(248, 251, 249, 0.97);
  color: var(--ln-ink);
  box-shadow: var(--ln-shadow);
}

.ln-form {
  display: grid;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

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

.ln-field {
  display: grid;
  grid-column: span 2;
  gap: 7px;
}

.ln-field--wide {
  grid-column: span 3;
}

.ln-field label {
  color: var(--ln-muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ln-field input,
.ln-field select,
.ln-field textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid var(--ln-line);
  border-radius: 0;
  padding: 11px 12px;
  background: var(--ln-white);
  color: var(--ln-ink);
  font: 600 0.94rem/1.25 var(--ln-sans);
}

.ln-field textarea {
  min-height: 104px;
  resize: vertical;
}

.ln-form__actions {
  display: flex;
  grid-column: span 4;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
}

.ln-direct-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px -16px -16px;
  border-top: 1px solid var(--ln-line);
  background: rgba(229, 243, 242, 0.42);
}

.ln-direct-trust > div {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 13px 16px;
}

.ln-direct-trust > div + div {
  border-left: 1px solid var(--ln-line);
}

.ln-direct-trust strong {
  color: var(--ln-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.ln-direct-trust span {
  color: var(--ln-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.ln-grid {
  display: grid;
  gap: 24px;
}

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

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

.ln-rate-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 72px;
  align-items: start;
}

.ln-rate-list {
  margin: 0;
  border-top: 1px solid var(--ln-line);
}

.ln-rate-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  border-bottom: 1px solid var(--ln-line);
  padding: 20px 0;
}

.ln-rate-list dt,
.ln-rate-list dd {
  margin: 0;
}

.ln-rate-list dt {
  color: var(--ln-muted);
  font: 600 0.95rem/1.45 var(--ln-sans);
}

.ln-rate-list dd {
  color: var(--ln-ink);
  font: 600 1.6rem/1 var(--ln-serif);
  white-space: nowrap;
}

.ln-intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.ln-media-pair {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 16px;
  align-items: end;
}

.ln-media-pair img,
.ln-card img,
.ln-room img,
.ln-gallery img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ln-photo,
.mphb-room-type .mphb-room-type-images img,
.mphb-room-type .mphb-loop-room-thumbnail img {
  filter: brightness(1.08) contrast(0.98) saturate(1.04);
}

.ln-media-pair img:first-child {
  height: 540px;
  border-radius: var(--ln-radius);
}

.ln-media-pair img:last-child {
  height: 360px;
  border-radius: var(--ln-radius);
  transform: translateY(36px);
  box-shadow: var(--ln-shadow);
}

.ln-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ln-proof__item {
  border-top: 1px solid var(--ln-line);
  padding-top: 15px;
}

.ln-proof strong {
  display: block;
  font-family: var(--ln-serif);
  font-size: 2rem;
  font-weight: 600;
}

.ln-proof span {
  color: var(--ln-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ln-card,
.ln-room,
.ln-panel {
  border: 1px solid var(--ln-line);
  border-radius: var(--ln-radius);
  background: var(--ln-white);
  overflow: hidden;
  box-shadow: none;
}

.ln-card__body,
.ln-room__body,
.ln-panel {
  padding: 24px;
}

.ln-card h2,
.ln-card h3,
.ln-room h2,
.ln-room h3,
.ln-panel h3 {
  margin: 0 0 10px;
  font-family: var(--ln-serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.ln-plugin-page-heading {
  max-width: 820px;
  margin-bottom: 44px;
}

.ln-plugin-page-heading h1 {
  margin: 0 0 14px;
  font-family: var(--ln-serif);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.98;
}

.ln-plugin-page-heading > p:last-child {
  max-width: 690px;
  margin: 0;
  color: var(--ln-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.ln-trust-panel {
  margin-top: 48px;
  border-top: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
  padding: 34px 0;
}

.ln-trust-panel h2 {
  margin: 0 0 18px;
  font-family: var(--ln-serif);
  font-size: 2rem;
  font-weight: 600;
}

.ln-trust-panel p {
  margin: 22px 0 0;
  color: var(--ln-muted);
}

.ln-trust-panel a,
.ln-policy a,
.ln-reservation-note a {
  color: var(--ln-orange-dark);
  font-weight: 700;
  text-underline-offset: 4px;
}

.ln-reservation-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px 22px;
  align-items: center;
  margin-top: 28px;
  border-top: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
  padding: 20px 0;
  color: var(--ln-muted);
}

.ln-reservation-note strong {
  color: var(--ln-ink);
}

.ln-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.ln-faq-heading {
  max-width: 520px;
}

.ln-faq-list {
  border-bottom: 1px solid var(--ln-line);
}

.ln-faq-list details {
  border-top: 1px solid var(--ln-line);
}

.ln-faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: var(--ln-ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
  list-style: none;
}

.ln-faq-list summary::-webkit-details-marker {
  display: none;
}

.ln-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--ln-orange-dark);
  font-family: var(--ln-sans);
  font-size: 1.45rem;
  font-weight: 500;
}

.ln-faq-list details[open] summary::after {
  content: "–";
}

.ln-faq-list summary:focus-visible {
  outline: 3px solid rgba(170, 98, 56, 0.42);
  outline-offset: 5px;
}

.ln-faq-list details p {
  max-width: 66ch;
  margin: -4px 0 24px;
  color: var(--ln-muted);
  line-height: 1.7;
}

.ln-conversion-band {
  padding: 62px 0;
  background: var(--ln-forest);
  color: var(--ln-white);
}

.ln-conversion-band > .ln-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.ln-conversion-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--ln-serif);
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 600;
  line-height: 1;
}

.ln-conversion-band p:not(.ln-kicker) {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.ln-location-address {
  margin: 24px 0 0;
  border-top: 1px solid var(--ln-line);
  padding-top: 20px;
  color: var(--ln-muted);
  line-height: 1.65;
}

.ln-location-address strong {
  color: var(--ln-ink);
}

.ln-policy {
  max-width: 820px;
}

.ln-policy h2 {
  margin: 42px 0 10px;
  font-family: var(--ln-serif);
  font-size: 2rem;
  font-weight: 600;
}

.ln-policy p {
  color: var(--ln-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.ln-policy__updated {
  margin-top: 48px;
  border-top: 1px solid var(--ln-line);
  padding-top: 20px;
  font-size: 0.88rem !important;
}

.ln-error-page {
  max-width: 760px;
}

.ln-motopress h2,
.ln-panel h2 {
  margin: 0 0 18px;
  font-family: var(--ln-serif);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 600;
  line-height: 1.05;
}

.ln-card p,
.ln-room p,
.ln-panel p {
  margin: 0;
  color: var(--ln-muted);
  line-height: 1.66;
}

.ln-card img {
  height: 255px;
}

.ln-room img {
  height: 310px;
}

.ln-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ln-list li {
  display: flex;
  gap: 10px;
  color: var(--ln-muted);
  line-height: 1.55;
}

.ln-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--ln-orange);
}

.ln-feature-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.ln-feature-band img {
  width: 100%;
  height: 540px;
  border-radius: var(--ln-radius);
  object-fit: cover;
}

.ln-feature-band .ln-restaurant-logo {
  width: min(390px, 100%);
  height: auto;
  margin: 0 0 28px;
  object-fit: contain;
  filter: none;
}

.ln-section--experience {
  background: var(--ln-paper);
}

.ln-experience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 48px;
  align-items: end;
}

.ln-experience-heading .ln-lede {
  margin: 0;
}

.ln-experience-list {
  margin-top: 48px;
  border-top: 1px solid var(--ln-line);
}

.ln-experience {
  height: clamp(470px, 42vw, 540px);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  border-bottom: 1px solid var(--ln-line);
  background: var(--ln-white);
}

.ln-experience--reverse .ln-experience__media {
  order: 2;
}

.ln-experience--reverse .ln-experience__body {
  order: 1;
}

.ln-experience__media {
  min-width: 0;
  overflow: hidden;
}

.ln-experience__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.ln-experience__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.ln-experience__body h3 {
  margin: 0;
  font-family: var(--ln-serif);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  font-weight: 600;
  line-height: 1;
}

.ln-experience__body > p {
  max-width: 52ch;
  margin: 18px 0 0;
  color: var(--ln-muted);
  line-height: 1.7;
}

.ln-experience__body .ln-list {
  margin-top: 22px;
}

.ln-section--reviews {
  background: #edf3ef;
}

.ln-reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.ln-booking-score {
  min-width: 230px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--ln-forest);
  padding: 0 0 14px;
  color: var(--ln-ink);
  text-decoration: none;
}

.ln-booking-score strong {
  grid-row: 1 / span 2;
  color: var(--ln-orange-dark);
  font-family: var(--ln-serif);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 0.85;
}

.ln-booking-score span {
  align-self: end;
  font-weight: 800;
}

.ln-booking-score small {
  align-self: start;
  color: var(--ln-muted);
  font-size: 0.76rem;
}

.ln-review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(40px, 6vw, 70px);
  border-top: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
}

.ln-review {
  min-width: 0;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: clamp(28px, 4vw, 48px);
}

.ln-review + .ln-review {
  border-left: 1px solid var(--ln-line);
}

.ln-review__score {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--ln-forest);
  color: var(--ln-white);
  font-size: 0.8rem;
  font-weight: 800;
}

.ln-review blockquote {
  margin: 28px 0 34px;
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: 600;
  line-height: 1.18;
  text-wrap: pretty;
}

.ln-review figcaption {
  display: grid;
  gap: 3px;
  margin-top: auto;
}

.ln-review figcaption strong {
  color: var(--ln-ink);
  font-size: 0.88rem;
}

.ln-review figcaption span,
.ln-reviews-source {
  color: var(--ln-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.ln-reviews-source {
  margin: 18px 0 0;
  text-align: right;
}

.ln-reviews-source a {
  color: var(--ln-orange-dark);
  font-weight: 800;
  text-underline-offset: 4px;
}

.ln-text-link {
  width: fit-content;
  margin-top: 28px;
  color: var(--ln-orange-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.ln-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms var(--ln-ease-out);
}

.ln-text-link:hover span {
  transform: translateX(3px);
}

.ln-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 210px;
  gap: 12px;
}

.ln-gallery img {
  height: 100%;
  border-radius: var(--ln-radius);
}

.ln-gallery img:nth-child(1),
.ln-gallery img:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}

.ln-experience-gallery {
  margin-top: 36px;
}

.ln-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--ln-line);
}

.ln-gallery-filter {
  min-height: 46px;
  padding: 10px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--ln-forest);
  font: 700 0.82rem/1.2 "Manrope", sans-serif;
  cursor: pointer;
}

.ln-gallery-filter:hover,
.ln-gallery-filter:focus-visible {
  color: var(--ln-orange-dark);
}

.ln-gallery-filter.is-active {
  border-bottom-color: var(--ln-orange);
  color: var(--ln-ink);
}

.ln-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 12px;
}

.ln-gallery-item {
  grid-column: span 4;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ln-sky);
}

.ln-gallery-item:nth-child(1),
.ln-gallery-item:nth-child(10),
.ln-gallery-item:nth-child(14) {
  grid-column: span 8;
}

.ln-gallery-item[hidden] {
  display: none;
}

.ln-gallery-open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--ln-ink);
  color: var(--ln-white);
  cursor: zoom-in;
}

.ln-gallery-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms var(--ln-ease-out), opacity 220ms ease;
}

.ln-gallery-open:hover img,
.ln-gallery-open:focus-visible img {
  opacity: 0.88;
  transform: scale(1.025);
}

.ln-gallery-open:focus-visible {
  outline: 3px solid var(--ln-orange);
  outline-offset: 3px;
}

.ln-gallery-caption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 3px;
  padding: 34px 16px 14px;
  background: linear-gradient(to top, rgba(19, 35, 29, 0.9), rgba(19, 35, 29, 0));
  text-align: left;
}

.ln-gallery-caption strong {
  font-size: 0.76rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.ln-gallery-caption > span {
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ln-gallery-dialog {
  width: min(980px, calc(100% - 48px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #101713;
  color: var(--ln-white);
}

.ln-gallery-dialog::backdrop {
  background: rgba(9, 15, 12, 0.88);
  backdrop-filter: blur(4px);
}

.ln-gallery-dialog__stage {
  position: relative;
  display: grid;
  place-items: center;
  height: min(68dvh, 640px);
  overflow: hidden;
  background: #101713;
  touch-action: pan-y;
}

.ln-gallery-dialog__stage img {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
  user-select: none;
}

.ln-gallery-dialog__close,
.ln-gallery-dialog__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(16, 23, 19, 0.82);
  color: var(--ln-white);
  font: 500 1.35rem/1 "Manrope", sans-serif;
  cursor: pointer;
}

.ln-gallery-dialog__close:hover,
.ln-gallery-dialog__nav:hover,
.ln-gallery-dialog__close:focus-visible,
.ln-gallery-dialog__nav:focus-visible {
  border-color: var(--ln-white);
  background: var(--ln-white);
  color: var(--ln-ink);
}

.ln-gallery-dialog__close {
  top: 14px;
  right: 14px;
  font-size: 1.8rem;
}

.ln-gallery-dialog__nav {
  top: 50%;
  transform: translateY(-50%);
}

.ln-gallery-dialog__nav--prev {
  left: 14px;
}

.ln-gallery-dialog__nav--next {
  right: 14px;
}

.ln-gallery-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ln-gallery-dialog__footer p {
  margin: 0;
  font-size: 0.9rem;
}

.ln-gallery-dialog__footer span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

html.ln-gallery-open {
  overflow: hidden;
}

.ln-map {
  overflow: hidden;
  min-height: 460px;
  border: 1px solid var(--ln-line);
  border-radius: var(--ln-radius);
  background: var(--ln-sky);
}

.ln-map iframe {
  width: 100%;
  min-height: 460px;
  border: 0;
}

.ln-reservation-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: start;
}

.ln-motopress {
  border: 1px solid var(--ln-line);
  border-radius: var(--ln-radius);
  padding: 24px;
  background: var(--ln-white);
}

.mphb_sc_search-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.mphb-required-fields-tip {
  margin: 0 0 16px;
  color: var(--ln-muted);
  font-size: 0.92rem;
}

.mphb_sc_search-form p {
  margin: 0;
}

.mphb_sc_search-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--ln-muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mphb_sc_search-form input,
.mphb_sc_search-form select,
.mphb_sc_checkout-wrapper input,
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid var(--ln-line);
  border-radius: 0;
  padding: 10px 12px;
}

/* Calendario de disponibilidad */
.datepick-popup {
  position: fixed !important;
  z-index: 10000 !important;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(24, 35, 31, 0.2);
  background: var(--ln-white);
  box-shadow: 0 28px 80px rgba(18, 27, 24, 0.28);
  animation: ln-datepick-in 180ms ease-out;
  scrollbar-width: thin;
  scrollbar-color: var(--ln-orange) var(--ln-paper);
}

.datepick-popup.is-dragging {
  user-select: none;
  box-shadow: 0 34px 90px rgba(18, 27, 24, 0.34);
}

.datepick-popup .datepick {
  width: min(680px, calc(100vw - 24px)) !important;
  border: 0;
  border-radius: 0;
  background: var(--ln-white);
  color: var(--ln-ink);
  font-family: var(--ln-sans);
}

.ln-datepick-drag-handle {
  height: 32px;
  display: grid;
  position: sticky;
  top: 0;
  z-index: 4;
  place-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ln-ink);
  color: rgba(255, 255, 255, 0.76);
  cursor: grab;
  touch-action: none;
}

.ln-datepick-drag-handle:active,
.datepick-popup.is-dragging .ln-datepick-drag-handle {
  cursor: grabbing;
}

.ln-datepick-drag-handle:focus-visible {
  outline: 2px solid #e0a376;
  outline-offset: -4px;
}

.ln-datepick-drag-handle > span {
  width: 22px;
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 4px;
}

.ln-datepick-drag-handle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.datepick-popup .datepick-nav {
  min-height: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ln-forest);
}

.datepick-popup .datepick-nav a {
  width: auto !important;
  min-height: 46px;
  display: flex;
  float: none !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.datepick-popup .datepick-nav a:hover,
.datepick-popup .datepick-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ln-white);
}

.datepick-popup .datepick-nav .datepick-disabled {
  color: rgba(255, 255, 255, 0.34);
}

.datepick-popup .datepick-month-row {
  display: flex;
  background: var(--ln-white);
}

.datepick-popup .datepick-month {
  width: 50% !important;
  float: none;
  border: 0;
}

.datepick-popup .datepick-month + .datepick-month {
  border-left: 1px solid var(--ln-line);
}

.datepick-popup .datepick-month-header {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  background: #eef1ed;
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: 1.15rem;
  font-weight: 600;
}

.datepick-popup .datepick-month-header select {
  min-height: 36px;
  border: 0;
  border-bottom: 1px solid rgba(24, 35, 31, 0.24);
  border-radius: 0;
  padding: 4px 24px 4px 6px;
  background-color: transparent;
  color: var(--ln-ink);
  font: 700 0.9rem/1 var(--ln-sans);
}

.datepick-popup table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.datepick-popup th {
  height: 38px;
  border: 0;
  background: #f6f5f0;
  color: var(--ln-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.datepick-popup td {
  height: 42px;
  border: 1px solid rgba(24, 35, 31, 0.1);
  padding: 0;
  background: var(--ln-white);
  text-align: center;
}

.datepick-popup td a,
.datepick-popup td span {
  min-height: 42px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  color: var(--ln-ink);
  text-decoration: none;
}

.datepick-popup td a:hover,
.datepick-popup td a:focus-visible {
  background: #f2e3d7;
  color: var(--ln-orange-dark);
  outline: 2px solid var(--ln-orange);
  outline-offset: -2px;
}

.datepick-popup .datepick-today {
  box-shadow: inset 0 0 0 2px var(--ln-orange);
  font-weight: 800;
}

.datepick-popup .datepick-selected,
.datepick-popup .mphb-booked-date {
  background: var(--ln-forest);
  color: var(--ln-white);
}

.datepick-popup .mphb-unselectable-date,
.datepick-popup .datepick-other-month {
  background: #f4f4f1;
  color: #a6ada8;
}

.datepick-popup .datepick-ctrl {
  min-height: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ln-ink);
}

.datepick-popup .datepick-ctrl a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ln-white);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.datepick-popup .datepick-ctrl a:hover,
.datepick-popup .datepick-ctrl a:focus-visible {
  background: var(--ln-orange);
}

@keyframes ln-datepick-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.datepick-popup.ln-datepick-compact .datepick {
  width: min(420px, calc(100vw - 24px)) !important;
}

.datepick-popup.ln-datepick-compact .datepick-month-row {
  display: block;
}

.datepick-popup.ln-datepick-compact .datepick-month {
  width: 100% !important;
}

.datepick-popup.ln-datepick-compact .datepick-month:nth-child(n+2) {
  display: none;
}

.datepick-popup.ln-datepick-low .ln-datepick-drag-handle {
  height: 28px;
}

.datepick-popup.ln-datepick-low .datepick-nav,
.datepick-popup.ln-datepick-low .datepick-nav a,
.datepick-popup.ln-datepick-low .datepick-ctrl,
.datepick-popup.ln-datepick-low .datepick-ctrl a {
  min-height: 40px;
}

.datepick-popup.ln-datepick-low .datepick-month-header {
  min-height: 44px;
}

.datepick-popup.ln-datepick-low th {
  height: 32px;
}

.datepick-popup.ln-datepick-low td,
.datepick-popup.ln-datepick-low td a,
.datepick-popup.ln-datepick-low td span {
  height: 36px;
  min-height: 36px;
}

@media (max-width: 900px), (max-height: 650px) {
  .datepick-popup .datepick {
    width: min(420px, calc(100vw - 24px)) !important;
  }

  .datepick-popup .datepick-month-row {
    display: block;
  }

  .datepick-popup .datepick-month {
    width: 100% !important;
  }

  .datepick-popup .datepick-month:nth-child(n+2) {
    display: none;
  }
}

@media (max-height: 600px) {
  .ln-datepick-drag-handle {
    height: 28px;
  }

  .datepick-popup .datepick-nav,
  .datepick-popup .datepick-nav a,
  .datepick-popup .datepick-ctrl,
  .datepick-popup .datepick-ctrl a {
    min-height: 40px;
  }

  .datepick-popup .datepick-month-header {
    min-height: 44px;
  }

  .datepick-popup th {
    height: 32px;
  }

  .datepick-popup td,
  .datepick-popup td a,
  .datepick-popup td span {
    height: 36px;
    min-height: 36px;
  }
}

/* Selector de rango auxiliar para MotoPress */
body .datepick-popup {
  display: none !important;
}

.mphb_sc_search-form .ln-mphb-native-date {
  display: none !important;
}

.ln-stay-dates {
  grid-column: 1 / -1;
}

.ln-stay-dates > label {
  display: block;
  margin-bottom: 7px;
  color: var(--ln-muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ln-stay-dates__control {
  position: relative;
}

.mphb_sc_search-form .ln-stay-dates__control input {
  min-height: 56px;
  padding: 12px 52px 12px 16px;
  background: var(--ln-white);
  color: var(--ln-ink);
  font-size: 1rem;
  font-weight: 650;
  cursor: pointer;
}

.mphb_sc_search-form .ln-stay-dates__control input:hover {
  border-color: rgba(24, 35, 31, 0.34);
}

.mphb_sc_search-form .ln-stay-dates__control input:focus,
.mphb_sc_search-form .ln-stay-dates__control input[aria-invalid="true"] {
  border-color: var(--ln-orange);
  outline: 2px solid rgba(173, 106, 66, 0.2);
  outline-offset: 0;
}

.ln-stay-dates__calendar {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 17px;
  border: 2px solid var(--ln-forest);
  pointer-events: none;
  transform: translateY(-48%);
}

.ln-stay-dates__calendar::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  border-top: 2px solid var(--ln-forest);
}

.ln-stay-dates__calendar::after {
  content: "";
  width: 10px;
  height: 3px;
  position: absolute;
  top: -4px;
  left: 3px;
  border-right: 2px solid var(--ln-forest);
  border-left: 2px solid var(--ln-forest);
}

.ln-stay-dates__help {
  min-height: 22px;
  margin: 8px 0 0 !important;
  color: var(--ln-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.ln-stay-dates.is-selecting .ln-stay-dates__help {
  color: var(--ln-orange-dark);
  font-weight: 700;
}

.flatpickr-calendar {
  width: min(340px, calc(100vw - 24px));
  border: 1px solid rgba(24, 35, 31, 0.18);
  border-radius: 0;
  background: var(--ln-white);
  box-shadow: 0 24px 70px rgba(18, 27, 24, 0.26);
  font-family: var(--ln-sans);
  overflow: hidden;
}

.flatpickr-calendar.open {
  z-index: 10000;
  position: fixed !important;
  top: 50% !important;
  right: auto !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.flatpickr-months {
  min-height: 54px;
  align-items: center;
  background: var(--ln-forest);
}

.flatpickr-months .flatpickr-month {
  height: 54px;
  color: var(--ln-white);
  fill: var(--ln-white);
}

.flatpickr-current-month {
  height: 54px;
  padding-top: 14px;
  font-size: 1rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  color: var(--ln-white);
  font-weight: 750;
}

.flatpickr-current-month .numInputWrapper span.arrowUp::after {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.flatpickr-current-month .numInputWrapper span.arrowDown::after {
  border-top-color: rgba(255, 255, 255, 0.8);
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 5px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 12px 16px;
  color: var(--ln-white);
  fill: var(--ln-white);
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #e0a376;
}

.flatpickr-weekdays {
  height: 42px;
  background: #eef1ed;
}

span.flatpickr-weekday {
  background: #eef1ed;
  color: var(--ln-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.flatpickr-days,
.dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.flatpickr-day {
  height: 44px;
  max-width: calc(100% / 7);
  flex-basis: calc(100% / 7);
  border-radius: 0;
  color: var(--ln-ink);
  line-height: 44px;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  border-color: #f2e3d7;
  background: #f2e3d7;
  color: var(--ln-orange-dark);
}

.flatpickr-day.today {
  border-color: var(--ln-orange);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: var(--ln-orange);
  background: var(--ln-orange);
  color: var(--ln-white);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  border-color: var(--ln-orange);
  border-radius: 0 !important;
  background: var(--ln-orange);
  color: var(--ln-white);
}

.flatpickr-day.inRange {
  border-color: #f3e7de;
  background: #f3e7de;
  box-shadow: -5px 0 0 #f3e7de, 5px 0 0 #f3e7de;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  background: transparent;
  color: #b2b8b4;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
  display: none;
}

.ln-contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  color: var(--ln-muted);
}

.ln-footer {
  background: #20332b;
  color: var(--ln-white);
}

.ln-footer__inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.62fr 0.84fr 1.12fr;
  gap: clamp(24px, 3vw, 42px);
  padding: 54px 0;
}

.ln-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.ln-footer p,
.ln-footer li {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.ln-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ln-footer h3 {
  margin: 0 0 14px;
  font-size: 1rem;
}

.ln-footer .ln-brand__logo {
  width: min(230px, 100%);
}

.ln-footer__social {
  width: fit-content;
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.ln-footer__social svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.ln-footer__social:hover,
.ln-footer__directions:hover {
  color: var(--ln-sky);
}

.ln-footer__map {
  height: 178px;
  overflow: hidden;
  background: #182720;
}

.ln-footer__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.ln-footer__directions {
  width: fit-content;
  display: inline-block;
  margin-top: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 4px;
}

.ln-credit {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  font-size: 0.88rem;
}

.ln-footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 18px 0;
  background: #20332b;
  font-size: 0.82rem;
}

.ln-footer__legal a {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1020px) {
  .ln-nav {
    gap: 12px;
    font-size: 0.82rem;
  }

  .ln-form,
  .ln-form--stacked,
  .mphb_sc_search-form,
  .ln-intro-grid,
  .ln-feature-band,
  .ln-reservation-layout {
    grid-template-columns: 1fr;
  }

  .ln-field--wide {
    grid-column: auto;
  }

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

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

@media (min-width: 761px) and (max-width: 900px) {
  .ln-header__inner {
    position: relative;
    min-height: auto;
    padding: 14px 0;
    align-items: center;
  }

  .ln-menu-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
  }

  .ln-nav {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(340px, calc(100vw - 36px));
    max-width: none;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--ln-forest);
    box-shadow: var(--ln-shadow);
  }

  .ln-nav.is-open {
    display: flex;
  }

  .ln-nav a,
  .ln-nav .ln-nav__cta {
    min-height: 48px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 18px;
    background: transparent;
  }

  .ln-nav .ln-nav__cta {
    border-bottom: 0;
    background: var(--ln-orange);
  }
}

@media (max-width: 760px) {
  .ln-header__inner {
    position: relative;
    min-height: auto;
    padding: 14px 0;
    align-items: center;
  }

  .ln-menu-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
  }

  .ln-nav {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(340px, calc(100vw - 36px));
    max-width: none;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: var(--ln-forest);
    box-shadow: var(--ln-shadow);
  }

  .ln-nav.is-open {
    display: flex;
  }

  .ln-nav a,
  .ln-nav .ln-nav__cta {
    min-height: 48px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 18px;
    background: transparent;
  }

  .ln-nav .ln-nav__cta {
    border-bottom: 0;
    background: var(--ln-orange);
  }

  .ln-hero {
    min-height: 940px;
  }

  .ln-title {
    font-size: clamp(2.7rem, 16vw, 4rem);
  }

  .ln-hero__logo {
    width: min(82vw, 330px);
    margin-bottom: 20px;
  }

  .ln-section {
    padding: 64px 0;
  }

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

  .ln-form .ln-field {
    grid-column: span 1;
  }

  .ln-form .ln-field--wide,
  .ln-form .ln-form__actions {
    grid-column: 1 / -1;
  }

  .ln-direct-trust {
    grid-template-columns: 1fr;
  }

  .ln-direct-trust > div {
    min-height: 0;
    padding: 14px 16px;
  }

  .ln-direct-trust > div + div {
    border-top: 1px solid var(--ln-line);
    border-left: 0;
  }

  .ln-grid--2,
  .ln-grid--3,
  .ln-proof,
  .ln-rate-layout,
  .ln-footer__inner {
    grid-template-columns: 1fr;
  }

  .ln-rate-layout {
    gap: 36px;
  }

  .ln-footer__inner {
    gap: 36px;
  }

  .ln-footer__map {
    height: 220px;
  }

  .ln-experience-heading,
  .ln-reviews-heading,
  .ln-experience {
    grid-template-columns: 1fr;
  }

  .ln-experience {
    height: auto;
  }

  .ln-experience-heading {
    gap: 20px;
  }

  .ln-booking-score {
    width: min(100%, 320px);
  }

  .ln-review-list {
    grid-template-columns: 1fr;
  }

  .ln-review {
    min-height: 0;
    padding: 32px 0;
  }

  .ln-review + .ln-review {
    border-top: 1px solid var(--ln-line);
    border-left: 0;
  }

  .ln-review blockquote {
    max-width: 25ch;
  }

  .ln-reviews-source {
    text-align: left;
  }

  .ln-experience--reverse .ln-experience__media,
  .ln-experience--reverse .ln-experience__body {
    order: initial;
  }

  .ln-experience__media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ln-experience__body {
    padding: 32px 22px 38px;
  }

  .ln-floating-whatsapp {
    right: calc(16px + env(safe-area-inset-right));
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .ln-conversion-band > .ln-shell,
  .ln-reservation-note,
  .ln-faq-layout {
    grid-template-columns: 1fr;
  }

  .ln-faq-layout {
    gap: 36px;
  }

  .ln-faq-heading {
    max-width: none;
  }

  .ln-faq-list summary {
    min-height: 66px;
    font-size: 0.96rem;
  }

  .ln-conversion-band .ln-actions {
    margin-top: 0;
  }

  .ln-media-pair {
    grid-template-columns: 1fr;
  }

  .ln-media-pair img:first-child,
  .ln-media-pair img:last-child,
  .ln-feature-band img {
    height: 330px;
    transform: none;
  }

  .ln-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 160px;
  }

  .ln-gallery img:nth-child(1),
  .ln-gallery img:nth-child(8) {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .datepick-popup {
    animation: none;
  }

  .ln-menu-toggle__icon span,
  .ln-floating-whatsapp,
  .ln-text-link span,
  .mphb-room-type .mphb-room-type-images img,
  .mphb-room-type .mphb-loop-room-thumbnail img {
    transition: none;
  }
}

/* Resultados de disponibilidad */
.mphb_sc_search_results-wrapper {
  --ln-results-gap: clamp(24px, 4vw, 54px);
}

.mphb_sc_search_results-info {
  margin: 0 0 32px;
  border-bottom: 1px solid var(--ln-line);
  padding: 0 0 18px;
  color: var(--ln-muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.mphb-recommendation-title {
  margin: 0;
  padding: 30px 34px 8px;
  background: var(--ln-forest);
  color: var(--ln-white);
  font-family: var(--ln-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

.mphb-recommendation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 22px 34px;
  align-items: center;
  margin: 0 0 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 34px 30px;
  background: var(--ln-forest);
  color: var(--ln-white);
}

.mphb-recommendation-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mphb-recommendation-details-list li + li {
  margin-top: 10px;
}

.mphb-recommendation-item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  align-items: baseline;
}

.mphb-recommendation-item-link {
  font-family: var(--ln-serif);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
}

.mphb-recommendation-item-guests {
  flex-basis: 100%;
  color: rgba(255, 255, 255, 0.78);
}

.mphb-recommedation-item-subtotal {
  order: 4;
  margin-left: auto;
  font-weight: 700;
}

.mphb-recommendation-total {
  display: grid;
  gap: 2px;
  margin: 0;
  white-space: nowrap;
}

.mphb-recommendation-total-title {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mphb-recommendation-total-value {
  font-family: var(--ln-serif);
  font-size: 1.8rem;
  font-weight: 600;
}

.mphb-recommendation .mphb-recommendation-reserve-button,
.mphb-room-type .mphb-book-button,
.mphb-room-type .mphb-confirm-reservation {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  padding: 12px 22px;
  background: var(--ln-orange);
  color: var(--ln-white);
  font-family: var(--ln-sans);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.mphb_sc_search_results-wrapper > .mphb-room-type {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.15fr) minmax(170px, 0.48fr);
  grid-template-rows: auto auto 1fr auto;
  column-gap: var(--ln-results-gap);
  min-height: 360px;
  margin: 0;
  border-top: 1px solid var(--ln-line);
  padding: 38px 0;
}

.mphb_sc_search_results-wrapper > .mphb-room-type:last-of-type {
  border-bottom: 1px solid var(--ln-line);
}

.mphb-room-type .mphb-room-type-images,
.mphb-room-type .mphb-loop-room-thumbnail {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 360px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  background: #e7e8e2;
}

.mphb-room-type .mphb-room-type-images a,
.mphb-room-type .mphb-room-type-images img,
.mphb-room-type .mphb-loop-room-thumbnail a,
.mphb-room-type .mphb-loop-room-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}

.mphb-room-type .mphb-room-type-images img,
.mphb-room-type .mphb-loop-room-thumbnail img {
  object-fit: cover;
  transition: transform 500ms ease;
}

.mphb-room-type .mphb-room-type-images:hover img,
.mphb-room-type .mphb-loop-room-thumbnail:hover img {
  transform: scale(1.025);
}

.mphb-room-type .mphb-room-type-title,
.mphb-room-type > p:not([class]),
.mphb-room-type .mphb-room-type-details-title,
.mphb-room-type .mphb-loop-room-type-attributes {
  grid-column: 2;
}

.mphb-room-type .mphb-room-type-title {
  margin: -4px 0 12px;
  font-family: var(--ln-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 0.98;
}

.mphb-room-type .mphb-room-type-title a {
  text-decoration: none;
}

.mphb-room-type > p:not([class]) {
  margin: 0 0 20px;
  color: var(--ln-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.mphb-room-type .mphb-room-type-details-title {
  display: none;
}

.mphb-room-type .mphb-loop-room-type-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  align-content: start;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--ln-line);
  list-style: none;
  color: var(--ln-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.mphb-room-type .mphb-loop-room-type-attributes li {
  margin: 0;
}

.mphb-room-type .mphb-regular-price,
.mphb-room-type .mphb-view-details-button-wrapper,
.mphb-room-type .mphb-reserve-room-section {
  grid-column: 3;
}

.mphb-room-type .mphb-regular-price {
  grid-row: 1;
  margin: 0;
  color: var(--ln-muted);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.mphb-room-type .mphb-price {
  display: block;
  margin-top: 4px;
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}

.mphb-room-type .mphb-view-details-button-wrapper {
  grid-row: 3;
  align-self: end;
  margin: 0 0 58px;
}

.mphb-room-type .mphb-view-details-button {
  color: var(--ln-ink);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration-color: var(--ln-orange);
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.mphb-room-type .mphb-reserve-room-section {
  grid-row: 4;
  align-self: end;
}

.mphb-room-type .mphb-reserve-room-section p,
.mphb-room-type .mphb-to-book-btn-wrapper {
  margin: 0;
}

.mphb-room-type .mphb-book-button {
  width: 100%;
}

.mphb-room-type .mphb-confirm-reservation {
  width: 100%;
  background: var(--ln-forest);
}

.mphb-room-type .mphb-rooms-reservation-message-wrapper {
  margin: 0 0 12px;
  border-top: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
  padding: 10px 0;
}

.mphb-room-type .mphb-rooms-reservation-message {
  margin: 4px 0 0;
  color: var(--ln-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.mphb-room-type .mphb-remove-from-reservation {
  color: var(--ln-orange-dark);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mphb-room-type .mphb-rooms-quantity-wrapper {
  margin: 0 0 10px;
  color: var(--ln-muted);
  font-size: 0.78rem;
}

.mphb-room-type .mphb-rooms-quantity {
  min-height: 42px;
  margin-top: 6px;
  border: 1px solid var(--ln-line);
  border-radius: 0;
  background: var(--ln-white);
}

@media (max-width: 940px) {
  .mphb_sc_search_results-wrapper > .mphb-room-type {
    grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .mphb-room-type .mph-room-type-images,
  .mphb-room-type .mphb-room-type-images,
  .mphb-room-type .mphb-loop-room-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 6;
  }

  .mphb-room-type .mphb-room-type-title,
  .mphb-room-type > p:not([class]),
  .mphb-room-type .mphb-room-type-details-title,
  .mphb-room-type .mphb-loop-room-type-attributes,
  .mphb-room-type .mphb-regular-price,
  .mphb-room-type .mphb-view-details-button-wrapper,
  .mphb-room-type .mphb-reserve-room-section {
    grid-column: 2;
    grid-row: auto;
  }

  .mphb-room-type .mphb-view-details-button-wrapper {
    margin: 18px 0;
  }
}

@media (max-width: 680px) {
  .ln-site-main > .wp-block-post-content:not(:has(.ln-page)) {
    width: min(100% - 28px, 1180px);
    padding-top: 44px;
  }

  .mphb-recommendation-title {
    padding: 24px 22px 8px;
  }

  .mphb-recommendation {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 52px;
    padding: 18px 22px 24px;
  }

  .mphb-recommedation-item-subtotal {
    margin-left: 0;
  }

  .mphb-recommendation .mphb-recommendation-reserve-button {
    width: 100%;
  }

  .mphb_sc_search_results-wrapper > .mphb-room-type {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 0 38px;
  }

  .mphb-room-type .mphb-room-type-images,
  .mphb-room-type .mphb-loop-room-thumbnail,
  .mphb-room-type .mphb-room-type-title,
  .mphb-room-type > p:not([class]),
  .mphb-room-type .mphb-room-type-details-title,
  .mphb-room-type .mphb-loop-room-type-attributes,
  .mphb-room-type .mphb-regular-price,
  .mphb-room-type .mphb-view-details-button-wrapper,
  .mphb-room-type .mphb-reserve-room-section {
    grid-column: 1;
    grid-row: auto;
  }

  .mphb-room-type .mphb-room-type-images,
  .mphb-room-type .mphb-loop-room-thumbnail {
    height: 270px;
    margin-bottom: 26px;
  }

  .mphb-room-type .mphb-regular-price {
    margin-top: 22px;
  }

  .datepick-popup .datepick {
    width: calc(100vw - 24px) !important;
  }

  .datepick-popup .datepick-month-row {
    display: block;
  }

  .datepick-popup .datepick-month {
    width: 100% !important;
  }

  .datepick-popup .datepick-month:nth-child(n+2) {
    display: none;
  }

  .datepick-popup td,
  .datepick-popup td a,
  .datepick-popup td span {
    height: 44px;
    min-height: 44px;
  }
}

/* Shared date-range control for availability and WhatsApp inquiries. */
.ln-whatsapp-form .ln-whatsapp-native-date {
  display: none !important;
}

.ln-whatsapp-form .ln-stay-dates__control input {
  min-height: 56px;
  padding: 12px 52px 12px 16px;
  background: var(--ln-white);
  color: var(--ln-ink);
  font-size: 1rem;
  font-weight: 650;
  cursor: pointer;
}

.ln-whatsapp-form .ln-stay-dates__control input:hover {
  border-color: rgba(24, 35, 31, 0.34);
}

.ln-whatsapp-form .ln-stay-dates__control input:focus,
.ln-whatsapp-form .ln-stay-dates__control input[aria-invalid="true"] {
  border-color: var(--ln-orange);
  outline: 2px solid rgba(173, 106, 66, 0.2);
  outline-offset: 0;
}

.ln-whatsapp-form .ln-stay-dates__control {
  width: min(100%, 18rem);
}

.ln-whatsapp-form .ln-stay-dates__control input {
  box-sizing: border-box;
  width: 100%;
  padding-right: 42px;
}

.ln-stay-dates__calendar {
  width: 16px;
  height: 15px;
  right: 14px;
  border-width: 1.5px;
}

.ln-stay-dates__calendar::before {
  top: 3px;
  border-top-width: 1.5px;
}

.ln-stay-dates__calendar::after {
  width: 8px;
  height: 3px;
  top: -4px;
  left: 2px;
  border-right-width: 1.5px;
  border-left-width: 1.5px;
}

/* Reservation journey and checkout */
.ln-booking-progress {
  width: min(100%, 760px);
  margin: 0 0 42px;
}

.ln-booking-progress ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ln-booking-progress ol::before {
  position: absolute;
  top: 17px;
  right: 16.666%;
  left: 16.666%;
  border-top: 1px solid rgba(28, 48, 40, 0.24);
  content: "";
}

.ln-booking-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ln-muted);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.2;
}

.ln-booking-progress li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(28, 48, 40, 0.24);
  border-radius: 50%;
  background: var(--ln-paper);
  color: var(--ln-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.ln-booking-progress li.is-complete {
  color: var(--ln-forest);
}

.ln-booking-progress li.is-complete > span {
  border-color: var(--ln-forest);
  background: var(--ln-forest);
  color: var(--ln-white);
}

.ln-booking-progress li.is-active {
  color: var(--ln-ink);
}

.ln-booking-progress li.is-active > span {
  border-color: var(--ln-orange);
  background: var(--ln-orange);
  color: var(--ln-white);
}

.ln-plugin-page-heading:has(+ .mphb_sc_checkout-wrapper) {
  max-width: 720px;
  margin-bottom: 34px;
}

.ln-plugin-page-heading:has(+ .mphb_sc_checkout-wrapper) h1 {
  max-width: 13ch;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 0.98;
}

.mphb_sc_checkout-wrapper {
  width: min(100%, 980px);
  color: var(--ln-ink);
  font-size: 1rem;
  line-height: 1.65;
}

.mphb_sc_checkout-wrapper form {
  margin: 0;
}

.mphb_sc_checkout-wrapper :where(h3, h4) {
  color: var(--ln-ink);
  font-family: var(--ln-serif);
  font-weight: 600;
  letter-spacing: 0;
}

.mphb_sc_checkout-wrapper h3 {
  margin: 0 0 24px;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 1.05;
}

.mphb_sc_checkout-wrapper h4 {
  margin: 28px 0 16px;
  font-size: 1.6rem;
  line-height: 1.15;
}

#mphb-booking-details,
#mphb-price-details,
#mphb-customer-details {
  margin: 0;
  border-top: 1px solid var(--ln-line);
  padding: clamp(28px, 4vw, 42px) 0;
}

#mphb-booking-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

#mphb-booking-details > .mphb-booking-details-title,
#mphb-booking-details > .mphb-reserve-rooms-details {
  grid-column: 1 / -1;
}

#mphb-booking-details > :where(.mphb-check-in-date, .mphb-check-out-date) {
  min-height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 18px 20px;
  background: var(--ln-sky);
  color: var(--ln-forest);
  font-size: 1rem;
}

#mphb-booking-details > :where(.mphb-check-in-date, .mphb-check-out-date) strong {
  color: var(--ln-ink);
}

.mphb-room-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  margin-top: 18px;
  border-top: 1px solid var(--ln-line);
  padding-top: 30px;
}

.mphb-room-details > :where(.mphb-room-number, .mphb-room-type-title) {
  grid-column: 1 / -1;
}

.mphb-room-details .mphb-room-number {
  margin-bottom: 0;
  font-size: 1.7rem;
}

.mphb-room-details .mphb-room-type-title {
  margin: -8px 0 8px;
  color: var(--ln-muted);
}

.mphb-room-details .mphb-room-type-title a {
  color: var(--ln-orange-dark);
  font-weight: 750;
  text-underline-offset: 4px;
}

.mphb-room-details > p,
#mphb-customer-details > p {
  margin: 0;
}

.mphb-room-details .mphb-guest-name-wrapper {
  grid-column: 1 / -1;
}

.mphb-room-details .mphb-guest-name-wrapper.is-prefilled {
  display: none;
}

#mphb-customer-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

#mphb-customer-details > :where(
  .mphb-customer-details-title,
  .mphb-required-fields-tip,
  .mphb-customer-country,
  .mphb-customer-note
) {
  grid-column: 1 / -1;
}

#mphb-customer-details .mphb-required-fields-tip {
  margin: -12px 0 4px;
  color: var(--ln-muted);
  font-size: 0.96rem;
}

.mphb_sc_checkout-wrapper label {
  display: block;
  margin-bottom: 8px;
  color: var(--ln-ink);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.mphb_sc_checkout-wrapper :where(input, select, textarea) {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  border: 1px solid rgba(28, 48, 40, 0.24);
  border-radius: 0;
  background: var(--ln-white);
  color: var(--ln-ink);
  font-family: var(--ln-sans);
  font-size: 1rem;
  line-height: 1.4;
}

.mphb_sc_checkout-wrapper :where(input, select) {
  padding: 12px 14px;
}

.mphb_sc_checkout-wrapper textarea {
  min-height: 128px;
  padding: 14px;
  resize: vertical;
}

.mphb_sc_checkout-wrapper :where(input, select, textarea):hover {
  border-color: rgba(28, 48, 40, 0.48);
}

.mphb_sc_checkout-wrapper :where(input, select, textarea):focus {
  border-color: var(--ln-orange);
  outline: 2px solid rgba(170, 98, 56, 0.2);
  outline-offset: 0;
}

.mphb_sc_checkout-wrapper :where(input, textarea)::placeholder {
  color: #596861;
  opacity: 1;
}

#mphb-price-details table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  font-size: 0.98rem;
}

#mphb-price-details :where(th, td) {
  border: 0;
  border-bottom: 1px solid var(--ln-line);
  padding: 14px 10px;
  text-align: left;
  vertical-align: top;
}

#mphb-price-details :where(th, td):first-child {
  padding-left: 0;
}

#mphb-price-details :where(th, td):last-child {
  padding-right: 0;
  text-align: right;
}

.mphb-total-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  border-top: 1px solid var(--ln-forest);
  border-bottom: 1px solid var(--ln-forest);
  padding: 22px 0;
  color: var(--ln-ink);
  font-size: 1.2rem;
  font-weight: 750;
}

.mphb-total-price .mphb-price {
  color: var(--ln-orange-dark);
  font-family: var(--ln-serif);
  font-size: 2rem;
  font-weight: 650;
}

.mphb_sc_checkout-submit-wrapper {
  margin: 28px 0 0;
}

.mphb_sc_checkout-submit-wrapper .button,
.mphb_sc_checkout-submit-wrapper button,
.mphb_sc_checkout-submit-wrapper input[type="submit"] {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--ln-orange);
  border-radius: 0;
  background: var(--ln-orange);
  color: var(--ln-white);
  font-family: var(--ln-sans);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color 180ms var(--ln-ease-out),
    border-color 180ms var(--ln-ease-out);
}

.mphb_sc_checkout-submit-wrapper :where(.button, button, input[type="submit"]):hover {
  border-color: var(--ln-orange-dark);
  background: var(--ln-orange-dark);
  color: var(--ln-white);
}

.mphb_sc_checkout-submit-wrapper :where(.button, button, input[type="submit"]):disabled {
  border-color: rgba(28, 48, 40, 0.18);
  background: rgba(28, 48, 40, 0.12);
  color: var(--ln-muted);
  cursor: not-allowed;
}

.mphb-errors-wrapper:not(:empty) {
  margin: 22px 0;
  border: 1px solid var(--ln-orange-dark);
  padding: 16px 18px;
  background: #fff8f4;
  color: #5f301b;
}

@media (max-width: 680px) {
  .ln-booking-progress {
    margin-bottom: 34px;
  }

  .ln-booking-progress li {
    gap: 6px;
    font-size: 0.8rem;
  }

  .ln-plugin-page-heading:has(+ .mphb_sc_checkout-wrapper) h1 {
    font-size: clamp(2.55rem, 13vw, 3.55rem);
  }

  #mphb-booking-details,
  .mphb-room-details,
  #mphb-customer-details {
    grid-template-columns: 1fr;
  }

  #mphb-booking-details > *,
  .mphb-room-details > *,
  #mphb-customer-details > * {
    grid-column: 1 !important;
  }

  #mphb-booking-details > :where(.mphb-check-in-date, .mphb-check-out-date) {
    padding: 16px;
  }

  .mphb-total-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mphb_sc_checkout-submit-wrapper :where(.button, button, input[type="submit"]) {
    transition: none;
  }
}

/* Events and meeting spaces */
.ln-feature-band--events > img {
  object-position: center 58%;
}

.ln-event-summary {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ln-event-summary li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.ln-event-summary li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #edbd92;
  content: "";
}

.ln-feature-band--events .ln-actions {
  margin-top: 30px;
}

.ln-events-hero {
  position: relative;
  height: clamp(560px, 78svh, 720px);
  display: grid;
  align-items: end;
  isolation: isolate;
  background-image: var(--ln-events-hero);
  background-position: 76% 56%;
  background-size: cover;
  color: var(--ln-white);
}

.ln-events-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(16, 28, 23, 0.54);
  content: "";
}

.ln-events-hero__content {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(54px, 8vw, 92px);
}

.ln-events-hero__content h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--ln-serif);
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.ln-events-hero__content > p:not(.ln-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.ln-events-intro,
.ln-events-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: end;
}

.ln-events-intro .ln-lede,
.ln-events-heading .ln-lede {
  margin-top: 0;
}

.ln-event-note {
  margin: 24px 0 0;
  border-top: 1px solid var(--ln-line);
  padding-top: 18px;
  color: var(--ln-forest);
  font-weight: 700;
  line-height: 1.65;
}

.ln-events-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  margin-top: 52px;
  background: var(--ln-paper);
}

.ln-events-stage__media {
  min-height: 650px;
  margin: 0;
  overflow: hidden;
}

.ln-events-stage__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
}

.ln-events-stage__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.ln-events-stage__body h3 {
  margin: 0;
  font-family: var(--ln-serif);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 600;
  line-height: 1;
}

.ln-events-stage__body > p {
  margin: 20px 0 0;
  color: var(--ln-muted);
  line-height: 1.72;
}

.ln-event-details {
  margin: 28px 0 30px;
}

.ln-event-details > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.3fr);
  gap: 16px;
  border-top: 1px solid var(--ln-line);
  padding: 15px 0;
}

.ln-event-details > div:last-child {
  border-bottom: 1px solid var(--ln-line);
}

.ln-event-details dt {
  color: var(--ln-ink);
  font-weight: 800;
}

.ln-event-details dd {
  margin: 0;
  color: var(--ln-muted);
}

.ln-event-formats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
}

.ln-event-formats article {
  min-height: 250px;
  padding: 30px 24px 34px;
}

.ln-event-formats article + article {
  border-left: 1px solid var(--ln-line);
}

.ln-event-formats span {
  color: var(--ln-orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.ln-event-formats h3 {
  margin: 44px 0 12px;
  font-family: var(--ln-serif);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.ln-event-formats p {
  margin: 0;
  color: var(--ln-muted);
  line-height: 1.62;
}

.ln-events-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 300px;
  gap: 12px;
  margin-top: 48px;
}

.ln-events-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ln-events-gallery img:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.ln-events-gallery img:nth-child(2) {
  grid-column: span 5;
}

.ln-events-gallery img:nth-child(3) {
  grid-column: span 5;
}

.ln-events-gallery img:nth-child(4) {
  grid-column: span 7;
  grid-row: span 2;
}

.ln-events-gallery img:nth-child(5) {
  grid-column: span 5;
  grid-row: span 2;
  object-position: center;
}

.ln-events-planning {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.ln-events-planning__action {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.ln-events-planning__action a:not(.ln-button) {
  color: var(--ln-forest);
  font-weight: 700;
  text-underline-offset: 4px;
}

.ln-event-rooms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 54px;
}

.ln-event-room {
  display: grid;
  grid-template-rows: 360px 1fr;
  border: 1px solid var(--ln-line);
  background: var(--ln-white);
}

.ln-event-room figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.ln-event-room figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ln-event-room__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 44px);
}

.ln-event-room__body h3 {
  margin: 4px 0 14px;
  font-family: var(--ln-serif);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1;
}

.ln-event-room__body > p:not(.ln-kicker) {
  margin: 0;
  color: var(--ln-muted);
  line-height: 1.7;
}

.ln-room-capacities {
  margin: 26px 0 30px;
  border-top: 1px solid var(--ln-line);
}

.ln-room-capacities div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--ln-line);
  padding: 11px 0;
}

.ln-room-capacities dt {
  color: var(--ln-muted);
}

.ln-room-capacities dd {
  margin: 0;
  color: var(--ln-ink);
  font-weight: 800;
  text-align: right;
}

.ln-room-select {
  align-self: flex-start;
  margin-top: auto;
}

.ln-layout-reference {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid var(--ln-line);
  border-left: 1px solid var(--ln-line);
}

.ln-layout-reference article {
  min-height: 360px;
  border-right: 1px solid var(--ln-line);
  border-bottom: 1px solid var(--ln-line);
  padding: 28px;
}

.ln-layout-svg {
  width: 100%;
  max-width: 210px;
  height: 126px;
  display: block;
  color: var(--ln-forest);
}

.ln-layout-reference h3 {
  margin: 26px 0 10px;
  font-family: var(--ln-serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.ln-layout-reference p {
  min-height: 52px;
  margin: 0;
  color: var(--ln-muted);
  line-height: 1.6;
}

.ln-layout-reference span {
  display: block;
  margin-top: 18px;
  color: var(--ln-orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.ln-event-quote-section {
  color: var(--ln-white);
}

.ln-event-quote-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  margin-bottom: 48px;
}

.ln-event-quote-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.ln-event-form-notice {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  border-left: 5px solid #dcebdd;
  padding: 20px 24px;
  background: var(--ln-white);
  color: var(--ln-ink);
}

.ln-event-form-notice--error {
  border-left-color: #c65d4b;
}

.ln-event-quote-form {
  display: grid;
  gap: 18px;
}

.ln-event-fieldset {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: clamp(24px, 4vw, 42px);
}

.ln-event-fieldset legend {
  padding: 0 12px;
  font-family: var(--ln-serif);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 600;
}

.ln-room-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ln-room-options label,
.ln-layout-options > label {
  position: relative;
  cursor: pointer;
}

.ln-room-options input,
.ln-layout-options > label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ln-room-options span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.ln-room-options small {
  color: rgba(255, 255, 255, 0.7);
}

.ln-room-options input:checked + span,
.ln-layout-options > label > input:checked ~ .ln-layout-option__visual,
.ln-layout-options > label > input:checked ~ .ln-layout-option__text {
  border-color: var(--ln-orange);
  background: var(--ln-white);
  color: var(--ln-ink);
}

.ln-room-options input:focus-visible + span,
.ln-layout-options > label > input:focus-visible ~ .ln-layout-option__visual {
  outline: 3px solid var(--ln-orange);
  outline-offset: 3px;
}

.ln-layout-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ln-layout-options > label {
  display: grid;
  grid-template-rows: 150px 1fr;
}

.ln-layout-option__visual,
.ln-layout-option__text {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.ln-layout-option__visual {
  border-bottom: 0;
}

.ln-layout-option__visual .ln-layout-svg {
  height: 112px;
  margin: auto;
  color: currentColor;
}

.ln-layout-option__text {
  border-top: 0;
  padding-top: 4px;
}

.ln-layout-option__text strong,
.ln-layout-option__text small {
  display: block;
}

.ln-layout-option__text strong {
  font-size: 1.05rem;
}

.ln-layout-option__text small {
  min-height: 44px;
  margin-top: 7px;
  color: inherit;
  opacity: 0.76;
  line-height: 1.45;
}

.ln-capacity-output {
  display: block;
  margin-top: 18px;
  color: #f2c8a6;
  font-weight: 800;
}

.ln-event-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ln-event-form-grid label {
  display: grid;
  gap: 9px;
  font-size: 0.84rem;
  font-weight: 800;
}

.ln-event-form-grid__wide {
  grid-column: 1 / -1;
}

.ln-event-form-grid input,
.ln-event-form-grid select,
.ln-event-form-grid textarea {
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  padding: 13px 15px;
  background: var(--ln-white);
  color: var(--ln-ink);
  font: inherit;
}

.ln-event-form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.ln-event-form-grid input:focus,
.ln-event-form-grid select:focus,
.ln-event-form-grid textarea:focus {
  border-color: var(--ln-orange);
  outline: 3px solid rgba(237, 189, 146, 0.24);
}

.ln-event-services {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 24px;
}

.ln-event-services > span {
  width: 100%;
  font-weight: 800;
}

.ln-event-services label {
  display: flex;
  gap: 9px;
  align-items: center;
}

.ln-event-services input {
  width: 18px;
  height: 18px;
  accent-color: var(--ln-orange);
}

.ln-event-submit {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-top: 10px;
}

.ln-event-submit p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.ln-event-submit .ln-button {
  flex: 0 0 auto;
}

.ln-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1020px) {
  .ln-events-stage {
    grid-template-columns: 1fr;
  }

  .ln-events-stage__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .ln-event-formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ln-layout-reference,
  .ln-layout-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ln-event-formats article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ln-line);
  }

  .ln-event-formats article:nth-child(4) {
    border-top: 1px solid var(--ln-line);
  }
}

@media (max-width: 760px) {
  .ln-events-hero {
    height: clamp(590px, 76svh, 680px);
    background-position: 76% 60%;
    background-size: 200% auto;
  }

  .ln-events-hero__content h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .ln-events-hero__content .ln-actions,
  .ln-feature-band--events .ln-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ln-events-hero__content .ln-button,
  .ln-feature-band--events .ln-button {
    width: 100%;
    box-sizing: border-box;
  }

  .ln-events-intro,
  .ln-events-heading,
  .ln-events-planning,
  .ln-event-quote-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ln-event-rooms,
  .ln-room-options,
  .ln-layout-reference,
  .ln-layout-options,
  .ln-event-form-grid {
    grid-template-columns: 1fr;
  }

  .ln-event-room {
    grid-template-rows: 250px 1fr;
  }

  .ln-layout-reference article {
    min-height: 0;
  }

  .ln-event-form-grid__wide {
    grid-column: auto;
  }

  .ln-event-fieldset {
    padding: 24px 18px 28px;
  }

  .ln-event-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .ln-event-submit .ln-button {
    width: 100%;
    box-sizing: border-box;
  }

  .ln-events-stage {
    margin-top: 38px;
  }

  .ln-events-stage__media {
    aspect-ratio: 4 / 3;
  }

  .ln-events-stage__body {
    padding: 32px 22px 38px;
  }

  .ln-event-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ln-event-formats {
    grid-template-columns: 1fr;
  }

  .ln-event-formats article {
    min-height: 0;
  }

  .ln-event-formats article + article,
  .ln-event-formats article:nth-child(3),
  .ln-event-formats article:nth-child(4) {
    border-top: 1px solid var(--ln-line);
    border-left: 0;
  }

  .ln-event-formats h3 {
    margin-top: 28px;
  }

  .ln-events-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .ln-events-gallery img:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .ln-events-gallery img:first-child,
  .ln-events-gallery img:last-child {
    grid-column: span 2;
  }

  .ln-events-gallery img:last-child {
    grid-row: span 2;
  }

  .ln-events-planning__action,
  .ln-events-planning__action .ln-button {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 900px) {
  .ln-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .ln-gallery-item,
  .ln-gallery-item:nth-child(1),
  .ln-gallery-item:nth-child(10),
  .ln-gallery-item:nth-child(14) {
    grid-column: span 1;
  }

  .ln-gallery-item:nth-child(1),
  .ln-gallery-item:nth-child(10) {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .ln-gallery-filters {
    flex-wrap: nowrap;
    margin-right: calc(var(--ln-gutter) * -1);
    padding-right: var(--ln-gutter);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ln-gallery-filters::-webkit-scrollbar {
    display: none;
  }

  .ln-gallery-filter {
    flex: 0 0 auto;
  }

  .ln-gallery-grid {
    grid-auto-rows: 190px;
    gap: 8px;
  }

  .ln-gallery-caption {
    padding: 30px 12px 11px;
  }

  .ln-gallery-caption > span {
    display: none;
  }

  .ln-gallery-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .ln-gallery-dialog__stage {
    height: min(64dvh, 540px);
  }

  .ln-gallery-dialog__close {
    top: 8px;
    right: 8px;
  }

  .ln-gallery-dialog__nav--prev {
    left: 8px;
  }

  .ln-gallery-dialog__nav--next {
    right: 8px;
  }

  .ln-gallery-dialog__footer {
    min-height: 58px;
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ln-gallery-open img {
    transition: none;
  }
}
