/* Internal pages keep a calm gallery-like frame; the homepage remains edge-to-edge. */
@media(min-width:801px){
  .page-hero{width:calc(100% - 80px);margin:20px 40px 40px;border-radius:8px}
  .page-hero .narrow{width:calc(100% - 80px)}
}
@media(max-width:800px){
  .page-hero{width:calc(100% - 32px);margin:16px;min-height:420px;border-radius:6px}
  .page-hero .narrow{width:calc(100% - 32px)}
}
