/* generated per-site — palette + tokens are seeded, prefix is randomized */
:root{
  --wuu18-brand:#322531;
  --wuu18-brand2:#9b8977;
  --wuu18-brand-contrast:#ffffff;
  --wuu18-brand-ink:#322531;
  --wuu18-accent:#96c5fd;
  --wuu18-accent-ink:#586f8b;
  --wuu18-accent-contrast:#15171a;
  --wuu18-paper:#f5f5f5;
  --wuu18-ink:#191919;
  --wuu18-muted:#ececec;
  --wuu18-muted-strong:#e2e0e1;
  --wuu18-border:#d8d8d8;
  --wuu18-ink-soft:#666666;
  --wuu18-radius:16px;
  --wuu18-gap:32px;
  --wuu18-container:1280px;
  --wuu18-section-pad:clamp(48px,7.4vw,96px);
  --wuu18-hero-height:clamp(380px,60vw,576px);
  --wuu18-shadow-1:0 1px 2px rgba(23,24,28,.05),0 6px 16px rgba(23,24,28,.06);
  --wuu18-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(--wuu18-brand);outline-offset:3px;}
:focus:not(:focus-visible){outline:none;}
body{
  margin:0;background:var(--wuu18-paper);color:var(--wuu18-ink);
  font-family:'Quattrocento Sans',system-ui,-apple-system,sans-serif;
  line-height:1.6;
}
h1,h2,h3{font-family:'Quattrocento',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);}
h3{font-size:1.15rem;}
p{margin:0 0 1em;}
a{color:var(--wuu18-brand-ink);text-decoration:none;}
a:hover{text-decoration:underline;}
img,picture{max-width:100%;display:block;}
img{height:auto;border-radius:var(--wuu18-radius);}
ul{margin:0;padding:0;}
li{list-style:none;}

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

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

/* --- header chrome variants (29-A) --- */
/* The two elements on every page of every site had zero variation. Each
   variant rearranges the same hooks `nav.js` and the a11y contract need. */
.wuu18-header--centered_stack .wuu18-header-inner{flex-direction:column;gap:16px;}
.wuu18-header--centered_stack .wuu18-nav-list{justify-content:center;}
.wuu18-header--split_nav .wuu18-header-inner{justify-content:center;gap:51px;}
.wuu18-header--split_nav .wuu18-nav{display:none;}
.wuu18-header-split-list{display:flex;gap:38px;align-items:center;}
.wuu18-header-split-list a{color:var(--wuu18-ink);font-weight:500;}
.wuu18-header-split-list a:hover,.wuu18-header-split-list a[aria-current="page"]{color:var(--wuu18-brand-ink);}
.wuu18-header--logo_left_cta .wuu18-header-cta{padding:.5em 1.2em;font-size:0.8rem;white-space:nowrap;flex:none;}
@media (max-width:780px){
  .wuu18-header--split_nav .wuu18-header-split{display:none;}
  .wuu18-header--split_nav .wuu18-nav{display:block;}
  .wuu18-header--split_nav .wuu18-header-inner{justify-content:space-between;}
  .wuu18-header--centered_stack .wuu18-header-inner{flex-direction:row;}
  .wuu18-header--logo_left_cta .wuu18-header-cta{display:none;}
}

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

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

/* --- layout frame (29-E) --- */
/* Proportion is what a reader perceives as "a different site" more than any
   colour or font choice. `centered` is the width every build used before. */
.wuu18-frame--narrow_editorial .wuu18-container{max-width:min(var(--wuu18-container),62em);}
/* ...but chrome is not body copy: narrowing the *measure* must not narrow the
   header, which then wraps its own nav. */
.wuu18-frame--narrow_editorial .wuu18-header .wuu18-container,.wuu18-frame--narrow_editorial .wuu18-footer .wuu18-container{max-width:1200px;}
.wuu18-frame--narrow_editorial body,.wuu18-frame--narrow_editorial p{line-height:1.72;}
.wuu18-frame--wide .wuu18-section-intro{max-width:48em;}
.wuu18-frame--asymmetric .wuu18-container{margin-left:min(11vw,180px);margin-right:auto;}
.wuu18-frame--asymmetric .wuu18-hero--centered .wuu18-hero-inner{margin-inline:0;}
@media (max-width:900px){
  .wuu18-frame--asymmetric .wuu18-container{margin-inline:auto;}
}

