/* Mobile one-screen rebalance: smaller bottom navigation, larger home content. */
@media (max-width:760px){
  .shell{
    grid-template-rows:calc(56px + var(--safe-top)) minmax(0,1fr) calc(54px + var(--safe))!important;
  }

  /* Remove the redundant people/clans button from the nearest-event card. */
  [data-screen="home"] .bali-home-people-link{
    display:none!important;
  }

  /* Remove duplicate hero labels and move the descriptive line upward. */
  [data-screen="home"] .bali-home-reference-hero{
    min-height:42px!important;
    padding:0 4px 4px!important;
    align-content:start!important;
  }
  [data-screen="home"] .bali-home-reference-hero .eyebrow,
  [data-screen="home"] .bali-home-reference-hero h1{
    display:none!important;
  }
  [data-screen="home"] .bali-home-reference-hero p{
    max-width:100%!important;
    margin:0!important;
    display:block!important;
    overflow:visible!important;
    color:#d5d8d5!important;
    font-size:10px!important;
    line-height:1.28!important;
    -webkit-line-clamp:unset!important;
  }

  /* Give the main content more visual weight. */
  [data-screen="home"] .bali-home-stat{
    min-height:63px!important;
    padding:5px!important;
  }
  [data-screen="home"] .bali-home-stat-icon{
    width:22px!important;
    height:22px!important;
  }
  [data-screen="home"] .bali-home-stat-label{
    font-size:5.8px!important;
  }
  [data-screen="home"] .bali-home-stat strong{
    font-size:13.5px!important;
  }
  [data-screen="home"] .bali-home-stat small{
    font-size:5.8px!important;
  }

  [data-screen="home"] .bali-home-reference-event{
    padding:6px!important;
  }
  [data-screen="home"] .bali-home-event-grid{
    grid-template-columns:98px minmax(0,1fr)!important;
    gap:7px!important;
  }
  [data-screen="home"] .bali-home-event-poster{
    min-height:166px!important;
    height:166px!important;
  }
  [data-screen="home"] .bali-home-event-main{
    gap:4px!important;
  }
  [data-screen="home"] .bali-home-event-kicker{
    font-size:6.8px!important;
  }
  [data-screen="home"] .bali-home-event-title{
    font-size:20px!important;
  }
  [data-screen="home"] .bali-home-event-description{
    font-size:8.3px!important;
    line-height:1.2!important;
  }
  [data-screen="home"] .bali-home-count{
    min-height:23px!important;
    font-size:6.8px!important;
  }
  [data-screen="home"] .bali-home-count img{
    width:10px!important;
    height:10px!important;
  }
  [data-screen="home"] .bali-home-event-actions button{
    min-height:28px!important;
    font-size:9.2px!important;
  }

  [data-screen="home"] .bali-home-reference-checkin{
    min-height:54px!important;
    grid-template-columns:minmax(0,1fr) 32px!important;
    padding:5px!important;
  }
  [data-screen="home"] .bali-home-checkin-copy .eyebrow{
    font-size:5.8px!important;
  }
  [data-screen="home"] .bali-home-checkin-copy h3{
    font-size:11.5px!important;
  }
  [data-screen="home"] .bali-home-checkin-copy p{
    font-size:6.4px!important;
  }
  [data-screen="home"] .bali-home-checkin-qr{
    width:31px!important;
    height:31px!important;
  }
  [data-screen="home"] .bali-home-scan{
    min-height:23px!important;
    font-size:7.8px!important;
  }

  [data-screen="home"] .bali-home-booking-strip{
    min-height:39px!important;
    grid-template-columns:30px minmax(0,1fr) 58px!important;
    padding:4px 6px!important;
  }
  [data-screen="home"] .bali-home-strip-icon{
    width:28px!important;
    height:28px!important;
  }
  [data-screen="home"] .bali-home-booking-copy small{
    font-size:5.8px!important;
  }
  [data-screen="home"] .bali-home-booking-copy strong{
    font-size:8.3px!important;
  }
  [data-screen="home"] .bali-home-booking-open{
    min-height:27px!important;
    font-size:7.8px!important;
  }

  [data-screen="home"] .bali-home-reference-social{
    padding:4px 5px!important;
  }
  [data-screen="home"] .bali-home-social-link{
    min-height:35px!important;
    grid-template-columns:21px minmax(0,1fr) 8px!important;
    padding:3px 4px!important;
  }
  [data-screen="home"] .bali-home-social-link .bali-home-link-icon{
    width:20px!important;
    height:20px!important;
  }
  [data-screen="home"] .bali-home-social-link strong{
    font-size:7.2px!important;
  }
  [data-screen="home"] .bali-home-social-link small{
    font-size:5.2px!important;
  }

  [data-screen="home"] .bali-home-bottom-card,
  [data-screen="home"] .bali-home-reference-phone,
  [data-screen="home"] .bali-home-reference-about{
    min-height:41px!important;
    grid-template-columns:22px minmax(0,1fr) 8px!important;
    padding:4px 5px!important;
  }
  [data-screen="home"] .bali-home-bottom-card .bali-home-link-icon{
    width:21px!important;
    height:21px!important;
  }
  [data-screen="home"] .bali-home-bottom-card strong{
    font-size:7.8px!important;
  }
  [data-screen="home"] .bali-home-bottom-card small{
    font-size:5.2px!important;
  }

  /* Smaller bottom navigation. */
  .shell>nav.nav[data-navigation-ready="true"]{
    width:calc(100% - 8px)!important;
    min-height:46px!important;
    margin:0 auto 2px!important;
    padding:2px 3px calc(2px + var(--safe))!important;
    border-radius:13px!important;
  }
  .shell>nav.nav[data-navigation-ready="true"]>button[data-page]{
    border-radius:9px!important;
  }
  .shell>nav.nav[data-navigation-ready="true"]>button[data-page]>i{
    width:20px!important;
    height:20px!important;
  }
  .shell>nav.nav[data-navigation-ready="true"]>button[data-page]>span{
    font-size:5.5px!important;
  }
}

@media (max-width:360px){
  [data-screen="home"] .bali-home-reference-hero{
    min-height:38px!important;
  }
  [data-screen="home"] .bali-home-reference-hero p{
    font-size:9px!important;
  }
  [data-screen="home"] .bali-home-event-grid{
    grid-template-columns:84px minmax(0,1fr)!important;
  }
  [data-screen="home"] .bali-home-event-poster{
    min-height:154px!important;
    height:154px!important;
  }
}
