/* generated per-site — palette + tokens are seeded, prefix is randomized */
:root{
  --mlq32-brand:#232428;
  --mlq32-brand2:#40474f;
  --mlq32-brand-contrast:#ffffff;
  --mlq32-paper:#fbfaf9;
  --mlq32-ink:#17181c;
  --mlq32-muted:#f1f0ef;
  --mlq32-muted-strong:#e5e5e4;
  --mlq32-border:#dadad9;
  --mlq32-ink-soft:#676769;
  --mlq32-radius:4px;
  --mlq32-gap:16px;
  --mlq32-container:1200px;
  --mlq32-section-pad:clamp(48px,3.7vw,48px);
  --mlq32-hero-height:clamp(380px,60vw,288px);
  --mlq32-shadow-1:0 1px 2px rgba(23,24,28,.05),0 6px 16px rgba(23,24,28,.06);
  --mlq32-shadow-2:0 4px 8px rgba(23,24,28,.07),0 14px 32px rgba(23,24,28,.11);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
[id]{scroll-margin-top:calc(64px + 1rem);}
:focus-visible{outline:2px solid var(--mlq32-brand);outline-offset:3px;}
:focus:not(:focus-visible){outline:none;}
body{
  margin:0;background:var(--mlq32-paper);color:var(--mlq32-ink);
  font-family:'IBM Plex Sans',system-ui,-apple-system,sans-serif;
  line-height:1.6;
}
h1,h2,h3{font-family:'Space Grotesk',Georgia,serif;line-height:1.15;margin:0 0 .55em;}
h1,h2{text-wrap:balance;}
h1{font-size:clamp(2.1rem,5vw,3.4rem);}
h2{font-size:clamp(1.6rem,3.2vw,2.3rem);}
p{margin:0 0 1em;}
a{color:var(--mlq32-brand);text-decoration:none;}
a:hover{text-decoration:underline;}
img,picture{max-width:100%;display:block;}
img{height:auto;border-radius:var(--mlq32-radius);}
ul{margin:0;padding:0;}
li{list-style:none;}

.mlq32-container{max-width:var(--mlq32-container);margin-inline:auto;padding-inline:20px;}
.mlq32-skip{position:absolute;left:-999px;top:0;background:var(--mlq32-brand);color:var(--mlq32-brand-contrast);padding:.6em 1em;z-index:200;}
.mlq32-skip:focus{left:0;}

/* --- header / nav --- */
.mlq32-header{position:sticky;top:0;background:var(--mlq32-paper);border-bottom:1px solid var(--mlq32-border);z-index:100;}
.mlq32-header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:10px;gap:16px;}
.mlq32-logo{display:flex;align-items:center;}
.mlq32-logo-img{max-height:44px;width:auto;border-radius:0;}
.mlq32-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:0;padding:8px;cursor:pointer;}
.mlq32-nav-toggle span{display:block;width:24px;height:2px;background:var(--mlq32-ink);}
.mlq32-nav-list{display:flex;gap:22px;align-items:center;}
.mlq32-nav-list a{color:var(--mlq32-ink);font-weight:500;}
.mlq32-nav-list a:hover,.mlq32-nav-list a[aria-current="page"]{color:var(--mlq32-brand);text-decoration:none;}

@media (max-width:780px){
  .mlq32-nav-toggle{display:flex;}
  .mlq32-nav{position:absolute;left:0;right:0;top:100%;background:var(--mlq32-paper);border-bottom:1px solid var(--mlq32-border);max-height:0;overflow:hidden;}
  .mlq32-nav.mlq32-nav-open{max-height:70vh;}
  .mlq32-nav-list{flex-direction:column;align-items:flex-start;padding:16px 20px;gap:8px;}
}

/* --- buttons / cta --- */
.mlq32-btn{display:inline-block;padding:.75em 1.5em;border-radius:var(--mlq32-radius);background:var(--mlq32-brand);color:var(--mlq32-brand-contrast);font-weight:600;}
.mlq32-btn:hover{background:var(--mlq32-brand2);text-decoration:none;}
.mlq32-btn--outline{background:transparent;border:1.5px solid var(--mlq32-brand);color:var(--mlq32-brand);}