/* --- heading treatment (29-D) --- */
.wuu18-heads--uppercase_tracked h1,.wuu18-heads--uppercase_tracked h2,.wuu18-heads--uppercase_tracked h3{text-transform:uppercase;letter-spacing:.045em;}
.wuu18-heads--uppercase_tracked h1{letter-spacing:.02em;}
.wuu18-heads--italic_display h1,.wuu18-heads--italic_display h2{font-style:italic;letter-spacing:-.01em;}
.wuu18-heads--italic_display .wuu18-pullquote-text{font-style:normal;}

/* --- button language (29-F) --- */
/* `radius` stays a token; it just stops being the only shape signal. */
.wuu18-btns--outline .wuu18-btn{background:transparent;border:1.5px solid var(--wuu18-brand);color:var(--wuu18-brand-ink);}
.wuu18-btns--outline .wuu18-btn:hover{background:var(--wuu18-brand);color:var(--wuu18-brand-contrast);}
.wuu18-btns--pill .wuu18-btn{border-radius:999px;padding-inline:1.9em;}
.wuu18-btns--underline .wuu18-btn{background:transparent;color:var(--wuu18-brand-ink);border-radius:0;border-bottom:2px solid var(--wuu18-brand);padding:.35em 0;}
.wuu18-btns--underline .wuu18-btn:hover{background:transparent;border-bottom-color:var(--wuu18-ink);color:var(--wuu18-ink);text-decoration:none;}
.wuu18-btns--underline .wuu18-cta--banner .wuu18-btn{color:#fff;border-bottom-color:#fff;}

/* --- generic section rhythm (29-F) --- */
/* `alternate` and `banded` differ in *which* sections carry the fill — that
   pattern is assigned in `render._assign_use_alt`, not here — while `ruled`
   and `bordered` replace the fill with a line and a box. */
.wuu18-section{padding-block:var(--wuu18-section-pad);}
.wuu18-section--alt{background:var(--wuu18-muted-strong);}
.wuu18-rhythm--ruled .wuu18-section+.wuu18-section{border-top:1px solid var(--wuu18-border);}
.wuu18-rhythm--ruled .wuu18-section--alt{background:none;}
.wuu18-rhythm--bordered .wuu18-section--alt{background:none;}
.wuu18-rhythm--bordered .wuu18-section+.wuu18-section>.wuu18-container{border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);padding-block:40px;}
.wuu18-rhythm--bordered .wuu18-hero>.wuu18-container,.wuu18-rhythm--bordered .wuu18-page-header>.wuu18-container{border:0;padding-block:0;}
.wuu18-section-intro{max-width:42em;color:var(--wuu18-ink-soft);margin-bottom:32px;}
.wuu18-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:0.8rem;color:var(--wuu18-brand-ink);font-weight:600;}
.wuu18-section-head{margin-bottom:48px;}
.wuu18-section-head h2{margin-bottom:.25em;}
.wuu18-section-head .wuu18-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. */
.wuu18-hero{position:relative;background:var(--wuu18-muted);min-height:var(--wuu18-hero-height);}
.wuu18-hero-inner{display:grid;gap:48px;align-items:center;padding-block:clamp(64px,8.5vw,110px);}
.wuu18-hero--split .wuu18-hero-inner{grid-template-columns:1.1fr 1fr;}
.wuu18-hero--centered .wuu18-hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:46em;margin-inline:auto;}
.wuu18-hero--centered .wuu18-hero-media{order:-1;width:100%;max-width:640px;}
.wuu18-hero h1{font-size:clamp(2.5rem,6.5vw,4.2rem);letter-spacing:-.02em;}
.wuu18-hero-eyebrow{margin-bottom:1.1em;}
.wuu18-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;}
.wuu18-hero--centered .wuu18-hero-actions{justify-content:center;}
.wuu18-hero-media img{aspect-ratio:16/10;object-fit:cover;width:100%;}
.wuu18-hero--split .wuu18-hero-media img{box-shadow:14px 14px 0 var(--wuu18-muted-strong);}
.wuu18-hero--collage{color:#fff;}
.wuu18-hero--collage .wuu18-hero-media{position:absolute;inset:0;z-index:0;}
.wuu18-hero--collage .wuu18-hero-media img{aspect-ratio:auto;width:100%;height:100%;object-fit:cover;border-radius:0;}
.wuu18-hero--collage .wuu18-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. */
.wuu18-hero--collage .wuu18-hero-inner{grid-template-columns:1fr;max-width:42em;}
.wuu18-hero--collage .wuu18-hero-copy{position:relative;z-index:1;}
.wuu18-hero-subhead{font-size:1.15rem;color:var(--wuu18-ink-soft);}
.wuu18-hero--collage .wuu18-hero-subhead{color:rgba(255,255,255,.88);}
.wuu18-hero--collage .wuu18-eyebrow{color:rgba(255,255,255,.85);}
.wuu18-hero--collage .wuu18-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. */
.wuu18-hero-slider .wuu18-hero-slide{position:absolute;inset:0;opacity:0;animation:wuu18-hero-fade 18s infinite;}
.wuu18-hero-slider .wuu18-hero-slide:nth-child(1){animation-delay:0s;}
.wuu18-hero-slider .wuu18-hero-slide:nth-child(2){animation-delay:6s;}
.wuu18-hero-slider .wuu18-hero-slide:nth-child(3){animation-delay:12s;}
@keyframes wuu18-hero-fade{
  0%{opacity:1;}
  28%{opacity:1;}
  33%{opacity:0;}
  100%{opacity:0;}
}
@media (prefers-reduced-motion:reduce){
  .wuu18-hero-slider .wuu18-hero-slide{animation:none;opacity:0;}
  .wuu18-hero-slider .wuu18-hero-slide:first-child{opacity:1;}
}
/* 19-F: text-led hero for builds with no real photography */
.wuu18-hero--text_banner{background:linear-gradient(165deg,var(--wuu18-muted) 0%,var(--wuu18-muted-strong) 100%);}
.wuu18-hero--text_banner .wuu18-hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:46em;margin-inline:auto;padding-block:clamp(77px,10.2vw,132px);}
.wuu18-hero--text_banner .wuu18-hero-actions{justify-content:center;}
/* 26-A: `split` reserves a second column and `centered` a media slot above
   the copy. A build whose images all failed to process reaches neither, and
   the copy would sit in a 55%-wide column beside dead space — so a hero with
   no media collapses to the single-column treatment it effectively is. */
