/* Château La Châteline V5.0.0001 · global design + readability layer */
:root{
  --lc-bg:#f5f1e8;
  --lc-surface:#ffffff;
  --lc-text:#173a30;
  --lc-muted:#657a72;
  --lc-accent:#c99b62;
  --lc-border:#dce4df;
  --lc-radius:18px;
  --lc-shadow:0 12px 34px rgba(20,47,38,.10);
  --lc-space:clamp(18px,3vw,38px);
  --lc-content:1240px;
  --lc-header-h:84px;
  --lc-readable-dark:#10211b;
  --lc-readable-light:#ffffff;
}
html{scroll-behavior:smooth}
body{background:var(--page-bg,var(--lc-bg));color:var(--ink,var(--lc-text));}
.lc-v5-container{width:min(calc(100% - 32px),var(--lc-content));margin-inline:auto}
.lc-v5-card{background:var(--lc-surface);border:1px solid var(--lc-border);border-radius:var(--lc-radius);box-shadow:var(--lc-shadow)}
.lc-v5-section{padding-block:clamp(52px,8vw,110px)}
.lc-v5-prose{max-width:760px;line-height:1.72}
.lc-v5-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--lc-text);color:#fff;text-decoration:none;font-weight:700}
.lc-v5-btn--accent{background:var(--lc-accent);color:#172d26}

/*
 * Enterprise contrast contract
 * ----------------------------
 * Every visible surface receives local --lc-auto-* tokens from
 * v5-readability-guard.js. These rules deliberately override old cumulative
 * colour declarations, inline CMS colours and legacy component defaults.
 */
body.lc-contrast-ready .lc-contrast-scope{
  color:var(--lc-auto-text,var(--ink))!important;
  caret-color:var(--lc-auto-text,var(--ink));
}
body.lc-contrast-ready .lc-contrast-scope :where(
  h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,figcaption,label,legend,summary,
  strong,b,em,span:not(.map-dot):not(.stars):not(.status-dot),small,
  .section-heading,.section-heading h1,.section-heading h2,.section-heading h3,.section-heading p,
  .richtext,.richtext p,.richtext li,.page-content-html,.page-content-html p,.page-content-html li,
  .micro,.eyebrow,.kicker,.muted,.small,.stay-meta,.map-detail-meta
){color:var(--lc-auto-text,var(--ink))!important;}
body.lc-contrast-ready .lc-contrast-scope :where(.muted,.small.muted,.stay-meta,small,.micro){
  color:var(--lc-auto-muted,var(--lc-auto-text,var(--ink)))!important;
}
body.lc-contrast-ready .lc-contrast-scope a:not(.btn):not(.nav-book):not(.brand-lockup):not(.pill-link){
  color:var(--lc-auto-link,var(--lc-auto-text,var(--site-link)))!important;
}
body.lc-contrast-ready .lc-contrast-scope :where(svg:not([fill="none"]),svg *:not([fill="none"])){fill:currentColor}

/* Cards get their own local surface and must never inherit dark-on-dark from a parent. */
body.lc-contrast-ready :where(
 .stay-card,.news-card,.feature-card,.contact-card,.review-card,.menu-card,.event-row,
 .faq-list details,.availability-search-shell,.booking-panel,.contact-premium,.stay-calendar-experience,
 .page-content-html,.article-body,.map-sidebar,.map-detail-card,.stay-hero-book-card,.info-card,.card
).lc-contrast-scope{color:var(--lc-auto-text)!important;}

/* Image-backed components always use a protected light foreground. */
body.lc-contrast-ready :where(
 .hero-premium,.builder-hero,.page-hero,.detail-hero,.stay-detail-hero,
 .stay-hero-v20-005:not(.style-split),.promo-card,.image-banner-card
).lc-image-contrast{
  --lc-auto-text:#fff!important;
  --lc-auto-muted:rgba(255,255,255,.88)!important;
  --lc-auto-link:#fff!important;
  color:#fff!important;
}
body.lc-contrast-ready :where(
 .hero-premium,.builder-hero,.page-hero,.detail-hero,.stay-detail-hero,
 .stay-hero-v20-005:not(.style-split),.promo-card,.image-banner-card
).lc-image-contrast :where(h1,h2,h3,h4,p,li,strong,small,.eyebrow,.micro,a:not(.btn)){
  color:#fff!important;
  text-shadow:0 2px 22px rgba(0,0,0,.34);
}

/* Buttons are independently contrast checked, including custom CMS buttons. */
body.lc-contrast-ready .lc-contrast-button{
  color:var(--lc-button-text,#fff)!important;
  border-color:var(--lc-button-border,currentColor);
}
body.lc-contrast-ready .lc-contrast-button :where(span,strong,small){color:inherit!important;}
body.lc-contrast-ready :where(.btn-light,.cta-secondary,.pill-link).lc-contrast-button{box-shadow:none}

/* Form controls: no white-on-white or dark-on-dark, including browser autofill. */
body.lc-contrast-ready :where(input,select,textarea).lc-contrast-control{
  color:var(--lc-control-text,#10211b)!important;
  background-color:var(--lc-control-bg,#fff)!important;
  border-color:var(--lc-control-border,rgba(16,33,27,.22))!important;
  -webkit-text-fill-color:var(--lc-control-text,#10211b)!important;
}
body.lc-contrast-ready :where(input,textarea).lc-contrast-control::placeholder{
  color:var(--lc-control-placeholder,#65736d)!important;
  opacity:1!important;
}
body.lc-contrast-ready :where(input,select,textarea).lc-contrast-control:-webkit-autofill{
  -webkit-text-fill-color:var(--lc-control-text,#10211b)!important;
  box-shadow:0 0 0 1000px var(--lc-control-bg,#fff) inset!important;
}

/* Header: normal, transparent-over-hero, scrolled and mobile all use explicit local tokens. */
body.lc-contrast-ready .site-header.lc-contrast-scope :where(.brand-lockup strong,.brand-lockup small,.main-nav>a:not(.nav-book),.language-switch a){
  color:var(--lc-auto-text)!important;
}
body.lc-contrast-ready .site-header.lc-contrast-scope .menu-toggle i{background:var(--lc-auto-text)!important;}
body.lc-contrast-ready .site-header.lc-image-contrast :where(.brand-lockup strong,.brand-lockup small,.main-nav>a:not(.nav-book),.language-switch a){color:#fff!important;}
body.lc-contrast-ready .site-header.lc-image-contrast .menu-toggle i{background:#fff!important;}

/* Footer is a full local colour scope. */
body.lc-contrast-ready .site-footer.lc-contrast-scope :where(h1,h2,h3,h4,strong,p,li,small,a,span){
  color:var(--lc-auto-text)!important;
}

/* Live calendar / agenda was a recurring regression: each visual cell is isolated. */
body.lc-contrast-ready :where(
 .live-calendar,.calendar-card,.calendar-cell,.calendar-day,.stay-calendar-day,.availability-day,
 .availability-calendar,.event-calendar,.calendar-legend,.calendar-toolbar
).lc-contrast-scope :where(h1,h2,h3,h4,p,span,strong,small,button:not(.lc-contrast-button),a:not(.lc-contrast-button)){
  color:var(--lc-auto-text)!important;
}

/* Map controls and popups should remain readable regardless of the enclosing dark section. */
body.lc-contrast-ready :where(.map-experience,.map-sidebar,.map-detail-card,.leaflet-popup-content-wrapper,.leaflet-control){
  --lc-map-panel-bg:#fff;
}
body.lc-contrast-ready .map-sidebar.lc-contrast-scope,
body.lc-contrast-ready .map-detail-card.lc-contrast-scope{background-color:var(--lc-map-panel-bg)!important;}

/* Accessible selection/focus independent of current theme. */
::selection{background:color-mix(in srgb,var(--accent,#c99b62) 72%,#fff);color:#10211b}
:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid color-mix(in srgb,var(--accent,#c99b62) 82%,#fff);outline-offset:3px}

/* Safety fallback even before JavaScript executes. */
.surface-dark,.builder-block.surface-dark{color:#fff!important}
.surface-dark :where(h1,h2,h3,h4,h5,h6,p,li,strong,small,a:not(.btn),.eyebrow,.micro),
.builder-block.surface-dark :where(h1,h2,h3,h4,h5,h6,p,li,strong,small,a:not(.btn),.eyebrow,.micro){color:#fff!important}
.site-footer{color:var(--footer-text,#fff)}
.site-footer :where(h1,h2,h3,h4,p,a,li,small,strong){color:inherit}

/* Responsive readability: prevent cramped labels/text and inherited desktop colours. */
@media(max-width:900px){
  :root{--lc-header-h:70px}
  .lc-v5-container{width:min(calc(100% - 22px),var(--lc-content))}
  .site-header{isolation:isolate}
  .main-nav{color:inherit}
  .main-nav>a{color:inherit}
  .section-heading p,.richtext,.page-content-html{line-height:1.7}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}

/* V5.0.0001 rebuilt split components: each half owns its own palette. */
.public-v5-0-0001 .contact-premium,
.public-v5-0-0001 .booking-panel{
  background:var(--card,#fff)!important;
  border:1px solid var(--site-line,#dce4df)!important;
  border-radius:clamp(24px,3vw,38px)!important;
  box-shadow:0 24px 70px rgba(16,47,39,.10)!important;
  overflow:hidden!important;
}
.public-v5-0-0001 .contact-panel,
.public-v5-0-0001 .booking-copy{
  background:
    radial-gradient(circle at 14% 86%,color-mix(in srgb,var(--accent,#c99b62) 24%,transparent),transparent 32%),
    linear-gradient(145deg,color-mix(in srgb,var(--brand,#173d32) 92%,#071c16),color-mix(in srgb,var(--brand,#173d32) 72%,#061711))!important;
  color:#fff!important;
}
.public-v5-0-0001 :where(.contact-panel,.booking-copy) :where(h1,h2,h3,h4,h5,h6,p,li,strong,small,a,span,.eyebrow,.micro){
  color:#fff!important;
}
.public-v5-0-0001 :where(.contact-panel,.booking-copy) :where(p,small){color:rgba(255,255,255,.86)!important}
.public-v5-0-0001 :where(.contact-form-premium,.booking-form){
  background:var(--card,#fff)!important;
  color:var(--card-text,var(--ink,#173a30))!important;
}
.public-v5-0-0001 :where(.contact-form-premium,.booking-form) :where(h1,h2,h3,h4,label,legend,strong,.form-intro,.micro){
  color:var(--card-text,var(--ink,#173a30))!important;
}
.public-v5-0-0001 :where(.contact-form-premium,.booking-form) :where(p,small,.privacy-check span){
  color:var(--card-text,var(--ink,#173a30))!important;
}
.public-v5-0-0001 :where(.contact-fields,.booking-form) :where(input,select,textarea){
  background:color-mix(in srgb,var(--card,#fff) 94%,var(--surface,#f4f1e9))!important;
}

/* Professional section rhythm: surfaces are visually separate without becoming dark text traps. */
.public-v5-0-0001 main>.section:not(.surface-soft):not(.surface-dark),
.public-v5-0-0001 .builder-block.surface-plain>.section{
  position:relative;
}
.public-v5-0-0001 .surface-soft,
.public-v5-0-0001 .builder-block.surface-soft{
  background:color-mix(in srgb,var(--surface,#f4f1e9) 92%,#fff)!important;
  border-block:1px solid color-mix(in srgb,var(--site-line,#dce4df) 76%,transparent);
}
.public-v5-0-0001 .stay-card,
.public-v5-0-0001 .news-card,
.public-v5-0-0001 .feature-card,
.public-v5-0-0001 .review-card,
.public-v5-0-0001 .menu-card{
  border-radius:var(--card-radius,22px)!important;
  box-shadow:0 14px 38px rgba(16,47,39,.075)!important;
  border:1px solid var(--site-line,#dfe6e1)!important;
}
.public-v5-0-0001 .stay-card:hover,
.public-v5-0-0001 .news-card:hover,
.public-v5-0-0001 .feature-card:hover{transform:translateY(-4px);box-shadow:0 22px 52px rgba(16,47,39,.12)!important}
.public-v5-0-0001 .section-heading{max-width:820px}
.public-v5-0-0001 .section-heading h2{font-size:clamp(38px,5vw,64px);line-height:1.02}
.public-v5-0-0001 .section-heading p{font-size:clamp(16px,1.45vw,19px);line-height:1.72}

/* Header gets a clear readable state before and after scroll. */
.public-v5-0-0001 .site-header{
  min-height:var(--nav-height,78px);
}
.public-v5-0-0001.header-glass .site-header:not(.is-scrolled):not(.lc-image-contrast){
  background:color-mix(in srgb,var(--header-bg,#fff) 88%,transparent)!important;
  backdrop-filter:blur(18px) saturate(120%);
}
.public-v5-0-0001 .site-header.is-scrolled{
  background:color-mix(in srgb,var(--header-bg,#fff) 97%,transparent)!important;
  box-shadow:0 10px 34px rgba(16,47,39,.10)!important;
}

/* Dynamic pages and the live agenda use clean local panels. */
.public-v5-0-0001 :where(.dynamic-page-rail-card,.dynamic-page-card,.dynamic-page-cta,.live-agenda,.calendar-panel,.calendar-detail,.ux-booking-dock__panel){
  background:var(--card,#fff);
  color:var(--card-text,var(--ink,#173a30));
  border:1px solid var(--site-line,#dfe6e1);
  border-radius:var(--card-radius,22px);
}
.public-v5-0-0001 :where(.dynamic-page-rail-card,.dynamic-page-card,.dynamic-page-cta,.live-agenda,.calendar-panel,.calendar-detail,.ux-booking-dock__panel) :where(h1,h2,h3,h4,p,li,label,small,strong,a:not(.btn)){
  color:inherit;
}

/* Footer: slightly layered, but never dependent on inherited page text colours. */
.public-v5-0-0001 .site-footer{
  background:linear-gradient(145deg,color-mix(in srgb,var(--footer-bg,#102a24) 96%,#000),var(--footer-bg,#102a24))!important;
  border-top:1px solid color-mix(in srgb,var(--footer-text,#fff) 16%,transparent);
}
.public-v5-0-0001 .site-footer .footer-top{gap:clamp(28px,5vw,72px)}

@media(max-width:760px){
  .public-v5-0-0001 .contact-premium,.public-v5-0-0001 .booking-panel{border-radius:22px!important}
  .public-v5-0-0001 :where(.contact-panel,.contact-form-premium,.booking-copy,.booking-form){padding:28px 20px!important}
  .public-v5-0-0001 .section-heading h2{font-size:clamp(34px,10vw,48px)}
}

/* ======================================================================
   Château La Châteline · V5.0.0006 · Signature Editorial Hospitality UI
   Premium layout layer. Uses Website Studio design tokens and never
   bypasses the V5 readability guard.
   ====================================================================== */
body.public-v5-0-0006{
  --lux-container:min(1380px,calc(100vw - 64px));
  --lux-reading:min(760px,calc(100vw - 40px));
  --lux-space:clamp(72px,8vw,132px);
  --lux-space-tight:clamp(44px,5vw,82px);
  --lux-radius:clamp(22px,2.4vw,38px);
  --lux-radius-sm:clamp(15px,1.5vw,24px);
  --lux-shadow:0 28px 80px rgba(15,43,35,.105),0 3px 14px rgba(15,43,35,.045);
  --lux-shadow-hover:0 38px 96px rgba(15,43,35,.16),0 8px 24px rgba(15,43,35,.08);
  --lux-hairline:color-mix(in srgb,var(--site-line,#dce4df) 82%,transparent);
  background:
    radial-gradient(900px 520px at 9% 12%,color-mix(in srgb,var(--accent,#c99b62) 7%,transparent),transparent 65%),
    var(--page-bg,#f7f4ed);
  color:var(--ink,#173a30);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.public-v5-0-0006 main{overflow:clip}
body.public-v5-0-0006 :where(.section,.builder-block>.section,.dynamic-page-main,.stay-detail-section){
  padding-block:var(--lux-space);
}
body.public-v5-0-0006 :where(.section,.hero-inner,.footer-top,.footer-bottom,.dynamic-page-shell,.stay-detail-inner,.stay-hero-layout,.article-body,.article-hero>div,.map-experience-head,.availability-search-shell){
  width:var(--lux-container);
  max-width:none;
  margin-inline:auto;
}

/* Typography: editorial hierarchy with a quiet boutique-hotel feel. */
body.public-v5-0-0006 :where(h1,h2,h3,h4){
  text-wrap:balance;
  letter-spacing:-.025em;
}
body.public-v5-0-0006 :where(.hero-premium,.builder-hero,.dynamic-page-hero,.stay-hero-v20-005,.article-hero) h1{
  font-size:clamp(48px,6.7vw,104px)!important;
  line-height:.94!important;
  letter-spacing:-.045em!important;
  max-width:11ch;
}
body.public-v5-0-0006 .section-heading{
  width:min(900px,100%);
  max-width:none!important;
  margin-bottom:clamp(36px,4vw,62px);
}
body.public-v5-0-0006 .section-heading h2,
body.public-v5-0-0006 :where(.stay-block-heading,.map-experience-head) h2{
  font-size:clamp(38px,4.8vw,68px)!important;
  line-height:.99!important;
  letter-spacing:-.04em!important;
  max-width:14ch;
}
body.public-v5-0-0006 .section-heading p{
  max-width:62ch;
  margin-top:18px;
  font-size:clamp(17px,1.35vw,20px)!important;
  line-height:1.75!important;
  color:var(--site-muted,#66746d);
}
body.public-v5-0-0006 .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:11px;
  margin-bottom:14px;
  font-size:11px!important;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
body.public-v5-0-0006 .eyebrow::before{
  content:"";
  width:30px;
  height:1px;
  background:currentColor;
  opacity:.55;
}
body.public-v5-0-0006 :where(.richtext,.page-content-html,.article-body,.stay-detail-copy) p{
  max-width:72ch;
  line-height:1.82;
}

/* Header: calm transparent header over imagery, polished floating state. */
body.public-v5-0-0006 .site-header{
  min-height:86px;
  padding-inline:max(22px,calc((100vw - 1450px)/2));
  border-bottom:1px solid transparent;
  transition:background .35s ease,box-shadow .35s ease,border-color .35s ease,transform .35s ease;
}
body.public-v5-0-0006.header-glass .site-header:not(.is-scrolled){
  background:linear-gradient(180deg,rgba(8,29,23,.48),rgba(8,29,23,0))!important;
  backdrop-filter:none!important;
}
body.public-v5-0-0006 .site-header.is-scrolled{
  min-height:76px;
  background:color-mix(in srgb,var(--header-bg,#fff) 94%,transparent)!important;
  backdrop-filter:blur(22px) saturate(135%);
  border-color:var(--lux-hairline);
  box-shadow:0 12px 45px rgba(10,34,27,.10)!important;
}
body.public-v5-0-0006 .brand-lockup{gap:13px}
body.public-v5-0-0006 .brand-lockup img{
  width:var(--logo-size,62px);
  height:var(--logo-size,62px);
  object-fit:contain;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.10));
}
body.public-v5-0-0006 .brand-lockup strong{font-size:14px;letter-spacing:.035em}
body.public-v5-0-0006 .brand-lockup small{font-size:10px;letter-spacing:.13em;text-transform:uppercase;opacity:.74}
body.public-v5-0-0006 .main-nav{gap:clamp(18px,2vw,34px)}
body.public-v5-0-0006 .main-nav>a:not(.nav-book){
  position:relative;
  padding:12px 0;
  font-size:13px;
  font-weight:700;
  letter-spacing:.035em;
}
body.public-v5-0-0006 .main-nav>a:not(.nav-book)::after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:6px;
  height:1px;
  background:currentColor;
  opacity:.7;
  transition:right .25s ease;
}
body.public-v5-0-0006 .main-nav>a:not(.nav-book):hover::after,
body.public-v5-0-0006 .main-nav>a.active::after{right:0}
body.public-v5-0-0006 .nav-book{
  min-height:48px;
  display:inline-flex!important;
  align-items:center;
  padding-inline:22px!important;
  border-radius:999px!important;
  box-shadow:0 9px 28px color-mix(in srgb,var(--button-bg,var(--brand,#173d32)) 22%,transparent);
}

/* Hero: image-led, editorial, never a generic full-bleed banner. */
body.public-v5-0-0006 .hero-premium{
  min-height:max(760px,var(--hero-height,92svh));
  margin:0;
  isolation:isolate;
  border-radius:0 0 clamp(28px,4vw,64px) clamp(28px,4vw,64px);
  overflow:hidden;
  box-shadow:0 28px 72px rgba(10,32,25,.13);
}
body.public-v5-0-0006 .hero-premium::after{
  content:"";
  position:absolute;
  inset:20px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:0 0 clamp(18px,3vw,46px) clamp(18px,3vw,46px);
  pointer-events:none;
  z-index:2;
}
body.public-v5-0-0006 .hero-premium :where(video){transform:scale(1.015)}
body.public-v5-0-0006 .hero-premium .hero-shade{
  background:
    linear-gradient(90deg,rgba(7,27,21,.78) 0%,rgba(7,27,21,.49) 42%,rgba(7,27,21,.13) 72%,rgba(7,27,21,.16) 100%),
    linear-gradient(0deg,rgba(7,27,21,.44),transparent 48%)!important;
}
body.public-v5-0-0006 .hero-inner{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  min-height:max(760px,var(--hero-height,92svh));
  padding:clamp(155px,18vh,230px) 0 clamp(92px,11vh,135px);
}
body.public-v5-0-0006 .hero-inner p{
  max-width:58ch!important;
  margin-top:22px;
  font-size:clamp(18px,1.6vw,23px)!important;
  line-height:1.65!important;
  color:rgba(255,255,255,.88)!important;
}
body.public-v5-0-0006 .hero-actions{margin-top:32px;gap:12px}
body.public-v5-0-0006 .hero-actions .btn{
  min-height:54px;
  padding:0 25px;
  border-radius:999px;
}
body.public-v5-0-0006 .scroll-cue{bottom:28px;opacity:.74}

/* Buttons: tactile, restrained, consistent. */
body.public-v5-0-0006 :where(.btn,.pill-link,.cta-secondary,.contact-submit button,.booking-form button){
  min-height:50px;
  border-radius:999px!important;
  font-weight:750;
  letter-spacing:.015em;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;
}
body.public-v5-0-0006 :where(.btn,.pill-link,.cta-secondary,.contact-submit button,.booking-form button):hover{
  transform:translateY(-2px);
}

/* Sections: alternating breathing room instead of stacked boxes. */
body.public-v5-0-0006 main>.section:nth-of-type(even):not(.surface-dark):not(.surface-soft){
  background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--surface,#f2eee4) 38%,transparent),transparent);
}
body.public-v5-0-0006 :where(.surface-soft,.builder-block.surface-soft){
  background:
    radial-gradient(700px 400px at 85% 18%,color-mix(in srgb,var(--accent,#c99b62) 7%,transparent),transparent 70%),
    color-mix(in srgb,var(--surface,#f4f1e9) 93%,#fff)!important;
  border-block:1px solid var(--lux-hairline)!important;
}
body.public-v5-0-0006 :where(.surface-dark,.builder-block.surface-dark){
  position:relative;
  background:
    radial-gradient(780px 430px at 88% 14%,color-mix(in srgb,var(--accent,#c99b62) 16%,transparent),transparent 66%),
    linear-gradient(145deg,color-mix(in srgb,var(--brand,#173d32) 96%,#061712),color-mix(in srgb,var(--brand,#173d32) 72%,#071b16))!important;
}

/* Accommodation cards: photo-first editorial tiles. */
body.public-v5-0-0006 .stay-grid{
  gap:clamp(20px,2.2vw,34px)!important;
}
body.public-v5-0-0006 .stay-card{
  overflow:hidden;
  border:1px solid var(--lux-hairline)!important;
  border-radius:var(--lux-radius)!important;
  background:var(--card,#fff)!important;
  box-shadow:0 12px 38px rgba(15,43,35,.065)!important;
  transform:translateZ(0);
  transition:transform .35s cubic-bezier(.2,.75,.25,1),box-shadow .35s ease,border-color .35s ease!important;
}
body.public-v5-0-0006 .stay-card:hover{
  transform:translateY(-8px)!important;
  box-shadow:var(--lux-shadow-hover)!important;
  border-color:color-mix(in srgb,var(--accent,#c99b62) 34%,var(--site-line,#dce4df))!important;
}
body.public-v5-0-0006 .stay-media{overflow:hidden}
body.public-v5-0-0006 .stay-media img{transition:transform .7s cubic-bezier(.2,.75,.25,1),filter .5s ease}
body.public-v5-0-0006 .stay-card:hover .stay-media img{transform:scale(1.045);filter:saturate(1.04)}
body.public-v5-0-0006 .stay-body{padding:clamp(24px,2.3vw,34px)!important}
body.public-v5-0-0006 .stay-body h3{font-size:clamp(26px,2.1vw,36px);line-height:1.05;margin-top:12px}
body.public-v5-0-0006 .stay-body>p{color:var(--site-muted,#66746d);line-height:1.7}
body.public-v5-0-0006 .stay-meta{padding-bottom:15px;border-bottom:1px solid var(--lux-hairline);font-size:12px;letter-spacing:.035em}
body.public-v5-0-0006 .stay-type{backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.23)}
body.public-v5-0-0006 .card-actions{padding-top:19px;border-top:1px solid var(--lux-hairline)}
body.public-v5-0-0006 .card-actions>a:first-child{font-weight:800}

/* Split stories / visual sections. */
body.public-v5-0-0006 :where(.split-feature,.stay-image-text){
  gap:clamp(36px,6vw,96px)!important;
  align-items:center;
}
body.public-v5-0-0006 :where(.split-media,.stay-image-text) img,
body.public-v5-0-0006 :where(.gallery-shot,.stay-detail-shot) img{
  border-radius:var(--lux-radius)!important;
}
body.public-v5-0-0006 .split-media{position:relative}
body.public-v5-0-0006 .split-media::after{
  content:"";
  position:absolute;
  width:42%;aspect-ratio:1;
  right:-5%;bottom:-8%;
  border:1px solid color-mix(in srgb,var(--accent,#c99b62) 42%,transparent);
  border-radius:50%;
  z-index:-1;
}

/* Reviews / news / feature cards share one premium language. */
body.public-v5-0-0006 :where(.review-card,.news-card,.feature-card,.menu-card,.dynamic-page-card,.dynamic-page-rail-card,.dynamic-page-cta,.info-card){
  border:1px solid var(--lux-hairline)!important;
  border-radius:var(--lux-radius)!important;
  background:color-mix(in srgb,var(--card,#fff) 97%,var(--surface,#f4f1e9))!important;
  box-shadow:0 14px 44px rgba(15,43,35,.06)!important;
}
body.public-v5-0-0006 .review-card{padding:clamp(28px,3vw,42px)!important}
body.public-v5-0-0006 .quote-mark{font-size:54px;line-height:.7;color:var(--accent,#c99b62);opacity:.72}
body.public-v5-0-0006 .news-card{overflow:hidden}
body.public-v5-0-0006 .news-card .news-media img{transition:transform .65s ease}
body.public-v5-0-0006 .news-card:hover .news-media img{transform:scale(1.04)}

/* Booking and contact: architectural split, not a generic form box. */
body.public-v5-0-0006 :where(.booking-panel,.contact-premium){
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(460px,1.18fr);
  border-radius:clamp(28px,3.4vw,52px)!important;
  border:1px solid var(--lux-hairline)!important;
  box-shadow:var(--lux-shadow)!important;
  overflow:hidden!important;
  background:var(--card,#fff)!important;
}
body.public-v5-0-0006 :where(.booking-copy,.contact-panel){
  position:relative;
  min-height:100%;
  padding:clamp(38px,5vw,72px)!important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 18% 80%,color-mix(in srgb,var(--accent,#c99b62) 22%,transparent),transparent 30%),
    linear-gradient(145deg,color-mix(in srgb,var(--brand,#173d32) 96%,#071a15),color-mix(in srgb,var(--brand,#173d32) 72%,#061712))!important;
}
body.public-v5-0-0006 :where(.booking-copy,.contact-panel)::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:calc(var(--lux-radius) - 8px);
  pointer-events:none;
}
body.public-v5-0-0006 :where(.booking-form,.contact-form-premium){
  padding:clamp(38px,5vw,72px)!important;
  background:var(--card,#fff)!important;
}
body.public-v5-0-0006 :where(.booking-form,.contact-form-premium) :where(input,select,textarea){
  min-height:54px;
  border:1px solid color-mix(in srgb,var(--site-line,#dce4df) 90%,#9eaaa4)!important;
  border-radius:14px!important;
  padding:13px 15px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
body.public-v5-0-0006 :where(.booking-form,.contact-form-premium) :where(input,select,textarea):focus{
  border-color:color-mix(in srgb,var(--accent,#c99b62) 72%,var(--brand,#173d32))!important;
  box-shadow:0 0 0 4px color-mix(in srgb,var(--accent,#c99b62) 13%,transparent)!important;
}
body.public-v5-0-0006 :where(.booking-form,.contact-form-premium) label{font-size:13px;font-weight:750;letter-spacing:.015em}

/* Calendar / map / agenda become large, legible hospitality tools. */
body.public-v5-0-0006 :where(.stay-calendar-experience,.live-agenda,.calendar-panel,.map-experience,.availability-search-shell){
  border-radius:var(--lux-radius)!important;
  border:1px solid var(--lux-hairline)!important;
  box-shadow:0 18px 55px rgba(15,43,35,.065)!important;
}
body.public-v5-0-0006 .stay-calendar-experience{padding:clamp(26px,3.2vw,46px)!important;background:var(--card,#fff)}
body.public-v5-0-0006 .stay-calendar-head{padding-bottom:24px;border-bottom:1px solid var(--lux-hairline)}
body.public-v5-0-0006 .map-experience{overflow:hidden;background:var(--card,#fff)}
body.public-v5-0-0006 .map-sidebar{padding:clamp(24px,2.7vw,38px)!important}

/* FAQ as clean editorial rows. */
body.public-v5-0-0006 .faq-list{border-top:1px solid var(--lux-hairline)}
body.public-v5-0-0006 .faq-list details{
  border-bottom:1px solid var(--lux-hairline)!important;
  border-radius:0!important;
  background:transparent!important;
  padding:0!important;
  box-shadow:none!important;
}
body.public-v5-0-0006 .faq-list summary{padding:24px 4px!important;font-size:clamp(18px,1.4vw,22px);font-weight:800}
body.public-v5-0-0006 .faq-list details>div{padding:0 4px 28px!important;max-width:74ch;color:var(--site-muted,#66746d)}

/* Stay detail pages: editorial hero + calm information rhythm. */
body.public-v5-0-0006 .stay-hero-v20-005{min-height:clamp(680px,88svh,960px)}
body.public-v5-0-0006 .stay-hero-layout{gap:clamp(30px,5vw,76px);align-items:end}
body.public-v5-0-0006 .stay-hero-book-card{
  border-radius:var(--lux-radius)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(13,35,28,.72)!important;
  backdrop-filter:blur(18px) saturate(125%);
  box-shadow:0 28px 80px rgba(0,0,0,.22)!important;
}
body.public-v5-0-0006 .stay-amenities-grid{gap:14px!important}
body.public-v5-0-0006 .stay-amenity{
  border:1px solid var(--lux-hairline)!important;
  border-radius:18px!important;
  background:color-mix(in srgb,var(--card,#fff) 96%,var(--surface,#f4f1e9))!important;
  padding:18px!important;
}
body.public-v5-0-0006 :where(.stay-practical-card,.stay-highlight){border-radius:var(--lux-radius)!important}

/* Dynamic pages and articles inherit the same premium grid instead of looking separate. */
body.public-v5-0-0006 .dynamic-page-shell{gap:clamp(30px,5vw,76px)!important}
body.public-v5-0-0006 .dynamic-page-main{padding-top:var(--lux-space-tight)}
body.public-v5-0-0006 .dynamic-page-rail{position:sticky;top:110px;align-self:start}
body.public-v5-0-0006 .article-body{padding-block:var(--lux-space-tight);font-size:clamp(17px,1.25vw,19px)}
body.public-v5-0-0006 .article-body :where(h2,h3){margin-top:1.8em}

/* Gallery feels like a curated photo wall. */
body.public-v5-0-0006 .gallery-grid{gap:clamp(12px,1.3vw,20px)!important}
body.public-v5-0-0006 .gallery-shot{overflow:hidden;border-radius:var(--lux-radius-sm)!important}
body.public-v5-0-0006 .gallery-shot img{transition:transform .7s ease,filter .4s ease}
body.public-v5-0-0006 .gallery-shot:hover img{transform:scale(1.035);filter:saturate(1.06)}

/* Footer as a genuine closing section, with generous spacing and hierarchy. */
body.public-v5-0-0006 .site-footer{
  margin-top:0;
  padding-top:clamp(18px,2vw,30px);
  background:
    radial-gradient(800px 400px at 14% 18%,color-mix(in srgb,var(--accent,#c99b62) 13%,transparent),transparent 68%),
    linear-gradient(150deg,color-mix(in srgb,var(--footer-bg,#102a24) 98%,#000),color-mix(in srgb,var(--footer-bg,#102a24) 88%,#07150f))!important;
}
body.public-v5-0-0006 .footer-top{
  padding-block:clamp(70px,8vw,112px)!important;
  gap:clamp(42px,6vw,88px)!important;
  border-top:1px solid rgba(255,255,255,.11);
}
body.public-v5-0-0006 .footer-brand{max-width:430px}
body.public-v5-0-0006 .footer-brand p{font-size:16px;line-height:1.75;opacity:.80}
body.public-v5-0-0006 .footer-top h4{font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px}
body.public-v5-0-0006 .footer-top a{display:block;margin:10px 0;opacity:.80;transition:opacity .2s ease,transform .2s ease}
body.public-v5-0-0006 .footer-top a:hover{opacity:1;transform:translateX(3px)}
body.public-v5-0-0006 .footer-bottom{
  padding:22px 0 30px!important;
  border-top:1px solid rgba(255,255,255,.10);
  font-size:12px;
  letter-spacing:.045em;
  opacity:.72;
}

/* Small premium details. */
body.public-v5-0-0006 .stats-strip{border-block:1px solid var(--lux-hairline);background:color-mix(in srgb,var(--card,#fff) 72%,transparent);backdrop-filter:blur(14px)}
body.public-v5-0-0006 .announcement{border-radius:999px}
body.public-v5-0-0006 .back-top{border-radius:50%;box-shadow:0 14px 35px rgba(12,37,29,.18)}
body.public-v5-0-0006 :where(.stay-category-filters,.map-filters){gap:8px}
body.public-v5-0-0006 :where(.stay-category-filters,.map-filters) button{border-radius:999px!important;padding:10px 16px!important}

/* Tablet */
@media(max-width:1050px){
  body.public-v5-0-0006{--lux-container:min(calc(100vw - 36px),1240px)}
  body.public-v5-0-0006 .site-header{padding-inline:20px}
  body.public-v5-0-0006 :where(.booking-panel,.contact-premium){grid-template-columns:1fr}
  body.public-v5-0-0006 :where(.booking-copy,.contact-panel){min-height:auto}
  body.public-v5-0-0006 .dynamic-page-rail{position:static}
}

/* Mobile: keep luxury through proportion and whitespace, not tiny desktop UI. */
@media(max-width:760px){
  body.public-v5-0-0006{
    --lux-container:calc(100vw - 28px);
    --lux-space:clamp(58px,17vw,86px);
    --lux-space-tight:48px;
  }
  body.public-v5-0-0006 .site-header{min-height:70px;padding-inline:14px}
  body.public-v5-0-0006 .site-header.is-scrolled{min-height:66px}
  body.public-v5-0-0006 .brand-lockup img{width:50px;height:50px}
  body.public-v5-0-0006 .brand-lockup span{display:none}
  body.public-v5-0-0006 .hero-premium{min-height:780px;border-radius:0 0 30px 30px}
  body.public-v5-0-0006 .hero-premium::after{inset:10px;border-radius:0 0 22px 22px}
  body.public-v5-0-0006 .hero-inner{min-height:780px;padding:150px 0 88px}
  body.public-v5-0-0006 :where(.hero-premium,.builder-hero,.dynamic-page-hero,.stay-hero-v20-005,.article-hero) h1{
    font-size:clamp(44px,14vw,66px)!important;
    max-width:10ch;
  }
  body.public-v5-0-0006 .hero-inner p{font-size:18px!important;line-height:1.58!important}
  body.public-v5-0-0006 .hero-actions{width:100%;display:grid;grid-template-columns:1fr}
  body.public-v5-0-0006 .hero-actions .btn{width:100%;justify-content:center}
  body.public-v5-0-0006 .section-heading h2,
  body.public-v5-0-0006 :where(.stay-block-heading,.map-experience-head) h2{font-size:clamp(36px,11vw,52px)!important}
  body.public-v5-0-0006 .stay-grid{gap:18px!important}
  body.public-v5-0-0006 .stay-card{border-radius:24px!important}
  body.public-v5-0-0006 :where(.booking-panel,.contact-premium){border-radius:26px!important}
  body.public-v5-0-0006 :where(.booking-copy,.contact-panel,.booking-form,.contact-form-premium){padding:32px 22px!important}
  body.public-v5-0-0006 :where(.split-feature,.stay-image-text){gap:28px!important}
  body.public-v5-0-0006 .footer-top{padding-block:64px!important}
  body.public-v5-0-0006 .footer-bottom{display:grid;gap:8px;text-align:center}
}
