/* V54 — dedicated mobile hero: clean artwork plus a real, readable header. */
@media (max-width:800px) {
  .hero {
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1448 / 1086 !important;
    overflow:hidden !important;
    background:url('assets/brand/landing-hero-mobile-clean-v54.png') center top / 100% 100% no-repeat !important;
  }
  .hero-mobile-art,
  .hero-in { display:none !important; }

  .nav.wrap {
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;
    z-index:60 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    width:100% !important;
    height:104px !important;
    margin:0 !important;
    padding:0 20px !important;
    color:#fff !important;
    background:linear-gradient(180deg,rgba(31,29,26,.26),rgba(31,29,26,.08) 70%,transparent) !important;
    pointer-events:auto !important;
  }
  .nav .brand {
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    height:56px !important;
    min-height:56px !important;
    margin:0 !important;
    padding:0 !important;
    color:#fff !important;
    font-family:'Instrument Serif',Georgia,serif !important;
    font-size:23px !important;
    line-height:1 !important;
    text-shadow:0 1px 3px rgba(0,0,0,.45) !important;
  }
  .nav .links {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    align-items:center !important;
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
    border:0 !important;
    border-top:1px solid rgba(255,255,255,.58) !important;
  }
  .nav .links a,
  .nav .links a:nth-child(n) {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    margin:0 !important;
    padding:0 2px !important;
    color:#fff !important;
    font-family:'DM Sans',Arial,sans-serif !important;
    font-size:11px !important;
    font-weight:500 !important;
    letter-spacing:.055em !important;
    line-height:1 !important;
    text-transform:uppercase !important;
    text-align:center !important;
    text-shadow:0 1px 3px rgba(0,0,0,.6) !important;
  }
  .nav .links a:focus-visible {
    outline:1px solid #fff !important;
    outline-offset:-4px !important;
  }
}