.wuu18-hero--no-media .wuu18-hero-inner{grid-template-columns:1fr;}
@media (max-width:780px){
  .wuu18-hero--split .wuu18-hero-inner{grid-template-columns:1fr;}
  .wuu18-hero--split .wuu18-hero-media{order:-1;}
}

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

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

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

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

/* --- review digest --- */
.wuu18-review-verdict{max-width:46em;margin-inline:auto;margin-bottom:40px;font-size:1.15rem;line-height:1.75;text-align:center;color:var(--wuu18-ink-soft);}
.wuu18-review-digest-cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
/* 26: the variant sweep caught this — `columns` and `stacked` were declared
   as two treatments and drew the identical two-column grid, so half the
   axis did nothing. `stacked` now stacks. */
.wuu18-review-digest--stacked .wuu18-review-digest-cols{grid-template-columns:1fr;max-width:46em;}
.wuu18-review-card{padding:32px 40px;border-radius:var(--wuu18-radius);box-shadow:var(--wuu18-shadow-1);}
.wuu18-review-card--liked{background:rgba(34,139,34,.07);border-top:3px solid #3a7d3a;}
.wuu18-review-card--disliked{background:var(--wuu18-muted-strong);border-top:3px solid var(--wuu18-ink-soft);}
.wuu18-review-card h3{font-size:0.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;}
.wuu18-review-card--liked h3{color:#3a7d3a;}
.wuu18-review-card--disliked h3{color:var(--wuu18-ink-soft);}
.wuu18-review-card ul{display:flex;flex-direction:column;gap:.6em;}
.wuu18-review-card li{display:flex;align-items:baseline;gap:.5em;line-height:1.5;}
.wuu18-like-icon{color:#3a7d3a;font-weight:700;flex-shrink:0;}
.wuu18-dislike-icon{color:var(--wuu18-ink-soft);font-weight:700;flex-shrink:0;}
@media (max-width:780px){.wuu18-review-digest-cols{grid-template-columns:1fr;}}

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

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

/* --- faq --- */
.wuu18-faq--two_column .wuu18-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;}
.wuu18-faq-item{border-bottom:1px solid var(--wuu18-border);padding-block:20px;}
.wuu18-faq-item summary{cursor:pointer;font-weight:600;list-style:none;}
.wuu18-faq-item summary::-webkit-details-marker{display:none;}
.wuu18-faq-item summary::after{content:"+";float:right;color:var(--wuu18-brand-ink);}
.wuu18-faq-item[open] summary::after{content:"–";}
.wuu18-faq-item p{margin-top:.6em;color:var(--wuu18-ink-soft);}
@media (max-width:780px){.wuu18-faq--two_column .wuu18-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. */
.wuu18-cta--banner{background:var(--wuu18-ink);color:rgba(255,255,255,.94);text-align:center;border-top:3px solid var(--wuu18-brand);}
.wuu18-cta--banner h2{color:#fff;}
.wuu18-cta--banner .wuu18-btn{background:#fff;color:var(--wuu18-ink);}
.wuu18-cta--banner .wuu18-btn:hover{background:var(--wuu18-brand);color:var(--wuu18-brand-contrast);}
.wuu18-cta--inline_split .wuu18-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap;}
.wuu18-cta-body{margin:.4em 0 0;opacity:.88;font-size:1.15rem;}

/* --- menu --- */
.wuu18-menu-cat{margin-bottom:40px;}
.wuu18-menu-cat h3{border-bottom:2px solid var(--wuu18-brand);display:inline-block;padding-bottom:.2em;}
.wuu18-menu--two_column .wuu18-menu-cats{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.wuu18-menu-item{display:flex;justify-content:space-between;gap:32px;padding-block:.5em;border-bottom:1px dotted var(--wuu18-border);}
.wuu18-menu-item-desc{color:var(--wuu18-ink-soft);font-size:0.88rem;}
.wuu18-menu-item-price{font-weight:600;white-space:nowrap;}
.wuu18-menu--tabs .wuu18-menu-tabs{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px;}
.wuu18-menu--tabs .wuu18-menu-tab{padding:.4em 1em;border:1px solid var(--wuu18-border);border-radius:999px;font-size:.85rem;color:var(--wuu18-ink-soft);text-decoration:none;}
.wuu18-menu--tabs .wuu18-menu-tab:hover{border-color:var(--wuu18-brand);color:var(--wuu18-brand-ink);}
/* Phase 30-D: real tabs without a script. Every section shows until one is
   targeted; then only that one does. Browsers without :has() keep the
   single-column fallback, and the anchors still jump to the section. */
.wuu18-menu--tabs .wuu18-menu-cats:has(.wuu18-menu-cat:target) .wuu18-menu-cat:not(:target){display:none;}
.wuu18-menu-cat:target{scroll-margin-top:96px;}
@media (max-width:780px){.wuu18-menu--two_column .wuu18-menu-cats{grid-template-columns:1fr;}}

/* --- menu preview / dishes / gallery (Phase 30) --- */
.wuu18-menu-preview-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:48px;}
.wuu18-menu-preview-cat h3{border-bottom:2px solid var(--wuu18-brand);display:inline-block;padding-bottom:.2em;}
.wuu18-menu-preview--cards .wuu18-menu-preview-cat{border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);padding:32px;background:var(--wuu18-paper);box-shadow:var(--wuu18-shadow-1);}
.wuu18-menu-preview--cards .wuu18-menu-preview-cat h3{border-bottom:0;padding-bottom:0;}
.wuu18-menu-preview-more{margin-top:40px;text-align:center;}
.wuu18-menu-dishes-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;list-style:none;padding:0;margin:0;}
.wuu18-menu-dish{border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);overflow:hidden;background:var(--wuu18-paper);box-shadow:var(--wuu18-shadow-1);display:flex;flex-direction:column;}
.wuu18-menu-dish-media img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block;border-radius:0;}
.wuu18-menu-dish-body{padding:24px 28px;display:flex;flex-direction:column;gap:.3em;}
.wuu18-menu-dish-name{font-weight:600;}
.wuu18-menu-dishes--list .wuu18-menu-dishes-list{grid-template-columns:1fr;gap:24px;}
.wuu18-menu-dishes--list .wuu18-menu-dish{flex-direction:row;align-items:stretch;}
.wuu18-menu-dishes--list .wuu18-menu-dish-media{flex:0 0 160px;}
.wuu18-menu-dishes--list .wuu18-menu-dish-media img{height:100%;aspect-ratio:auto;}
.wuu18-menu-gallery-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;list-style:none;padding:0;margin:0;}
.wuu18-menu-gallery-list img{aspect-ratio:1;object-fit:cover;width:100%;display:block;}
.wuu18-menu-gallery--strip .wuu18-menu-gallery-list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:16px;}
.wuu18-menu-gallery--strip .wuu18-gallery-item{flex:0 0 200px;scroll-snap-align:start;}
.wuu18-menu-gallery--grid .wuu18-menu-gallery-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));}
@media (max-width:600px){.wuu18-menu-dishes--list .wuu18-menu-dish{flex-direction:column;}.wuu18-menu-dishes--list .wuu18-menu-dish-media{flex:none;}.wuu18-menu-dishes--list .wuu18-menu-dish-media img{aspect-ratio:4/3;}}

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

