
@media(max-width:820px){
  .chez-v71-hero-desktop{display:none!important}

  .chez-v71-hero-mobile{
    position:relative;
    display:grid!important;
    grid-template-rows:460px auto;
    width:100%;
    min-height:0;
    margin-top:var(--chez9-header-mobile);
    overflow:hidden;
    isolation:isolate;
    background:#07182a;
  }

  .chez-v71-hero-mobile .chez-v71-media,
  .chez-v71-hero-mobile .chez-v71-video{
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:460px;
  }

  .chez-v71-hero-mobile .chez-v71-media{z-index:-4}
  .chez-v71-hero-mobile .chez-v71-video{z-index:-3}

  .chez-v71-hero-mobile .chez-v71-media img,
  .chez-v71-hero-mobile .chez-v71-video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 46%;
  }

  .chez-v71-hero-mobile .chez-v71-overlay{
    position:absolute;
    inset:0 0 auto 0;
    height:460px;
    z-index:-2;
    background:linear-gradient(180deg,rgba(3,14,27,.08),rgba(3,14,27,.20) 48%,rgba(3,14,27,.78) 100%);
  }

  .chez-v71-copy-mobile{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:88px!important;
    bottom:auto!important;
    padding:0 24px!important;
    text-align:center;
    color:#fff;
    z-index:3;
  }

  .chez-v71-copy-mobile .chez-v71-location{
    margin:0 0 13px;
    font-size:10px;
    letter-spacing:.18em;
    text-transform:uppercase;
  }

  .chez-v71-copy-mobile h1{
    max-width:360px;
    margin:0 auto;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(38px,10.2vw,49px);
    line-height:.98;
    letter-spacing:-.035em;
    font-weight:400;
  }

  .chez-v71-copy-mobile h1 span,
  .chez-v71-copy-mobile h1 em{
    display:block;
  }

  .chez-v71-copy-mobile .chez-v71-lead{
    max-width:340px;
    margin:18px auto 0;
    color:rgba(255,255,255,.92);
    font-size:13px;
    line-height:1.5;
  }

  .chez-v71-mobile-booking{
    position:relative!important;
    z-index:5;
    width:calc(100% - 40px);
    margin:-30px auto 24px!important;
    padding:17px 20px 20px;
    background:rgba(7,24,42,.97);
    box-shadow:0 18px 42px rgba(0,0,0,.25);
    backdrop-filter:blur(14px);
  }

  .chez-v71-mobile-booking label{
    display:block;
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.24);
  }

  .chez-v71-mobile-booking label span{
    display:block;
    margin-bottom:7px;
    color:rgba(255,255,255,.62);
    font-size:10px;
    font-weight:700;
    letter-spacing:.16em;
  }

  .chez-v71-mobile-booking input,
  .chez-v71-mobile-booking select{
    width:100%;
    height:40px;
    padding:0;
    border:0;
    background:transparent;
    color:#fff;
    font-size:17px;
    outline:none;
  }

  .chez-v71-mobile-booking input::-webkit-calendar-picker-indicator{filter:invert(1)}
  .chez-v71-mobile-booking select option{color:#1f2930}

  .chez-v71-mobile-booking button{
    width:100%;
    min-height:54px;
    margin-top:17px;
    border:0;
    background:var(--chez9-gold);
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:.04em;
  }

  .chez-v71-services{
    display:flex!important;
    width:100%!important;
    margin:0!important;
    padding:18px 14px 22px!important;
    gap:11px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
  }

  .chez-v71-services .chez-hb-service{
    flex:0 0 132px!important;
    min-width:132px!important;
    min-height:108px!important;
    border-radius:17px!important;
    background:#f8f5ef!important;
  }

  .chez-v71-concept{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:68px 22px 84px!important;
    gap:34px!important;
  }

  .chez-v71-concept .chez-hb-concept-media{
    order:1!important;
    width:100%!important;
  }

  .chez-v71-concept .chez-hb-concept-copy{
    order:2!important;
    width:100%!important;
  }

  .chez-v71-concept .chez-hb-concept-media img{
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    object-fit:cover!important;
    border-radius:24px!important;
  }

  .chez-v71-concept .chez-hb-outline{
    width:100%!important;
    min-height:50px!important;
  }
}

@media(max-width:390px){
  .chez-v71-hero-mobile{grid-template-rows:430px auto}

  .chez-v71-hero-mobile .chez-v71-media,
  .chez-v71-hero-mobile .chez-v71-video,
  .chez-v71-hero-mobile .chez-v71-overlay{
    height:430px;
  }

  .chez-v71-copy-mobile{
    top:78px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .chez-v71-copy-mobile h1{font-size:37px}

  .chez-v71-mobile-booking{
    width:calc(100% - 28px);
  }
}
