/* Chez Studio 3.1 — base responsiva global */
*,*::before,*::after{box-sizing:border-box}
img,video,iframe{max-width:100%;height:auto}
body{min-height:100vh}
body>.wp-site-blocks{min-height:100vh;display:flex;flex-direction:column}
body>.wp-site-blocks>main{flex:1 0 auto}
.chez-global-footer{flex-shrink:0}
@media(max-width:980px){
  .alignwide{max-width:calc(100vw - 40px)!important}
  .wp-block-columns:not(.is-not-stacked-on-mobile){gap:36px}
}
@media(max-width:640px){
  .alignwide,.alignfull>.wp-block-group__inner-container{max-width:100%!important}
  .wp-block-columns:not(.is-not-stacked-on-mobile){gap:26px}
  .wp-block-button__link{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
  .chez-slider{height:390px!important;border-radius:22px!important}
  .chez-gold{left:-8px!important;width:82%!important;border-radius:24px!important}
  .chez-offers-slider{border-radius:20px!important}
}


/* Correções estruturais da Home para celulares e tablets largos */
@media(max-width:820px){
  body.home .chez-conceito-section{padding:56px 20px!important}
  body.home .chez-conceito-grid{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:34px!important;width:100%!important}
  body.home .chez-copy,body.home .chez-visual{width:100%!important;max-width:100%!important}
  body.home .chez-copy{order:1!important}
  body.home .chez-visual{order:2!important}
  body.home .chez-copy h2{font-size:clamp(34px,9vw,44px)!important;line-height:1.05!important}
  body.home .chez-copy p{font-size:16px!important;line-height:1.7!important}
  body.home .chez-slider{height:min(112vw,520px)!important;max-height:520px!important}
  body.home .chez-mobile-hero{position:relative!important;overflow:hidden!important;min-height:520px!important;height:520px!important}
  body.home .chez-mobile-hero video,
  body.home .chez-mobile-hero .wp-block-cover__video-background{display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;z-index:0!important}
  body.home .chez-mobile-hero>.wp-block-cover__background,
  body.home .chez-mobile-hero>.wp-block-cover__inner-container{position:relative!important;z-index:2!important}
  body.home .chez-mobile-hero .wp-block-cover__background{position:absolute!important;inset:0!important}
  body.home .chez-mobile-hero h1,body.home .chez-mobile-hero h2{font-size:clamp(42px,11vw,58px)!important;line-height:.96!important}
}
@media(max-width:480px){
  body.home .chez-mobile-hero{min-height:500px!important;height:500px!important}
  body.home .chez-conceito-section{padding-left:18px!important;padding-right:18px!important}
}