/* --- practical info (24-A) --- */
.wuu18-practical-list{display:grid;gap:24px;}
.wuu18-practical--columns .wuu18-practical-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;}
.wuu18-practical-row{display:grid;gap:.35em;padding-block:16px;border-top:1px solid var(--wuu18-border);}
.wuu18-practical--columns .wuu18-practical-row{border-top:0;border-left:2px solid var(--wuu18-brand);padding:16px 24px;background:var(--wuu18-muted);border-radius:var(--wuu18-radius);}
.wuu18-practical-row dt{font-size:0.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--wuu18-ink-soft);}
.wuu18-practical-names{display:block;font-weight:600;line-height:1.45;}
.wuu18-practical-note{display:block;margin-top:.3em;color:var(--wuu18-ink-soft);font-size:.9rem;line-height:1.55;}
.wuu18-practical--grouped_list .wuu18-practical-row{grid-template-columns:minmax(9em,14em) 1fr;gap:32px;align-items:baseline;}
@media (max-width:780px){.wuu18-practical--grouped_list .wuu18-practical-row{grid-template-columns:1fr;}}

/* --- rating breakdown (24-B) --- */
.wuu18-ratings-inner{display:flex;flex-wrap:wrap;align-items:center;gap:32px;}
.wuu18-ratings-score{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 40px;background:var(--wuu18-muted);border-radius:var(--wuu18-radius);}
.wuu18-ratings-value{font-family:'Quattrocento',Georgia,serif;font-size:2.6rem;line-height:1;}
.wuu18-ratings-count{color:var(--wuu18-ink-soft);font-size:.85rem;margin-top:.35em;}
.wuu18-ratings-bars{flex:1;min-width:240px;display:flex;flex-direction:column;gap:.45em;}
.wuu18-ratings-bar{display:grid;grid-template-columns:5.5em 1fr 3.5em;align-items:center;gap:.75em;font-size:.9rem;}
.wuu18-ratings-label{color:var(--wuu18-ink-soft);white-space:nowrap;}
.wuu18-ratings-track{display:block;height:.6em;background:var(--wuu18-muted-strong);border-radius:999px;overflow:hidden;}
.wuu18-ratings-fill{display:block;height:100%;background:var(--wuu18-brand);border-radius:999px;}
.wuu18-ratings-num{text-align:right;font-variant-numeric:tabular-nums;color:var(--wuu18-ink-soft);}
.wuu18-ratings--compact .wuu18-ratings-track{height:.4em;}
.wuu18-ratings--compact .wuu18-ratings-score{padding:16px 24px;}
.wuu18-ratings--compact .wuu18-ratings-value{font-size:1.8rem;}

