/* Mobile hero only; desktop composition remains in desktop-editorial.css. */
@media (max-width: 950px) {
  #soha-home .hero {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
    background: #070707 !important;
  }
  #soha-home .hero .hero-bg {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 647 / 435 !important;
    background-size: cover !important;
  }
  #soha-home .hero .hero-shade {
    inset: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 647 / 435 !important;
    background: linear-gradient(180deg, transparent 55%, #070707) !important;
    pointer-events: none;
  }
  #soha-home .hero .hero-copy { display: none !important; }
  #soha-home .soha-desktop-hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 8px clamp(22px, 6vw, 48px) 38px;
    background: #070707;
  }
  #soha-home .soha-desktop-hero-kicker {
    margin: 0 0 18px;
    color: #aaa9a3;
    font: 500 11px/1.5 "DM Sans", sans-serif;
    letter-spacing: .16em;
  }
  #soha-home .soha-desktop-hero-title {
    max-width: 9ch;
    margin: 0;
    color: #f1efe9;
    font: 400 clamp(36px, 9.5vw, 64px)/1.04 "DM Sans", sans-serif;
    letter-spacing: .015em;
    text-transform: uppercase;
  }
  #soha-home .soha-desktop-hero-copy p {
    max-width: 28ch;
    margin: 22px 0 0;
    color: #c1c0b9;
    font: 400 14px/1.6 "DM Sans", sans-serif;
    letter-spacing: .07em;
  }
  #soha-home .soha-desktop-hero-cta { display: none !important; }
}
