/* Mobile-only homepage hero: preserve the long-cabin composition while keeping copy readable */
@media (max-width: 760px) {
  .hero {
    /* Show substantially more of the original long-cabin photograph. */
    min-height: 1120px;
    background:
      url('starlite-hero-long-field-v77.jpg') 42% top/auto 100% no-repeat !important;
    background-color: #f5f0e7 !important;
  }

  .hero-grid {
    min-height: 1120px !important;
    align-items: start !important;
    padding: 330px 0 72px !important;
  }

  .hero-grid > div:first-child {
    position: relative;
    z-index: 3;
    width: min(82%, 430px);
    padding: 24px 22px 22px !important;
  }

  /* Local translucent readability panel: leaves the right side and much of
     the upper cabin photograph unobstructed. */
  .hero-grid > div:first-child::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 20px;
    background: rgba(255,253,249,.82) !important;
    box-shadow: 0 8px 28px rgba(31,39,48,.08);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  }

  .hero h1 {
    color: #182b3e !important;
    font-size: clamp(2.55rem, 11vw, 3.35rem) !important;
    line-height: 1.01 !important;
    text-shadow: none !important;
  }

  .hero .lead {
    color: #18232e !important;
    font-weight: 500;
    line-height: 1.5 !important;
    text-shadow: none !important;
  }

  .hero-grid > div:first-child > .eyebrow {
    color: #243242 !important;
    text-shadow: none !important;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }
}