/* --- hours (24-C) --- */
.wuu18-hours-list{display:grid;gap:0;max-width:34em;}
.wuu18-hours-row{display:flex;justify-content:space-between;gap:32px;padding-block:.55em;border-bottom:1px dotted var(--wuu18-border);}
.wuu18-hours-day{font-weight:600;}
.wuu18-hours-time{color:var(--wuu18-ink-soft);font-variant-numeric:tabular-nums;text-align:right;}
.wuu18-hours-row--closed .wuu18-hours-time{opacity:.65;font-style:italic;}
.wuu18-hours--inline_list .wuu18-hours-list{display:flex;flex-wrap:wrap;gap:16px 32px;max-width:none;}
.wuu18-hours--inline_list .wuu18-hours-row{display:grid;gap:.15em;border-bottom:0;border-left:2px solid var(--wuu18-border);padding:.1em 0 .1em 16px;}
.wuu18-hours--inline_list .wuu18-hours-time{text-align:left;}

/* --- steps (25-A) --- */
.wuu18-steps-list{display:grid;gap:32px;counter-reset:none;}
.wuu18-steps--numbered_rows .wuu18-steps-list{grid-template-columns:1fr;max-width:52em;}
.wuu18-steps--cards .wuu18-steps-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));}
.wuu18-step{display:flex;align-items:flex-start;gap:24px;}
.wuu18-step-num{flex:none;width:2.2em;height:2.2em;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--wuu18-accent);color:var(--wuu18-accent-contrast);font-family:'Quattrocento',Georgia,serif;font-weight:700;}
.wuu18-step-body{flex:1;min-width:0;}
.wuu18-step-body h3{font-size:1.15rem;margin-bottom:.35em;}
.wuu18-step-body p{margin:0;color:var(--wuu18-ink-soft);line-height:1.6;}
.wuu18-steps--numbered_rows .wuu18-step{padding-bottom:24px;border-bottom:1px solid var(--wuu18-border);}
.wuu18-steps--numbered_rows .wuu18-step:last-child{border-bottom:0;padding-bottom:0;}
.wuu18-steps--cards .wuu18-step{flex-direction:column;padding:32px;background:var(--wuu18-paper);border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);box-shadow:var(--wuu18-shadow-1);}

