
/* Louis Stage home — final brand polish */
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
::selection{background:#dfc999;color:#171513}
a,button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}

.site-header{min-height:74px}
.hero{min-height:clamp(640px,82vh,860px)}
.hero-copy{max-width:820px}
.hero h1{text-wrap:balance}
.hero-lead{line-height:1.8}
.hero-mark img{filter:drop-shadow(0 18px 32px rgba(91,65,24,.18))}
.section{padding-left:max(6vw,calc((100vw - 1440px)/2));padding-right:max(6vw,calc((100vw - 1440px)/2))}
.section-heading{align-items:end}
.section-note{max-width:330px}
.property-card{
  transition:transform .28s ease,box-shadow .28s ease;
  overflow:hidden;
}
.property-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(29,24,17,.13)}
.property-image{overflow:hidden}
.property-image img{transition:transform .5s ease}
.property-card:hover .property-image img{transform:scale(1.025)}
.property-body{display:flex;flex-direction:column;min-height:270px}
.property-description{flex:1}
.text-link{display:inline-flex;align-items:center;gap:5px}
.chooser-card{transition:transform .22s ease,box-shadow .22s ease}
.chooser-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(29,24,17,.08)}
.contact-card{box-shadow:0 18px 48px rgba(29,24,17,.07)}
.footer{padding-left:max(6vw,calc((100vw - 1440px)/2));padding-right:max(6vw,calc((100vw - 1440px)/2))}

@media(max-width:900px){
  .hero{min-height:700px}
  .property-body{min-height:0}
}
@media(max-width:700px){
  .site-header{min-height:64px}
  .hero{min-height:680px;padding-top:84px;padding-bottom:58px}
  .hero h1{font-size:clamp(42px,12vw,62px)}
  .section{padding-left:5vw;padding-right:5vw}
  .property-card:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto !important;transition:none !important;animation:none !important}
}

.hero.hero-premium-photo .hero-copy{max-width:780px}

.hero.hero-fuji-torii .hero-copy{max-width:780px}