/* --- generic section rhythm --- */
.mlq32-section{padding-block:var(--mlq32-section-pad);}
.mlq32-section--alt{background:var(--mlq32-muted-strong);}
.mlq32-section-intro{max-width:42em;color:var(--mlq32-ink-soft);margin-bottom:16px;}
.mlq32-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:var(--mlq32-brand);font-weight:600;}
.mlq32-section-head{margin-bottom:24px;}
.mlq32-section-head h2{margin-bottom:.25em;}
.mlq32-section-head .mlq32-section-intro{margin-bottom:0;}

/* --- hero --- */
/* min-height (all variants) is a floor, not a cap — the fixed-height slider
   images stretch to fill it, but real copy is always free to grow the
   section taller instead of ever being clipped. */
.mlq32-hero{position:relative;background:var(--mlq32-muted);min-height:var(--mlq32-hero-height);}
.mlq32-hero-inner{display:grid;gap:24px;align-items:center;padding-block:clamp(64px,4.2vw,55px);}
.mlq32-hero--split .mlq32-hero-inner{grid-template-columns:1.1fr 1fr;}
.mlq32-hero--centered .mlq32-hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:46em;margin-inline:auto;}
.mlq32-hero--centered .mlq32-hero-media{order:-1;width:100%;max-width:640px;}
.mlq32-hero h1{font-size:clamp(2.5rem,6.5vw,4.2rem);letter-spacing:-.02em;}
.mlq32-hero-eyebrow{margin-bottom:1.1em;}
.mlq32-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;}
.mlq32-hero--centered .mlq32-hero-actions{justify-content:center;}
.mlq32-hero-media img{aspect-ratio:16/10;object-fit:cover;width:100%;}
.mlq32-hero--split .mlq32-hero-media img{box-shadow:14px 14px 0 var(--mlq32-muted-strong);}
.mlq32-hero--collage{color:#fff;}
.mlq32-hero--collage .mlq32-hero-media{position:absolute;inset:0;z-index:0;}
.mlq32-hero--collage .mlq32-hero-media img{aspect-ratio:auto;width:100%;height:100%;object-fit:cover;border-radius:0;}
.mlq32-hero--collage .mlq32-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55));}
/* copy (not hero-inner) gets the position:relative/z-index stacking context —
   putting it on hero-inner instead would make hero-inner's narrow, centered
   max-width:42em box the containing block for the absolutely-positioned
   hero-media, squeezing the full-bleed slider image/collage down to that
   copy-width column instead of the full hero width. */
.mlq32-hero--collage .mlq32-hero-inner{grid-template-columns:1fr;max-width:42em;}
.mlq32-hero--collage .mlq32-hero-copy{position:relative;z-index:1;}
.mlq32-hero-subhead{font-size:1.15rem;color:var(--mlq32-ink-soft);}
.mlq32-hero--collage .mlq32-hero-subhead{color:rgba(255,255,255,.88);}
.mlq32-hero--collage .mlq32-eyebrow{color:rgba(255,255,255,.85);}
.mlq32-hero--collage .mlq32-btn--outline{border-color:rgba(255,255,255,.85);color:#fff;}
/* auto-slide hero: 3 stacked slides crossfade in a synchronized 18s loop —
   each slide's own animation-delay staggers when its local 0% keyframe
   (opaque) lands, so exactly one slide is visible at any moment. */
.mlq32-hero-slider .mlq32-hero-slide{position:absolute;inset:0;opacity:0;animation:mlq32-hero-fade 18s infinite;}
.mlq32-hero-slider .mlq32-hero-slide:nth-child(1){animation-delay:0s;}
.mlq32-hero-slider .mlq32-hero-slide:nth-child(2){animation-delay:6s;}
.mlq32-hero-slider .mlq32-hero-slide:nth-child(3){animation-delay:12s;}
@keyframes mlq32-hero-fade{
  0%{opacity:1;}
  28%{opacity:1;}
  33%{opacity:0;}
  100%{opacity:0;}
}
@media (prefers-reduced-motion:reduce){
  .mlq32-hero-slider .mlq32-hero-slide{animation:none;opacity:0;}
  .mlq32-hero-slider .mlq32-hero-slide:first-child{opacity:1;}
}
/* 19-F: text-led hero for builds with no real photography */
.mlq32-hero--text_banner{background:linear-gradient(165deg,var(--mlq32-muted) 0%,var(--mlq32-muted-strong) 100%);}
.mlq32-hero--text_banner .mlq32-hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:46em;margin-inline:auto;padding-block:clamp(77px,5.0vw,66px);}
.mlq32-hero--text_banner .mlq32-hero-actions{justify-content:center;}
@media (max-width:780px){
  .mlq32-hero--split .mlq32-hero-inner{grid-template-columns:1fr;}
  .mlq32-hero--split .mlq32-hero-media{order:-1;}
}