/* --- sibling hub (25-B) --- */
.wuu18-hub-list{display:flex;flex-wrap:wrap;gap:16px;}
.wuu18-hub-link{display:inline-block;color:var(--wuu18-ink);}
.wuu18-hub--chips .wuu18-hub-link{padding:.45em 1.1em;border:1px solid var(--wuu18-border);border-radius:999px;background:var(--wuu18-paper);font-size:.9rem;}
.wuu18-hub--chips .wuu18-hub-link:hover{border-color:var(--wuu18-brand);color:var(--wuu18-brand-ink);text-decoration:none;}
.wuu18-hub--cards .wuu18-hub-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.wuu18-hub--cards .wuu18-hub-link{width:100%;padding:24px 32px;border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);background:var(--wuu18-paper);font-weight:600;box-shadow:var(--wuu18-shadow-1);}
.wuu18-hub--cards .wuu18-hub-link:hover{border-color:var(--wuu18-brand);text-decoration:none;}

/* --- pull quote (25-C) --- */
.wuu18-pullquote-text{margin:0 auto;max-width:22em;text-align:center;font-family:'Quattrocento',Georgia,serif;font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.3;text-wrap:balance;}
.wuu18-pullquote--rule_flanked .wuu18-pullquote-text{padding-block:32px;border-top:2px solid var(--wuu18-accent);border-bottom:2px solid var(--wuu18-accent);}
.wuu18-pullquote--centered .wuu18-pullquote-text{color:var(--wuu18-brand-ink);}

/* --- neighborhood (25-D + 27-B) --- */
.wuu18-neighborhood-inner{display:grid;gap:32px;}
.wuu18-neighborhood--split_map .wuu18-neighborhood-inner{grid-template-columns:1fr 1fr;align-items:start;}
.wuu18-neighborhood--stacked .wuu18-neighborhood-inner{grid-template-columns:1fr;max-width:52em;}
.wuu18-neighborhood-text p{line-height:1.7;}
.wuu18-neighborhood-address{color:var(--wuu18-ink-soft);font-size:.9rem;}
@media (max-width:780px){.wuu18-neighborhood--split_map .wuu18-neighborhood-inner{grid-template-columns:1fr;}}

/* --- stay essentials (27-A) --- */
.wuu18-stay-list{display:grid;gap:16px;}
.wuu18-stay--grid .wuu18-stay-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;}
.wuu18-stay--grid .wuu18-stay-row{padding:24px 32px;background:var(--wuu18-muted);border-radius:var(--wuu18-radius);text-align:center;}
.wuu18-stay--inline_row .wuu18-stay-list{display:flex;flex-wrap:wrap;gap:16px 32px;}
.wuu18-stay--inline_row .wuu18-stay-row{border-left:2px solid var(--wuu18-brand);padding:.1em 0 .1em 16px;}
.wuu18-stay-row dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--wuu18-ink-soft);}
.wuu18-stay-row dd{margin:.25em 0 0;font-family:'Quattrocento',Georgia,serif;font-size:1.5rem;line-height:1.1;font-variant-numeric:tabular-nums;}

