@media (max-width:820px){
  .hero{height:auto;min-height:0;display:flex;flex-direction:column;background:#fff;overflow:visible}
  .hero-image{position:relative;width:100%;height:300px;object-fit:cover;object-position:left center;display:block;order:1}
  .hero-content{position:relative;left:auto;right:auto;top:auto;transform:none;max-width:none;width:100%;padding:38px 24px 48px;background:#fff;color:#5e5e5d;order:2}
  .hero-content .eyebrow{margin-bottom:14px}
  .hero h1{font-size:clamp(36px,10vw,48px);line-height:1.08;letter-spacing:-1.5px;margin-bottom:20px;color:#5e5e5d}
  .hero p{font-size:17px;line-height:1.65;color:#777;margin-bottom:28px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:12px}
  .hero-actions .btn{width:100%}
  .btn.ghost{color:#5e5e5d;border-color:#bbb;background:#fff}
}
@media (max-width:480px){
  .hero-image{height:255px}
  .hero-content{padding:32px 20px 42px}
}