/* --- page header (sub-pages) --- */
.mlq32-page-header{position:relative;background:var(--mlq32-muted-strong);overflow:hidden;}
.mlq32-page-header-media{position:absolute;inset:0;z-index:0;}
.mlq32-page-header-media img{width:100%;height:100%;object-fit:cover;object-position:center;}
.mlq32-page-header-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.6));}
.mlq32-page-header--banner{color:#fff;}
.mlq32-page-header-inner{position:relative;z-index:1;padding-block:clamp(40px,2.6vw,34px);}
.mlq32-page-header--banner .mlq32-breadcrumb a,.mlq32-page-header--banner .mlq32-breadcrumb{color:rgba(255,255,255,.75);}
.mlq32-page-header--banner .mlq32-page-header-intro{color:rgba(255,255,255,.88);font-size:1.1rem;margin-top:.5em;}
.mlq32-breadcrumb{font-size:.85rem;color:var(--mlq32-ink-soft);margin-bottom:.5em;}
.mlq32-breadcrumb a{color:var(--mlq32-ink-soft);}

/* --- about --- */
.mlq32-about-inner{display:grid;gap:24px;align-items:center;}
.mlq32-about--image_left .mlq32-about-inner,.mlq32-about--image_right .mlq32-about-inner{grid-template-columns:1fr 1.1fr;}
.mlq32-about--image_right .mlq32-about-inner{direction:rtl;}
.mlq32-about--image_right .mlq32-about-inner > *{direction:ltr;}
.mlq32-about--stacked .mlq32-about-inner{grid-template-columns:1fr;max-width:46em;margin-inline:auto;text-align:center;}
.mlq32-about--stacked .mlq32-about-media{order:-1;}
@media (max-width:780px){.mlq32-about-inner{grid-template-columns:1fr !important;direction:ltr !important;}}

/* --- narrative (inner-page rich text) --- */
.mlq32-narrative-inner{display:grid;gap:24px;align-items:center;}
.mlq32-narrative--image_left .mlq32-narrative-inner,.mlq32-narrative--image_right .mlq32-narrative-inner{grid-template-columns:1fr 1.1fr;}
.mlq32-narrative--image_right .mlq32-narrative-inner{direction:rtl;}
.mlq32-narrative--image_right .mlq32-narrative-inner > *{direction:ltr;}
.mlq32-narrative--stacked .mlq32-narrative-inner{grid-template-columns:1fr;max-width:46em;margin-inline:auto;text-align:center;}
.mlq32-narrative--stacked .mlq32-narrative-media{order:-1;}
@media (max-width:780px){.mlq32-narrative-inner{grid-template-columns:1fr !important;direction:ltr !important;}}

/* --- content blocks --- */
.mlq32-content-block-inner{display:grid;gap:24px;align-items:center;}
.mlq32-content-block--image_left .mlq32-content-block-inner,.mlq32-content-block--image_right .mlq32-content-block-inner{grid-template-columns:1fr 1.1fr;}
.mlq32-content-block--image_right .mlq32-content-block-inner{direction:rtl;}
.mlq32-content-block--image_right .mlq32-content-block-inner > *{direction:ltr;}
.mlq32-content-block--text_only .mlq32-content-block-inner{grid-template-columns:1fr;max-width:46em;margin-inline:auto;background:var(--mlq32-muted);border-left:3px solid var(--mlq32-brand);padding:20px 24px;}
@media (max-width:780px){.mlq32-content-block-inner{grid-template-columns:1fr !important;direction:ltr !important;}}

/* --- review digest --- */
.mlq32-review-verdict{max-width:46em;margin-inline:auto;margin-bottom:20px;font-size:1.1rem;line-height:1.75;text-align:center;color:var(--mlq32-ink-soft);}
.mlq32-review-digest-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mlq32-review-card{padding:16px 20px;border-radius:var(--mlq32-radius);box-shadow:var(--mlq32-shadow-1);}
.mlq32-review-card--liked{background:rgba(34,139,34,.07);border-top:3px solid #3a7d3a;}
.mlq32-review-card--disliked{background:var(--mlq32-muted-strong);border-top:3px solid var(--mlq32-ink-soft);}
.mlq32-review-card h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;}
.mlq32-review-card--liked h3{color:#3a7d3a;}
.mlq32-review-card--disliked h3{color:var(--mlq32-ink-soft);}
.mlq32-review-card ul{display:flex;flex-direction:column;gap:.6em;}
.mlq32-review-card li{display:flex;align-items:baseline;gap:.5em;line-height:1.5;}
.mlq32-like-icon{color:#3a7d3a;font-weight:700;flex-shrink:0;}
.mlq32-dislike-icon{color:var(--mlq32-ink-soft);font-weight:700;flex-shrink:0;}
@media (max-width:780px){.mlq32-review-digest-cols{grid-template-columns:1fr;}}

/* --- highlights --- */
.mlq32-highlights--icon_grid .mlq32-highlights-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;}
.mlq32-highlights--icon_grid .mlq32-highlight{padding:16px;border:1px solid var(--mlq32-border);border-radius:var(--mlq32-radius);background:var(--mlq32-paper);box-shadow:var(--mlq32-shadow-1);}
.mlq32-highlights--alternating_rows .mlq32-highlights-list{display:flex;flex-direction:column;gap:16px;}
.mlq32-highlights--alternating_rows .mlq32-highlight{display:flex;gap:16px;padding-block:8px;border-bottom:1px solid var(--mlq32-border);}
.mlq32-highlights--stat_strip .mlq32-highlights-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;text-align:center;}
.mlq32-highlights--stat_strip .mlq32-highlight strong{display:block;font-size:2rem;font-family:'Space Grotesk',serif;color:var(--mlq32-brand);}
.mlq32-highlight-icon{width:2.4em;height:2.4em;border-radius:50%;background:var(--mlq32-muted-strong);display:flex;align-items:center;justify-content:center;color:var(--mlq32-brand);font-weight:700;flex:none;}
.mlq32-highlight > div{display:flex;flex-direction:column;gap:.2em;}
.mlq32-highlight p{margin:0;color:var(--mlq32-ink-soft);font-size:.88rem;line-height:1.4;}

/* --- testimonials --- */
.mlq32-testimonials--card_grid .mlq32-testimonials-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;}
.mlq32-testimonial{background:var(--mlq32-paper);border:1px solid var(--mlq32-border);border-radius:var(--mlq32-radius);padding:16px;box-shadow:var(--mlq32-shadow-1);}
.mlq32-testimonials--quote_wall .mlq32-testimonials-list{display:flex;flex-direction:column;gap:12px;}
.mlq32-testimonials--quote_wall .mlq32-testimonial{border:0;border-left:3px solid var(--mlq32-brand);border-radius:0;background:none;padding-block:0;box-shadow:none;}
.mlq32-testimonials--single_carousel_static .mlq32-testimonial--featured{max-width:42em;margin-inline:auto;text-align:center;border:0;background:none;box-shadow:none;}
.mlq32-testimonials--single_carousel_static .mlq32-testimonial--featured p{font-size:1.4rem;font-family:'Space Grotesk',serif;}
.mlq32-testimonial-rating{color:var(--mlq32-brand);letter-spacing:.1em;}
.mlq32-testimonial-author{font-weight:600;margin-top:.5em;}