/* --- on-site venues (27-C) --- */
.wuu18-onsite-list{display:grid;gap:16px;}
.wuu18-onsite--cards .wuu18-onsite-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;}
.wuu18-onsite--cards .wuu18-onsite-item{padding:32px;background:var(--wuu18-paper);border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);box-shadow:var(--wuu18-shadow-1);}
.wuu18-onsite--list .wuu18-onsite-list{max-width:44em;}
.wuu18-onsite--list .wuu18-onsite-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5em 32px;padding-block:.55em;border-bottom:1px dotted var(--wuu18-border);}
.wuu18-onsite--list .wuu18-onsite-floor{margin-left:auto;}
.wuu18-onsite-item{display:grid;gap:.2em;}
.wuu18-onsite-name{font-weight:600;}
.wuu18-onsite-cat{color:var(--wuu18-ink-soft);font-size:.9rem;}
.wuu18-onsite-floor{color:var(--wuu18-ink-soft);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;}

/* --- partner ratings (27-D) --- */
.wuu18-partners-list{display:flex;flex-wrap:wrap;gap:32px;}
.wuu18-partners-item{display:flex;align-items:baseline;gap:.5em;}
.wuu18-partners--badges .wuu18-partners-item{flex-direction:column;align-items:center;gap:.15em;padding:24px 32px;background:var(--wuu18-muted);border-radius:var(--wuu18-radius);min-width:9em;}
.wuu18-partners--row .wuu18-partners-list{flex-direction:column;gap:0;max-width:34em;}
.wuu18-partners--row .wuu18-partners-item{padding-block:.55em;border-bottom:1px dotted var(--wuu18-border);}
.wuu18-partners--row .wuu18-partners-count{margin-left:auto;}
/* the score is the section's whole point, so it is sized for emphasis and
   inked for legibility: `--brand` is derived from the site's photography and
   landed at 1.86:1 on a pale palette. Same treatment as `ratings-value`. */
.wuu18-partners-score{font-family:'Quattrocento',Georgia,serif;font-size:1.5rem;line-height:1;color:var(--wuu18-ink);font-variant-numeric:tabular-nums;}
.wuu18-partners-name{font-weight:600;}
.wuu18-partners-count{color:var(--wuu18-ink-soft);font-size:.85rem;}

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

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

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

/* --- footer chrome variants (29-A) --- */
.wuu18-footer--centered_minimal .wuu18-footer-inner{flex-direction:column;align-items:center;text-align:center;gap:24px;}
.wuu18-footer--centered_minimal .wuu18-footer-nav{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:32px;}
.wuu18-footer--centered_minimal .wuu18-footer-bottom{text-align:center;}
.wuu18-footer-band{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px;padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12);}
.wuu18-footer-band strong{font-family:'Quattrocento',Georgia,serif;font-size:1.6rem;}
.wuu18-footer--cta_band .wuu18-footer-band .wuu18-btn{background:#fff;color:var(--wuu18-ink);}

/* --- related locations (injected post-build by `sitegen workflow`) --- */
.wuu18-related{background:var(--wuu18-muted);padding-block:67px;border-top:1px solid var(--wuu18-border);}
.wuu18-related h2{font-size:clamp(1.2rem,2.4vw,1.6rem);margin:0 0 32px;}
.wuu18-related-list{list-style:none;margin:0;padding:0;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));}
.wuu18-related-card{background:var(--wuu18-paper);border:1px solid var(--wuu18-border);border-radius:var(--wuu18-radius);overflow:hidden;box-shadow:var(--wuu18-shadow-1);}
.wuu18-related-card a{display:block;color:inherit;text-decoration:none;height:100%;}
.wuu18-related-card img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;background:var(--wuu18-muted-strong);}
.wuu18-related-body{padding:24px 28px;}
.wuu18-related-name{font-weight:600;line-height:1.3;margin:0;}
.wuu18-related-meta{margin:.35em 0 0;font-size:.82rem;color:var(--wuu18-ink-soft);line-height:1.45;}
.wuu18-related-card a:hover .wuu18-related-name{text-decoration:underline;}

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

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