/* Louis Stage - Windows compatibility layer */
html,body{font-synthesis:none;-webkit-text-size-adjust:100%}
body{
  font-family:"Segoe UI","Yu Gothic UI","Yu Gothic","Meiryo","Microsoft YaHei",Arial,sans-serif !important;
}
html[lang="ja"] body{
  font-family:"Yu Gothic UI","Yu Gothic","Meiryo","Segoe UI","Microsoft YaHei",sans-serif !important;
}
html[lang="zh-CN"] body{
  font-family:"Microsoft YaHei","Segoe UI","PingFang SC","SimSun",sans-serif !important;
}
html[lang="en"] body{
  font-family:"Segoe UI",Arial,sans-serif !important;
}
.hero h1,.section h2,.section-head h2,.heading h2,.room-copy h3,
.property-body h3,.footer-brand strong,.footer-brand h3{
  font-family:Georgia,"Yu Mincho","MS PMincho","Microsoft YaHei",serif !important;
}
html[lang="zh-CN"] .hero h1,
html[lang="zh-CN"] .section h2,
html[lang="zh-CN"] .section-head h2,
html[lang="zh-CN"] .heading h2,
html[lang="zh-CN"] .room-copy h3{
  font-family:"Microsoft YaHei","SimSun",Georgia,serif !important;
}
.site-header,.header{
  -webkit-backdrop-filter:blur(12px);
}
@supports not ((backdrop-filter:blur(2px)) or (-webkit-backdrop-filter:blur(2px))){
  .site-header,.header{background:rgba(250,247,241,.98) !important}
}
.hero-line{max-width:100%}
img{image-rendering:auto}
@media(max-width:760px){
  .hero h1{overflow-wrap:anywhere}
  .brand-title,.brand-name,.brand-copy strong{white-space:nowrap}
}