/* --- faq --- */
.mlq32-faq--two_column .mlq32-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;}
.mlq32-faq-item{border-bottom:1px solid var(--mlq32-border);padding-block:10px;}
.mlq32-faq-item summary{cursor:pointer;font-weight:600;list-style:none;}
.mlq32-faq-item summary::-webkit-details-marker{display:none;}
.mlq32-faq-item summary::after{content:"+";float:right;color:var(--mlq32-brand);}
.mlq32-faq-item[open] summary::after{content:"–";}
.mlq32-faq-item p{margin-top:.6em;color:var(--mlq32-ink-soft);}
@media (max-width:780px){.mlq32-faq--two_column .mlq32-faq-list{grid-template-columns:1fr;}}

/* --- cta --- */
/* Banner CTA is the page's mid-scroll tonal break: near-black band with a
   brand accent line — light → tint → dark rhythm instead of all-light. */
.mlq32-cta--banner{background:var(--mlq32-ink);color:rgba(255,255,255,.94);text-align:center;border-top:3px solid var(--mlq32-brand);}
.mlq32-cta--banner h2{color:#fff;}
.mlq32-cta--banner .mlq32-btn{background:#fff;color:var(--mlq32-ink);}
.mlq32-cta--banner .mlq32-btn:hover{background:var(--mlq32-brand);color:var(--mlq32-brand-contrast);}
.mlq32-cta--inline_split .mlq32-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;}
.mlq32-cta-body{margin:.4em 0 0;opacity:.88;font-size:1.05rem;}

/* --- menu --- */
.mlq32-menu-cat{margin-bottom:20px;}
.mlq32-menu-cat h3{border-bottom:2px solid var(--mlq32-brand);display:inline-block;padding-bottom:.2em;}
.mlq32-menu--two_column .mlq32-menu-cats{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mlq32-menu-item{display:flex;justify-content:space-between;gap:16px;padding-block:.5em;border-bottom:1px dotted var(--mlq32-border);}
.mlq32-menu-item-desc{color:var(--mlq32-ink-soft);font-size:.9rem;}
.mlq32-menu-item-price{font-weight:600;white-space:nowrap;}
.mlq32-menu--tabs .mlq32-menu-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;}
.mlq32-menu--tabs .mlq32-menu-tab{padding:.4em 1em;border:1px solid var(--mlq32-border);border-radius:999px;font-size:.85rem;color:var(--mlq32-ink-soft);}
@media (max-width:780px){.mlq32-menu--two_column .mlq32-menu-cats{grid-template-columns:1fr;}}

/* --- rooms / services --- */
.mlq32-rooms--cards .mlq32-rooms-list,.mlq32-services--grid .mlq32-services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}
.mlq32-room-card,.mlq32-service-card{border:1px solid var(--mlq32-border);border-radius:var(--mlq32-radius);padding:16px;background:var(--mlq32-paper);display:flex;align-items:flex-start;gap:.6em;box-shadow:var(--mlq32-shadow-1);}
.mlq32-room-card > div,.mlq32-service-card > div{flex:1;min-width:0;}
.mlq32-room-card p,.mlq32-service-card p{margin:.25em 0 0;color:var(--mlq32-ink-soft);font-size:.9rem;line-height:1.45;}
.mlq32-rooms--list_with_icons .mlq32-rooms-list,.mlq32-services--icon_list .mlq32-services-list{display:flex;flex-direction:column;gap:8px;}
.mlq32-rooms--list_with_icons .mlq32-room-card,.mlq32-services--icon_list .mlq32-service-card{border:0;border-bottom:1px solid var(--mlq32-border);border-radius:0;background:none;padding-inline:0;box-shadow:none;}
.mlq32-rooms--alternating .mlq32-rooms-list,.mlq32-services--alternating .mlq32-services-list{display:flex;flex-direction:column;gap:24px;}
.mlq32-rooms--alternating .mlq32-room-card:nth-child(even),.mlq32-services--alternating .mlq32-service-card:nth-child(even){background:var(--mlq32-muted-strong);}
.mlq32-amenity-check{color:var(--mlq32-brand);font-weight:700;flex:none;}

/* --- gallery --- */
.mlq32-gallery-item img{aspect-ratio:4/3;object-fit:cover;width:100%;}
.mlq32-gallery-collages{display:flex;flex-direction:column;gap:12px;margin-bottom:12px;}
.mlq32-gallery-collages .mlq32-gallery-item img{aspect-ratio:auto;width:100%;}
.mlq32-gallery-singles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;}
.mlq32-gallery--grid .mlq32-gallery-singles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.mlq32-gallery--masonry .mlq32-gallery-singles{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;grid-auto-rows:10px;}
.mlq32-gallery--masonry .mlq32-gallery-singles .mlq32-gallery-item:nth-child(3n+1){grid-row-end:span 24;}
.mlq32-gallery--masonry .mlq32-gallery-singles .mlq32-gallery-item:nth-child(3n+2){grid-row-end:span 32;}
.mlq32-gallery--masonry .mlq32-gallery-singles .mlq32-gallery-item:nth-child(3n){grid-row-end:span 20;}
.mlq32-gallery--masonry .mlq32-gallery-singles .mlq32-gallery-item img{height:100%;object-fit:cover;}
.mlq32-gallery-trigger{display:block;width:100%;padding:0;border:0;background:none;cursor:pointer;text-align:left;}
.mlq32-lightbox{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;}
.mlq32-lightbox[hidden]{display:none;}
.mlq32-lightbox-img{max-width:90vw;max-height:85vh;width:auto;border-radius:0;}
.mlq32-lightbox-close,.mlq32-lightbox-prev,.mlq32-lightbox-next{position:absolute;background:rgba(255,255,255,.12);color:#fff;border:0;border-radius:50%;width:44px;height:44px;font-size:1.4rem;line-height:1;cursor:pointer;}
.mlq32-lightbox-close{top:12px;right:12px;}
.mlq32-lightbox-prev{left:12px;top:50%;transform:translateY(-50%);}
.mlq32-lightbox-next{right:12px;top:50%;transform:translateY(-50%);}
.mlq32-lightbox-close:hover,.mlq32-lightbox-prev:hover,.mlq32-lightbox-next:hover{background:rgba(255,255,255,.25);}
@media (max-width:600px){
  .mlq32-lightbox-prev{left:6px;}
  .mlq32-lightbox-next{right:6px;}
}

/* --- contact --- */
.mlq32-contact--split_map .mlq32-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mlq32-contact--stacked .mlq32-contact-inner{display:flex;flex-direction:column;gap:24px;}
.mlq32-map-embed{aspect-ratio:4/3;border-radius:var(--mlq32-radius);overflow:hidden;background:var(--mlq32-muted-strong);}
.mlq32-map-embed iframe{width:100%;height:100%;border-radius:0;}
.mlq32-form{display:flex;flex-direction:column;gap:10px;}
.mlq32-form label{font-weight:600;font-size:.9rem;display:block;margin-bottom:.35em;}
.mlq32-form input,.mlq32-form textarea{width:100%;padding:.7em;border:1px solid var(--mlq32-border);border-radius:var(--mlq32-radius);font:inherit;background:var(--mlq32-paper);color:var(--mlq32-ink);}
.mlq32-form-hp{position:absolute;left:-9999px;}
.mlq32-form-status{padding:8px 10px;border-radius:var(--mlq32-radius);margin-bottom:10px;border:1px solid var(--mlq32-border);font-weight:600;}
.mlq32-form-status--ok{border-color:var(--mlq32-brand);background:var(--mlq32-muted-strong);color:var(--mlq32-ink);}
.mlq32-form-status--err{border-color:#c0392b;background:var(--mlq32-muted-strong);color:#c0392b;}
.mlq32-nap{margin-top:12px;color:var(--mlq32-ink-soft);}
@media (max-width:780px){.mlq32-contact--split_map .mlq32-contact-inner{grid-template-columns:1fr;}}

/* --- footer --- */
.mlq32-footer{background:var(--mlq32-ink);color:rgba(255,255,255,.82);padding-block:29px;margin-top:16px;}
.mlq32-footer a{color:rgba(255,255,255,.82);text-decoration:none;}
.mlq32-footer a:hover{color:#fff;text-decoration:underline;}
.mlq32-footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;}
.mlq32-footer-nav{display:flex;flex-direction:column;gap:6px;}
.mlq32-footer-nav a{font-size:.9rem;}
.mlq32-footer-social{display:flex;gap:12px;}
.mlq32-footer-bottom{margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem;opacity:.7;}

/* --- 404 --- */
.mlq32-notfound{text-align:center;padding-block:72px;}

/* --- motion-safe transitions and hover effects --- */
@media (prefers-reduced-motion: no-preference){
  .mlq32-nav{transition:max-height .25s ease;}
  .mlq32-btn{transition:background .15s ease,transform .1s ease;}
  .mlq32-btn:hover{transform:translateY(-1px);}
  .mlq32-room-card,.mlq32-service-card,.mlq32-highlights--icon_grid .mlq32-highlight{transition:box-shadow .18s ease,transform .18s ease;}
  .mlq32-rooms--cards .mlq32-room-card:hover,.mlq32-services--grid .mlq32-service-card:hover,
  .mlq32-highlights--icon_grid .mlq32-highlight:hover{box-shadow:var(--mlq32-shadow-2);transform:translateY(-2px);}
  .mlq32-testimonial{transition:box-shadow .18s ease;}
  .mlq32-testimonials--card_grid .mlq32-testimonial:hover{box-shadow:var(--mlq32-shadow-2);}
  .mlq32-nav-list a{transition:color .15s ease;}
  .mlq32-faq-item p{transition:opacity .15s ease;}
}
